Transformer l'ingénieure,
Accélérer l'Export.

IITS est un Hub d’accélération pour ingénieurs et techniciens qui veulent passer du bureau d’études au business international.

01 - IITS - institut intégré des technologies et des sciences

(function(){ function loadScript(src){ return new Promise(function(resolve,reject){ var existing=document.querySelector( 'script[src="'+src+'"]' ); if(existing){ if( src.indexOf("d3@7") !== -1 && typeof window.d3 !== "undefined" ){ resolve(); return; } if( src.indexOf("topojson-client") !== -1 && typeof window.topojson !== "undefined" ){ resolve(); return; } existing.addEventListener("load",resolve); existing.addEventListener("error",reject); return; } var script=document.createElement("script"); script.src=src; script.onload=resolve; script.onerror=reject; document.head.appendChild(script); }); } function initMap(){ var container=document.getElementById("africa-network"); if(!container){ return; } if(typeof d3==="undefined"){ console.error("D3 n'est pas chargé."); return; } if(typeof topojson==="undefined"){ console.error("TopoJSON n'est pas chargé."); return; } /* * Évite de créer plusieurs cartes */ container.innerHTML=""; var width=900; var height=700; var svg=d3.select(container) .append("svg") .attr("viewBox","0 0 "+width+" "+height) .attr("preserveAspectRatio","xMidYMid meet"); /* * GLOW */ var defs=svg.append("defs"); var glow=defs.append("filter") .attr("id","goldGlow") .attr("x","-100%") .attr("y","-100%") .attr("width","300%") .attr("height","300%"); glow.append("feGaussianBlur") .attr("stdDeviation","4") .attr("result","blur"); var merge=glow.append("feMerge"); merge.append("feMergeNode") .attr("in","blur"); merge.append("feMergeNode") .attr("in","SourceGraphic"); /* * CHARGEMENT DE LA CARTE */ d3.json( "https://cdn.jsdelivr.net/npm/world-atlas@2/countries-110m.json" ) .then(function(world){ if(!world || !world.objects || !world.objects.countries){ throw new Error("Données de carte invalides."); } var countries=topojson.feature( world, world.objects.countries ); /* * AFRIQUE */ var africa=countries.features.filter(function(d){ var c=d3.geoCentroid(d); return( c[0]>-20 && c[0]<55 && c[1]>-38 && c[1]<38 ); }); /* * PROJECTION */ var projection=d3.geoMercator() .fitExtent( [[80,30],[820,660]], { type:"FeatureCollection", features:africa } ); var path=d3.geoPath() .projection(projection); /* * PAYS */ svg.append("g") .selectAll("path") .data(africa) .enter() .append("path") .attr("class","countryGlow") .attr("d",path); svg.append("g") .selectAll("path") .data(africa) .enter() .append("path") .attr("class","country") .attr("d",path); /* * VILLES */ var cities={ casablanca:[-7.5898,33.5731], dakar:[-17.4677,14.7167], abidjan:[-4.0083,5.3599], bamako:[-8.0029,12.6392] }; /* * CRÉATION DES ROUTES */ function makeRoute(a,b){ var p1=projection(a); var p2=projection(b); var x1=p1[0]; var y1=p1[1]; var x2=p2[0]; var y2=p2[1]; var mx=(x1+x2)/2; var my=(y1+y2)/2; var distance=Math.sqrt( Math.pow(x2-x1,2)+ Math.pow(y2-y1,2) ); var curve=distance*.18; return( "M"+x1+","+y1+ " Q"+mx+","+(my-curve)+ " "+x2+","+y2 ); } var routes=[ ["casablanca","dakar"], ["casablanca","abidjan"], ["casablanca","bamako"] ]; /* * ROUTES */ routes.forEach(function(route){ var d=makeRoute( cities[route[0]], cities[route[1]] ); svg.append("path") .attr("class","routeGlow") .attr("d",d); svg.append("path") .attr("class","route") .attr("d",d); }); /* * POINTS */ Object.keys(cities).forEach(function(name){ var p=projection(cities[name]); /* * Cercle animé */ svg.append("circle") .attr("class","pulse") .attr("cx",p[0]) .attr("cy",p[1]) .attr("r",4); /* * Point ville */ if(name!=="casablanca"){ svg.append("circle") .attr("class","city") .attr("cx",p[0]) .attr("cy",p[1]) .attr("r",4); /* * Nom de la ville */ svg.append("text") .attr("class","cityLabel") .attr("x",p[0]+10) .attr("y",p[1]+5) .text( name.charAt(0).toUpperCase()+name.slice(1) ); } }); /* * PIN CASABLANCA */ var morocco=projection( cities.casablanca ); var pin=svg.append("g") .attr( "transform", "translate("+morocco[0]+","+morocco[1]+")" ); pin.append("path") .attr("class","pin") .attr( "d", "M0,18 C-11,5 -15,-3 -15,-11 A15,15 0 1,1 15,-11 C15,-3 11,5 0,18Z" ); pin.append("circle") .attr("cx",0) .attr("cy",-11) .attr("r",4) .attr("fill","#fff"); /* * Nom de Casablanca */ svg.append("text") .attr("class","cityLabel") .attr("x",morocco[0]+12) .attr("y",morocco[1]-15) .text("Casablanca"); console.log("Carte Afrique chargée avec succès."); }) .catch(function(error){ console.error( "Erreur lors du chargement de la carte Afrique :", error ); }); } /* * CHARGE D3 + TOPOJSON */ Promise.all([ loadScript( "https://cdn.jsdelivr.net/npm/d3@7/dist/d3.min.js" ), loadScript( "https://cdn.jsdelivr.net/npm/topojson-client@3/dist/topojson-client.min.js" ) ]) .then(function(){ initMap(); }) .catch(function(error){ console.error( "Impossible de charger les librairies de la carte :", error ); }); })();

Depuis Casablanca, IITS accompagne les ingénieurs, techniciens et porteurs de projets dans le passage de l’expertise technique à l’exécution commerciale, en s’appuyant sur un réseau de partenaires industriels, financiers, logistiques et commerciaux.
Le Hub s’appuie également sur des antennes opérationnelles à Dakar, Abidjan et Bamako,permettant de rester au plus près des entrepreneurs, des entreprises, des fournisseurs et des marchés africains.
IITS est conçu comme un Hub d’accélération et d’exécution.
Nous ne nous limitons pas à transmettre des connaissances : nous mobilisons les ressources nécessaires pour faire avancer concrètement les projets.


02 - Le problème

Les Compétences existent.
Les marchés aussi.

90% des ingénieurs africains excellent en technique mais bloquent sur:

Le problème n'est pas l'abscence de potentiel.
C'est l'abscence de solutions adabtés permettant de transformer ce potentiel en création de valeur économique et accés au marché.

03 - Notre Solution

On ne forme pas,
On opère.
IITS = Hub d'accélération

3 Mois

pour devenir Entrepreneur Opérationnel International

02 - Le problème

Les Compétences existent.
Les marchés aussi.

90% des ingénieurs africains excellent en technique mais bloquent sur:

Le problème n'est pas l'abscence de potentiel.
C'est l'abscence de solutions adabtés permettant de transformer ce potentiel en création de valeur économique et accés au marché.


03 - Notre Solution

On ne forme pas,
On opère.
IITS = Hub d'accélération

3 Mois

pour devenir Entrepreneur Opérationnel International

04 - Nos Programmes

TRACK 01
OPÉRATIONNEL
De l'idée au container
Sourcing Afrique : Mall, Sénégal, Côte d’Ivoire
Industrialisation : Normes ONSSA, CE, FDA
Logistique : Incoterms, Fret, Douane
🚢
RÉSULTAT
1er container exporté
TRACK 02
COMMERCE
INTERNATIONAL
De l'usine au client
Prospection B2B : Europe, Moyen-Orient, Afrique
Négociation + Financement à l’export
E-commerce B2B + Marketplaces
🤝
RÉSULTAT
3 clients payants
TRACK 03
HUB ENTREPRISES
Pour sociétés
Mise à niveau équipe commerciale export
Mission de prospection ciblée
Agréments ONSSA, FDA, Bio
RÉSULTAT
Chiffre d'affaires
export +30%

05 - l'écosysteme iits

Tu n'es pas seul,
Tu es dans le Hub.

Un écosystème compelt pour transformer vos projets en opportunités internationales.

IITS HUB PLATEFORME Casablanca + Antennes Dakar, Abidjan, Bamako USINES PARTENAIRES 40 unités de prod au Maroc + Afrique ACHETEURS Réseau 200 Importateurs EU/GA FINANCE Banques, Fonds, INDH, FPAR MENTORS CEO, Transitaires, Experts ONSSA

06 - de la compétence au marché

IITS × YOU

Votre Skill Road

IITS vous accompagne à chaque étape, de l'idée jusqu'à l'export.

01
💡

Projet

De l'idée à la définition de votre projet industriel.

02
⚙️

Industrialisation

Transformer votre concept en solution industrialisable.

03

Conformité

Sécuriser vos produits et garantir leur conformité.

04
📦

Logistique

Organiser les flux et optimiser votre chaîne logistique.

05
🎯

Prospection

Identifier les opportunités et développer votre marché.

06
🌍

Export

Vous accompagner vers de nouveaux marchés à l'international.

(function () { const road = document.querySelector(".iits-road"); const steps = document.querySelectorAll(".iits-step"); const traveller = document.querySelector(".iits-traveller"); const progress = document.querySelector(".iits-road-progress"); if (!road || !steps.length) return; /* ===================================================== APPARITION DES CARTES ===================================================== */ const observer = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting) { entry.target.classList.add("visible"); } }); }, { threshold: 0.2 } ); steps.forEach(function(step) { observer.observe(step); }); /* ===================================================== ANIMATION DU VOYAGEUR ===================================================== */ let index = 0; function moveTraveller() { const step = steps[index]; if (!step) return; const roadRect = road.getBoundingClientRect(); const stepRect = step.getBoundingClientRect(); const position = stepRect.top - roadRect.top + stepRect.height / 2; traveller.style.top = position + "px"; progress.style.height = position + "px"; index++; if (index >= steps.length) { setTimeout(function () { index = 0; traveller.style.top = "0px"; progress.style.height = "0px"; setTimeout( moveTraveller, 500 ); }, 1800); } else { setTimeout( moveTraveller, 1000 ); } } /* ===================================================== DÉMARRAGE ===================================================== */ setTimeout( moveTraveller, 700 ); /* ===================================================== RESPONSIVE ===================================================== */ window.addEventListener( "resize", function () { if (index <= 0) return; const step = steps[ Math.min( index - 1, steps.length - 1 ) ]; const roadRect = road.getBoundingClientRect(); const stepRect = step.getBoundingClientRect(); const position = stepRect.top - roadRect.top + stepRect.height / 2; traveller.style.top = position + "px"; progress.style.height = position + "px"; } ); })();

07 - notre impact

40+
UNITÉS DE
PRODUCTION
PARTENAIRES
200
IMPORTATEURS
EU/GA
+10
PAYS
CONNECTÉS
+50
PARTENAIRES
ET EXPERTS

à propos

En Construction

Contact

En Construction