{"id":987611208,"date":"2025-12-18T12:49:38","date_gmt":"2025-12-18T12:49:38","guid":{"rendered":"https:\/\/teamcdg.com\/?page_id=987611208"},"modified":"2026-04-07T12:33:05","modified_gmt":"2026-04-07T12:33:05","slug":"services","status":"publish","type":"page","link":"https:\/\/teamcdg.com\/fr\/services\/","title":{"rendered":"Nos Services"},"content":{"rendered":"<p>[et_pb_section fb_built=\u00a0\u00bb1&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb module_class=\u00a0\u00bbvideo-particle-section\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_enable_video_mp4=\u00a0\u00bboff\u00a0\u00bb background_video_width=\u00a0\u00bb100%\u00a0\u00bb background_video_height=\u00a0\u00bb100%\u00a0\u00bb positioning=\u00a0\u00bbnone\u00a0\u00bb z_index=\u00a0\u00bb1&Prime; custom_padding=\u00a0\u00bb120px||120px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb153px||153px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb50px||50px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb title_text=\u00a0\u00bbAssurance Ad Valorem Une Protection Indispensable\u00a0\u00bb background_image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/Assurance-Ad-Valorem-Une-Protection-Indispensable.jpg\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][et_pb_row use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb\u00a0\u00bb custom_padding_phone=\u00a0\u00bb|0px|0px|0px|false|true\u00a0\u00bb animation_direction=\u00a0\u00bbleft\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_code disabled_on=\u00a0\u00bbon|on|on\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb disabled=\u00a0\u00bbon\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<canvas id=\"particles-canvas\"><\/canvas><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->  const canvas = document.getElementById(\"particles-canvas\");<!-- [et_pb_line_break_holder] -->  if (!canvas) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const ctx = canvas.getContext(\"2d\");<!-- [et_pb_line_break_holder] -->  let particles = [];<!-- [et_pb_line_break_holder] -->  const particleCount = 80;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Ensure proper canvas sizing<!-- [et_pb_line_break_holder] -->  function resizeCanvas() {<!-- [et_pb_line_break_holder] -->    const section = document.querySelector(\".video-particle-section\");<!-- [et_pb_line_break_holder] -->    canvas.width = section.offsetWidth;<!-- [et_pb_line_break_holder] -->    canvas.height = section.offsetHeight;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  resizeCanvas();<!-- [et_pb_line_break_holder] -->  window.addEventListener(\"resize\", resizeCanvas);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Particle class<!-- [et_pb_line_break_holder] -->  class Particle {<!-- [et_pb_line_break_holder] -->    constructor() {<!-- [et_pb_line_break_holder] -->      this.x = Math.random() * canvas.width;<!-- [et_pb_line_break_holder] -->      this.y = Math.random() * canvas.height;<!-- [et_pb_line_break_holder] -->      this.size = Math.random() * 3 + 1;<!-- [et_pb_line_break_holder] -->      this.speedX = Math.random() * 0.8 - 0.4;<!-- [et_pb_line_break_holder] -->      this.speedY = Math.random() * 0.8 - 0.4;<!-- [et_pb_line_break_holder] -->      this.color = \"rgba(255,255,255,0.8)\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    update() {<!-- [et_pb_line_break_holder] -->      this.x += this.speedX;<!-- [et_pb_line_break_holder] -->      this.y += this.speedY;<!-- [et_pb_line_break_holder] -->      if (this.x < 0 || this.x > canvas.width) this.speedX *= -1;<!-- [et_pb_line_break_holder] -->      if (this.y < 0 || this.y > canvas.height) this.speedY *= -1;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    draw() {<!-- [et_pb_line_break_holder] -->      ctx.beginPath();<!-- [et_pb_line_break_holder] -->      ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);<!-- [et_pb_line_break_holder] -->      ctx.fillStyle = this.color;<!-- [et_pb_line_break_holder] -->      ctx.fill();<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Initialize particles<!-- [et_pb_line_break_holder] -->  function initParticles() {<!-- [et_pb_line_break_holder] -->    particles = [];<!-- [et_pb_line_break_holder] -->    for (let i = 0; i < particleCount; i++) {<!-- [et_pb_line_break_holder] -->      particles.push(new Particle());<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Animate particles<!-- [et_pb_line_break_holder] -->  function animate() {<!-- [et_pb_line_break_holder] -->    ctx.clearRect(0, 0, canvas.width, canvas.height);<!-- [et_pb_line_break_holder] -->    particles.forEach(p => {<!-- [et_pb_line_break_holder] -->      p.update();<!-- [et_pb_line_break_holder] -->      p.draw();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->    requestAnimationFrame(animate);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  initParticles();<!-- [et_pb_line_break_holder] -->  animate();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][dnxte_multi_heading text_one=\u00a0\u00bbServices logistiques Team International\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_one_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_one_font_size=\u00a0\u00bb48px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb55px\u00a0\u00bb text_two_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb1.4em\u00a0\u00bb width=\u00a0\u00bb100%\u00a0\u00bb max_width=\u00a0\u00bb74%\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb||0px|0px|false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb|||0px|false|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb24px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb60px||60px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb68px||68px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb30px||30px||true|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/1907-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb1907 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Ces derni\u00e8res ann\u00e9es, les standards de la <\/span><b>logistique mondiale ont beaucoup \u00e9volu\u00e9<\/b><span style=\"font-weight: 400;\">, exigeant une <\/span><b>agilit\u00e9<\/b><span style=\"font-weight: 400;\"> et une <\/span><b>expertise<\/b><span style=\"font-weight: 400;\"> sans pr\u00e9c\u00e9dent de la part des <\/span><b>commissionnaires de transport<\/b><span style=\"font-weight: 400;\">. Les mouvements de <\/span><b>marchandise<\/b><span style=\"font-weight: 400;\"> repr\u00e9sentent d\u00e9sormais bien plus que de simples transferts physiques : ils constituent de v\u00e9ritables enjeux de <\/span><b>conformit\u00e9<\/b><span style=\"font-weight: 400;\"> et de <\/span><b>s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> technologique.<\/span><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Le fait est que pour r\u00e9ussir dans ce contexte, s&rsquo;appuyer sur un <\/span><b>partenaire<\/b><span style=\"font-weight: 400;\"> comme <\/span><a href=\"https:\/\/teamcdg.com\/fr\/entreprise\/\"><span style=\"font-weight: 400;\">l\u2019\u00e9quipe de <\/span><b>Team International<\/b><\/a><span style=\"font-weight: 400;\"> devient un atout strat\u00e9gique majeur. Nous ne nous contentons pas de transporter ; nous orchestrons chaque <\/span><b>\u00e9tape<\/b><span style=\"font-weight: 400;\"> de votre <\/span><b>supply chain<\/b><span style=\"font-weight: 400;\"> avec une pr\u00e9cision chirurgicale. N\u00e9anmoins, cette excellence repose sur une gamme de <\/span><b>services<\/b><span style=\"font-weight: 400;\"> int\u00e9gr\u00e9s, con\u00e7us pour r\u00e9pondre aux besoins les plus complexes des <\/span><b>entreprises import export<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbD\u00e9douanement &#038; formalit\u00e9s douani\u00e8res\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb39px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb||-14px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb0.8em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.1em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Il faut savoir que la ma\u00eetrise des <\/span><b>formalit\u00e9s douani\u00e8res<\/b><span style=\"font-weight: 400;\"> est le premier pilier d&rsquo;une <\/span><b>exp\u00e9dition<\/b><span style=\"font-weight: 400;\"> r\u00e9ussie. Une simple erreur de code ou un <\/span><b>document<\/b><span style=\"font-weight: 400;\"> manquant peut entra\u00eener des <\/span><b>d\u00e9lais<\/b><span style=\"font-weight: 400;\"> co\u00fbteux et bloquer votre <\/span><b>marchandise<\/b><span style=\"font-weight: 400;\"> \u00e0 la fronti\u00e8re.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00c0 savoir que notre \u00e9quipe d\u2019experts g\u00e8re pour vous la cr\u00e9ation du <\/span><b>num\u00e9ro EORI<\/b><span style=\"font-weight: 400;\">, indispensable pour tout <\/span><b>commerce international<\/b><span style=\"font-weight: 400;\"> avec l&rsquo;Union Europ\u00e9enne ou les <\/span><b>nations<\/b><span style=\"font-weight: 400;\"> tierces. De surcro\u00eet, nous ma\u00eetrisons les r\u00e9gimes de <\/span><b>mise en libre pratique<\/b><span style=\"font-weight: 400;\"> et de <\/span><b>mise \u00e0 la consommation<\/b><span style=\"font-weight: 400;\">, permettant d&rsquo;optimiser le <\/span><b>paiement<\/b><span style=\"font-weight: 400;\"> de vos <\/span><b>taxes<\/b><span style=\"font-weight: 400;\"> et <\/span><b>droits de douane<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Malgr\u00e9 le durcissement des <\/span><b>r\u00e9glementations<\/b><span style=\"font-weight: 400;\"> internationales, nous facilitons vos d\u00e9marches d&rsquo;<\/span><b>importation<\/b><span style=\"font-weight: 400;\"> temporaire gr\u00e2ce \u00e0 l&rsquo;utilisation du <\/span><b>carnet ATA<\/b><span style=\"font-weight: 400;\">. Ce dispositif est particuli\u00e8rement pris\u00e9 pour le transport de <\/span><b>mat\u00e9riel sc\u00e9nique<\/b><span style=\"font-weight: 400;\"> ou de prototypes destin\u00e9s \u00e0 des salons mondiaux, car il offre une <\/span><b>exemption<\/b><span style=\"font-weight: 400;\"> temporaire de frais douaniers.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Notez que nous assurons \u00e9galement la mise en conformit\u00e9 <\/span><b>DGR<\/b><span style=\"font-weight: 400;\"> pour les marchandises dangereuses, garantissant que chaque colis respecte les normes de <\/span><b>s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> a\u00e9riennes et maritimes. Le fait est que notre <\/span><b>organisation<\/b><span style=\"font-weight: 400;\"> administrative compl\u00e8te prend en charge la r\u00e9daction des LTA et des BL, vous lib\u00e9rant ainsi de toute contrainte bureaucratique.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Il est \u00e0 noter que la <\/span><b>communication<\/b><span style=\"font-weight: 400;\"> directe avec les bureaux de <\/span><b>douane<\/b><span style=\"font-weight: 400;\"> permet d&rsquo;anticiper les contr\u00f4les et de fluidifier les passages. Sachez que nous analysons syst\u00e9matiquement les <\/span><b>accords<\/b><span style=\"font-weight: 400;\"> de libre-\u00e9change pour vous faire b\u00e9n\u00e9ficier des meilleures <\/span><b>pr\u00e9f\u00e9rences tarifaires<\/b><span style=\"font-weight: 400;\"> en vigueur.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">L&rsquo;expertise de <\/span><a href=\"https:\/\/teamcdg.com\/fr\/transitaire\/\"><b>Team International<\/b><span style=\"font-weight: 400;\"> en mati\u00e8re de <\/span><b>transit<\/b><\/a><span style=\"font-weight: 400;\"> douanier est reconnue pour sa fiabilit\u00e9, quel que soit le <\/span><b>pays<\/b><span style=\"font-weight: 400;\"> de destination ou l&rsquo;origine de vos produits.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/13740428-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb13740428 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb60px||60px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb68px||68px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb30px||30px||true|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/126432-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb126432 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbConditionnement &#038; emballages\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb39px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb17px||-14px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb0.8em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.3em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Il faut dire que la <\/span><b>s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> de vos actifs commence d\u00e8s la mise en <\/span><b>caisse<\/b><span style=\"font-weight: 400;\"> ou sur <\/span><b>palette<\/b><span style=\"font-weight: 400;\"> au sein de nos entrep\u00f4ts. Pour l&rsquo;avenir, nous avons r\u00e9alis\u00e9 des investissements significatifs dans des solutions de <\/span><b>conditionnement<\/b><span style=\"font-weight: 400;\"> novatrices. Celles-ci reposent sur l&rsquo;utilisation d&rsquo;<\/span><b>emballages intelligents<\/b><span style=\"font-weight: 400;\"> sp\u00e9cifiquement con\u00e7us pour offrir une r\u00e9sistance maximale, m\u00eame face aux conditions de transport les plus rudes<\/span><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Chaque <\/span><b>produit<\/b><span style=\"font-weight: 400;\"> \u2013 qu&rsquo;il s&rsquo;agisse d&rsquo;un article de <\/span><b>luxe<\/b><span style=\"font-weight: 400;\">, d&rsquo;un composant \u00e9lectronique de pointe ou de <\/span><b>denr\u00e9es agricoles<\/b><span style=\"font-weight: 400;\"> \u2013 poss\u00e8de ses propres sp\u00e9cificit\u00e9s. C&rsquo;est pourquoi nous proposons des solutions d&#8217;emballage sur mesure pour garantir leur parfaite int\u00e9grit\u00e9. Par exemple, pour les \u0153uvres d&rsquo;art ou les \u00e9quipements industriels lourds, nous concevons des caisses renforc\u00e9es, assurant une protection totale.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A savoir que la <\/span><b>tendance<\/b><span style=\"font-weight: 400;\"> actuelle s&rsquo;oriente vers des solutions plus durables, c&rsquo;est pourquoi nous privil\u00e9gions d\u00e9sormais les <\/span><b>emballages r\u00e9utilisables<\/b><span style=\"font-weight: 400;\">. Ces dispositifs permettent non seulement de r\u00e9duire l&#8217;empreinte carbone, mais aussi d&rsquo;assurer une meilleure protection gr\u00e2ce \u00e0 des mat\u00e9riaux plus robustes.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">N\u00e9anmoins, l&rsquo;optimisation des volumes reste une priorit\u00e9 pour r\u00e9duire le <\/span><b>prix<\/b><span style=\"font-weight: 400;\"> de <\/span><a href=\"https:\/\/teamcdg.com\/fr\/fret-maritime\/\"><span style=\"font-weight: 400;\">votre <\/span><b>fret maritime<\/b><span style=\"font-weight: 400;\"> ou a\u00e9rien<\/span><\/a><span style=\"font-weight: 400;\">. L&rsquo;\u00e9quipe de Team International effectue une analyse m\u00e9ticuleuse de chaque marchandise. L&rsquo;objectif vis\u00e9 est de d\u00e9finir la solution de conditionnement la plus ad\u00e9quate, ce qui permet d&rsquo;\u00e9viter toute perte d&rsquo;espace et les co\u00fbts additionnels inutiles.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">L&rsquo;<\/span><b>\u00e9tiquetage<\/b><span style=\"font-weight: 400;\"> et le <\/span><b>marquage conformes<\/b><span style=\"font-weight: 400;\"> constituent une \u00e9tape essentielle de notre <\/span><b>processus logistique<\/b><span style=\"font-weight: 400;\">. Pour l&rsquo;acceptation par les transporteurs <\/span><b>internationaux<\/b><span style=\"font-weight: 400;\">, il est imp\u00e9ratif que les unit\u00e9s de mati\u00e8res dangereuses ou de produits p\u00e9rissables pr\u00e9sentent des <\/span><b>mentions sp\u00e9cifiques<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">De plus, nous offrons un service sp\u00e9cialis\u00e9 de <\/span><b>gants blancs<\/b><span style=\"font-weight: 400;\"> pour le <\/span><b>mat\u00e9riel sc\u00e9nique<\/b><span style=\"font-weight: 400;\"> de haute technologie et les objets de valeur n\u00e9cessitant une manipulation particuli\u00e8rement d\u00e9licate. Notre souci du d\u00e9tail est le gage de la <\/span><b>confiance<\/b><span style=\"font-weight: 400;\"> que nous accordent nos partenaires les plus exigeants depuis plusieurs d\u00e9cennies.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbAssurance &#038; s\u00e9curit\u00e9\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb39px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb||-14px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb0.8em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.1em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Conscients que le <\/span><b>transport<\/b><span style=\"font-weight: 400;\"> n&rsquo;est jamais exempt de risques, nous d\u00e9ployons tous les efforts n\u00e9cessaires pour les <\/span><b>minimiser<\/b><span style=\"font-weight: 400;\">. Pour une s\u00e9curit\u00e9 optimale de vos exp\u00e9ditions, notamment pour le <\/span><b>fret sensible<\/b><span style=\"font-weight: 400;\"> et de <\/span><b>haute valeur<\/b><span style=\"font-weight: 400;\"> circulant sur les routes mondiales, nous offrons des <\/span><b>assurances ad valorem<\/b><span style=\"font-weight: 400;\"> compl\u00e8tes. Ces assurances couvrent la <\/span><b>valeur<\/b><span style=\"font-weight: 400;\"> totale de vos marchandises contre les risques de vol, de perte ou d&rsquo;avarie. Cette protection est jug\u00e9e essentielle aujourd&rsquo;hui.<\/span><b>\u00a0<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u00c0 titre d&rsquo;indicatif, notre dispositif <\/span><b>anti-vol<\/b><span style=\"font-weight: 400;\"> inclut des protocoles de surveillance stricts lors des phases de transbordement et de stockage temporaire. Il faut savoir que nous int\u00e9grons d\u00e9sormais des <\/span><b>capteurs embarqu\u00e9s<\/b><span style=\"font-weight: 400;\"> sur la majorit\u00e9 de nos exp\u00e9ditions prioritaires. Ces outils technologiques permettent de mesurer en <\/span><b>temps<\/b><span style=\"font-weight: 400;\"> r\u00e9el la temp\u00e9rature, l&rsquo;humidit\u00e9 et les chocs subis par vos colis.<\/span><b><i> Bon \u00e0 savoir : <\/i><\/b><span style=\"font-weight: 400;\">toute prestation additionnelle sera soumise \u00e0 une facturation compl\u00e9mentaire.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">En d\u00e9pit du fait que votre marchandise traverse l&rsquo;<\/span><b>Oc\u00e9an Indien<\/b><span style=\"font-weight: 400;\"> ou le d\u00e9sert d&rsquo;<\/span><b>Arabie Saoudite<\/b><span style=\"font-weight: 400;\">, vous conservez une visibilit\u00e9 totale. Notre interface client vous donne acc\u00e8s \u00e0 une <\/span><b>tra\u00e7abilit\u00e9 compl\u00e8te <\/b><span style=\"font-weight: 400;\">de votre <\/span><b>exp\u00e9dition<\/b><span style=\"font-weight: 400;\">. Vous pouvez ainsi la suivre de pr\u00e8s, du d\u00e9part de l&rsquo;<\/span><b>usine<\/b><span style=\"font-weight: 400;\"> jusqu&rsquo;\u00e0 la <\/span><b>livraison<\/b><span style=\"font-weight: 400;\"> finale au destinataire.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Team International garantit une <\/span><b>transparence environnementale<\/b><span style=\"font-weight: 400;\"> totale. En effet, nous fournissons un <\/span><b>CO\u2082 report<\/b><span style=\"font-weight: 400;\"> d\u00e9taill\u00e9 pour chaque mission. Ce rapport permet non seulement de mesurer l&rsquo;impact \u00e9cologique de vos \u00e9changes, mais aussi de r\u00e9pondre efficacement aux exigences de <\/span><b>durabilit\u00e9<\/b><span style=\"font-weight: 400;\"> de vos clients.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">La s\u00e9curit\u00e9 de vos actifs est notre priorit\u00e9 absolue. Pour cela, nous utilisons des <\/span><b>scell\u00e9s haute s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> et des syst\u00e8mes de geofencing, renfor\u00e7ant ainsi la protection physique de vos marchandises. Cette approche nous permet d&rsquo;instaurer une <\/span><b>relation<\/b><span style=\"font-weight: 400;\"> de confiance et de s\u00e9r\u00e9nit\u00e9 avec nos clients, qui savent que leurs produits sont entre les mains des professionnels les plus fiables du <\/span><b>march\u00e9<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/2149347150-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb2149347150 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb60px||60px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb68px||68px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb30px||30px||true|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/7681-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb7681 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbLogistique &#038; entreposage\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb39px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb17px||-14px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb27px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb0.8em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.1em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Notre expertise transcende le simple cadre du transport pour englober la gestion int\u00e9grale de l&rsquo;entreposage et de la distribution. Nous avons sp\u00e9cifiquement optimis\u00e9 nos plateformes pour <\/span><b>le <\/b><b><i>cross-docking<\/i><\/b><span style=\"font-weight: 400;\">, une m\u00e9thode garantissant une redistribution acc\u00e9l\u00e9r\u00e9e de vos marchandises sans n\u00e9cessiter un stockage de longue dur\u00e9e.<\/span><b>\u00a0<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Le fait est que cette <\/span><b>agilit\u00e9<\/b><span style=\"font-weight: 400;\"> op\u00e9rationnelle r\u00e9duit consid\u00e9rablement les <\/span><b>d\u00e9lais<\/b><span style=\"font-weight: 400;\"> et les co\u00fbts de manutention. \u00c0 savoir que nous g\u00e9rons m\u00eame votre <\/span><b>flotte<\/b><span style=\"font-weight: 400;\"> de conteneurs et assurons la <\/span><b>traction<\/b><span style=\"font-weight: 400;\"> entre les ports et nos entrep\u00f4ts de mani\u00e8re fluide.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Il faut dire que la logistique moderne inclut un volet essentiel de <\/span><b>pi\u00e8ces d\u00e9tach\u00e9es &amp; logistique SAV<\/b><span style=\"font-weight: 400;\">. Nous stockons pour vous les composants critiques et g\u00e9rons les exp\u00e9ditions aller-retour pour vos besoins de maintenance urgente.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Team International propose \u00e9galement un <\/span><b>stockage s\u00e9curis\u00e9<\/b><span style=\"font-weight: 400;\"> dans des zones sous douane. Ce service vous permet de diff\u00e9rer le paiement des taxes et droits jusqu&rsquo;\u00e0 l&rsquo;exp\u00e9dition effective de vos produits. <\/span><b>Cependant, il convient de pr\u00e9ciser que le stockage sous douane peut engendrer des co\u00fbts tr\u00e8s \u00e9lev\u00e9s selon le pays. Pour cette raison, nous pr\u00e9f\u00e9rons g\u00e9n\u00e9ralement l&rsquo;\u00e9viter et d\u00e9conseillons m\u00eame les livraisons pendant le week-end afin de limiter les surco\u00fbts importants.<\/b><span style=\"font-weight: 400;\"> Nos solutions logistiques comprennent :<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">l&rsquo;optimisation des flux via le <\/span><b>cross-docking<\/b><span style=\"font-weight: 400;\"> et la gestion dynamique des stocks en <\/span><b>temps<\/b><span style=\"font-weight: 400;\"> r\u00e9el ;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">la traction de conteneurs (20&prime;, 40&prime;, Reefer) avec calage, arrimage et scellage haute s\u00e9curit\u00e9 ;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">le support logistique <\/span><b>SAV<\/b><span style=\"font-weight: 400;\"> incluant la gestion des retours et le stockage de pi\u00e8ces strat\u00e9giques ;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">le <\/span><b>stockage sous temp\u00e9rature dirig\u00e9e<\/b><span style=\"font-weight: 400;\"> pour les produits <\/span><b>pharma<\/b><span style=\"font-weight: 400;\">, agricoles et alimentaires sensibles ;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">l&rsquo;int\u00e9gration de services \u00e0 valeur ajout\u00e9e comme l&rsquo;\u00e9tiquetage, le reconditionnement et le kitting.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Il est \u00e0 noter que chaque entrep\u00f4t est \u00e9quip\u00e9 de syst\u00e8mes de <\/span><b>s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> avanc\u00e9s et de logiciels de gestion de pointe. En v\u00e9rit\u00e9, on ne peut piloter une supply chain mondiale sans une pr\u00e9cision de chaque instant sur l&rsquo;\u00e9tat des stocks.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">C&rsquo;est la raison pour laquelle l&rsquo;\u00e9quipe de <\/span><b>Team International<\/b><span style=\"font-weight: 400;\"> assure un inventaire constant et une r\u00e9activit\u00e9 optimale pour vos commandes de derni\u00e8re minute. En outre, notre r\u00e9seau mondial de partenaires nous permet de maintenir cette <\/span><b>qualit\u00e9<\/b><span style=\"font-weight: 400;\"> de service dans n&rsquo;importe quel <\/span><b>territoire<\/b><span style=\"font-weight: 400;\"> du monde, notamment en <\/span><b>Chine<\/b><span style=\"font-weight: 400;\">, aux <\/span><b>\u00c9tats-Unis<\/b><span style=\"font-weight: 400;\"> ou au <\/span><b>Moyen-Orient<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbTransport sur mesure\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb39px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.4em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb||-14px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb0.8em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.1em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_font_size_tablet=\u00a0\u00bb18px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb17px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Sachez que notre v\u00e9ritable passion r\u00e9side dans la gestion des transports complexes et hors normes. L\u2019\u00e9quipe de <\/span><b>Team International<\/b><span style=\"font-weight: 400;\"> est l&rsquo;un des rares prestataires capables de g\u00e9rer l&rsquo;<\/span><b>exp\u00e9dition<\/b><span style=\"font-weight: 400;\"> d&rsquo;<\/span><b>\u0153uvres d&rsquo;art<\/b><span style=\"font-weight: 400;\"> avec des protocoles de <\/span><b>gants blancs<\/b><span style=\"font-weight: 400;\"> rigoureux.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Le fait est que le transport de tableaux, de sculptures ou d&rsquo;antiquit\u00e9s demande une attention de chaque seconde. \u00c0 titre d&rsquo;exemple, nous avons d\u00e9j\u00e0 s\u00e9curis\u00e9 des transferts de pi\u00e8ces rares vers les plus grands mus\u00e9es du <\/span><b>monde<\/b><span style=\"font-weight: 400;\">, pour une discr\u00e9tion et une s\u00e9curit\u00e9 absolues.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Bon \u00e0 savoir \u00e9galement, le transport de <\/span><b>v\u00e9hicules<\/b><span style=\"font-weight: 400;\"> (prestiges, collections ou prototypes) fait partie de nos prestations. Nous g\u00e9rons le transport s\u00e9curis\u00e9 en remorques ferm\u00e9es ou conteneurs d\u00e9di\u00e9s, incluant toutes les formalit\u00e9s d&rsquo;<\/span><b>import export<\/b><span style=\"font-weight: 400;\"> sp\u00e9cifiques.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">De surcro\u00eet, notre expertise s&rsquo;\u00e9tend aux <\/span><b>mati\u00e8res dangereuses<\/b><span style=\"font-weight: 400;\"> (batteries lithium, produits chimiques), o\u00f9 chaque <\/span><b>exp\u00e9dition<\/b><span style=\"font-weight: 400;\"> est soumise \u00e0 des contr\u00f4les drastiques. Notez que nous g\u00e9rons m\u00eame le transport de <\/span><b>mat\u00e9riel sc\u00e9nique<\/b><span style=\"font-weight: 400;\"> pour les plus grandes tourn\u00e9es internationales. Et ce en s\u2019assurant que chaque structure arrive \u00e0 temps pour le lever de rideau.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Il est \u00e0 noter que pour ces projets critiques, nous mobilisons des moyens de transport d\u00e9di\u00e9s, tels que des <\/span><b>vols cargo<\/b><span style=\"font-weight: 400;\"> ou des convois routiers s\u00e9curis\u00e9s. A vrai dire, le respect des <\/span><b>d\u00e9lais<\/b><span style=\"font-weight: 400;\"> n&rsquo;est pas une option, c&rsquo;est une obligation contractuelle que nous honorons avec fiert\u00e9. De ce fait, nous \u00e9tudions chaque <\/span><b>projet<\/b><span style=\"font-weight: 400;\"> sous tous ses angles logistiques, techniques et financiers.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Figurez-vous que cette capacit\u00e9 \u00e0 g\u00e9rer l&rsquo;exceptionnel est ce qui fait de <\/span><b>Team International<\/b><span style=\"font-weight: 400;\"> le <\/span><b>partenaire<\/b><span style=\"font-weight: 400;\"> privil\u00e9gi\u00e9 des industries les plus exigeantes. Qu&rsquo;il s&rsquo;agisse de fret <\/span><b>hors gabarit<\/b><span style=\"font-weight: 400;\"> ou de marchandises de <\/span><b>haute valeur<\/b><span style=\"font-weight: 400;\">, nous transformons la complexit\u00e9 en simplicit\u00e9.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/83415-1.jpg\u00a0\u00bb title_text=\u00a0\u00bb83415 (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb90%\u00a0\u00bb max_width=\u00a0\u00bb1300px\u00a0\u00bb custom_margin=\u00a0\u00bb||25px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||50px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbVos questions sur nos services logistiques\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb34px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.3em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb1.4em\u00a0\u00bb custom_margin=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb||-30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb||8px|||\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; text_one_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb25px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb1.3em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.3em\u00a0\u00bb text_one_line_height_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][\/dnxte_multi_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb90%\u00a0\u00bb max_width=\u00a0\u00bb1300px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_accordion _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][et_pb_accordion_item title=\u00a0\u00bbComment Team International s\u00e9curise-t-elle les marchandises de haute valeur ?\u00a0\u00bb open=\u00a0\u00bbon\u00a0\u00bb open_toggle_text_color=\u00a0\u00bb#000000&Prime; open_toggle_background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb closed_toggle_background_color=\u00a0\u00bb#e63c28&Prime; icon_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb toggle_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb toggle_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb toggle_line_height=\u00a0\u00bb1.4em\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous assurons un niveau de protection optimal gr\u00e2ce \u00e0 une combinaison de mesures : une <\/span><b>assurance ad valorem<\/b><span style=\"font-weight: 400;\">, des <\/span><b>capteurs embarqu\u00e9s<\/b><span style=\"font-weight: 400;\"> et une <\/span><b>tra\u00e7abilit\u00e9<\/b><span style=\"font-weight: 400;\">. Nos \u00e9quipes sont sp\u00e9cifiquement form\u00e9es \u00e0 la manipulation de type \u00ab Gants Blancs \u00bb pour pr\u00e9venir toute d\u00e9gradation physique des biens. De plus, chaque <\/span><b>exp\u00e9dition<\/b><span style=\"font-weight: 400;\"> d\u00e9licate est prise en charge via un plan de transport sur mesure, mis en \u0153uvre par des transporteurs rigoureusement audit\u00e9s et certifi\u00e9s.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=\u00a0\u00bbQuels sont les avantages du carnet ATA pour mes exportations ?\u00a0\u00bb open_toggle_text_color=\u00a0\u00bb#000000&Prime; open_toggle_background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb closed_toggle_background_color=\u00a0\u00bb#e63c28&Prime; icon_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb toggle_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb toggle_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb toggle_line_height=\u00a0\u00bb1.4em\u00a0\u00bb open=\u00a0\u00bboff\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Le <\/span><b>carnet ATA<\/b><span style=\"font-weight: 400;\"> est l&rsquo;\u00e9quivalent d&rsquo;un <\/span><b>passeport<\/b><span style=\"font-weight: 400;\"> pour vos marchandises, offrant une <\/span><b>exon\u00e9ration<\/b><span style=\"font-weight: 400;\"> de <\/span><b>taxes<\/b><span style=\"font-weight: 400;\"> et de <\/span><b>droits de douane<\/b><span style=\"font-weight: 400;\"> dans le cadre d&rsquo;importations temporaires. C&rsquo;est l&rsquo;outil indispensable pour l&rsquo;acheminement de <\/span><b>mat\u00e9riel sc\u00e9nique<\/b><span style=\"font-weight: 400;\">, d&rsquo;\u00e9quipements professionnels ou d&rsquo;articles destin\u00e9s \u00e0 des salons commerciaux. En plus de faciliter consid\u00e9rablement les formalit\u00e9s douani\u00e8res, il permet d&rsquo;\u00e9viter un blocage de tr\u00e9sorerie inutile.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=\u00a0\u00bbProposez-vous des solutions de stockage pour les produits pharmaceutiques ?\u00a0\u00bb open_toggle_text_color=\u00a0\u00bb#000000&Prime; open_toggle_background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb closed_toggle_background_color=\u00a0\u00bb#e63c28&Prime; icon_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb toggle_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb toggle_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb toggle_line_height=\u00a0\u00bb1.4em\u00a0\u00bb open=\u00a0\u00bboff\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous assurons le <\/span><b>stockage sous temp\u00e9rature dirig\u00e9e<\/b><span style=\"font-weight: 400;\"> gr\u00e2ce \u00e0 nos entrep\u00f4ts \u00e9quip\u00e9s. Pour les produits <\/span><b>pharmaceutiques<\/b><span style=\"font-weight: 400;\">, nous garantissons le maintien de la cha\u00eene du froid en adh\u00e9rant aux normes les plus strictes. L&rsquo;int\u00e9grit\u00e9 de vos produits est prot\u00e9g\u00e9e.<\/span><\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_accordion _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;][et_pb_accordion_item title=\u00a0\u00bbQu&rsquo;est-ce que le cross-docking et comment cela peut-il m&rsquo;aider ?\u00a0\u00bb open=\u00a0\u00bbon\u00a0\u00bb open_toggle_text_color=\u00a0\u00bb#000000&Prime; closed_toggle_background_color=\u00a0\u00bb#e63c28&Prime; icon_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb toggle_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb toggle_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb toggle_line_height=\u00a0\u00bb1.4em\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Le <\/span><b>cross-docking<\/b><span style=\"font-weight: 400;\"> est une technique logistique consistant \u00e0 transf\u00e9rer les marchandises d&rsquo;un quai de d\u00e9chargement \u00e0 un quai de rechargement presque instantan\u00e9ment, sans \u00e9tape de stockage interm\u00e9diaire. Cette m\u00e9thode permet de r\u00e9duire significativement les co\u00fbts d&rsquo;entreposage et d&rsquo;acc\u00e9l\u00e9rer consid\u00e9rablement le cycle de <\/span><b>livraison<\/b><span style=\"font-weight: 400;\">. C&rsquo;est une solution id\u00e9ale pour les entreprises g\u00e9rant des flux tendus et visant une <\/span><b>agilit\u00e9<\/b><span style=\"font-weight: 400;\"> op\u00e9rationnelle maximale.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=\u00a0\u00bbComment g\u00e9rez-vous le transport de mati\u00e8res dangereuses (DGR) ?\u00a0\u00bb open_toggle_text_color=\u00a0\u00bb#000000&Prime; closed_toggle_background_color=\u00a0\u00bb#e63c28&Prime; icon_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb toggle_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb toggle_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb toggle_line_height=\u00a0\u00bb1.4em\u00a0\u00bb open=\u00a0\u00bboff\u00a0\u00bb sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Notre <\/span><b>\u00e9quipe<\/b><span style=\"font-weight: 400;\"> est sp\u00e9cialis\u00e9e et certifi\u00e9e dans la gestion des marchandises dangereuses. Cela comprend l&rsquo;\u00e9tiquetage conforme aux normes UN et la r\u00e9daction des d\u00e9clarations sp\u00e9cifiques. Nous accordons une importance primordiale \u00e0 la <\/span><b>s\u00e9curit\u00e9<\/b><span style=\"font-weight: 400;\"> : chaque colis est rigoureusement v\u00e9rifi\u00e9 pour s&rsquo;assurer du respect des normes a\u00e9riennes et maritimes. Cette expertise nous permet de minimiser le <\/span><b>risque<\/b><span style=\"font-weight: 400;\"> d&rsquo;incident et de garantir l&rsquo;acceptation de votre <\/span><b>fret<\/b><span style=\"font-weight: 400;\"> par les transporteurs.<\/span><\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; disabled_on=\u00a0\u00bbon|on|on\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb disabled=\u00a0\u00bbon\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_2,1_2&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:Auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/11\/pexels-samuel-wolfl-628277-1427541.jpg\u00a0\u00bb title_text=\u00a0\u00bbpexels-samuel-wolfl-628277-1427541&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bb-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);||  -webkit-mask-size: 800%;||  mask-size: 800%;||  -webkit-mask-position: 0;||  mask-position: 0;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_css_main_element_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb custom_css_main_element__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb custom_css_main_element__hover=\u00a0\u00bb||transition: mask-position 2s ease,-webkit-mask-position 2s ease;||  -webkit-mask-position: 120%;||  mask-position: 120%;||  opacity: 1;\u00a0\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbright\u00a0\u00bb custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbTransparent Process &#038; End-to-End Support\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbleft\u00a0\u00bb text_one_margin=\u00a0\u00bb||-1px||false|false\u00a0\u00bb text_one_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_two_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_three_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb text_one_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_one_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_two_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_two_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb text_three_reveal_effect=\u00a0\u00bbon\u00a0\u00bb text_three_reveal_color_before=\u00a0\u00bb#55668F\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_one_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb28px\u00a0\u00bb text_one_line_height=\u00a0\u00bb0.8em\u00a0\u00bb text_two_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_two_text_align=\u00a0\u00bbcenter\u00a0\u00bb text_two_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_two_font_size=\u00a0\u00bb0px\u00a0\u00bb text_three_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb text_three_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_three_font_size=\u00a0\u00bb55px\u00a0\u00bb text_three_line_height=\u00a0\u00bb0.8em\u00a0\u00bb custom_margin=\u00a0\u00bb||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||-9px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb text_one_font_size_tablet=\u00a0\u00bb39px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_two_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_two_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_two_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_three_font_size_tablet=\u00a0\u00bb55px\u00a0\u00bb text_three_font_size_phone=\u00a0\u00bb30px\u00a0\u00bb text_three_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_multi_heading][et_pb_text _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb text_font_size=\u00a0\u00bb17px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p>Our methodology is designed to provide clarity and control at every stage of your shipment. From initial consultation to final delivery, we manage each step with precision, transparency, and accountability.<\/p>\n<p><span style=\"color: #000000;\"><strong>Our process is structured around four key pillars:<\/strong><\/span><\/p>\n<p>[\/et_pb_text][et_pb_blurb title=\u00a0\u00bbUpstream consulting to plan routes, timelines, and compliance requirements\u00a0\u00bb use_icon=\u00a0\u00bbon\u00a0\u00bb font_icon=\u00a0\u00bb&#xe052;||divi||400&Prime; icon_color=\u00a0\u00bb#e63c28&Prime; icon_placement=\u00a0\u00bbleft\u00a0\u00bb image_icon_width=\u00a0\u00bb17px\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; header_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb header_text_color=\u00a0\u00bb#222222&Prime; header_font_size=\u00a0\u00bb16px\u00a0\u00bb header_line_height=\u00a0\u00bb1.1em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb2px||||false|false\u00a0\u00bb custom_margin=\u00a0\u00bb||10px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb-16px||||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px|||0px|false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb header_line_height_tablet=\u00a0\u00bb\u00a0\u00bb header_line_height_phone=\u00a0\u00bb1.4em\u00a0\u00bb header_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-left: -15px\u00a0\u00bb image_max_width=\u00a0\u00bb17px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][et_pb_blurb title=\u00a0\u00bbOptimized organization including multimodal booking, documentation, customs coordination, Incoterms-based deliveries, and insurance\u00a0\u00bb use_icon=\u00a0\u00bbon\u00a0\u00bb font_icon=\u00a0\u00bb&#xe052;||divi||400&Prime; icon_color=\u00a0\u00bb#e63c28&Prime; icon_placement=\u00a0\u00bbleft\u00a0\u00bb image_icon_width=\u00a0\u00bb17px\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; header_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb header_text_color=\u00a0\u00bb#222222&Prime; header_font_size=\u00a0\u00bb16px\u00a0\u00bb header_line_height=\u00a0\u00bb1.4em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb6px||||false|false\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb-16px||||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px|||0px|false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb header_line_height_tablet=\u00a0\u00bb\u00a0\u00bb header_line_height_phone=\u00a0\u00bb1.4em\u00a0\u00bb header_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-left: -15px\u00a0\u00bb image_max_width=\u00a0\u00bb17px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][et_pb_blurb title=\u00a0\u00bbReal-time monitoring through online tracking at every stage of transit\u00a0\u00bb use_icon=\u00a0\u00bbon\u00a0\u00bb font_icon=\u00a0\u00bb&#xe052;||divi||400&Prime; icon_color=\u00a0\u00bb#e63c28&Prime; icon_placement=\u00a0\u00bbleft\u00a0\u00bb image_icon_width=\u00a0\u00bb17px\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; header_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb header_text_color=\u00a0\u00bb#222222&Prime; header_font_size=\u00a0\u00bb16px\u00a0\u00bb header_line_height=\u00a0\u00bb1.7em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb6px||||false|false\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb-16px||||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px|||0px|false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb header_line_height_tablet=\u00a0\u00bb\u00a0\u00bb header_line_height_phone=\u00a0\u00bb1.4em\u00a0\u00bb header_line_height_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-left: -15px\u00a0\u00bb image_max_width=\u00a0\u00bb17px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00a0\u00bb1&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb disabled_on=\u00a0\u00bbon|on|on\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb68px||68px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb disabled=\u00a0\u00bbon\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb1_5,1_5,1_5,1_5,1_5&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb1&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb module_class=\u00a0\u00bbtwo-col-mob\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb100%\u00a0\u00bb max_width=\u00a0\u00bb100%\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb\u00a0\u00bb custom_padding_phone=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb custom_css_free_form=\u00a0\u00bb\/* 2 Columns Mobile *\/||@media all and (max-width: 767px) {||    html .et-db .two-col-mob .et_pb_column {||        width:47.25% !important;||    }||    ||html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {||        margin-bottom:0;||    }||    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {||            margin-right:5.5% !important;||    }||}\u00a0\u00bb border_width_top=\u00a0\u00bb2px\u00a0\u00bb border_color_top=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_5&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _dynamic_attributes=\u00a0\u00bblink_option_url\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#55668F\u00a0\u00bb custom_padding=\u00a0\u00bb20px|20px|20px|20px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDQ5MSJ9fQ==@\u00a0\u00bb border_width_right=\u00a0\u00bb1px\u00a0\u00bb border_color_right=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb transform_styles__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_scale__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_translate__hover=\u00a0\u00bb0px|-10px\u00a0\u00bb transform_translate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_rotate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_skew__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_origin__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb background__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb background_color__hover=\u00a0\u00bb#e63c28&Prime; background_enable_color__hover=\u00a0\u00bbon\u00a0\u00bb][et_pb_blurb title=\u00a0\u00bbWhy Choose Us\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project1-1.png\u00a0\u00bb image_icon_width=\u00a0\u00bb60px\u00a0\u00bb module_class=\u00a0\u00bbpulse-image\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_font=\u00a0\u00bbSource Sans Pro|600|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb header_font_size=\u00a0\u00bb23px\u00a0\u00bb header_line_height=\u00a0\u00bb1.3em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb10%||10%||true|false\u00a0\u00bb header_font_size_tablet=\u00a0\u00bb23px\u00a0\u00bb header_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb header_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_5&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _dynamic_attributes=\u00a0\u00bblink_option_url\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#55668F\u00a0\u00bb custom_padding=\u00a0\u00bb20px|20px|20px|20px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDUwMiJ9fQ==@\u00a0\u00bb border_width_right=\u00a0\u00bb1px\u00a0\u00bb border_color_right=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb transform_styles__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb background_color__hover=\u00a0\u00bb#e63c28&Prime; background__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_scale__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_translate__hover=\u00a0\u00bb0px|-10px\u00a0\u00bb transform_translate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_rotate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_skew__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_origin__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb background_enable_color__hover=\u00a0\u00bbon\u00a0\u00bb][et_pb_blurb title=\u00a0\u00bbTransport Solutions\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project2-1.png\u00a0\u00bb image_icon_width=\u00a0\u00bb60px\u00a0\u00bb module_class=\u00a0\u00bbpulse-image\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_font=\u00a0\u00bbSource Sans Pro|600|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb header_font_size=\u00a0\u00bb23px\u00a0\u00bb header_line_height=\u00a0\u00bb1.3em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb10%||10%||true|false\u00a0\u00bb header_font_size_tablet=\u00a0\u00bb23px\u00a0\u00bb header_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb header_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_5&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _dynamic_attributes=\u00a0\u00bblink_option_url\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#55668F\u00a0\u00bb custom_padding=\u00a0\u00bb20px|20px|20px|20px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDUwNyJ9fQ==@\u00a0\u00bb border_width_right=\u00a0\u00bb1px\u00a0\u00bb border_color_right=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb transform_styles__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb background_color__hover=\u00a0\u00bb#e63c28&Prime; background__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_scale__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_translate__hover=\u00a0\u00bb0px|-10px\u00a0\u00bb transform_translate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_rotate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_skew__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_origin__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb background_enable_color__hover=\u00a0\u00bbon\u00a0\u00bb][et_pb_blurb title=\u00a0\u00bbLogistics &#038; Customs Services\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project3-2.png\u00a0\u00bb image_icon_width=\u00a0\u00bb60px\u00a0\u00bb module_class=\u00a0\u00bbpulse-image\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_font=\u00a0\u00bbSource Sans Pro|600|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb header_font_size=\u00a0\u00bb23px\u00a0\u00bb header_line_height=\u00a0\u00bb1.3em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb10%||10%||true|false\u00a0\u00bb header_font_size_tablet=\u00a0\u00bb23px\u00a0\u00bb header_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb header_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_5&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _dynamic_attributes=\u00a0\u00bblink_option_url\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#55668F\u00a0\u00bb custom_padding=\u00a0\u00bb20px|20px|20px|20px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDUxNSJ9fQ==@\u00a0\u00bb border_width_right=\u00a0\u00bb1px\u00a0\u00bb border_color_right=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb transform_styles__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb background_color__hover=\u00a0\u00bb#e63c28&Prime; background__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_scale__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_translate__hover=\u00a0\u00bb0px|-10px\u00a0\u00bb transform_translate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_rotate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_skew__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_origin__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb background_enable_color__hover=\u00a0\u00bbon\u00a0\u00bb][et_pb_blurb title=\u00a0\u00bbIndustry Expertise\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project4-4.png\u00a0\u00bb image_icon_width=\u00a0\u00bb60px\u00a0\u00bb module_class=\u00a0\u00bbpulse-image\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_font=\u00a0\u00bbSource Sans Pro|600|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb header_font_size=\u00a0\u00bb23px\u00a0\u00bb header_line_height=\u00a0\u00bb1.3em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb10%||10%||true|false\u00a0\u00bb header_font_size_tablet=\u00a0\u00bb23px\u00a0\u00bb header_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb header_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_5&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _dynamic_attributes=\u00a0\u00bblink_option_url\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#55668F\u00a0\u00bb custom_padding=\u00a0\u00bb20px|20px|20px|20px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDUyNiJ9fQ==@\u00a0\u00bb border_width_right=\u00a0\u00bb1px\u00a0\u00bb border_color_right=\u00a0\u00bb#FFFFFF\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb transform_styles__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb background_color__hover=\u00a0\u00bb#e63c28&Prime; background__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_scale__hover_enabled=\u00a0\u00bbon|hover\u00a0\u00bb transform_translate__hover=\u00a0\u00bb0px|-10px\u00a0\u00bb transform_translate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_rotate__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_skew__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb transform_origin__hover_enabled=\u00a0\u00bbon|desktop\u00a0\u00bb background_enable_color__hover=\u00a0\u00bbon\u00a0\u00bb][et_pb_blurb title=\u00a0\u00bbGlobal Presence\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project4-1-1.png\u00a0\u00bb image_icon_width=\u00a0\u00bb60px\u00a0\u00bb module_class=\u00a0\u00bbpulse-image\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_font=\u00a0\u00bbSource Sans Pro|600|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb header_font_size=\u00a0\u00bb23px\u00a0\u00bb header_line_height=\u00a0\u00bb1.3em\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb10%||10%||true|false\u00a0\u00bb header_font_size_tablet=\u00a0\u00bb23px\u00a0\u00bb header_font_size_phone=\u00a0\u00bb20px\u00a0\u00bb header_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dnxte_multi_heading dnxte_multi_heading_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"wrapper\"><h1 class='header-level '><span class=\"dnxt-text-one reveal-effect masker wow\"><span class=\"dnxt-gradient-text-color-1\">Services logistiques Team International<\/span><\/span><\/h1><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Ces derni\u00e8res ann\u00e9es, les standards de la logistique mondiale ont beaucoup \u00e9volu\u00e9, exigeant une agilit\u00e9 et une expertise sans pr\u00e9c\u00e9dent de la part des commissionnaires de transport. Les mouvements de marchandise repr\u00e9sentent d\u00e9sormais bien plus que de simples transferts physiques : ils constituent de v\u00e9ritables enjeux de conformit\u00e9 et de s\u00e9curit\u00e9 technologique.\u00a0 Le fait est que pour r\u00e9ussir dans ce contexte, s&rsquo;appuyer sur un partenaire comme l\u2019\u00e9quipe de Team International devient un atout strat\u00e9gique majeur. Nous ne nous contentons pas de transporter ; nous orchestrons chaque \u00e9tape de votre supply chain avec une pr\u00e9cision chirurgicale. N\u00e9anmoins, cette excellence repose sur une gamme de services int\u00e9gr\u00e9s, con\u00e7us pour r\u00e9pondre aux besoins les plus complexes des entreprises import export.<div class=\"et_pb_module dnxte_multi_heading dnxte_multi_heading_1\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"wrapper\"><\u00bbh2&Prime; class='header-level '><span class=\"dnxt-text-one \"><span class=\"dnxt-gradient-text-color-1\">\u00bbD\u00e9douanement<\/span><\/span><\/\u00bbh2&Prime;><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:divi\/placeholder \/-->","_et_gb_content_width":"","footnotes":""},"class_list":["post-987611208","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nos Services avec Team International - Fret maritime, a\u00e9rien, routier<\/title>\n<meta name=\"description\" content=\"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/teamcdg.com\/fr\/services\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier\" \/>\n<meta property=\"og:description\" content=\"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/teamcdg.com\/fr\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"Team International CDG\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-07T12:33:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/logo-team-2-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"793\" \/>\n\t<meta property=\"og:image:height\" content=\"288\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/services\\\/\",\"url\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/services\\\/\",\"name\":\"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#website\"},\"datePublished\":\"2025-12-18T12:49:38+00:00\",\"dateModified\":\"2026-04-07T12:33:05+00:00\",\"description\":\"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/services\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/teamcdg.com\\\/fr\\\/services\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/services\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nos Services\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\",\"name\":\"Team International\",\"description\":\"TEAM International CDG\",\"publisher\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#organization\"},\"alternateName\":\"Team CDG\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#organization\",\"name\":\"Team International\",\"alternateName\":\"Team CDG\",\"url\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/teamcdg.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-team-2-1.png\",\"contentUrl\":\"https:\\\/\\\/teamcdg.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-team-2-1.png\",\"width\":793,\"height\":288,\"caption\":\"Team International\"},\"image\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier","description":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/teamcdg.com\/fr\/services\/","og_locale":"fr_FR","og_type":"article","og_title":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier","og_description":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.","og_url":"https:\/\/teamcdg.com\/fr\/services\/","og_site_name":"Team International CDG","article_modified_time":"2026-04-07T12:33:05+00:00","og_image":[{"width":793,"height":288,"url":"https:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/logo-team-2-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/teamcdg.com\/fr\/services\/","url":"https:\/\/teamcdg.com\/fr\/services\/","name":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier","isPartOf":{"@id":"https:\/\/teamcdg.com\/fr\/#website"},"datePublished":"2025-12-18T12:49:38+00:00","dateModified":"2026-04-07T12:33:05+00:00","description":"Nos Services avec Team International - Fret maritime, a\u00e9rien, routier. Transitaire international.","breadcrumb":{"@id":"https:\/\/teamcdg.com\/fr\/services\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/teamcdg.com\/fr\/services\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/teamcdg.com\/fr\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/teamcdg.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Nos Services"}]},{"@type":"WebSite","@id":"https:\/\/teamcdg.com\/fr\/#website","url":"https:\/\/teamcdg.com\/fr\/","name":"Team International","description":"TEAM International CDG","publisher":{"@id":"https:\/\/teamcdg.com\/fr\/#organization"},"alternateName":"Team CDG","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/teamcdg.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/teamcdg.com\/fr\/#organization","name":"Team International","alternateName":"Team CDG","url":"https:\/\/teamcdg.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/teamcdg.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/logo-team-2-1.png","contentUrl":"https:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/logo-team-2-1.png","width":793,"height":288,"caption":"Team International"},"image":{"@id":"https:\/\/teamcdg.com\/fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/comments?post=987611208"}],"version-history":[{"count":15,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611208\/revisions"}],"predecessor-version":[{"id":987616866,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611208\/revisions\/987616866"}],"wp:attachment":[{"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/media?parent=987611208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}