{"id":987611107,"date":"2025-12-16T08:59:12","date_gmt":"2025-12-16T08:59:12","guid":{"rendered":"https:\/\/teamcdg.com\/?page_id=987611107"},"modified":"2026-04-09T16:00:28","modified_gmt":"2026-04-09T16:00:28","slug":"home","status":"publish","type":"page","link":"https:\/\/teamcdg.com\/fr\/","title":{"rendered":"Transitaire Team International (accueil)"},"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_image=\u00a0\u00bboff\u00a0\u00bb background_video_mp4=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/11\/freepik__a-powerful-transport-truck-driving-on-a-scenic-hig__29009-1.mp4&Prime; 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 locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row column_structure=\u00a0\u00bb3_5,2_5&Prime; 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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb90%\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\u00bb3_5&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\u00bbTeam International : votre expert en transport et logistique internationale\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_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_one_font_size=\u00a0\u00bb52px\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\u00bb1200px\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 text_one_font_size_tablet=\u00a0\u00bb45px\u00a0\u00bb text_one_font_size_phone=\u00a0\u00bb38px\u00a0\u00bb text_one_font_size_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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/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_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_font_size=\u00a0\u00bb17px\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 text_font_size_tablet=\u00a0\u00bb17px\u00a0\u00bb text_font_size_phone=\u00a0\u00bb16px\u00a0\u00bb text_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_css_free_form=\u00a0\u00bbselector p{||  color:#FFFFFF !important;||}\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><b>Team INTERNATIONAL<\/b><span style=\"font-weight: 400;\">, entreprise familiale sp\u00e9cialis\u00e9e dans le <\/span><b>transport international<\/b><span style=\"font-weight: 400;\"> et la <\/span><b>logistique globale<\/b><span style=\"font-weight: 400;\">, accompagne depuis plus de 40 ans les professionnels dans leurs op\u00e9rations d&rsquo;<\/span><b>import-export<\/b><span style=\"font-weight: 400;\"> \u00e0 travers le monde.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb2_5&Prime; _builder_version=\u00a0\u00bb4.27.5&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(255,255,255,0.66)\u00a0\u00bb custom_padding=\u00a0\u00bb29px|50px|15px|50px|false|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb29px|50px|15px|50px|false|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb29px|18px|15px|18px|false|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb border_radii=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbDemander un devis\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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 inline_multi_align_tablet=\u00a0\u00bbcenter\u00a0\u00bb inline_multi_align_phone=\u00a0\u00bbleft\u00a0\u00bb inline_multi_align_last_edited=\u00a0\u00bbon|phone\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\u00bb34px\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 max_width=\u00a0\u00bb100%\u00a0\u00bb custom_margin=\u00a0\u00bb||-11px||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 custom_padding_tablet=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb|0px||0px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb 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][\/dnxte_multi_heading][wpforms_selector form_id=\u00a0\u00bb987611212&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/wpforms_selector][\/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\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb||60px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width_tablet=\u00a0\u00bb\u00a0\u00bb width_phone=\u00a0\u00bb95%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_phone=\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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbNos secteurs d&rsquo;activit\u00e9 : expertise multi-industries\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\u00bb36px\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 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][\/dnxte_multi_heading][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00a0\u00bb1_3,1_3,1_3&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb custom_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/7.png\u00a0\u00bb alt=\u00a0\u00bbtransport de mat\u00e9riel \u00e9v\u00e9nementiel \u00a0\u00bb title_text=\u00a0\u00bbtransport de mat\u00e9riel \u00e9v\u00e9nementiel \u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>Mat\u00e9riels \u00e9v\u00e9nementiels &amp; \u00e9quipements sportifs<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/white-glove-art-services-1.jpg\u00a0\u00bb title_text=\u00a0\u00bbwhite-glove-art-services (1)\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>Luxe &amp; Oeuvres d&rsquo;Art<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/4.png\u00a0\u00bb alt=\u00a0\u00bbtransport v\u00e9hicules finis\u00a0\u00bb title_text=\u00a0\u00bbtransport v\u00e9hicules finis\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>V\u00e9hicules Finis<\/h3>\n<h3>(Neufs &amp; Occasions)<\/h3>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00a0\u00bb1_3,1_3,1_3&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb custom_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/3.png\u00a0\u00bb alt=\u00a0\u00bbtransport aeronautique\u00a0\u00bb title_text=\u00a0\u00bbtransport aeronautique\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>Haute Technologie<\/h3>\n<h3>&amp; A\u00e9ronautique<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/6.png\u00a0\u00bb alt=\u00a0\u00bbtransport de textile\u00a0\u00bb title_text=\u00a0\u00bbtransport de textile\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>Textile<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_3&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 custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bboff|20px|20px|20px|20px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/1.png\u00a0\u00bb alt=\u00a0\u00bbtransport pharmaceutique\u00a0\u00bb title_text=\u00a0\u00bbtransport pharmaceutique\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 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_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_3_font=\u00a0\u00bbMontserrat|600|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb custom_padding=\u00a0\u00bb15px|15px|15px|15px|true|true\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<h3>Pharmaceutique<\/h3>\n<p>[\/et_pb_text][\/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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb custom_padding=\u00a0\u00bb60px||60px||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb60px||60px||false|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px||60px||false|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width_tablet=\u00a0\u00bb\u00a0\u00bb width_phone=\u00a0\u00bb95%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_phone=\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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbNos solutions de transport international multi-modes\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\u00bb34px\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 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\u00bb1.2em\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][\/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\u00bb16px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb link_text_color=\u00a0\u00bb#E63C28&Prime; custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb30px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_padding=\u00a0\u00bb|11px||11px|false|true\u00a0\u00bb hover_enabled=\u00a0\u00bb0&Prime; global_colors_info=\u00a0\u00bb{}\u00a0\u00bb text_text_color=\u00a0\u00bb#E63C28&Prime; sticky_enabled=\u00a0\u00bb0&Prime;]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Notre expertise couvre l&rsquo;ensemble des <\/span><a href=\"https:\/\/teamcdg.com\/fr\/fret-maritime\/\"><span style=\"font-weight: 400;\">modes de <\/span><b>transport de marchandises<\/b><span style=\"font-weight: 400;\"> : maritime<\/span><\/a><span style=\"font-weight: 400;\">, a\u00e9rien, routier et multimodal, associ\u00e9e \u00e0 des <\/span><b>services logistiques<\/b><span style=\"font-weight: 400;\"> et <\/span><b>douaniers<\/b><span style=\"font-weight: 400;\"> complets.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00a0\u00bb1_4,1_4,1_4,1_4&Prime; use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; make_equal=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb custom_padding=\u00a0\u00bb||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_4&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb link_option_url=\u00a0\u00bb\/fret-maritime\/\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/Untitled-design.png\u00a0\u00bb alt=\u00a0\u00bbfret maritime\u00a0\u00bb title_text=\u00a0\u00bbfret maritime\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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][dnxte_multi_heading text_one=\u00a0\u00bbFret maritime\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\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|600|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb20px\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\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px|11px|0px|11px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb\/fret-maritime\/\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_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/dnxte_multi_heading][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb link_option_url=\u00a0\u00bb\/fret-aerien\/\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/2.jpg\u00a0\u00bb title_text=\u00a0\u00bb2&Prime; align=\u00a0\u00bbcenter\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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][dnxte_multi_heading text_one=\u00a0\u00bbFret a\u00e9rien\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\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|600|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb20px\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||24px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px|11px|0px|11px|true|true\u00a0\u00bb link_option_url=\u00a0\u00bb\/fret-aerien\/\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_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/dnxte_multi_heading][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/5.png\u00a0\u00bb alt=\u00a0\u00bbfret routier\u00a0\u00bb title_text=\u00a0\u00bbfret routier\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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][dnxte_multi_heading text_one=\u00a0\u00bbFret routier\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\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|600|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb20px\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\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px|11px|0px|11px|true|true\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_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/dnxte_multi_heading][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb custom_padding=\u00a0\u00bb|0px||0px|false|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/2.png\u00a0\u00bb alt=\u00a0\u00bbfret multimodal\u00a0\u00bb title_text=\u00a0\u00bbfret multimodal\u00a0\u00bb force_fullwidth=\u00a0\u00bbon\u00a0\u00bb align_tablet=\u00a0\u00bb\u00a0\u00bb align_phone=\u00a0\u00bbcenter\u00a0\u00bb align_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width_tablet=\u00a0\u00bb\u00a0\u00bb width_phone=\u00a0\u00bb100%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\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 locked=\u00a0\u00bboff\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][dnxte_multi_heading text_one=\u00a0\u00bbFret multimodal\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\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|600|||||||\u00a0\u00bb text_one_text_align=\u00a0\u00bbleft\u00a0\u00bb text_one_text_color=\u00a0\u00bb#000000&Prime; text_one_font_size=\u00a0\u00bb20px\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\u00bb0px||10px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px|11px|0px|11px|true|true\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_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/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.6&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\u00bb60px||60px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px||10px||true|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width_tablet=\u00a0\u00bb\u00a0\u00bb width_phone=\u00a0\u00bb95%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb0px||0px||false|false\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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbPourquoi choisir Team INTERNATIONAL ?\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\u00bb34px\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 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][\/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\u00bb17px\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">R\u00e9activit\u00e9, fiabilit\u00e9 et accompagnement personnalis\u00e9 caract\u00e9risent notre approche. Ce qui fait de Team INTERNATIONAL le partenaire privil\u00e9gi\u00e9 des secteurs pharmaceutique, luxe, agroalimentaire, automobile et technologique pour leurs flux <\/span><b>internationaux<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00a0\u00bb1_4,1_4,1_4,1_4&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 custom_margin=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||80px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|tablet\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column type=\u00a0\u00bb1_4&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 custom_padding=\u00a0\u00bb22px|21px|22px|21px|true|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\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|-15px\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][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/handshake-1-1.png\u00a0\u00bb title_text=\u00a0\u00bbhandshake (1) (1)\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb height=\u00a0\u00bb64px\u00a0\u00bb custom_margin=\u00a0\u00bb0px||23px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font_size=\u00a0\u00bb22px\u00a0\u00bb header_3_font=\u00a0\u00bbSora|700|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_3_text_color=\u00a0\u00bb#2b3e4b\u00a0\u00bb header_3_font_size=\u00a0\u00bb28px\u00a0\u00bb header_3_line_height=\u00a0\u00bb1.4em\u00a0\u00bb header_5_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb header_5_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_5_text_color=\u00a0\u00bb#000000&Prime; header_5_font_size=\u00a0\u00bb19px\u00a0\u00bb header_5_line_height=\u00a0\u00bb1.3em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><strong data-renderer-mark=\"true\">Une entreprise familiale \u00e0 expertise internationale<\/strong><\/p>\n<p>[\/et_pb_text][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_text_color=\u00a0\u00bb#222222&Prime; text_font_size=\u00a0\u00bb15px\u00a0\u00bb text_line_height=\u00a0\u00bb1.6em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||17px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Nous combinons des valeurs familiales fortes avec une expertise reconnue en transport et logistique internationale. Notre priorit\u00e9 : offrir des solutions fiables, rapides et personnalis\u00e9es pour chaque exp\u00e9dition, partout dans le monde.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&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 custom_padding=\u00a0\u00bb22px|21px|22px|21px|true|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\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|-15px\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][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/handshake-1-2.png\u00a0\u00bb title_text=\u00a0\u00bbhandshake (1) (2)\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb height=\u00a0\u00bb64px\u00a0\u00bb custom_margin=\u00a0\u00bb0px||23px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font_size=\u00a0\u00bb22px\u00a0\u00bb header_3_font=\u00a0\u00bbSora|700|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_3_text_color=\u00a0\u00bb#2b3e4b\u00a0\u00bb header_3_line_height=\u00a0\u00bb1.4em\u00a0\u00bb header_5_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb header_5_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_5_text_color=\u00a0\u00bb#000000&Prime; header_5_font_size=\u00a0\u00bb19px\u00a0\u00bb header_5_line_height=\u00a0\u00bb1.3em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><strong data-renderer-mark=\"true\">Une \u00e9quipe r\u00e9active et \u00e0 taille humaine<\/strong><\/p>\n<p>[\/et_pb_text][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_text_color=\u00a0\u00bb#222222&Prime; text_font_size=\u00a0\u00bb15px\u00a0\u00bb text_line_height=\u00a0\u00bb1.6em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||17px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Notre organisation agile nous permet de prendre des d\u00e9cisions rapidement et d\u2019assurer un suivi personnalis\u00e9 de chaque dossier. Chez TEAM INTERNATIONAL, chaque client b\u00e9n\u00e9ficie d\u2019un interlocuteur d\u00e9di\u00e9 et d\u2019un accompagnement direct.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&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 custom_padding=\u00a0\u00bb22px|21px|22px|21px|true|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\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|-15px\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][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/handshake-1-3.png\u00a0\u00bb title_text=\u00a0\u00bbhandshake (1) (3)\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb height=\u00a0\u00bb64px\u00a0\u00bb custom_margin=\u00a0\u00bb0px||23px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font_size=\u00a0\u00bb22px\u00a0\u00bb header_3_font=\u00a0\u00bbSora|700|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_3_text_color=\u00a0\u00bb#2b3e4b\u00a0\u00bb header_3_font_size=\u00a0\u00bb28px\u00a0\u00bb header_3_line_height=\u00a0\u00bb1.4em\u00a0\u00bb header_5_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb header_5_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_5_text_color=\u00a0\u00bb#000000&Prime; header_5_font_size=\u00a0\u00bb19px\u00a0\u00bb header_5_line_height=\u00a0\u00bb1.3em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb header_3_font_size_tablet=\u00a0\u00bb28px\u00a0\u00bb header_3_font_size_phone=\u00a0\u00bb28px\u00a0\u00bb header_3_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><strong data-renderer-mark=\"true\">Un r\u00e9seau mondial certifi\u00e9<\/strong><\/p>\n<p>[\/et_pb_text][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_text_color=\u00a0\u00bb#222222&Prime; text_font_size=\u00a0\u00bb15px\u00a0\u00bb text_line_height=\u00a0\u00bb1.6em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||17px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Gr\u00e2ce \u00e0 notre r\u00e9seau international de partenaires, nous organisons vos transports vers toutes les destinations en garantissant conformit\u00e9, s\u00e9curit\u00e9 et efficacit\u00e9.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_4&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 custom_padding=\u00a0\u00bb22px|21px|22px|21px|true|true\u00a0\u00bb border_radii=\u00a0\u00bbon|8px|8px|8px|8px\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|-15px\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][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/handshake-1-4.png\u00a0\u00bb title_text=\u00a0\u00bbhandshake (1) (4)\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb height=\u00a0\u00bb64px\u00a0\u00bb custom_margin=\u00a0\u00bb0px||23px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_font_size=\u00a0\u00bb22px\u00a0\u00bb header_3_font=\u00a0\u00bbSora|700|||||||\u00a0\u00bb header_3_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_3_text_color=\u00a0\u00bb#2b3e4b\u00a0\u00bb header_5_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb header_5_text_align=\u00a0\u00bbcenter\u00a0\u00bb header_5_text_color=\u00a0\u00bb#000000&Prime; header_5_font_size=\u00a0\u00bb19px\u00a0\u00bb header_5_line_height=\u00a0\u00bb1.3em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||10px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><strong data-renderer-mark=\"true\">Des solutions adapt\u00e9es \u00e0 chaque secteur<\/strong><\/p>\n<p>[\/et_pb_text][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_text_color=\u00a0\u00bb#222222&Prime; text_font_size=\u00a0\u00bb15px\u00a0\u00bb text_line_height=\u00a0\u00bb1.6em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||17px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Nos sp\u00e9cialistes comprennent les exigences logistiques propres \u00e0 chaque industrie : pharmaceutique, luxe, industrie, agroalimentaire ou produits sensibles. Nous adaptons chaque solution aux contraintes de votre activit\u00e9.<\/span><\/p>\n<p>[\/et_pb_text][\/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\u00bbrgba(142,142,142,0.07)\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.4&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.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][et_pb_image src=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/Groupe-Team-3-1.jpg\u00a0\u00bb title_text=\u00a0\u00bbGroupe Team (3) (1)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&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\u00bbUne Entreprise Familiale \u00e0 Dimension Internationale\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\u00bb34px\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 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\u00bb1.3em\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][\/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\u00bb17px\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 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]<\/p>\n<p><span style=\"font-weight: 400;\">La Team INTERNATIONAL conjugue les valeurs d&rsquo;une <\/span><b>entreprise familiale<\/b><span style=\"font-weight: 400;\"> (r\u00e9activit\u00e9, proximit\u00e9, engagement) avec l&rsquo;expertise et le r\u00e9seau d&rsquo;un <\/span><b>acteur international<\/b><span style=\"font-weight: 400;\"> certifi\u00e9. Notre structure \u00e0 taille humaine permet une prise de d\u00e9cision rapide et un suivi personnalis\u00e9 de chaque dossier, tandis que <\/span><b>notre expertise IATA <\/b><span style=\"font-weight: 400;\">et notre appartenance \u00e0 des r\u00e9seaux internationaux tels que WCA, JCtrans et GLA<\/span> <span style=\"font-weight: 400;\">nous donnent acc\u00e8s aux meilleures solutions mondiales.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Cette double dimension se traduit concr\u00e8tement par des <\/span><b><i>interlocuteurs d\u00e9di\u00e9s<\/i><\/b><span style=\"font-weight: 400;\"> qui connaissent vos contraintes sectorielles et un r\u00e9seau de partenaires fiables sur l&rsquo;ensemble des continents. Chaque client b\u00e9n\u00e9ficie d&rsquo;un accompagnement sur-mesure. Et cela, depuis l&rsquo;\u00e9tude de faisabilit\u00e9 jusqu&rsquo;\u00e0 la <\/span><b>livraison finale<\/b><span style=\"font-weight: 400;\">, avec une transparence totale sur les co\u00fbts, d\u00e9lais et modalit\u00e9s.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">En outre, notre <\/span><b>ancrage familial<\/b><span style=\"font-weight: 400;\"> garantit une stabilit\u00e9 relationnelle et une culture d&rsquo;excellence transmise depuis notre cr\u00e9ation. Cette continuit\u00e9 se refl\u00e8te dans nos processus \u00e9prouv\u00e9s, notre connaissance fine des r\u00e9glementations internationales et notre capacit\u00e9 \u00e0 anticiper les \u00e9volutions du march\u00e9 du <\/span><b>fret international<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][dnxte_button button_text=\u00a0\u00bbEn savoir plus\u00a0\u00bb button_link=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMTkzNyJ9fQ==@\u00a0\u00bb dnxt_button_alignment=\u00a0\u00bbleft\u00a0\u00bb btn_show_hide=\u00a0\u00bboff\u00a0\u00bb dnxt_hover_bg=\u00a0\u00bbdnxt-hover-shutter-out-horizontal\u00a0\u00bb dnxt_shutter_out_bg_color=\u00a0\u00bb#e63c28&Prime; dnxt_hover_bg_color=\u00a0\u00bb#55668f\u00a0\u00bb disabled_on=\u00a0\u00bboff|off|off\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _dynamic_attributes=\u00a0\u00bbbutton_link\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb btn_fonts_font=\u00a0\u00bbSource Sans Pro|600||on|||||\u00a0\u00bb btn_fonts_text_color=\u00a0\u00bb#ffffff\u00a0\u00bb btn_fonts_font_size=\u00a0\u00bb18px\u00a0\u00bb custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb7px|22px|7px|22px|true|true\u00a0\u00bb border_radii_btn_border=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb border_width_all_btn_border=\u00a0\u00bb0px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_button][\/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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb0px||0px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px||0px||false|false\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\u00bb1&Prime; make_equal=\u00a0\u00bbon\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_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||true|false\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 custom_padding=\u00a0\u00bb51px|35px|51px|35px|true|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb51px|35px|51px|35px|true|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb26px|19px|26px|19px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\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\u00bbExpertise Sectorielle et Solutions Adapt\u00e9es \u00e0 Vos Produits\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\u00bb34px\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 text_one_font_size_tablet=\u00a0\u00bb39px\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][\/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\u00bb17px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb14px||15px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb46px||30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">D&rsquo;un autre c\u00f4t\u00e9, Team INTERNATIONAL ma\u00eetrise les sp\u00e9cificit\u00e9s logistiques de chaque secteur d&rsquo;activit\u00e9. Pour le <\/span><b>pharmaceutique<\/b><span style=\"font-weight: 400;\">, nous garantissons la cha\u00eene du froid et le respect des normes de st\u00e9rilit\u00e9. Le secteur du <\/span><b>luxe et des \u0153uvres d&rsquo;art<\/b><span style=\"font-weight: 400;\"> b\u00e9n\u00e9ficie de notre service gants blancs, conditionnement sur-mesure et assurance ad valorem renforc\u00e9e.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">L&rsquo;<\/span><b>agroalimentaire<\/b><span style=\"font-weight: 400;\"> profite de nos solutions temp\u00e9rature dirig\u00e9e multi-zones, de la protection sp\u00e9ciale bouteilles en verre et de notre expertise r\u00e9glementaire sanitaire. Les industries <\/span><b>haute technologie et a\u00e9ronautique<\/b><span style=\"font-weight: 400;\"> s&rsquo;appuient sur nos protocoles calage renforc\u00e9, protection anti-vibration et gestion des composants sensibles.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Cela \u00e9tant dit, notre exp\u00e9rience couvre \u00e9galement les <\/span><b>v\u00e9hicules finis<\/b><span style=\"font-weight: 400;\"> (arrimage professionnel, carnet ATA <\/span><b>pour les envois saisonnier notamment<\/b><span style=\"font-weight: 400;\">), les <\/span><b>mati\u00e8res dangereuses<\/b><span style=\"font-weight: 400;\"> (certification ADR\/IMDG\/IATA), le <\/span><b>fret hors-gabarit<\/b><span style=\"font-weight: 400;\"> (\u00e9tudes techniques, convois exceptionnels) et les <\/span><b>\u00e9v\u00e9nements<\/b><span style=\"font-weight: 400;\"> (carnet ATA temporaire, logistique coordonn\u00e9e). Cette polyvalence sectorielle fait de <\/span><a href=\"https:\/\/teamcdg.com\/fr\/\"><b>Team INTERNATIONAL <\/b><span style=\"font-weight: 400;\">un partenaire unique<\/span><\/a><span style=\"font-weight: 400;\"> capable de g\u00e9rer simultan\u00e9ment des flux tr\u00e8s diversifi\u00e9s.<\/span><\/p>\n<p>[\/et_pb_text][dnxte_button button_text=\u00a0\u00bbNous contacter\u00a0\u00bb button_link=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDkwOCJ9fQ==@\u00a0\u00bb dnxt_button_alignment=\u00a0\u00bbleft\u00a0\u00bb btn_show_hide=\u00a0\u00bboff\u00a0\u00bb dnxt_hover_bg=\u00a0\u00bbdnxt-hover-shutter-out-horizontal\u00a0\u00bb dnxt_shutter_out_bg_color=\u00a0\u00bb#e63c28&Prime; dnxt_hover_bg_color=\u00a0\u00bb#55668f\u00a0\u00bb disabled_on=\u00a0\u00bboff|off|off\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _dynamic_attributes=\u00a0\u00bbbutton_link\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb btn_fonts_font=\u00a0\u00bbSource Sans Pro|600||on|||||\u00a0\u00bb btn_fonts_text_color=\u00a0\u00bb#ffffff\u00a0\u00bb btn_fonts_font_size=\u00a0\u00bb18px\u00a0\u00bb custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb7px|22px|7px|22px|true|true\u00a0\u00bb border_radii_btn_border=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb border_width_all_btn_border=\u00a0\u00bb0px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_button][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/30725-1.jpg\u00a0\u00bb animation_style=\u00a0\u00bbslide\u00a0\u00bb animation_direction=\u00a0\u00bbbottom\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_divider color=\u00a0\u00bbRGBA(255,255,255,0)\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb190px||190px||false|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb180px||180px||true|false\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/et_pb_divider][\/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; make_equal=\u00a0\u00bbon\u00a0\u00bb use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; specialty=\u00a0\u00bbon\u00a0\u00bb custom_css_main_1=\u00a0\u00bbmargin:auto;\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_enable_color=\u00a0\u00bboff\u00a0\u00bb background_enable_image=\u00a0\u00bboff\u00a0\u00bb background_position=\u00a0\u00bbtop_center\u00a0\u00bb inner_width=\u00a0\u00bb95%\u00a0\u00bb inner_max_width=\u00a0\u00bb92%\u00a0\u00bb custom_padding=\u00a0\u00bb||0px||false|false\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.16&Prime; custom_padding=\u00a0\u00bb|||\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_padding__hover=\u00a0\u00bb|||\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbProcessus transparent et accompagnement de A \u00e0 Z\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\u00bb34px\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 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][\/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_text_color=\u00a0\u00bb#000000&Prime; text_font_size=\u00a0\u00bb17px\u00a0\u00bb text_line_height=\u00a0\u00bb1.6em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||26px||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb0px||0px||false|false\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">Le fait est que notre m\u00e9thodologie repose sur quatre piliers : conseil en amont, organisation optimis\u00e9e, suivi en temps r\u00e9el et <\/span><b>reporting transparent<\/b><span style=\"font-weight: 400;\">. <\/span><a href=\"https:\/\/teamcdg.com\/fr\/contact\/\"><span style=\"font-weight: 400;\">D\u00e8s le premier contact, nos experts analysent vos besoins<\/span><\/a><span style=\"font-weight: 400;\">, identifient les contraintes r\u00e9glementaires et proposent la solution <\/span><b>transport-logistique<\/b><span style=\"font-weight: 400;\"> la plus performante \u00e9conomiquement.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">La phase d&rsquo;organisation int\u00e8gre la <\/span><b>r\u00e9servation multimodale<\/b><span style=\"font-weight: 400;\">, la pr\u00e9paration documentaire compl\u00e8te (LTA, Bill of Lading, d\u00e9clarations douani\u00e8res, DGD si n\u00e9cessaire), la coordination des enl\u00e8vements et livraisons selon incoterms, et la mise en place des assurances. Notre syst\u00e8me de <\/span><b>tracking en ligne<\/b><span style=\"font-weight: 400;\"> permet de suivre chaque \u00e9tape du transit en temps r\u00e9el.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00c0 titre indicatif, nos clients re\u00e7oivent syst\u00e9matiquement : confirmation de booking, num\u00e9ros de suivi, alertes proactives en cas d&rsquo;\u00e9v\u00e9nement et proof of delivery. Cette <\/span><b>transparence op\u00e9rationnelle<\/b><span style=\"font-weight: 400;\"> s&rsquo;accompagne d&rsquo;une disponibilit\u00e9 permanente de vos interlocuteurs pour r\u00e9pondre \u00e0 toute question ou g\u00e9rer toute urgence.<\/span><\/p>\n<p>[\/et_pb_text][dnxte_button button_text=\u00a0\u00bbEn savoir plus\u00a0\u00bb button_link=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMTkzNyJ9fQ==@\u00a0\u00bb dnxt_button_alignment=\u00a0\u00bbleft\u00a0\u00bb btn_show_hide=\u00a0\u00bboff\u00a0\u00bb dnxt_hover_bg=\u00a0\u00bbdnxt-hover-shutter-out-horizontal\u00a0\u00bb dnxt_shutter_out_bg_color=\u00a0\u00bb#e63c28&Prime; dnxt_hover_bg_color=\u00a0\u00bb#55668f\u00a0\u00bb disabled_on=\u00a0\u00bboff|off|off\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _dynamic_attributes=\u00a0\u00bbbutton_link\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb btn_fonts_font=\u00a0\u00bbSource Sans Pro|600||on|||||\u00a0\u00bb btn_fonts_text_color=\u00a0\u00bb#ffffff\u00a0\u00bb btn_fonts_font_size=\u00a0\u00bb18px\u00a0\u00bb custom_margin=\u00a0\u00bb||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb7px|22px|7px|22px|true|true\u00a0\u00bb border_radii_btn_border=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb border_width_all_btn_border=\u00a0\u00bb0px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_button][\/et_pb_column][et_pb_column type=\u00a0\u00bb1_2&Prime; specialty_columns=\u00a0\u00bb2&Prime; _builder_version=\u00a0\u00bb4.16&Prime; custom_padding=\u00a0\u00bb|||\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb custom_padding__hover=\u00a0\u00bb|||\u00a0\u00bb][et_pb_row_inner 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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_column_inner type=\u00a0\u00bb1_2&Prime; saved_specialty_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_blurb title=\u00a0\u00bbConseils en Amont\u00a0\u00bb image_icon_background_color=\u00a0\u00bbRGBA(255,255,255,0)\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project-6-1-1.png\u00a0\u00bb image_icon_width=\u00a0\u00bb63px\u00a0\u00bb icon_alignment=\u00a0\u00bbleft\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb content_max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb content_max_width_phone=\u00a0\u00bb100%\u00a0\u00bb content_max_width_last_edited=\u00a0\u00bbon|tablet\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_level=\u00a0\u00bbh3&Prime; header_font=\u00a0\u00bbManrope|700|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbleft\u00a0\u00bb header_text_color=\u00a0\u00bb#000000&Prime; header_font_size=\u00a0\u00bb20px\u00a0\u00bb header_line_height=\u00a0\u00bb1.2em\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_align=\u00a0\u00bbleft\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb body_line_height=\u00a0\u00bb1.6em\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb0px|-2px|0px|1px|false|false\u00a0\u00bb image_icon_custom_padding=\u00a0\u00bb0px|0px|0px|0px|true|true\u00a0\u00bb width_tablet=\u00a0\u00bb100%\u00a0\u00bb width_phone=\u00a0\u00bb100%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb max_width_phone=\u00a0\u00bb100%\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||45px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb21px|14px|21px|14px|true|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb16px|15px|16px|15px|true|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px|20px|10px|20px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb custom_css_main_element=\u00a0\u00bbdisplay:block;\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-bottom:-5px;\u00a0\u00bb custom_css_blurb_content=\u00a0\u00bbmargin:0px;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Nos experts \u00e9tudient vos flux logistiques afin de d\u00e9finir les routes, les d\u00e9lais et les exigences r\u00e9glementaires les plus adapt\u00e9s.<\/span><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=\u00a0\u00bbSuivi en temps r\u00e9el\u00a0\u00bb image_icon_background_color=\u00a0\u00bbRGBA(255,255,255,0)\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project-6-1-3.png\u00a0\u00bb image_icon_width=\u00a0\u00bb63px\u00a0\u00bb icon_alignment=\u00a0\u00bbleft\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb content_max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb content_max_width_phone=\u00a0\u00bb100%\u00a0\u00bb content_max_width_last_edited=\u00a0\u00bbon|tablet\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_level=\u00a0\u00bbh3&Prime; header_font=\u00a0\u00bbManrope|700|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbleft\u00a0\u00bb header_text_color=\u00a0\u00bb#000000&Prime; header_font_size=\u00a0\u00bb20px\u00a0\u00bb header_line_height=\u00a0\u00bb1.2em\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_align=\u00a0\u00bbleft\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb body_line_height=\u00a0\u00bb1.6em\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb0px|-2px|0px|1px|false|false\u00a0\u00bb image_icon_custom_padding=\u00a0\u00bb0px|0px|0px|0px|true|true\u00a0\u00bb width_tablet=\u00a0\u00bb100%\u00a0\u00bb width_phone=\u00a0\u00bb100%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb max_width_phone=\u00a0\u00bb100%\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||45px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb21px|14px|21px|14px|true|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb16px|15px|16px|15px|true|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px|20px|10px|20px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb custom_css_main_element=\u00a0\u00bbdisplay:block;\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-bottom:-5px;\u00a0\u00bb custom_css_blurb_content=\u00a0\u00bbmargin:0px;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Gr\u00e2ce \u00e0 notre syst\u00e8me de tracking, vous suivez l\u2019avancement de vos exp\u00e9ditions \u00e0 chaque \u00e9tape du transport.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column_inner][et_pb_column_inner type=\u00a0\u00bb1_2&Prime; saved_specialty_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_blurb title=\u00a0\u00bbOrganisation logistique optimis\u00e9e\u00a0\u00bb image_icon_background_color=\u00a0\u00bbRGBA(255,255,255,0)\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project-6-1-2.png\u00a0\u00bb image_icon_width=\u00a0\u00bb63px\u00a0\u00bb icon_alignment=\u00a0\u00bbleft\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb content_max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb content_max_width_phone=\u00a0\u00bb100%\u00a0\u00bb content_max_width_last_edited=\u00a0\u00bbon|tablet\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_level=\u00a0\u00bbh3&Prime; header_font=\u00a0\u00bbManrope|700|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbleft\u00a0\u00bb header_text_color=\u00a0\u00bb#000000&Prime; header_font_size=\u00a0\u00bb20px\u00a0\u00bb header_line_height=\u00a0\u00bb1.2em\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_align=\u00a0\u00bbleft\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb body_line_height=\u00a0\u00bb1.6em\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb0px|-2px|0px|1px|false|false\u00a0\u00bb image_icon_custom_padding=\u00a0\u00bb0px|0px|0px|0px|true|true\u00a0\u00bb width_tablet=\u00a0\u00bb100%\u00a0\u00bb width_phone=\u00a0\u00bb100%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb max_width_phone=\u00a0\u00bb100%\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_margin=\u00a0\u00bb32px||||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||45px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb21px|14px|21px|14px|true|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb16px|15px|16px|15px|true|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px|20px|10px|20px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb custom_css_main_element=\u00a0\u00bbdisplay:block;\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-bottom:-5px;\u00a0\u00bb custom_css_blurb_content=\u00a0\u00bbmargin:0px;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Nous prenons en charge la r\u00e9servation des transports, la documentation, les formalit\u00e9s douani\u00e8res et la coordination des op\u00e9rations.<\/span><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=\u00a0\u00bbReporting et accompagnement\u00a0\u00bb image_icon_background_color=\u00a0\u00bbRGBA(255,255,255,0)\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/New-Project-6-1-4.png\u00a0\u00bb image_icon_width=\u00a0\u00bb63px\u00a0\u00bb icon_alignment=\u00a0\u00bbleft\u00a0\u00bb content_max_width=\u00a0\u00bb100%\u00a0\u00bb content_max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb content_max_width_phone=\u00a0\u00bb100%\u00a0\u00bb content_max_width_last_edited=\u00a0\u00bbon|tablet\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_level=\u00a0\u00bbh3&Prime; header_font=\u00a0\u00bbManrope|700|||||||\u00a0\u00bb header_text_align=\u00a0\u00bbleft\u00a0\u00bb header_text_color=\u00a0\u00bb#000000&Prime; header_font_size=\u00a0\u00bb20px\u00a0\u00bb header_line_height=\u00a0\u00bb1.2em\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_text_align=\u00a0\u00bbleft\u00a0\u00bb body_text_color=\u00a0\u00bb#000000&Prime; body_font_size=\u00a0\u00bb16px\u00a0\u00bb body_line_height=\u00a0\u00bb1.6em\u00a0\u00bb background_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb image_icon_custom_margin=\u00a0\u00bb0px|-2px|0px|1px|false|false\u00a0\u00bb image_icon_custom_padding=\u00a0\u00bb0px|0px|0px|0px|true|true\u00a0\u00bb width_tablet=\u00a0\u00bb100%\u00a0\u00bb width_phone=\u00a0\u00bb100%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width_tablet=\u00a0\u00bb100%\u00a0\u00bb max_width_phone=\u00a0\u00bb100%\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb0px||45px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb0px||30px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb21px|14px|21px|14px|true|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb16px|15px|16px|15px|true|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px|20px|10px|20px|true|true\u00a0\u00bb custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb animation=\u00a0\u00bboff\u00a0\u00bb custom_css_main_element=\u00a0\u00bbdisplay:block;\u00a0\u00bb custom_css_blurb_title=\u00a0\u00bbmargin-bottom:-5px;\u00a0\u00bb custom_css_blurb_content=\u00a0\u00bbmargin:0px;\u00a0\u00bb border_radii=\u00a0\u00bbon|20px|20px|20px|20px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span>Vous recevez confirmations de booking, num\u00e9ros de suivi et alertes en cas d\u2019\u00e9v\u00e9nement. Notre \u00e9quipe reste disponible \u00e0 tout moment.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][\/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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_padding=\u00a0\u00bb69px||69px||true|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb69px||69px||true|false\u00a0\u00bb custom_padding_phone=\u00a0\u00bb10px||10px||true|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_row custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width_tablet=\u00a0\u00bb\u00a0\u00bb width_phone=\u00a0\u00bb90%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width_tablet=\u00a0\u00bb\u00a0\u00bb max_width_phone=\u00a0\u00bb1300px\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_phone=\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 global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbServices logistiques &#038; douaniers\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\u00bb34px\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 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][\/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\u00bb17px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb max_width=\u00a0\u00bb1100px\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb10px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Les services logistiques et douaniers couvrent une expertise compl\u00e8te en import-export, incluant les <\/span><b>formalit\u00e9s douani\u00e8res<\/b><span style=\"font-weight: 400;\">, le d\u00e9douanement import\/export, le <\/span><b>carnet ATA international <\/b><span style=\"font-weight: 400;\">et le carnet de passage temporaire. Ils proposent \u00e9galement la gestion des documents <\/span><b>EUR 1 \/ ATR<\/b><span style=\"font-weight: 400;\">, la cr\u00e9ation du num\u00e9ro <\/span><b>EORI<\/b><span style=\"font-weight: 400;\">, la mise en libre pratique et les r\u00e9gimes suspensifs.\u00a0<\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Par ailleurs, <\/span><b>les services logistiques avanc\u00e9s<\/b><span style=\"font-weight: 400;\"> comprennent stockage s\u00e9curis\u00e9 et solutions de cross-docking via nos plateformes partenaires en \u00cele-de-France, un emballage sur-mesure avec protection renforc\u00e9e, ainsi que l\u2019\u00e9tiquetage des mati\u00e8res dangereuses selon <\/span><b>les normes DGR\/UN<\/b><span style=\"font-weight: 400;\">. La pr\u00e9paration des d\u00e9clarations pour ces marchandises sensibles, la gestion de la temp\u00e9rature dirig\u00e9e dans les plages requises, en coordination avec nos partenaires sp\u00e9cialis\u00e9s et le tracking en temps r\u00e9el 24\/7 assurent un contr\u00f4le optimal.<\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Aussi,<\/span><b> les services premium<\/b><span style=\"font-weight: 400;\"> offrent une assurance transport ad valorem et la manipulation avec gants blancs des \u0153uvres d\u2019art. Ils prennent en charge l\u2019ouverture de caisse, le retrait des d\u00e9bris, ainsi que le transport sur-mesure pour des <\/span><b>projets sp\u00e9ciaux<\/b><span style=\"font-weight: 400;\">. La livraison en \u00e9tage, l\u2019installation, le calage et l\u2019arrimage des conteneurs sont \u00e9galement assur\u00e9s.<\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Ces prestations int\u00e9gr\u00e9es garantissent <\/span><b>la conformit\u00e9 r\u00e9glementaire<\/b><span style=\"font-weight: 400;\">, la tra\u00e7abilit\u00e9 compl\u00e8te et la s\u00e9curisation de vos flux internationaux, du point d\u2019enl\u00e8vement \u00e0 la livraison finale, peu importe <\/span><b>le continent de destination<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=\u00a0\u00bbon\u00a0\u00bb gutter_width=\u00a0\u00bb2&Prime; custom_padding_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb width_tablet=\u00a0\u00bb95%\u00a0\u00bb width_phone=\u00a0\u00bb90%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb max_width_tablet=\u00a0\u00bb92%\u00a0\u00bb max_width_phone=\u00a0\u00bb1300px\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb|auto||78px||\u00a0\u00bb custom_padding=\u00a0\u00bb|20px|0px|20px|false|true\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb|20px|0px|20px|false|true\u00a0\u00bb custom_padding_phone=\u00a0\u00bb|10px|0px|10px|false|true\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.16&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dsm_card_carousel arrow_size=\u00a0\u00bb0px\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb header_level=\u00a0\u00bbh3&Prime; header_font=\u00a0\u00bbMontserrat|700|||||||\u00a0\u00bb body_font=\u00a0\u00bbSource Sans Pro||||||||\u00a0\u00bb body_font_size=\u00a0\u00bb17px\u00a0\u00bb border_color_bottom=\u00a0\u00bb#56648E\u00a0\u00bb border_width_bottom_image=\u00a0\u00bb6px\u00a0\u00bb border_color_bottom_image=\u00a0\u00bb#56648E\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dsm_card_carousel_child title=\u00a0\u00bbEnl\u00e8vement, emballage et manutention\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2026\/03\/Le-process-Team-INTERNATIONAL-de-lenlevement-a-la-livraison-la-fluidite-assuree.jpg\u00a0\u00bb alt=\u00a0\u00bbNous prenons en charge l\u2019enl\u00e8vement, l\u2019emballage, la pes\u00e9e et la manipulation s\u00e9curis\u00e9e de vos marchandises avec pr\u00e9cision et soin. Chaque op\u00e9ration est adapt\u00e9e \u00e0 la nature du chargement afin de garantir la s\u00e9curit\u00e9, la conformit\u00e9 et une pr\u00e9paration optimale avant le d\u00e9but du transport international<br \/>\n\u00a0\u00bb button_url_new_window=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb parent_button=\u00a0\u00bboff\u00a0\u00bb parent_header_level=\u00a0\u00bbh3&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous prenons en charge l\u2019enl\u00e8vement, l\u2019emballage, la pes\u00e9e et la manipulation s\u00e9curis\u00e9e de vos marchandises avec pr\u00e9cision et soin. Chaque op\u00e9ration est adapt\u00e9e \u00e0 la nature du chargement afin de garantir la s\u00e9curit\u00e9, la conformit\u00e9 et une pr\u00e9paration optimale avant le d\u00e9but du transport international<\/span><\/p>\n<p>[\/dsm_card_carousel_child][dsm_card_carousel_child title=\u00a0\u00bbTransport International\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/13740428-1-1.jpg\u00a0\u00bb alt=\u00a0\u00bbTransport International\u00a0\u00bb button_url_new_window=\u00a0\u00bb1&Prime; title_last_edited=\u00a0\u00bboff|desktop\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb parent_button=\u00a0\u00bboff\u00a0\u00bb parent_header_level=\u00a0\u00bbh3&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous coordonnons le transport international de marchandises par voie a\u00e9rienne, maritime, routi\u00e8re et multimodale. De l\u2019origine \u00e0 la destination, chaque exp\u00e9dition est suivie de pr\u00e8s afin de garantir un transit fiable, des itin\u00e9raires optimis\u00e9s et une livraison fluide \u00e0 travers les principaux corridors du commerce mondial<\/span><\/p>\n<p>[\/dsm_card_carousel_child][dsm_card_carousel_child title=\u00a0\u00bbServices \u00e0 destination\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/1907-1-1.jpg\u00a0\u00bb alt=\u00a0\u00bbServices \u00e0 destination\u00a0\u00bb button_url_new_window=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb border_color_bottom=\u00a0\u00bb#56648E\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb parent_button=\u00a0\u00bboff\u00a0\u00bb parent_header_level=\u00a0\u00bbh3&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">\u00c0 destination, nous prenons en charge le d\u00e9douanement, les formalit\u00e9s d\u2019arriv\u00e9e, la manutention locale ainsi que la livraison finale. Nos services int\u00e9gr\u00e9s assurent une continuit\u00e9 entre le transport international et la livraison du dernier kilom\u00e8tre, offrant ainsi une exp\u00e9rience logistique fluide, fiable et compl\u00e8te de bout en bout.<\/span><\/p>\n<p>[\/dsm_card_carousel_child][dsm_card_carousel_child title=\u00a0\u00bbGestion des carnets ATA\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/7681-1-1.jpg\u00a0\u00bb alt=\u00a0\u00bbGestion des carnets ATA\u00a0\u00bb button_url_new_window=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb parent_button=\u00a0\u00bboff\u00a0\u00bb parent_header_level=\u00a0\u00bbh3&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous assurons la gestion compl\u00e8te des carnets ATA pour le d\u00e9placement temporaire de marchandises \u00e0 l\u2019international. Notre \u00e9quipe prend en charge la pr\u00e9paration, les formalit\u00e9s douani\u00e8res ainsi que la cl\u00f4ture du carnet, afin de garantir une circulation fluide des biens professionnels, d\u2019exposition ou de grande valeur \u00e0 travers les fronti\u00e8res.<\/span><\/p>\n<p>[\/dsm_card_carousel_child][dsm_card_carousel_child title=\u00a0\u00bbEntreposage et stockage\u00a0\u00bb image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/83415-1-1.jpg\u00a0\u00bb alt=\u00a0\u00bbEntreposage et stockage\u00a0\u00bb button_url_new_window=\u00a0\u00bb1&Prime; _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb parent_button=\u00a0\u00bboff\u00a0\u00bb parent_header_level=\u00a0\u00bbh3&Prime;]<\/p>\n<p><span style=\"font-weight: 400;\">Nous proposons des solutions de stockage s\u00e9curis\u00e9es. Avec une surveillance 24h\/24 et 7j\/7 ainsi que des options de stockage flexibles, nous garantissons une gestion des stocks fiable, parfaitement int\u00e9gr\u00e9e aux op\u00e9rations de transport et de douane.\u00a0<\/span><\/p>\n<p>[\/dsm_card_carousel_child][\/dsm_card_carousel][dnxte_button button_text=\u00a0\u00bbD\u00e9couvrir nos services\u00a0\u00bb button_link=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMTIwOCJ9fQ==@\u00a0\u00bb dnxt_button_alignment=\u00a0\u00bbcenter\u00a0\u00bb btn_show_hide=\u00a0\u00bboff\u00a0\u00bb dnxt_hover_bg=\u00a0\u00bbdnxt-hover-shutter-out-horizontal\u00a0\u00bb dnxt_shutter_out_bg_color=\u00a0\u00bb#e63c28&Prime; dnxt_hover_bg_color=\u00a0\u00bb#55668f\u00a0\u00bb disabled_on=\u00a0\u00bboff|off|off\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _dynamic_attributes=\u00a0\u00bbbutton_link\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb btn_fonts_font=\u00a0\u00bbSource Sans Pro|600||on|||||\u00a0\u00bb btn_fonts_text_color=\u00a0\u00bb#ffffff\u00a0\u00bb btn_fonts_font_size=\u00a0\u00bb18px\u00a0\u00bb custom_margin=\u00a0\u00bb10px||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb7px|22px|7px|22px|true|true\u00a0\u00bb border_radii_btn_border=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb border_width_all_btn_border=\u00a0\u00bb0px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_button][\/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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb\u00a0\u00bb custom_padding_phone=\u00a0\u00bb0px||||false|false\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb95%\u00a0\u00bb width_tablet=\u00a0\u00bb95%\u00a0\u00bb width_phone=\u00a0\u00bb90%\u00a0\u00bb width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb max_width=\u00a0\u00bb92%\u00a0\u00bb max_width_tablet=\u00a0\u00bb92%\u00a0\u00bb max_width_phone=\u00a0\u00bb1300px\u00a0\u00bb max_width_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb custom_padding=\u00a0\u00bb|||47px|false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb\u00a0\u00bb custom_padding_phone=\u00a0\u00bb||0px|10px|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 custom_css_main_element=\u00a0\u00bbmargin:Auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_code _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb width=\u00a0\u00bb78%\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<div class=\"map_wrapper\" id=\"map_wrapper_987613015\">\n<div class=\"map_box\" style=\"max-width:2000px\">\n<div class=\"map_aspect_ratio\" style=\"padding-top:56%\" data-padding-top=\"56%\" data-padding-top-mobile=\"0%\">\n<div class=\"map_container\">\n<div class=\"map_render map_loading\" id=\"map_987613015\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>[\/et_pb_code][dnxte_multi_heading text_one=\u00a0\u00bbCouverture g\u00e9ographique compl\u00e8te sur 5 continents\u00a0\u00bb heading_tag=\u00a0\u00bbspan\u00a0\u00bb inline_multi_align=\u00a0\u00bbcenter\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\u00bb34px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.2em\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\u00bb30px||-35px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb26px||-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_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/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\u00bb17px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb25px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">Team INTERNATIONAL op\u00e8re sur l&rsquo;ensemble des principaux corridors commerciaux internationaux gr\u00e2ce \u00e0 son r\u00e9seau de partenaires certifi\u00e9s et ses alliances strat\u00e9giques. Notre expertise g\u00e9ographique couvre prioritairement le <\/span><b>Moyen-Orient<\/b><span style=\"font-weight: 400;\"> (Qatar, \u00c9mirats Arabes Unis, Arabie Saoudite), l&rsquo;<\/span><b>Asie<\/b><span style=\"font-weight: 400;\"> (Chine principalement), <\/span><a href=\"https:\/\/teamcdg.com\/fr\/amerique-du-nord\/\"><span style=\"font-weight: 400;\">l&rsquo;<\/span><b>Am\u00e9rique du Nord<\/b><span style=\"font-weight: 400;\"> (\u00c9tats-Unis, Canada)<\/span><\/a><span style=\"font-weight: 400;\">, l&rsquo;<\/span><b>Europe<\/b><span style=\"font-weight: 400;\"> (incluant Royaume-Uni post-Brexit) et les <\/span><b>DOM-TOM<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Chaque zone g\u00e9ographique b\u00e9n\u00e9ficie d&rsquo;une connaissance approfondie des <\/span><b>r\u00e9glementations douani\u00e8res locales<\/b><span style=\"font-weight: 400;\">, des d\u00e9lais de transit moyens, des contraintes documentaires sp\u00e9cifiques et des particularit\u00e9s culturelles commerciales. Cette expertise territoriale nous permet d&rsquo;optimiser les routings, d&rsquo;anticiper les blocages administratifs et de proposer les <\/span><b>meilleures solutions douani\u00e8res<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Nos flux vers le <\/span><b>Golfe Persique<\/b><span style=\"font-weight: 400;\"> int\u00e8grent une expertise particuli\u00e8re sur les v\u00e9hicules de prestige import\u00e9s temporairement (p\u00e9riode estivale), tandis que nos op\u00e9rations <\/span><b>Chine-Europe<\/b><span style=\"font-weight: 400;\"> b\u00e9n\u00e9ficient de consolidations r\u00e9guli\u00e8res et d&#8217;embarquements garantis. Les flux <\/span><b>transatlantiques<\/b><span style=\"font-weight: 400;\"> profitent de notre ma\u00eetrise des r\u00e9glementations FDA, TSA et douanes am\u00e9ricaines\/canadiennes.<\/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.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb background_color=\u00a0\u00bbrgba(142,142,142,0.07)\u00a0\u00bb use_background_color_gradient=\u00a0\u00bbon\u00a0\u00bb background_color_gradient_stops=\u00a0\u00bbrgba(0,0,0,0.49) 100%|#ffffff 100%\u00a0\u00bb background_color_gradient_overlays_image=\u00a0\u00bbon\u00a0\u00bb background_image=\u00a0\u00bbhttps:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/715-2-1.jpg\u00a0\u00bb parallax=\u00a0\u00bbon\u00a0\u00bb parallax_method=\u00a0\u00bboff\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][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.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb width=\u00a0\u00bb90%\u00a0\u00bb max_width=\u00a0\u00bb1300px\u00a0\u00bb custom_margin=\u00a0\u00bb0px||||false|false\u00a0\u00bb custom_padding_tablet=\u00a0\u00bb\u00a0\u00bb custom_padding_phone=\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 custom_css_main_element=\u00a0\u00bbmargin:auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbSolutions logistiques locales et partenariats strat\u00e9giques\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\u00bbcenter\u00a0\u00bb text_one_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_one_font_size=\u00a0\u00bb34px\u00a0\u00bb text_one_line_height=\u00a0\u00bb1.2em\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\u00bb30px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/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_text_color=\u00a0\u00bb#FFFFFF\u00a0\u00bb text_font_size=\u00a0\u00bb18px\u00a0\u00bb text_line_height=\u00a0\u00bb1.8em\u00a0\u00bb text_orientation=\u00a0\u00bbcenter\u00a0\u00bb max_width=\u00a0\u00bb1100px\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb16px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb25px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb custom_css_free_form=\u00a0\u00bbselector p{||  color:#FFFFFF;||}\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">Notre mod\u00e8le d&rsquo;organisation s&rsquo;appuie sur des partenaires locaux s\u00e9lectionn\u00e9s selon des crit\u00e8res stricts de fiabilit\u00e9, r\u00e9activit\u00e9 et conformit\u00e9. Ces alliances nous permettent de proposer des services de <\/span><b>livraison finale<\/b><span style=\"font-weight: 400;\"> performants, du stockage temporaire s\u00e9curis\u00e9, et de g\u00e9rer efficacement les formalit\u00e9s douani\u00e8res locales.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Pour les destinations \u00e0 fort volume, nous avons \u00e9tabli des <\/span><b>grilles tarifaires n\u00e9goci\u00e9es<\/b><span style=\"font-weight: 400;\"> permettant une comp\u00e9titivit\u00e9 optimale sur les prix de transport. Cette structuration commerciale se double d&rsquo;une veille r\u00e9glementaire permanente : \u00e9volutions tarifaires douani\u00e8res, <\/span><b>modifications documentaires<\/b><span style=\"font-weight: 400;\">, nouvelles contraintes sanitaires ou s\u00e9curitaires.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Figurez-vous que notre capacit\u00e9 \u00e0 g\u00e9rer simultan\u00e9ment des <\/span><b>flux BtoB<\/b><span style=\"font-weight: 400;\"> (industriels, grossistes) et BtoC (particuliers) constitue un avantage diff\u00e9renciant. Cette double comp\u00e9tence facilite <\/span><b>la gestion de projets complexes<\/b><span style=\"font-weight: 400;\"> impliquant plusieurs types de destinataires finaux ou n\u00e9cessitant des prestations logistiques diff\u00e9renci\u00e9es selon les march\u00e9s.<\/span><\/p>\n<p>[\/et_pb_text][dnxte_button button_text=\u00a0\u00bbNous contacter\u00a0\u00bb button_link=\u00a0\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk4NzYxMDkwOCJ9fQ==@\u00a0\u00bb dnxt_button_alignment=\u00a0\u00bbcenter\u00a0\u00bb btn_show_hide=\u00a0\u00bboff\u00a0\u00bb dnxt_hover_bg=\u00a0\u00bbdnxt-hover-shutter-out-horizontal\u00a0\u00bb dnxt_shutter_out_bg_color=\u00a0\u00bb#e63c28&Prime; dnxt_hover_bg_color=\u00a0\u00bb#55668f\u00a0\u00bb disabled_on=\u00a0\u00bboff|off|off\u00a0\u00bb _builder_version=\u00a0\u00bb4.27.6&Prime; _dynamic_attributes=\u00a0\u00bbbutton_link\u00a0\u00bb _module_preset=\u00a0\u00bbdefault\u00a0\u00bb btn_fonts_font=\u00a0\u00bbSource Sans Pro|600||on|||||\u00a0\u00bb btn_fonts_text_color=\u00a0\u00bb#ffffff\u00a0\u00bb btn_fonts_font_size=\u00a0\u00bb18px\u00a0\u00bb custom_margin=\u00a0\u00bb13px||||false|false\u00a0\u00bb custom_padding=\u00a0\u00bb7px|22px|7px|22px|true|true\u00a0\u00bb border_radii_btn_border=\u00a0\u00bbon|4px|4px|4px|4px\u00a0\u00bb border_width_all_btn_border=\u00a0\u00bb0px\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][\/dnxte_button][\/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.4&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb custom_padding=\u00a0\u00bb68px||68px||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 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\u00bb90%\u00a0\u00bb max_width=\u00a0\u00bb1300px\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 custom_css_main_element=\u00a0\u00bbmargin:Auto;\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][dnxte_multi_heading text_one=\u00a0\u00bbIls nous font confiance\u00a0\u00bb heading_tag=\u00a0\u00bbh2&Prime; inline_multi_align=\u00a0\u00bbcenter\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\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.2em\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\u00bb21px||-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\u00bb25px\u00a0\u00bb text_one_font_size_last_edited=\u00a0\u00bbon|phone\u00a0\u00bb text_one_line_height_tablet=\u00a0\u00bb1.2em\u00a0\u00bb text_one_line_height_phone=\u00a0\u00bb1.2em\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][\/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 text_orientation=\u00a0\u00bbcenter\u00a0\u00bb max_width=\u00a0\u00bb900px\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb12px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">Team INTERNATIONAL accompagne quotidiennement des entreprises leaders dans leurs secteurs respectifs. Nos clients appr\u00e9cient particuli\u00e8rement notre <\/span><b><i>r\u00e9activit\u00e9 op\u00e9rationnelle<\/i><\/b><span style=\"font-weight: 400;\">, notre expertise r\u00e9glementaire pointue et notre capacit\u00e9 \u00e0 g\u00e9rer simultan\u00e9ment des flux complexes vers des destinations multiples.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=\u00a0\u00bb4.27.6&Prime; _module_preset=\u00a0\u00bbdefault\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-content-align-center\" data-no-translation=\"true\" data-time-locale=\"il y a %d %s|aujourd'hui|jour|jours|semaine|semaines|mois|mois|ann\u00e9e|ans\" data-plugin-version=\"13.2.8\" data-layout-id=\"36\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"fr\" data-close-locale=\"Fermer\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"R\u00e9ponse du propri\u00e9taire\" data-only-rating-locale=\"Cet utilisateur a uniquement laiss\u00e9 une \u00e9valuation.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Avis suivante\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Avis pr\u00e9c\u00e9dent\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1759276800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKb0sXYCiWXd8kBpo71-SBsBUi0teSTQ9TLu6SviZHZl1A-sQ=w64-h64-c-rp-mo-br100\" alt=\"sonia azar profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> sonia azar <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Un service fluide, r\u00e9actif et attentif du d\u00e9but \u00e0 la fin. Suivi impeccable.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1758153600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocI6YmV2HuvfLThDsivVOeh98oH-hocKUPWcGzRVyFttjAIm-g=w64-h64-c-rp-mo-br100\" alt=\"Serge Jung profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Serge Jung <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Bonne r\u00e9activit\u00e9 et coordination de l\"\u00e9quipe<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750723200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIuR7VJFmseyl4Uq8EVq8oSor87F9pHD7cgwpRbv6-cacs5Yw=w64-h64-c-rp-mo-br100\" alt=\"EXPRESS FRANCE EXPORT profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> EXPRESS FRANCE EXPORT <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Nous travaillons avec TEAM International depuis un certain temps et nous sommes pleinement satisfaits de la qualit\u00e9 de leur service. Leur \u00e9quipe est professionnelle, disponible et toujours \u00e0 l\u2019\u00e9coute. Nous appr\u00e9cions particuli\u00e8rement le contact humain, la r\u00e9activit\u00e9 et le s\u00e9rieux dans le traitement de nos dossiers. Gr\u00e2ce \u00e0 eux, nos op\u00e9rations logistiques se d\u00e9roulent dans les meilleures conditions. Une collaboration fluide et efficace que nous recommandons vivement.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750204800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUhIRx-GvnkAcyecKc0mPXQLyJ_5sSkksWfCyGjYf6cH7TPTMY=w64-h64-c-rp-mo-br100\" alt=\"France Culture et Patrimoine profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> France Culture et Patrimoine <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Tr\u00e8s bon contact (attach\u00e9e commerciale) , \u00e9quipe r\u00e9active et tr\u00e8s professionnelle :)\nExcellente exp\u00e9rience.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1750204800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJic169mIHVqPXTQajVs70zMkx0e2N0Ynkcy0D5s33T3haEwD5q=w64-h64-c-rp-mo-br100\" alt=\"mad djemai profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> mad djemai <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Team International service top, un grand merci pour Sarah , toujours disponible.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1708214400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocL3ifjk6FcgYW9axQVPZFx6zNqbFwQt8h706xQIXJA3eG_rQg=w64-h64-c-rp-mo-br100\" alt=\"2camjdh profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> 2camjdh <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Je recommande vivement TEAM pour tout vos transports internationaux.\nJ'ai effectu\u00e9 une importation compliqu\u00e9e depuis le japon avec leurs services.\nJe ne peux que louer leur disponibilit\u00e9 et leur professionnalisme.\nTOP service !<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1612915200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLvgOu6Jr1HaOpEM4Ni89bZpj164X1DrUAFdhfkDjRgyyolLA=w64-h64-c-rp-mo-br100\" alt=\"Philip Twomey profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Philip Twomey <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex v\u00e9rifie que la source originale de l'avis est Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Excellent service de transport de la part d\u2019une \u00e9quipe sympathique.  Gros coli arriv\u00e9 en bon \u00e9tat en 7j, porte \u00e0 porte, \u00e0 6000 km de distance.  Bon prix !  Merci.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Cacher\" data-open-text=\"Lire la suite\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>    <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Certifi\u00e9 par: Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Le badge v\u00e9rifi\u00e9 de Trustindex est le symbole universel de confiance. Seules les meilleures entreprises peuvent obtenir le badge v\u00e9rifi\u00e9, avec une note sup\u00e9rieure \u00e0 4.5, bas\u00e9e sur les avis des clients au cours des derniers 12 mois. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">En savoir plus<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/teamcdg.com\/wp-content\/uploads\/trustindex-google-widget.css?1775049499\"><\/div>[\/et_pb_code][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 text_orientation=\u00a0\u00bbcenter\u00a0\u00bb max_width=\u00a0\u00bb900px\u00a0\u00bb module_alignment=\u00a0\u00bbcenter\u00a0\u00bb custom_margin=\u00a0\u00bb0px||18px||false|false\u00a0\u00bb custom_margin_tablet=\u00a0\u00bb46px||18px||false|false\u00a0\u00bb custom_margin_phone=\u00a0\u00bb12px||18px||false|false\u00a0\u00bb custom_margin_last_edited=\u00a0\u00bbon|desktop\u00a0\u00bb locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb]<\/p>\n<p><span style=\"font-weight: 400;\">La qualit\u00e9 de notre service se refl\u00e8te dans la fid\u00e9lit\u00e9 de notre portefeuille clients et les <\/span><b>recommandations r\u00e9guli\u00e8res<\/b><span style=\"font-weight: 400;\"> dont nous b\u00e9n\u00e9ficions.Cette reconnaissance client constitue notre meilleure publicit\u00e9 et motive quotidiennement nos \u00e9quipes.<\/span><\/p>\n<p>[\/et_pb_text][\/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][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\u00bbQuestions fr\u00e9quentes transport international et logistique\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 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][\/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 locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_accordion_item title=\u00a0\u00bbQuels sont les d\u00e9lais moyens de transport selon les modes choisis ?\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 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]<\/p>\n<p><span style=\"font-weight: 400;\">Les d\u00e9lais varient selon la destination et <\/span><a href=\"https:\/\/teamcdg.com\/fr\/fret-aerien\/\"><span style=\"font-weight: 400;\">le mode : <\/span><b>a\u00e9rien express 2-5 jours<\/b><\/a><span style=\"font-weight: 400;\">, a\u00e9rien standard 5-10 jours, maritime FCL 20-45 jours selon destination, <\/span><b>maritime LCL 25-50 jours<\/b><span style=\"font-weight: 400;\">, routier Europe 3-7 jours. Ces dur\u00e9es sont indicatives et tiennent compte des formalit\u00e9s douani\u00e8res et <\/span><b>livraisons finales<\/b><span style=\"font-weight: 400;\">. Nous communiquons syst\u00e9matiquement des estimations pr\u00e9cises lors de la cotation.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=\u00a0\u00bbComment sont calcul\u00e9s les tarifs de transport international ?\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 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]<\/p>\n<p><span style=\"font-weight: 400;\">Le calcul int\u00e8gre plusieurs param\u00e8tres : poids et volume (taxation au plus \u00e9lev\u00e9 en a\u00e9rien), <\/span><b>distance et destination<\/b><span style=\"font-weight: 400;\">, mode de transport, incoterm choisit, services additionnels (assurance, temp\u00e9rature dirig\u00e9e, gants blancs), formalit\u00e9s douani\u00e8res et urgence \u00e9ventuelle. Nous \u00e9tablissons des <\/span><b>devis d\u00e9taill\u00e9s transparents<\/b><span style=\"font-weight: 400;\"> incluant tous les frais pour \u00e9viter toute surprise.<\/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 locked=\u00a0\u00bboff\u00a0\u00bb global_colors_info=\u00a0\u00bb{}\u00a0\u00bb][et_pb_accordion_item title=\u00a0\u00bbQuelles assurances couvrent les marchandises en transit ?\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 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]<\/p>\n<p><span style=\"font-weight: 400;\">Nous proposons une assurance transport ad valorem couvrant la valeur d\u00e9clar\u00e9e des marchandises contre tous risques de perte, vol, casse ou avarie durant <\/span><b>le transit international<\/b><span style=\"font-weight: 400;\">. La prime est calcul\u00e9e selon la valeur, la nature des produits et la destination. Cette couverture optionnelle mais fortement recommand\u00e9e prot\u00e8ge int\u00e9gralement votre <\/span><b>investissement<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_accordion_item][et_pb_accordion_item title=\u00a0\u00bbComment g\u00e9rez-vous les mati\u00e8res dangereuses et les produits r\u00e9glement\u00e9s ?\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 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]<\/p>\n<p><span style=\"font-weight: 400;\">Notre expertise des mati\u00e8res dangereuses (<\/span><b>ADR\/IMDG\/IATA<\/b><span style=\"font-weight: 400;\">) nous permet de g\u00e9rer la classification, l\u2019emballage et l\u2019\u00e9tiquetage en coordination avec nos partenaires et compagnies. Nous g\u00e9rons la classification, <\/span><b>l&#8217;emballage homologu\u00e9<\/b><span style=\"font-weight: 400;\">, l&rsquo;\u00e9tiquetage UN conforme, les d\u00e9clarations DGD et la coordination avec les compagnies maritimes\/a\u00e9riennes. La fourniture de <\/span><b>fiches MSDS<\/b><span style=\"font-weight: 400;\"> est obligatoire pour validation.<\/span><\/p>\n<p>[\/et_pb_accordion_item][\/et_pb_accordion][\/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\">Team International : votre expert en transport et logistique internationale<\/span><\/span><\/h1><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Team INTERNATIONAL, entreprise familiale sp\u00e9cialis\u00e9e dans le transport international et la logistique globale, accompagne depuis plus de 40 ans les professionnels dans leurs op\u00e9rations d&rsquo;import-export \u00e0 travers le monde. &nbsp;<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\"><h2 class='header-level '><span class=\"dnxt-text-one reveal-effect masker wow\"><span class=\"dnxt-gradient-text-color-1\">Demander un devis<\/span><\/span><\/h2><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module wpforms_selector wpforms_selector_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<style id=\"wpforms-css-vars-987611212\">\n\t\t\t\t#wpforms-987611212 {\n\t\t\t\t--wpforms-field-border-color: rgba(0, 0, 0, 0.25);\n--wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);\n--wpforms-field-text-color: rgba(0, 0, 0, 0.7);\n--wpforms-label-color: rgba(0, 0, 0, 0.85);\n--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);\n--wpforms-button-background-color: #e63c28;\n--wpforms-container-padding: 0px;\n--wpforms-container-border-width: 1px;\n--wpforms-container-border-radius: 3px;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><style id=\"wpforms-css-vars-987611212-custom-css\">\n\t\t\t\t#wpforms-987611212 {\n\t\t\t\t\tlabel {font-family: 'Montserrat' !important;}\n\t\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-987611212\"><form id=\"wpforms-form-987611212\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"987611212\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/fr\/wp-json\/wp\/v2\/pages\/987611107\" data-token=\"6153cb1af3125440e6c88d4da9d6ca28\" data-token-time=\"1775852747\"><noscript class=\"wpforms-error-noscript\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-987611212-field_1-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"1\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-987611212-field_1\" >NUM\u00c9RO MESSAGE EMAIL<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-987611212-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-987611212-field_4-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-987611212-field_4\">SOCI\u00c9T\u00c9 <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-987611212-field_4\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][4]\" aria-errormessage=\"wpforms-987611212-field_4-error\" required><\/div><div id=\"wpforms-987611212-field_5-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"5\"><label class=\"wpforms-field-label\" for=\"wpforms-987611212-field_5\">NUM\u00c9RO DE T\u00c9L\u00c9PHONE <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-987611212-field_5\" class=\"wpforms-field-large wpforms-field-required wpforms-masked-input\" data-rule-inputmask-incomplete=\"1\" data-inputmask-mask=\"9999999999\" name=\"wpforms[fields][5]\" aria-errormessage=\"wpforms-987611212-field_5-error\" required><\/div><div id=\"wpforms-987611212-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-987611212-field_2\">EMAIL <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-987611212-field_2\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][2]\" spellcheck=\"false\" aria-errormessage=\"wpforms-987611212-field_2-error\" required><\/div><div id=\"wpforms-987611212-field_6-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"6\"><label class=\"wpforms-field-label\" for=\"wpforms-987611212-field_6\">MESSAGE<\/label><input type=\"text\" id=\"wpforms-987611212-field_6\" class=\"wpforms-field-large\" name=\"wpforms[fields][6]\" aria-errormessage=\"wpforms-987611212-field_6-error\" ><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-987611212-field_1-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-987611212-field_1-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-987611212-field_1-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"987611212\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611107\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-987611212\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"ENVOYER\" aria-live=\"assertive\" value=\"wpforms-submit\">ENVOYER<\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/teamcdg.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Chargement en cours\"><\/div><\/form><\/div>  <!-- .wpforms-container -->\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dnxte_multi_heading dnxte_multi_heading_2\">\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\"><h2 class='header-level '><span class=\"dnxt-text-one reveal-effect masker wow\"><span class=\"dnxt-gradient-text-color-1\">Nos secteurs d&#039;activit\u00e9 : expertise multi-industries<\/span><\/span><\/h2><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>Mat\u00e9riels \u00e9v\u00e9nementiels &amp; \u00e9quipements sportifsLuxe &amp; Oeuvres d&rsquo;ArtV\u00e9hicules Finis (Neufs &amp; Occasions) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":987610937,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-987611107","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Transitaire international Team International - Transport &amp; Logistique<\/title>\n<meta name=\"description\" content=\"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.\" \/>\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\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transitaire international Team International - Transport &amp; Logistique\" \/>\n<meta property=\"og:description\" content=\"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/teamcdg.com\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"Team International CDG\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T16:00:28+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=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\",\"url\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\",\"name\":\"Transitaire international Team International - Transport & Logistique\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/teamcdg.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-team-2-1.png\",\"datePublished\":\"2025-12-16T08:59:12+00:00\",\"dateModified\":\"2026-04-09T16:00:28+00:00\",\"description\":\"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#primaryimage\",\"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\":\"Transitaire Team International\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/teamcdg.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transitaire Team International (accueil)\"}]},{\"@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":"Transitaire international Team International - Transport & Logistique","description":"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.","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\/","og_locale":"fr_FR","og_type":"article","og_title":"Transitaire international Team International - Transport & Logistique","og_description":"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.","og_url":"https:\/\/teamcdg.com\/fr\/","og_site_name":"Team International CDG","article_modified_time":"2026-04-09T16:00:28+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":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/teamcdg.com\/fr\/","url":"https:\/\/teamcdg.com\/fr\/","name":"Transitaire international Team International - Transport & Logistique","isPartOf":{"@id":"https:\/\/teamcdg.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/teamcdg.com\/fr\/#primaryimage"},"image":{"@id":"https:\/\/teamcdg.com\/fr\/#primaryimage"},"thumbnailUrl":"https:\/\/teamcdg.com\/wp-content\/uploads\/2025\/12\/logo-team-2-1.png","datePublished":"2025-12-16T08:59:12+00:00","dateModified":"2026-04-09T16:00:28+00:00","description":"Team International est votre transitaire international. Fret maritime, a\u00e9rien, routier et d\u00e9douanement pour vos importations et exportations.","breadcrumb":{"@id":"https:\/\/teamcdg.com\/fr\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/teamcdg.com\/fr\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/teamcdg.com\/fr\/#primaryimage","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":"Transitaire Team International"},{"@type":"BreadcrumbList","@id":"https:\/\/teamcdg.com\/fr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/teamcdg.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Transitaire Team International (accueil)"}]},{"@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\/987611107","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=987611107"}],"version-history":[{"count":178,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611107\/revisions"}],"predecessor-version":[{"id":987616962,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/pages\/987611107\/revisions\/987616962"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/media\/987610937"}],"wp:attachment":[{"href":"https:\/\/teamcdg.com\/fr\/wp-json\/wp\/v2\/media?parent=987611107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}