{"id":49,"date":"2023-07-20T03:16:09","date_gmt":"2023-07-20T03:16:09","guid":{"rendered":"https:\/\/honeydew-baboon-335858.hostingersite.com\/?page_id=49"},"modified":"2026-06-28T19:42:02","modified_gmt":"2026-06-28T19:42:02","slug":"home-08","status":"publish","type":"page","link":"https:\/\/mabooko.com\/fr\/","title":{"rendered":"Home 08"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"49\" class=\"elementor elementor-49\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-acd1fc7 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"acd1fc7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f7b5c03\" data-id=\"f7b5c03\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88fe872 elementor-widget elementor-widget-html\" data-id=\"88fe872\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.top-carousel {\r\n  width: 100%;\r\n  height: 30px;\r\n  overflow: hidden;\r\n  background: #0071C2; \/* Royal Blue *\/\r\n  color: #fff;\r\n  font-size: 18px;\r\n  font-weight: 500;\r\n  text-align: center;\r\n  margin: 0;\r\n}\r\n\r\n.carousel-track {\r\n  display: flex;\r\n  flex-direction: column;\r\n  transition: transform 0.7s ease-in-out;\r\n}\r\n\r\n.carousel-item {\r\n  height: 30px;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  white-space: nowrap;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .top-carousel {\r\n    font-size: 12px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"top-carousel\">\r\n  <div class=\"carousel-track\">\r\n    <div class=\"carousel-item\">Enjoy free shipping on purchases of 2+ items<\/div>\r\n    <div class=\"carousel-item\">Pay with cash on delivery<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener(\"DOMContentLoaded\", function () {\r\n  const track = document.querySelector(\".carousel-track\");\r\n  let index = 0;\r\n\r\n  if (!track) return;\r\n\r\n  setInterval(() => {\r\n    index = (index + 1) % 2;\r\n    track.style.transform = `translateY(-${index * 30}px)`;\r\n  }, 3000);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9fa5709 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9fa5709\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-836c747\" data-id=\"836c747\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9819b03 elementor-widget elementor-widget-html\" data-id=\"9819b03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n  \/* 1. Wrapper Style *\/\r\n  .hero-headline-wrapper {\r\n    font-family: var(--e-global-typography-primary-font-family), Sans-serif;\r\n    font-size: 42px; \/* Desktop Size *\/\r\n    font-weight: 800; \/* Extra Bold *\/\r\n    line-height: 1.2;\r\n    color: #111; \/* Almost Black *\/\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  \/* 2. The Highlight Color *\/\r\n  .highlight-text {\r\n    color: #0071C2; \/* Change this to your Brand Blue\/Green *\/\r\n  }\r\n\r\n  \/* 3. The Rotating Window *\/\r\n  .rotating-text-window {\r\n    display: inline-flex;\r\n    height: 50px;\r\n    overflow: hidden;\r\n    vertical-align: bottom;\r\n    position: relative;\r\n    top: 7px; \/* Align with the text baseline *\/\r\n  }\r\n\r\n  \/* 4. The Content List *\/\r\n  .rotating-text-content {\r\n    display: block;\r\n    animation: spin-text-cycle 9s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55); \/* Bouncy effect *\/\r\n  }\r\n\r\n  \/* 5. Individual Words *\/\r\n  .rotating-text-content span {\r\n    display: block;\r\n    height: 50px;\r\n    padding-left: 10px;\r\n    color: #0071C2; \/* The Red color for the language *\/\r\n  }\r\n\r\n  \/* 6. Animation Keyframes *\/\r\n  @keyframes spin-text-cycle {\r\n    0%, 15% { transform: translateY(0); }\r\n    25%, 40% { transform: translateY(-50px); }\r\n    50%, 65% { transform: translateY(-100px); }\r\n    75%, 90% { transform: translateY(-150px); }\r\n    100% { transform: translateY(-200px); }\r\n  }\r\n\r\n  \/* 7. Mobile Adjustments *\/\r\n  @media (max-width: 767px) {\r\n    .hero-headline-wrapper {\r\n      font-size: 30px; \/* Smaller for phones *\/\r\n      text-align: center; \/* Center align on mobile *\/\r\n    }\r\n    .rotating-text-window {\r\n      height: 36px;\r\n      top: 5px;\r\n      display: block; \/* Forces new line on small screens *\/\r\n    }\r\n    .rotating-text-content span {\r\n      height: 36px;\r\n      padding-left: 0;\r\n    }\r\n    @keyframes spin-text-cycle {\r\n      0%, 15% { transform: translateY(0); }\r\n      25%, 40% { transform: translateY(-36px); }\r\n      50%, 65% { transform: translateY(-72px); }\r\n      75%, 90% { transform: translateY(-108px); }\r\n      100% { transform: translateY(-144px); }\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"hero-headline-wrapper\">\r\n  Morocco's <span class=\"highlight-text\">#1 Store<\/span> for<br>\r\n  Original Books in \r\n  <div class=\"rotating-text-window\">\r\n    <div class=\"rotating-text-content\">\r\n      <span>English \ud83c\uddec\ud83c\udde7<\/span>\r\n      <span>Fran\u00e7ais \ud83c\uddeb\ud83c\uddf7<\/span>\r\n      <span>\u0627\u0644\u0639\u0631\u0628\u064a\u0629 \ud83c\uddf2\ud83c\udde6<\/span>\r\n      <span>English \ud83c\uddec\ud83c\udde7<\/span> <!-- Loop start -->\r\n      <span>English \ud83c\uddec\ud83c\udde7<\/span> <!-- Buffer -->\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-269e8ee elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"269e8ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">Des best-sellers 100% originaux livr\u00e9s chez vous, partout au Maroc.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eef54b elementor-widget elementor-widget-shortcode\" data-id=\"2eef54b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div  class=\"dgwt-wcas-search-wrapp dgwt-wcas-has-submit woocommerce dgwt-wcas-style-pirx js-dgwt-wcas-layout-classic dgwt-wcas-layout-classic js-dgwt-wcas-mobile-overlay-enabled\">\n\t\t<form class=\"dgwt-wcas-search-form\" role=\"search\" action=\"https:\/\/mabooko.com\/fr\/\" method=\"get\" data-trp-original-action=\"https:\/\/mabooko.com\/fr\/\">\n\t\t<div class=\"dgwt-wcas-sf-wrapp\">\n\t\t\t\t\t\t<label class=\"screen-reader-text\"\n\t\t\t\tfor=\"dgwt-wcas-search-input-1\">\n\t\t\t\tRecherche de produits\t\t\t<\/label>\n\n\t\t\t<input\n\t\t\t\tid=\"dgwt-wcas-search-input-1\"\n\t\t\t\ttype=\"search\"\n\t\t\t\tclass=\"dgwt-wcas-search-input\"\n\t\t\t\tname=\"s\"\n\t\t\t\tvalue=\"\"\n\t\t\t\tplaceholder=\"Find your next book...\"\n\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\/>\n\t\t\t<div class=\"dgwt-wcas-preloader\"><\/div>\n\n\t\t\t<div class=\"dgwt-wcas-voice-search\"><\/div>\n\n\t\t\t\t\t\t\t<button type=\"submit\"\n\t\t\t\t\t\taria-label=\"Rechercher\"\n\t\t\t\t\t\tclass=\"dgwt-wcas-search-submit\">\t\t\t\t<svg\n\t\t\t\t\tclass=\"dgwt-wcas-ico-magnifier\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 18 18\">\n\t\t\t\t\t<path  d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\t\t\t\t\t1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\t\t\t\t\t0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\t\t\t\t\t-0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\t\t\t\t\t9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\t\t\t\t\t2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\t\t\t\t\t\"\/>\n\t\t\t\t<\/svg>\n\t\t\t\t<\/button>\n\t\t\t\n\t\t\t<input type=\"hidden\" name=\"post_type\" value=\"product\"\/>\n\t\t\t<input type=\"hidden\" name=\"dgwt_wcas\" value=\"1\"\/>\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da73c01 elementor-icon-list--layout-inline elementor-align-start elementor-tablet-align-center elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"da73c01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-truck\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Livraison gratuite \u00e0 partir de 2 livres<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Paiement \u00e0 la livraison.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8cbd4aa myGallery\" data-id=\"8cbd4aa\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c38ecce elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"c38ecce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"450\" height=\"450\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic.avif\" class=\"attachment-medium_large size-medium_large wp-image-26057\" alt=\"Stack of original bestselling books in English, French, and Arabic available at Mabooko Morocco\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic.avif 450w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic-300x300.avif 300w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic-150x150.avif 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic-12x12.avif 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Mabooko-original-books-morocco-english-french-arabic-64x64.avif 64w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-15aae4b e-flex e-con-boxed e-con e-parent\" data-id=\"15aae4b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745e4be elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"745e4be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/shop\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-new-books-added-shop.png\" class=\"attachment-large size-large wp-image-21780\" alt=\"fresh new added books Books in Morocco\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-new-books-added-shop.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-new-books-added-shop-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-new-books-added-shop-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-new-books-added-shop-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6f530b elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"d6f530b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/bestsellers\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-bestseller.png\" class=\"attachment-large size-large wp-image-21782\" alt=\"\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-bestseller.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-bestseller-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-bestseller-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-bestseller-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f5a904 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1f5a904\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/english-books\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-english-books.png\" class=\"attachment-large size-large wp-image-21783\" alt=\"Best English Books in Morocco\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-english-books.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-english-books-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-english-books-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-english-books-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cf19af elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"3cf19af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/french-books\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-french-books.png.png\" class=\"attachment-large size-large wp-image-21785\" alt=\"\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-french-books.png.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-french-books.png-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-french-books.png-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-french-books.png-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7db7f3 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"f7db7f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/arabic-books\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-arabic-books.png.png\" class=\"attachment-large size-large wp-image-21786\" alt=\"Best Arabic Books in Morocco\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-arabic-books.png.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-arabic-books.png-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-arabic-books.png-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-arabic-books.png-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1db604 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"c1db604\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/manga\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-manga-books.png.png\" class=\"attachment-large size-large wp-image-21787\" alt=\"Best manga in Morocco\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-manga-books.png.png.webp 200w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-manga-books.png-150x150.png.webp 150w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-manga-books.png-12x12.png.webp 12w, https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/mabooko-manga-books.png-64x64.png.webp 64w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a6988b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a6988b6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9edfff\" data-id=\"e9edfff\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1b5fd6 elementor-widget elementor-widget-heading\" data-id=\"f1b5fd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">D\u00e9couvrez nos livres<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54791c8 elementor-widget elementor-widget-text-editor\" data-id=\"54791c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><em data-start=\"926\" data-end=\"988\">From bestsellers to hidden gems \u2014 Find your next great read.<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-239f207 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"239f207\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2b14f32\" data-id=\"2b14f32\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b9bcd4f elementor-widget elementor-widget-heading\" data-id=\"b9bcd4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Nos Best-sellers<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-82f2061\" data-id=\"82f2061\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-66c55f3 elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"66c55f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/bestsellers\/\" aria-label=\"Shop Bestsellers\" class=\"elementor-icon\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/bestsellers\/\" aria-label=\"Shop Bestsellers\" >\n\t\t\t\t\t\t\tView All\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-76e5173 elementor-section-content-middle elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"76e5173\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1197735\" data-id=\"1197735\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0cc7d83 elementor-widget elementor-widget-shortcode\" data-id=\"0cc7d83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4\"><div data-items-wrapper=\"6a956a8c2520d\" class=\"g5shop__listing-wrap g5shop__layout-grid\">\n        <div data-items-container class=\"g5shop__listing-inner row g5core__gutter-20\">\n\n<article class=\"g5shop__product-skin-02 g5shop__product-item-1 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-21149 status-publish first instock product_cat-arabic-books product_cat-business product_cat-non-fiction has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629 \u0644\u062c\u0627\u064a\u0645\u0633 \u0643\u0644\u064a\u0631 - \u063a\u0644\u0627\u0641 \u0627\u0644\u0643\u062a\u0627\u0628\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/\u0627\u0644\u0639\u0627\u062f\u0627\u062a-\u0627\u0644\u0630\u0631\u064a\u0629_imresizer_1.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=21149\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21149\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"21149\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201c\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21149\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/atomic-habits-james-clear\/\" title=\"\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>150<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 150 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>100<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 100 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/atomic-habits-james-clear\/\" title=\"\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629\">\u0627\u0644\u0639\u0627\u062f\u0627\u062a \u0627\u0644\u0630\u0631\u064a\u0629<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/james-clear\/\" title=\"James Clear\">James Clear<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:21149,&quot;item_id&quot;:21149,&quot;item_name&quot;:&quot;\\u0627\\u0644\\u0639\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0630\\u0631\\u064a\\u0629&quot;,&quot;sku&quot;:21149,&quot;price&quot;:100,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:21149,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/atomic-habits-james-clear\\\/&quot;,&quot;item_list_name&quot;:&quot;Produits les plus vendus&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-2 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-11147 status-publish instock product_cat-english-books product_cat-business product_cat-non-fiction product_cat-psychology product_cat-self-help has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Atomic Habits Morocco\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2025\/07\/Atomic-Habits-An-Easy-Proven-Way-to-Build-Good-Habits-Break-Bad-Ones-600x900-1.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=11147\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11147\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"11147\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cAtomic Habits\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0Atomic Habits\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11147\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/atomic-habits-morocco\/\" title=\"Atomic Habits\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>275<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 275 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>115<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 115 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/atomic-habits-morocco\/\" title=\"Atomic Habits\">Atomic Habits<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/james-clear\/\" title=\"James Clear\">James Clear<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:11147,&quot;item_id&quot;:11147,&quot;item_name&quot;:&quot;Atomic Habits&quot;,&quot;sku&quot;:11147,&quot;price&quot;:115,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;English books&quot;,&quot;id&quot;:11147,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/atomic-habits-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Produits les plus vendus&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-3 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-21884 status-publish instock product_cat-english-books product_cat-bestsellers product_cat-non-fiction has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Original English Grammar in Use 5th Edition Book Cover - Mabooko Morocco\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/Original-English-Grammar-in-Use-5th-Edition-Book-Cover.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=21884\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21884\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"21884\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cEnglish Grammar in Use 5th Edition\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0English Grammar in Use 5th Edition\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21884\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/english-grammar-in-use-5th-edition\/\" title=\"English Grammar in Use 5th Edition\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>320<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 320 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>190<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 190 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/english-grammar-in-use-5th-edition\/\" title=\"English Grammar in Use 5th Edition\">English Grammar in Use 5th Edition<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/raymond-murphy\/\" title=\"Raymond Murphy\">Raymond Murphy<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:21884,&quot;item_id&quot;:21884,&quot;item_name&quot;:&quot;English Grammar in Use 5th Edition&quot;,&quot;sku&quot;:21884,&quot;price&quot;:190,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;English books&quot;,&quot;id&quot;:21884,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/english-grammar-in-use-5th-edition\\\/&quot;,&quot;item_list_name&quot;:&quot;Produits les plus vendus&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-4 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-34915 status-publish last instock product_cat-english-books product_cat-psychology product_cat-self-help has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Heal Your Wounds and Find Your True Self book cover on Mabooko Morocco\" width=\"600\" height=\"960\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/05\/61zIYo59ZIL._SL1000_-600x960.jpg\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=34915\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_34915\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"34915\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cHeal Your Wounds and Find Your True Self\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0Heal Your Wounds and Find Your True Self\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_34915\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/heal-your-wounds-and-find-your-true-self-morocco\/\" title=\"Heal Your Wounds and Find Your True Self\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>300<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 300 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>160<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 160 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/heal-your-wounds-and-find-your-true-self-morocco\/\" title=\"Heal Your Wounds and Find Your True Self\">Heal Your Wounds and Find Your True Self<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/lise-bourbeau\/\" title=\"Lise Bourbeau\">Lise Bourbeau<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:34915,&quot;item_id&quot;:34915,&quot;item_name&quot;:&quot;Heal Your Wounds and Find Your True Self&quot;,&quot;sku&quot;:34915,&quot;price&quot;:160,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;English books&quot;,&quot;id&quot;:34915,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/heal-your-wounds-and-find-your-true-self-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Produits les plus vendus&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<\/div>\n<\/div><\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d0f732 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d0f732\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f7621c6\" data-id=\"f7621c6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-89716a5 elementor-widget elementor-widget-heading\" data-id=\"89716a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tout Le Monde En Parle<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-69bd836\" data-id=\"69bd836\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5f62597 elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5f62597\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/shop\/?orderby=popularity\" aria-label=\"shop popular books\" class=\"elementor-icon\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/shop\/?orderby=popularity\" aria-label=\"shop popular books\" >\n\t\t\t\t\t\t\tView All\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-518dd29 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"518dd29\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5c02bb7\" data-id=\"5c02bb7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ad4642a elementor-widget elementor-widget-shortcode\" data-id=\"ad4642a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4\"><div data-items-wrapper=\"6a956a8c2520d\" class=\"g5shop__listing-wrap g5shop__layout-grid\">\n        <div data-items-container class=\"g5shop__listing-inner row g5core__gutter-20\">\n\n<article class=\"g5shop__product-skin-02 g5shop__product-item-1 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-33025 status-publish first instock product_cat-french-books product_cat-mystery product_cat-psychology product_cat-suspense product_cat-thriller has-post-thumbnail sale featured shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"La Locataire Maroc\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/05\/Cover-book-La-locataire.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><span class=\"on-featured g5shop__product-flash\">Hot<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=33025\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_33025\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"33025\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cLa Locataire\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0La Locataire\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_33025\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/la-locataire-maroc\/\" title=\"La Locataire\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>300<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 300 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>140<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 140 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/la-locataire-maroc\/\" title=\"La Locataire\">La Locataire<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/freida-mcfadden\/\" title=\"Freida McFadden\">Freida McFadden<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:33025,&quot;item_id&quot;:33025,&quot;item_name&quot;:&quot;La Locataire&quot;,&quot;sku&quot;:33025,&quot;price&quot;:140,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;French books&quot;,&quot;id&quot;:33025,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/la-locataire-maroc\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-2 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-25165 status-publish instock product_cat-arabic-books product_cat-psychology product_cat-self-help has-post-thumbnail sale featured shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644 \u0627\u0644\u0645\u063a\u0631\u0628\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/02\/Cover-book-\u0646\u0638\u0631\u064a\u0629-\u0627\u0644\u062a\u063a\u0627\u0641\u0644.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><span class=\"on-featured g5shop__product-flash\">Hot<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=25165\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25165\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"25165\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201c\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25165\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/the-let-them-theory-morocco\/\" title=\"\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>235<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 235 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>125<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 125 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/the-let-them-theory-morocco\/\" title=\"\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644\">\u0646\u0638\u0631\u064a\u0629 \u0627\u0644\u062a\u063a\u0627\u0641\u0644<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/mel-robbins\/\" title=\"Mel Robbins\">Mel Robbins<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:25165,&quot;item_id&quot;:25165,&quot;item_name&quot;:&quot;\\u0646\\u0638\\u0631\\u064a\\u0629 \\u0627\\u0644\\u062a\\u063a\\u0627\\u0641\\u0644&quot;,&quot;sku&quot;:25165,&quot;price&quot;:125,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:25165,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/the-let-them-theory-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-3 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-24970 status-publish instock product_cat-self-help product_cat-bestsellers product_cat-french-books product_cat-psychology has-post-thumbnail sale featured shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Book cover La Th\u00e9orie Let Them - Edition Fran\u00e7ais\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/02\/La-Theorie-Let-Them-Edition-Francais.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><span class=\"on-featured g5shop__product-flash\">Hot<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=24970\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_24970\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"24970\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cLa Th\u00e9orie Let Them (Edition Fran\u00e7ais)\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0La Th\u00e9orie Let Them (Edition Fran\u00e7ais)\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_24970\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/la-theorie-let-them-mel-robbins-maroc\/\" title=\"La Th\u00e9orie Let Them (Edition Fran\u00e7ais)\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>290<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 290 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>130<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 130 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/la-theorie-let-them-mel-robbins-maroc\/\" title=\"La Th\u00e9orie Let Them (Edition Fran\u00e7ais)\">La Th\u00e9orie Let Them (Edition Fran\u00e7ais)<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/mel-robbins\/\" title=\"Mel Robbins\">Mel Robbins<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:24970,&quot;item_id&quot;:24970,&quot;item_name&quot;:&quot;La Th\\u00e9orie Let Them (Edition Fran\\u00e7ais)&quot;,&quot;sku&quot;:24970,&quot;price&quot;:130,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Self Help&quot;,&quot;id&quot;:24970,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/la-theorie-let-them-mel-robbins-maroc\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-4 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-23400 status-publish last instock product_cat-french-books product_cat-fiction product_cat-mystery product_cat-psychology product_cat-suspense product_cat-thriller has-post-thumbnail sale featured shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Le Boyfriend Maroc\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/02\/71HhV5PusPL._SL1500_.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><span class=\"on-featured g5shop__product-flash\">Hot<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=23400\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_23400\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"23400\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cLe Boyfriend\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0Le Boyfriend\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_23400\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/le-boyfriend-maroc\/\" title=\"Le Boyfriend\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>285<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 285 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>130<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 130 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/le-boyfriend-maroc\/\" title=\"Le Boyfriend\">Le Boyfriend<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/freida-mcfadden\/\" title=\"Freida McFadden\">Freida McFadden<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:23400,&quot;item_id&quot;:23400,&quot;item_name&quot;:&quot;Le Boyfriend&quot;,&quot;sku&quot;:23400,&quot;price&quot;:130,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;French books&quot;,&quot;id&quot;:23400,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/le-boyfriend-maroc\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<\/div>\n<\/div><\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3f2f47e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3f2f47e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b42ebdd\" data-id=\"b42ebdd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e68f9cb elementor-widget elementor-widget-heading\" data-id=\"e68f9cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Recommandations de Livres Courts<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-498ac34\" data-id=\"498ac34\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-220fdd1 elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"220fdd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/short-stories\/\" aria-label=\"Shop short stories\" class=\"elementor-icon\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/categorie-produit\/short-stories\/\" aria-label=\"Shop short stories\" >\n\t\t\t\t\t\t\tView All\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9c9531b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9c9531b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0b19371\" data-id=\"0b19371\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0defecb elementor-widget elementor-widget-shortcode\" data-id=\"0defecb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4\"><div data-items-wrapper=\"6a956a8c2520d\" class=\"g5shop__listing-wrap g5shop__layout-grid\">\n        <div data-items-container class=\"g5shop__listing-inner row g5core__gutter-20\">\n\n<article class=\"g5shop__product-skin-02 g5shop__product-item-1 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-36778 status-publish first outofstock product_cat-english-books product_cat-contemporary product_cat-poetry product_cat-short-stories has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Earthly Virtues Morocco\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/06\/Cover-book-Earthly-Virtues.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/earthly-virtues-morocco\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_36778\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"36778\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201cEarthly Virtues\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_36778\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/earthly-virtues-morocco\/\" title=\"Earthly Virtues\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>120<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 120 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>70<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 70 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/earthly-virtues-morocco\/\" title=\"Earthly Virtues\">Earthly Virtues<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/carl-dennis\/\" title=\"Carl Dennis\">Carl Dennis<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:36778,&quot;item_id&quot;:36778,&quot;item_name&quot;:&quot;Earthly Virtues&quot;,&quot;sku&quot;:36778,&quot;price&quot;:70,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;English books&quot;,&quot;id&quot;:36778,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/earthly-virtues-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-2 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-36407 status-publish outofstock product_cat-arabic-books product_cat-asian-literature product_cat-biography product_cat-short-stories has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0643\u062a\u0627\u0628 \u062d\u0627\u0644\u0629 \u062d\u0631\u062c\u0629 \u0627\u0644\u0645\u063a\u0631\u0628 | \u0627\u0637\u0644\u0628\u0647 \u0627\u0644\u0622\u0646 \u0645\u0646 \u0645\u0643\u062a\u0628\u0629 \u0645\u0627\u0628\u0648\u0643\u0648\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/06\/d0b40a29-8bf6-455f-970f-3869e2790b0d-1.png\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/hala-harija-dr-nafea-alyasi-morocco\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_36407\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"36407\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201c\u062d\u0627\u0644\u0629 \u062d\u0631\u062c\u0629\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_36407\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/hala-harija-dr-nafea-alyasi-morocco\/\" title=\"\u062d\u0627\u0644\u0629 \u062d\u0631\u062c\u0629\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>145<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 145 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>85<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 85 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/hala-harija-dr-nafea-alyasi-morocco\/\" title=\"\u062d\u0627\u0644\u0629 \u062d\u0631\u062c\u0629\">\u062d\u0627\u0644\u0629 \u062d\u0631\u062c\u0629<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/dr-nafea-alyasi\/\" title=\"Dr. Nafea Alyasi\">Dr. Nafea Alyasi<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:36407,&quot;item_id&quot;:36407,&quot;item_name&quot;:&quot;\\u062d\\u0627\\u0644\\u0629 \\u062d\\u0631\\u062c\\u0629&quot;,&quot;sku&quot;:36407,&quot;price&quot;:85,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:36407,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/hala-harija-dr-nafea-alyasi-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-3 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-30707 status-publish outofstock product_cat-english-books product_cat-contemporary product_cat-fiction product_cat-novels product_cat-romance product_cat-short-stories has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"The Fall Risk Morocco\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/04\/Cover-book-The-Fall-Risk.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/the-fall-risk-morocco\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_30707\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"30707\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201cThe Fall Risk\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_30707\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/the-fall-risk-morocco\/\" title=\"The Fall Risk\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>135<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 135 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>75<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 75 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/the-fall-risk-morocco\/\" title=\"The Fall Risk\">The Fall Risk<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/abby-jimenez\/\" title=\"Abby Jimenez\">Abby Jimenez<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:30707,&quot;item_id&quot;:30707,&quot;item_name&quot;:&quot;The Fall Risk&quot;,&quot;sku&quot;:30707,&quot;price&quot;:75,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;English books&quot;,&quot;id&quot;:30707,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/the-fall-risk-morocco\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-4 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-30381 status-publish last outofstock product_cat-arabic-books product_cat-fiction product_cat-short-stories product_cat-young-adult has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0627\u0644\u0643\u062a\u0628 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0647\u0645\u062a \u0648\u0627\u0644\u062f\u064a \u0627\u0644\u0645\u063a\u0631\u0628\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/04\/Cover-book-\u0627\u0644\u0643\u062a\u0628-\u0627\u0644\u062a\u064a-\u0627\u0644\u062a\u0647\u0645\u062a-\u0648\u0627\u0644\u062f\u064a.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/that-ate-my-father-afonso-cruz-morocco-arabic\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_30381\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"30381\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201c\u0627\u0644\u0643\u062a\u0628 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0647\u0645\u062a \u0648\u0627\u0644\u062f\u064a\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_30381\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/that-ate-my-father-afonso-cruz-morocco-arabic\/\" title=\"\u0627\u0644\u0643\u062a\u0628 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0647\u0645\u062a \u0648\u0627\u0644\u062f\u064a\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>130<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 130 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>75<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 75 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/that-ate-my-father-afonso-cruz-morocco-arabic\/\" title=\"\u0627\u0644\u0643\u062a\u0628 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0647\u0645\u062a \u0648\u0627\u0644\u062f\u064a\">\u0627\u0644\u0643\u062a\u0628 \u0627\u0644\u062a\u064a \u0627\u0644\u062a\u0647\u0645\u062a \u0648\u0627\u0644\u062f\u064a<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/afonso-cruz\/\" title=\"Afonso Cruz\">Afonso Cruz<\/a>\n\t\t\t<\/div>\n        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:30381,&quot;item_id&quot;:30381,&quot;item_name&quot;:&quot;\\u0627\\u0644\\u0643\\u062a\\u0628 \\u0627\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0647\\u0645\\u062a \\u0648\\u0627\\u0644\\u062f\\u064a&quot;,&quot;sku&quot;:30381,&quot;price&quot;:75,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:30381,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/that-ate-my-father-afonso-cruz-morocco-arabic\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<\/div>\n<\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ad1a243 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ad1a243\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-067c832\" data-id=\"067c832\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d7f918f elementor-widget elementor-widget-heading\" data-id=\"d7f918f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">R\u00e9cemment examin\u00e9<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-663d3e3\" data-id=\"663d3e3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb89c2f elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"cb89c2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/shop\/?orderby=rating\" aria-label=\"Shop recently reviewed\" class=\"elementor-icon\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/mabooko.com\/fr\/shop\/?orderby=rating\" aria-label=\"Shop recently reviewed\" >\n\t\t\t\t\t\t\tView All\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5558b44 elementor-section-stretched elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5558b44\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d465ef9\" data-id=\"d465ef9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-abf59bf elementor-widget elementor-widget-shortcode\" data-id=\"abf59bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woocommerce columns-4\"><div data-items-wrapper=\"6a956a8c2520d\" class=\"g5shop__listing-wrap g5shop__layout-grid\">\n        <div data-items-container class=\"g5shop__listing-inner row g5core__gutter-20\">\n\n<article class=\"g5shop__product-skin-02 g5shop__product-item-1 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-21171 status-publish first instock product_cat-arabic-books product_cat-bestsellers product_cat-non-fiction product_cat-psychology product_cat-self-help has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644 \u0644\u0645\u0648\u0631\u062c\u0627\u0646 \u0647\u0627\u0648\u0633\u0644 - \u063a\u0644\u0627\u0641 \u0627\u0644\u0643\u062a\u0627\u0628\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/01\/The-Psychology-of-Mo._imresizer.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=21171\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21171\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"21171\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201c\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21171\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/the-psychology-of-money-morgan-housel-arabic\/\" title=\"\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>330<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 330 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>140<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 140 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/the-psychology-of-money-morgan-housel-arabic\/\" title=\"\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644\">\u0633\u064a\u0643\u0648\u0644\u0648\u062c\u064a\u0629 \u0627\u0644\u0645\u0627\u0644<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/morgan-housel\/\" title=\"Morgan Housel\">Morgan Housel<\/a>\n\t\t\t<\/div>\n<div class=\"star-rating\" role=\"img\" aria-label=\"Note 5.00 sur 5\" data-no-translation-aria-label=\"\"><span style=\"width:100%\" data-no-translation=\"\" data-trp-gettext=\"\">Note <strong class=\"rating\">5.00<\/strong> sur 5<\/span><\/div>        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:21171,&quot;item_id&quot;:21171,&quot;item_name&quot;:&quot;\\u0633\\u064a\\u0643\\u0648\\u0644\\u0648\\u062c\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0627\\u0644&quot;,&quot;sku&quot;:21171,&quot;price&quot;:140,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:21171,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/the-psychology-of-money-morgan-housel-arabic\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-2 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-20231 status-publish outofstock product_cat-arabic-books product_cat-fantasy product_cat-fiction product_cat-horror has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"\u0627\u0646\u062a\u062e\u0631\u064a\u0633\u062a\u0648\u0633 \u0644\u0623\u062d\u0645\u062f \u062e\u0627\u0644\u062f \u0645\u0635\u0637\u0641\u0649 - \u063a\u0644\u0627\u0641 \u0627\u0644\u0643\u062a\u0627\u0628\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2025\/11\/\u062a\u062d\u0645\u064a\u0644-\u0643\u062a\u0627\u0628-\u0627\u0646\u062a\u064a\u062e\u0631\u064a\u0633\u062a._imresizer.jpg\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/antichristos-ahmed-khaled-mustafa\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20231\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"20231\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201c\u0627\u0646\u062a\u062e\u0631\u064a\u0633\u062a\u0648\u0633\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20231\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/antichristos-ahmed-khaled-mustafa\/\" title=\"\u0627\u0646\u062a\u062e\u0631\u064a\u0633\u062a\u0648\u0633\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>270<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 270 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>110<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 110 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/antichristos-ahmed-khaled-mustafa\/\" title=\"\u0627\u0646\u062a\u062e\u0631\u064a\u0633\u062a\u0648\u0633\">\u0627\u0646\u062a\u062e\u0631\u064a\u0633\u062a\u0648\u0633<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/ahmed-khaled-mustafa\/\" title=\"Ahmed Khaled Mustafa\">Ahmed Khaled Mustafa<\/a>\n\t\t\t<\/div>\n<div class=\"star-rating\" role=\"img\" aria-label=\"Note 5.00 sur 5\" data-no-translation-aria-label=\"\"><span style=\"width:100%\" data-no-translation=\"\" data-trp-gettext=\"\">Note <strong class=\"rating\">5.00<\/strong> sur 5<\/span><\/div>        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:20231,&quot;item_id&quot;:20231,&quot;item_name&quot;:&quot;\\u0627\\u0646\\u062a\\u062e\\u0631\\u064a\\u0633\\u062a\\u0648\\u0633&quot;,&quot;sku&quot;:20231,&quot;price&quot;:110,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Arabic books&quot;,&quot;id&quot;:20231,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/antichristos-ahmed-khaled-mustafa\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-3 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-28985 status-publish instock product_cat-french-books product_cat-finance product_cat-trading-books has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"Les Magiciens Des March\u00e9s Maroc\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/03\/Cover-book-Les-magiciens-des-marches.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Ajouter au panier\" data-no-translation-title=\"\">\n    <a href=\"\/fr\/wp-json\/wp\/v2\/pages\/49?add-to-cart=28985\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_28985\" data-quantity=\"1\" class=\"product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"28985\" data-product_sku=\"\" aria-label=\"Ajouter au panier\u00a0: \u201cLes Magiciens Des March\u00e9s\u201d\" rel=\"nofollow\" data-success_message=\"\u00ab\u00a0Les Magiciens Des March\u00e9s\u00a0\u00bb a \u00e9t\u00e9 ajout\u00e9 \u00e0 votre panier\" role=\"button\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Ajouter au panier<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_28985\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/les-magiciens-des-marches-maroc\/\" title=\"Les Magiciens Des March\u00e9s\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>410<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 410 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>190<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 190 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/les-magiciens-des-marches-maroc\/\" title=\"Les Magiciens Des March\u00e9s\">Les Magiciens Des March\u00e9s<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/jack-d-schwager\/\" title=\"Jack D. Schwager\">Jack D. Schwager<\/a>\n\t\t\t<\/div>\n<div class=\"star-rating\" role=\"img\" aria-label=\"Note 4.50 sur 5\" data-no-translation-aria-label=\"\"><span style=\"width:90%\" data-no-translation=\"\" data-trp-gettext=\"\">Note <strong class=\"rating\">4.50<\/strong> sur 5<\/span><\/div>        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:28985,&quot;item_id&quot;:28985,&quot;item_name&quot;:&quot;Les Magiciens Des March\\u00e9s&quot;,&quot;sku&quot;:28985,&quot;price&quot;:190,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;French books&quot;,&quot;id&quot;:28985,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/les-magiciens-des-marches-maroc\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<article class=\"g5shop__product-skin-02 g5shop__product-item-4 g5core__gutter-item g5shop__product-item col-xl-3 col-lg-4 col-md-4 col-sm-6 col-12 g5shop__product-action-style-01 g5shop__post-skin-classic product type-product post-34207 status-publish last outofstock product_cat-french-books product_cat-fantasy product_cat-fiction product_cat-novels product_cat-philosophy product_cat-self-help has-post-thumbnail sale shipping-taxable purchasable product-type-simple\">\n    <div  class=\"g5core__post-item-inner g5shop__product-item-inner clearfix\">\n        \n        <div class=\"g5core__post-featured g5shop__product-featured\">\n            <div class=\"g5shop__product-thumbnail\">\n    \t    <div class=\"g5core__entry-thumbnail\">\n\t\t    <img loading=\"lazy\" decoding=\"async\"  alt=\"L&#039;Alchimiste Maroc\" width=\"600\" height=\"900\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2026\/05\/Cover-book-The-Alchemist-edition-fr.webp\">\t    <\/div>\n        <\/div>\n<div class=\"g5shop__loop-product-flash\">\n    <span class=\"on-sale g5shop__product-flash\">Sale<\/span><\/div>\n<div class=\"g5shop__product-actions g5core__tooltip-wrap\" data-tooltip-options=\"{&quot;placement&quot;:&quot;left&quot;}\">\n\t<div class=\"g5shop__add-to-cart\" data-toggle=\"tooltip\" title=\"Lire la suite\" data-no-translation-title=\"\">\n    <a href=\"https:\/\/mabooko.com\/fr\/produit\/lalchimiste-maroc\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_34207\" data-quantity=\"1\" class=\"product_type_simple product_out_of_stock ajax_add_to_cart\" data-product_id=\"34207\" data-product_sku=\"\" aria-label=\"En savoir plus sur \u201cL&#039;Alchimiste\u201d\" rel=\"nofollow\" data-success_message=\"\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\">Lire la suite<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_34207\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n<\/div>\n            <a href=\"https:\/\/mabooko.com\/fr\/produit\/lalchimiste-maroc\/\" title=\"L&#8217;Alchimiste\" class=\"g5shop_loop-product-link\"><\/a>\n        <\/div>\n\n        <div class=\"g5shop__product-info text-center\">\n            \n\t<span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>210<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix initial \u00e9tait\u00a0: 210 MAD.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>95<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\"> MAD<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\" data-no-translation=\"\" data-trp-gettext=\"\">Le prix actuel est\u00a0: 95 MAD.<\/span><\/span>\n<h2 class=\"g5shop__loop-product-title\"><a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/produit\/lalchimiste-maroc\/\" title=\"L&#8217;Alchimiste\">L&#8217;Alchimiste<\/a><\/h2>\n<div class=\"g5book__loop-product-authors\">\n\t<span>By<\/span>\n\t\t\t\t\t\t\t<a class=\"g5core__link\" href=\"https:\/\/mabooko.com\/fr\/authors\/paulo-coelho\/\" title=\"Paulo Coelho\">Paulo Coelho<\/a>\n\t\t\t<\/div>\n<div class=\"star-rating\" role=\"img\" aria-label=\"Note 4.00 sur 5\" data-no-translation-aria-label=\"\"><span style=\"width:80%\" data-no-translation=\"\" data-trp-gettext=\"\">Note <strong class=\"rating\">4.00<\/strong> sur 5<\/span><\/div>        <\/div>\n\n        <span class=\"gtm4wp_productdata\" style=\"display:none; visibility:hidden;\" data-gtm4wp_product_data=\"{&quot;internal_id&quot;:34207,&quot;item_id&quot;:34207,&quot;item_name&quot;:&quot;L&#039;Alchimiste&quot;,&quot;sku&quot;:34207,&quot;price&quot;:95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;French books&quot;,&quot;id&quot;:34207,&quot;productlink&quot;:&quot;https:\\\/\\\/mabooko.com\\\/fr\\\/produit\\\/lalchimiste-maroc\\\/&quot;,&quot;item_list_name&quot;:&quot;Liste g\\u00e9n\\u00e9rale des produits&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;simple&quot;,&quot;item_brand&quot;:&quot;&quot;}\"><\/span>    <\/div>\n<\/article>\n<\/div>\n<\/div><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5fbe3f8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5fbe3f8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d5f122a\" data-id=\"d5f122a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3ffb623 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"3ffb623\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Find your next read from over 200,000 titles<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1efca2e elementor-section-content-space-between elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1efca2e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b40f525\" data-id=\"b40f525\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6eee633 elementor-widget elementor-widget-heading\" data-id=\"6eee633\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Options de Paiement<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47b9901 elementor-widget elementor-widget-image\" data-id=\"47b9901\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"307\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-768x307.png\" class=\"attachment-medium_large size-medium_large wp-image-4146\" alt=\"\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-768x307.png.webp 768w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-300x120.png.webp 300w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-1024x410.png.webp 1024w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-1536x614.png.webp 1536w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-2048x819.png.webp 2048w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/cod-600x240.png.webp 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1716215 elementor-widget elementor-widget-text-editor\" data-id=\"1716215\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Payez en toute s\u00e9curit\u00e9 lorsque votre commande arrive.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-eda2dd4\" data-id=\"eda2dd4\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69b4174 elementor-widget elementor-widget-heading\" data-id=\"69b4174\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Notre Partenariat de Confiance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf0ce03 elementor-widget elementor-widget-image\" data-id=\"cf0ce03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"614\" src=\"https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-1536x614.png\" class=\"attachment-1536x1536 size-1536x1536 wp-image-4149\" alt=\"\" srcset=\"https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-1536x614.png.webp 1536w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-300x120.png.webp 300w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-1024x410.png.webp 1024w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-768x307.png.webp 768w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-2048x819.png.webp 2048w, https:\/\/mabooko.com\/wp-content\/uploads\/2024\/12\/ministry-600x240.png.webp 600w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-005f84b elementor-widget elementor-widget-text-editor\" data-id=\"005f84b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Class\u00e9 Top 5 au Maroc par le Minist\u00e8re de la Culture<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-df5f56f elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"df5f56f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-853a16d\" data-id=\"853a16d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea0c25c elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"ea0c25c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">D\u00e9couvrez et plongez dans <mark>200 000+<\/mark> Multilingual Books.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1eba788 elementor-widget elementor-widget-text-editor\" data-id=\"1eba788\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>D\u00e9couvrez des best-sellers, des perles rares et des tr\u00e9sors cach\u00e9s dans nos collections en arabe, fran\u00e7ais et anglais.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3a3da1 elementor-align-center e-transform elementor-widget elementor-widget-button\" data-id=\"b3a3da1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.1,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mabooko.com\/fr\/shop\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find You Next Read<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-603c301 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"603c301\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70725ac\" data-id=\"70725ac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc375a8 elementor-widget elementor-widget-heading\" data-id=\"cc375a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Stay in the Story<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d001dbe elementor-widget elementor-widget-text-editor\" data-id=\"d001dbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Subscribe to our newsletter and discover new releases, special offers, and reading recommendations from your favorite <strong data-start=\"322\" data-end=\"353\">online bookstore in Morocco<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e244586 elementor-widget elementor-widget-shortcode\" data-id=\"e244586\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f21656-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"21656\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/fr\/wp-json\/wp\/v2\/pages\/49#wpcf7-f21656-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-trp-original-action=\"\/fr\/wp-json\/wp\/v2\/pages\/49#wpcf7-f21656-o1\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"21656\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.7\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f21656-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div id=\"authors-m3-contact\">\n\t<div class=\"m3-row\">\n\t\t<div class=\"m3-col\">\n\t\t\t<p><label>Name<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Votre Nom\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"m3-col\">\n\t\t\t<p><label>Email<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Votre Email\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"m3-col m3-submit-wrap\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Subscribe\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Enjoy free shipping on purchases of 2+ items Pay with cash on delivery Morocco&#8217;s #1 Store for Original Books in English \ud83c\uddec\ud83c\udde7 Fran\u00e7ais \ud83c\uddeb\ud83c\uddf7 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \ud83c\uddf2\ud83c\udde6 English \ud83c\uddec\ud83c\udde7 English \ud83c\uddec\ud83c\udde7 Get 100% Original Best-Sellers delivered to your door anywhere in Morocco. Free Shipping on 2+ Books Cash on Delivery Discover Our Books From bestsellers to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/comments?post=49"}],"version-history":[{"count":21,"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":37537,"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/pages\/49\/revisions\/37537"}],"wp:attachment":[{"href":"https:\/\/mabooko.com\/fr\/wp-json\/wp\/v2\/media?parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}