
			<script type="text/javascript">
	
				jQuery(document).ready(function($) { 		
				
					var map_id = 'initial';
	
					if(_CSPM_DONE[map_id] === true) return;
					
					_CSPM_DONE[map_id] = false;
					_CSPM_MAP_RESIZED[map_id] = 0;
					
					NProgress.configure({
					  parent: 'div#codespacing_progress_map_div_'+map_id+'',
					  showSpinner: true
					});				
					
					NProgress.start();
					
					var infobox_xhr; // Will store the ajax requests in order to test if an ajax request will overide "an already sent and non finished" request
					
					cspm_bubbles[map_id] = []; // Will store the marker bubbles (post_ids) in the viewport of the map
					cspm_child_markers[map_id] = []; // Will store the status of markers in order to define secondary markers from parent markers
					cspm_requests[map_id] = []; // Will store all the current ajax request (for infoboxes) in order to execute them when they all finish
									
					post_ids_and_categories[map_id] = {}; // Will store the markers categories in order to use with faceted search and to define the marker icon
					post_lat_lng_coords[map_id] = {}; // Will store the markers coordinates in order to use when rewriting the map & the carousel
					post_ids_and_child_status[map_id] = {} // Will store the markers and their child status in order to use when rewriting the carousel

					var json_markers_data = []; // Will store the markers

					/**
					 * init plugin map */
					 
					var plugin_map_placeholder = 'div#codespacing_progress_map_div_'+map_id;
					var plugin_map = $(plugin_map_placeholder);
					
					/**
					 * Load Map options */
					 
											var map_options = cspm_load_map_options(false, null, 5);
										
					/**
					 * Activate the new google map visual */
					 
					google.maps.visualRefresh = true;				

					/**
					 * The initial map style */
					 
					var initial_map_style = "ROADMAP";
					
					// Enhance the map option with the map type id of the style
																
						// The initial style
						var map_type_id = cspm_initial_map_style(initial_map_style, false);
						var map_options = $.extend({}, map_options, map_type_id);
						
									
	
										
					// The carousel dimensions & style
										
					 var light_map = true; 								
								/**
								 * Create the pin object */
								 								 
							    var marker_object = cspm_new_pin_object(0, '420', -18.8791902, 47.50790549999999, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'no');
								json_markers_data.push(marker_object);
																
								
								/**
								 * Create the polyline/polygon paths from post IDs
								 * @since 2.7
								 */
								
								
											// Create the pin object
											var marker_object = cspm_new_pin_object(1, '420-0', 12.3714277, -1.5196602999999413, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_0');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(2, '420-1', 6.1724969, 1.2313618000000588, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_1');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(3, '420-2', 9.0764785, 7.398574000000053, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_2');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(4, '420-3', 13.5115963, 2.1253854000000274, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_3');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(5, '420-4', 12.6392316, -8.002889200000027, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_4');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(6, '420-5', 12.1348457, 15.055741500000067, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_5');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(7, '420-6', 14.7645042, -17.366028599999936, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_6');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(8, '420-7', 3.8480325, 11.502075200000036, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_7');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(9, '420-8', 4.3946735, 18.558189900000002, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_8');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(10, '420-9', 6.3702928, 2.3912361999999803, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_9');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(11, '420-10', 5.3599517, -4.008256299999971, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_10');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(12, '420-11', 9.641185499999999, -13.57840120000003, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_11');
											json_markers_data.push(marker_object);
											
											
											// Create the pin object
											var marker_object = cspm_new_pin_object(13, '420-12', 13.4548761, -16.579032299999994, '', map_id, 'https://satafrique.com/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'yes_12');
											json_markers_data.push(marker_object);
											
												
					var infobox_div = $('div.cspm_infobox_container.cspm_infobox_'+map_id+'');			
					var show_infobox = 'true';
					var infobox_type = 'rounded_bubble';
					var infobox_display_event = 'onhover';
					var useragent = navigator.userAgent;
					var infobox_loaded = false;
					var clustering_method = false;
											
					/**
					 * [@polyline_values] - will store an Object of all available Polylines	
					 * [@polygon_values] - will store an Object of all available Polygons					 					 
					 *
					 * @since 2.7 
					 */
					 
					var polyline_values = [];
					var polygon_values = [];
					
										
								
					/**
					 * Build the map */
					 
					plugin_map.gmap3({	
						map:{
							options: map_options,							
							onces: {
								tilesloaded: function(map){
																		
									var carousel_output = []; 

									plugin_map.gmap3({ 										
										marker:{
											values: json_markers_data,
											callback: function(markers){
												
												/**
												 * Autofit the map to contain all markers & clusters */
												 
																								
												/**
												 * Build the carousel items */
												 
												if(!light_map){
													
													for(var i = 0; i < markers.length; i++){	

														var post_id = markers[i].post_id;
														var is_child = markers[i].is_child;
	
														// Convert the LatLng object to array
														var marker_position = $.map(markers[i].position, function(value, index) {
															return [value];
														});
														var lat = marker_position[0];
														var lng = marker_position[1];											
													
														// Create carousel items											
														carousel_output.push('<li id="'+map_id+'_list_items_'+post_id+'" class="'+post_id+' carousel_item_'+(i+1)+'_'+map_id+'" data-is-child="'+is_child+'" name="'+lat+'_'+lng+'" value="'+(i+1)+'" data-post-id="'+post_id+'" style="width:'+item_width+'px; height:'+item_height+'px; background-color:'+items_background+'; margin:4px 3px; '+item_css+'">');
															carousel_output.push('<div class="cspm_spinner"></div>');							
														carousel_output.push('</li>');
														
														if(i == markers.length-1){
															$('ul#codespacing_progress_map_carousel_'+map_id+'').append(carousel_output.join(''));	
															cspm_init_carousel(null, map_id);
														}
														
													}																						
																																					
												}																																		
												
											},											
											events:{
												mouseover: function(marker, event, elements){
													
													/**
													 * Display the single infobox */
													 
													if(show_infobox == 'true' && infobox_display_event == 'onhover')
														infobox_xhr = cspm_draw_single_infobox(plugin_map, map_id, infobox_div, infobox_type, marker, infobox_xhr, 'no');
													
																										
														/**
														 * Apply the style for the active item in the carousel */
														 
														if(!light_map){	
															
															var post_id = marker.post_id;
															var is_child = marker.is_child;	
															var i = $('li[id='+map_id+'_list_items_'+post_id+'][data-is-child="'+is_child+'"]').attr('value');	
															
															cspm_call_carousel_item($('ul#codespacing_progress_map_carousel_'+map_id+'').data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id+'', map_id);
														
														}
													
																										
												},												 
												click: function(marker, event, elements){
													
													var latLng = marker.position;											
													
													/**
													 * Center the map on that marker */
													
													if(infobox_type != 'cspm_type5') 
														map.panTo(latLng);
													
													/**
													 * Display the single infobox */
													 
													if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onclick'){
														setTimeout(function(){																										
															infobox_xhr = cspm_draw_single_infobox(plugin_map, map_id, infobox_div, infobox_type, marker, infobox_xhr, 'no');
														}, 400);
													}
													
																			
													
														/**
														 * Apply the style for the active item in the carousel */
														 
														if(!light_map){	
															
															var post_id = marker.post_id;
															var is_child = marker.is_child;
															var i = $('li[id='+map_id+'_list_items_'+post_id+'][data-is-child="'+is_child+'"]').attr('value');
														
															cspm_call_carousel_item($('ul#codespacing_progress_map_carousel_'+map_id+'').data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id+'', map_id);
														
														}
													
																										
												}
											}
										}
									});									
									
																			$('div.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id+'').show(); 									
									/**
									 * Draw infoboxes (onload event) */
									 
									if(json_markers_data.length > 0 && clustering_method == true && show_infobox == 'true' && infobox_display_event == 'onload'){			
										google.maps.event.addListenerOnce(clusterer, 'clusteringend', function(cluster) {																	
											setTimeout(function(){
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_infobox_multiple cspm_infobox_initial rounded_bubble" style="width:60px; height:60px;" data-move-carousel="true"><div class="blue_cloud"></div><div class="cspm_arrow_down rounded_bubble"></div></div>', infobox_type, 'no');
												infobox_loaded = true;
											}, 1000);																
										});	
									}else if(json_markers_data.length > 0 && clustering_method == false && show_infobox == 'true' && infobox_display_event == 'onload'){
										setTimeout(function(){
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_infobox_multiple cspm_infobox_initial rounded_bubble" style="width:60px; height:60px;" data-move-carousel="true"><div class="blue_cloud"></div><div class="cspm_arrow_down rounded_bubble"></div></div>', infobox_type, 'no');
											infobox_loaded = true;
										}, 1000);
									}else if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){infobox_loaded = true;}
										
									NProgress.done();
									
								}
								
							},
							events:{
								click: function(){
									
									/**
									 * Remove single infobox on map click (onclick, onhover events) */
									 
									if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){										
										infobox_div.addClass('cspm_animated fadeOutUp');					
										infobox_div.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
											infobox_div.hide().removeClass('cspm_animated fadeOutUp');
										});
									}
									
								},
								idle: function(){								
									if(infobox_loaded && !cspm_is_panorama_active(plugin_map)){
										setTimeout(function(){
											if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onload'){								
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_infobox_multiple cspm_infobox_initial rounded_bubble" style="width:60px; height:60px;" data-move-carousel="true"><div class="blue_cloud"></div><div class="cspm_arrow_down rounded_bubble"></div></div>', infobox_type, 'no');
											}
										}, 200);
									}
								},				
								bounds_changed: function(){
									if(json_markers_data.length > 0){
										if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){
											cspm_set_single_infobox_position(plugin_map, infobox_div);
										}else $('div.cspm_infobox_container').hide();
									}
								},
								drag: function(){
									if(json_markers_data.length > 0){
										if(show_infobox == 'true' && infobox_display_event != 'onload'){
											cspm_set_single_infobox_position(plugin_map, infobox_div);
										}else $('div.cspm_infobox_container').hide();
									}
								},
								center_changed: function(){
									setTimeout(function() {
										$('div[class^=cluster_posts_widget]').removeClass('flipInX');

										$('div[class^=cluster_posts_widget]').addClass('cspm_animated flipOutX');
									}, 1000);
								}
							}
						},					
						
						/**
						 * Draw Polylines
						 * @since 2.7
						 */
						
												
						/**
						 * Draw Polygons
						 * @since 2.7
						 */
						
												
						/**
						 * Display KML Layers
						 * @since 2.7
						 */
						 
												
						/**
						 * Show the Traffic Layer
						 * @since 2.7
						 */
						 
												
						/**
						 * Geo Targeting */
						 
												
						/**
						 * Set the map style */
						 
												
						/**
						 * Echo the post count label */
						 
							
										
					});		
					
					/**
					 * Hide/Show UI Controls depending on the streetview visibility */
					
					var mapObject = plugin_map.gmap3('get');
					
					if(typeof mapObject.getStreetView === 'function'){
												
						var streetView = mapObject.getStreetView();
					
						google.maps.event.addListener(streetView, "visible_changed", function(){
							
							if(this.getVisible()){
								
								// Hide the Zoom cotrol before the map load	
																	$('div.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id+'').hide();
																
								// Hide the faceted search before the map load				
																
								// Hide the search form before the map load				
																
																
								$('div.cspm_infobox_container').hide();
								
							}else{
								// Show the Zoom cotrol after the map load	
																	$('div.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id+'').show();
																
								// Show the faceted search after the map load				
																
								// Show the search form after the map load				
																
																
								if(json_markers_data.length > 0 && infobox_loaded){
									setTimeout(function(){
										if(show_infobox == 'true' && infobox_display_event == 'onload'){								
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_infobox_multiple cspm_infobox_initial rounded_bubble" style="width:60px; height:60px;" data-move-carousel="true"><div class="blue_cloud"></div><div class="cspm_arrow_down rounded_bubble"></div></div>', infobox_type, 'no');
										}
									}, 200);
								}
							}
								
						});
						
					}
					
					/**
					 * Show error msg when center point is not correct */
					 		
										
															
						// Call zoom-in function
						cspm_zoom_in($('div.codespacing_map_zoom_in_'+map_id+''), plugin_map);
					
						// Call zoom-out function
						cspm_zoom_out($('div.codespacing_map_zoom_out_'+map_id+''), plugin_map);
						
										
					/**
					 * Center the Map on screen resize */
					 
										
						$(window).resize(function(){
							
							setTimeout(function(){
								
								var latLng = new google.maps.LatLng (13.512926, 2.0489916);							
							
								var map = plugin_map.gmap3("get");	
								
								if(typeof map.panTo === 'function')
									map.panTo(latLng);
								
								if(typeof map.setCenter === 'function')
									map.setCenter(latLng);
									
							}, 500);
							
						});

					 
					
					/**
					 * Resolve a problem of Google Maps & jQuery Tabs */
					 
											
					_CSPM_DONE[map_id] = true;
	
				});
			
			</script> 
			
			{"id":271,"date":"2015-02-06T21:14:25","date_gmt":"2015-02-06T20:14:25","guid":{"rendered":"http:\/\/satafrique.com\/?page_id=271"},"modified":"2021-09-23T12:21:06","modified_gmt":"2021-09-23T11:21:06","slug":"societe","status":"publish","type":"page","link":"https:\/\/satafrique.com\/?page_id=271","title":{"rendered":"SOCIETE"},"content":{"rendered":"<p style=\"text-align: left;\"><span class=\"vert\" style=\"font-weight: bold; color: #3bb84c;\"><span class=\"noirM\" style=\"font-weight: bold; color: #000000;\">BIENVENUE SUR<\/span><span class=\"vertM\" style=\"color: #3366ff;\">\u00a0SATA AFRIQUE,<\/span><\/span><\/p>\n<p><span class=\"vert\" style=\"font-weight: bold; color: #3366ff;\">SATA AFRIQUE<\/span><b style=\"color: #000000;\"><span style=\"color: #3366ff;\">\u00a0<\/span>est une Soci\u00e9t\u00e9 \u00e0 Responsabilit\u00e9 Limit\u00e9e (S.A.R.L.) exer\u00e7ant dans le domaine de l&rsquo;Architecture, de l&rsquo;Ing\u00e9nierie, de l&rsquo;Urbanisme, de l&rsquo;Am\u00e9nagement et du Design.\u00a0<\/b><span style=\"color: #000000;\">Elle est cr\u00e9\u00e9e en 2005, suite \u00e0 la restructuration de la soci\u00e9t\u00e9 Afrique\u00a0<span style=\"color: #000000;\"> Archi<\/span> <span style=\"color: #000000;\">.<\/span>La soci\u00e9t\u00e9 totalise ainsi plus de vingt six ans (26ans) d\u2019exp\u00e9rience dans le domaine de l\u2019Architecture, de l\u2019ing\u00e9nierie et de l\u2019urbanisme.<\/span><br style=\"color: #000000;\" \/><br style=\"color: #000000;\" \/><span class=\"noir\" style=\"font-weight: bold; color: #000000;\">LE SI\u00c8GE SOCIAL DE<\/span><span class=\"vert\" style=\"font-weight: bold; color: #3bb84c;\">\u00a0<span style=\"color: #3366ff;\">SATA AFRIQUE\u00a0<\/span><\/span><span class=\"noir\" style=\"font-weight: bold; color: #000000;\">EST BAS\u00c9 \u00c0 OUAGADOUGOU, AU BURKINA FASO.<\/span><\/p>\n<p><span class=\"vert\" style=\"font-weight: bold; color: #3bb84c;\"><span style=\"color: #3366ff;\">SATA AFRIQUE<\/span><\/span>\u00a0 <span style=\"color: #000000;\">intervient dans plusieurs pays d\u2019Afrique Notamment en Afrique de l\u2019Ouest . La soci\u00e9t\u00e9 couvre ainsi 16 pays<\/span>.<\/p>\n<p><span style=\"font-weight: 600; font-style: italic; color: #ff0000;\"><a href=\"https:\/\/satafrique.com\/?page_id=420\">tous les pays<\/a><div class=\"codespacing_progress_map_area\" role=\"bar\" style=\"width:100%; height:620px;\" data-show-infobox=\"true\" data-infobox-display-event=\"onhover\"><div class=\"row\" style=\"margin:0; padding:0;\"><div style=\"position:relative; overflow:hidden;\"><div id=\"pulsating_holder\" class=\"initial_pulsating\"><div class=\"dot\"><\/div><\/div><div class=\"cspm_infobox_container cspm_infobox_single cspm_infobox_initial rounded_bubble\" style=\"width:60px; height:60px;\" data-move-carousel=\"true\"><div class=\"blue_cloud\"><\/div><div class=\"cspm_arrow_down rounded_bubble\"><\/div><\/div><div class=\"codespacing_zoom_container\"><div class=\"codespacing_map_zoom_in_initial\"><\/div><div class=\"codespacing_map_zoom_out_initial\"><\/div><\/div><div class=\"cluster_posts_widget_initial\"><\/div><div id=\"codespacing_progress_map_div_initial\" class=\"col col-lg-12 col-xs-12 col-sm-12 col-md-12\" style=\"height:600px;\"><\/div><\/div><\/div><\/div><\/span><\/p>\n<p style=\"text-align: left;\"><div class=\"su-accordion su-u-trim\">\n<p style=\"text-align: left;\">\u00a0<div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>Missions<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">\n<p style=\"text-align: left;\"><span style=\"color: #000000;\">\u00a0<span class=\"vert\" style=\"font-weight: bold; color: #3bb84c;\"><span style=\"color: #3366ff;\">SATA AFRIQUE<\/span><\/span>\u00a0 est sp\u00e9cialis\u00e9 dans plusieurs Missions \u00e0 savoir<\/span><\/p>\n<p style=\"text-align: left;\"><a href=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions.png\" rel='prettyPhoto'><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-380\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions.png\" alt=\"missions\" width=\"860\" height=\"326\" srcset=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions.png 860w, https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions-300x113.png 300w, https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions-645x244.png 645w, https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/missions-662x250.png 662w\" sizes=\"auto, (max-width: 860px) 100vw, 860px\" \/><\/a><\/p>\n<p>\u00a0<\/div><\/div>\n<div class=\"su-spoiler su-spoiler-style-fancy su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>Partenaires<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">\n<p><a href=\"https:\/\/satafrique.com\/wp-content\/uploads\/2014\/11\/partenaires.jpg\" rel='prettyPhoto'><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-106 \" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2014\/11\/partenaires.jpg\" alt=\"partenaires\" width=\"867\" height=\"286\" \/><\/a><\/p>\n<p><span style=\"color: #000000;\"><strong>Missions de conceptions architecturale et technique :<\/strong><\/span><\/p>\n<p><strong><a href=\"#\">AGETIP : Minist\u00e8re de l&rsquo;Enseignement Technique et de la Formation Professionnelle au S\u00e9n\u00e9gal<\/a><\/strong><\/p>\n<p><strong><a href=\"#\">Aide Et Action Guin\u00e9e \/ Minist\u00e8re de l&rsquo;Enseignement Pr\u00e9 Universitaire et de l&rsquo;Education<\/a><\/strong><\/p>\n<p><strong>\u00a0<a href=\"http:\/\/bsicbank.com\/index.php?lang=fr\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-507 size-full\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bsic2-e1444302668531.png\" rel='prettyPhoto' alt=\"bsic2\" width=\"77\" height=\"81\" \/><\/a><a href=\"http:\/\/bsicbank.com\/index.php?lang=fr\">Banque Sah\u00e9lo-Saharienne pour l&rsquo;Investissement et le Commerce (BSIC)<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.isdb.org\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-509\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bid2.png\" rel='prettyPhoto' alt=\"bid2\" width=\"77\" height=\"86\" \/><\/a>\u00a0<a href=\"http:\/\/www.isdb.org\">Banque Internationale de D\u00e9veloppement(BID)<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.afdb.org\/fr\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-511\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bad.png\" rel='prettyPhoto' alt=\"bad\" width=\"77\" height=\"87\" \/><\/a>\u00a0<a href=\"http:\/\/www.afdb.org\/fr\/\">Banque Africaine de D\u00e9veloppement(BAD)<\/a><\/strong><\/p>\n<p><strong>\u00a0<a href=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bceao.png\" rel='prettyPhoto'><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-516\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bceao.png\" alt=\"bceao\" width=\"79\" height=\"86\" \/><\/a><a href=\"http:\/\/www.bceao.int\/\">Banque Centrale des Etats de l\u2019Afrique de l\u2019Ouest<\/a><\/strong><\/p>\n<p><strong><a href=\"#\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-514\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bcb-e1444303245538.png\" rel='prettyPhoto' alt=\"bcb\" width=\"77\" height=\"81\" \/><\/a><a href=\"#\">Banque Commerciale du Burkina (BCB)<\/a><\/strong><\/p>\n<p><strong><a href=\"#\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-519\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/bcc.png\" rel='prettyPhoto' alt=\"bcc\" width=\"73\" height=\"89\" \/><\/a><a href=\"#\">Banque Commerciale du Chari au Tchad(BCC)<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.cica-re.com\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-521\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/cicare.png\" rel='prettyPhoto' alt=\"cicare\" width=\"78\" height=\"87\" \/><\/a><a href=\"http:\/\/www.cica-re.com\/\">Conf\u00e9rence Internationale des Contr\u00f4les d\u2019Assurance et R\u00e9assurance(CICA-RE) \u00e0 Lom\u00e9 au TOGO<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.cameg.com\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-523\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/cameg.png\" rel='prettyPhoto' alt=\"cameg\" width=\"78\" height=\"87\" \/><\/a><a href=\"http:\/\/www.cameg.com\/\">Centrale d\u2019Achat des M\u00e9dicaments Essentiels G\u00e9n\u00e9riques(CAMEG)t<\/a><\/strong><\/p>\n<p><strong><a href=\"#\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-525\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/ue.png\" rel='prettyPhoto' alt=\"ue\" width=\"78\" height=\"87\" \/><\/a><a href=\"#\">D\u00e9l\u00e9gation de la Commission Europ\u00e9enne au Burkina Fasot<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.uemoa.int\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-527\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/uemoa.png\" rel='prettyPhoto' alt=\"uemoa\" width=\"77\" height=\"87\" \/><\/a><a href=\"http:\/\/www.uemoa.int\/\">La commission de l\u2019UEMOA<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.lux-development.lu\/fr\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-529\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/luxdev.png\" rel='prettyPhoto' alt=\"luxdev\" width=\"79\" height=\"86\" \/><\/a><a href=\"http:\/\/www.lux-development.lu\/fr\">Lux D\u00e9veloppement<\/a><\/strong><\/p>\n<p><strong><a href=\"#\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-531\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/madasante.png\" rel='prettyPhoto' alt=\"madasante\" width=\"78\" height=\"85\" \/><\/a><a href=\"#\">Minist\u00e8re de la Sant\u00e9 Publique du Madagascar<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.minsante.cm\/intro.htm\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-534\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/santecam.png\" rel='prettyPhoto' alt=\"santecam\" width=\"77\" height=\"86\" \/><\/a><a href=\"http:\/\/www.minsante.cm\/intro.htm\">Minist\u00e8re de la Sant\u00e9 Publique du Cameroun<\/a><\/strong><\/p>\n<p><strong><a href=\"#\">Minist\u00e8re des Enseignements Sup\u00e9rieurs et de la Recherche Scientifique \u2013 B\u00e9nin<\/a><\/strong><\/p>\n<p><strong><a href=\"#\">Minist\u00e8re de la Jeunesse et de l\u2019Emploi du Burkina\/PRFP<\/a><\/strong><\/p>\n<p><strong><a href=\"http:\/\/www.oneabf.com\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-539\" src=\"https:\/\/satafrique.com\/wp-content\/uploads\/2015\/02\/onea.png\" rel='prettyPhoto' alt=\"onea\" width=\"77\" height=\"84\" \/><\/a><a href=\"http:\/\/www.oneabf.com\/\">Office Nationale de l\u2019Eau et de l\u2019Assainissement (ONEA) au Burkina Faso<\/a><\/strong><\/p>\n<\/div><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>BIENVENUE SUR\u00a0SATA AFRIQUE, SATA AFRIQUE\u00a0est une Soci\u00e9t\u00e9 \u00e0 Responsabilit\u00e9 Limit\u00e9e (S.A.R.L.) exer\u00e7ant dans le domaine de l&rsquo;Architecture, de l&rsquo;Ing\u00e9nierie, de l&rsquo;Urbanisme, de l&rsquo;Am\u00e9nagement et du Design.\u00a0Elle est cr\u00e9\u00e9e en 2005, suite \u00e0 la restructuration de la soci\u00e9t\u00e9 Afrique\u00a0 Archi .La soci\u00e9t\u00e9 totalise ainsi plus de vingt six ans (26ans) d\u2019exp\u00e9rience dans le domaine de l\u2019Architecture, [&#038;hellip<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"template-fullwidth.php","meta":{"footnotes":""},"class_list":["post-271","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/pages\/271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/satafrique.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=271"}],"version-history":[{"count":188,"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/pages\/271\/revisions"}],"predecessor-version":[{"id":978,"href":"https:\/\/satafrique.com\/index.php?rest_route=\/wp\/v2\/pages\/271\/revisions\/978"}],"wp:attachment":[{"href":"https:\/\/satafrique.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}