CINXE.COM

BtoB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="stylesheet" href="js/jquery/css/jquery.css" /><link rel="stylesheet" href="style-1070-0-0-0.css" /><title>BtoB</title><meta name="viewport" content="initial-scale=1.0" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="BtoB" /><meta property="og:site_name" content="BtoB" /><meta property="og:title" content="BtoB" /><meta property="og:type" content="website" /><meta name="Content-Language" content="fr-FR" /><meta property="og:locale" content="fr_FR" /><meta name="Language" content="fr" /><link rel="stylesheet" type="text/css" href="js/tarteaucitron.js-1.19.0/css/tarteaucitron.css" /> <link rel="stylesheet" type="text/css" href="js/tarteaucitron.css" /> <link rel="stylesheet" type="text/css" href="js/bower_components/font-awesome/css/all.min.css" /> <script type="text/javascript" src="js/combo/list=js/swfobject.js|js/tarteaucitron.js-1.19.0/tarteaucitron.js|js/setHgt.js|js/jquery/jquery.js|js/jquery/cycle2/jquery.cycle2.min.js|js/jquery/jquery.scrollTo.js|js/bower_components/jQuery-One-Page-Nav/jquery.nav.js|js/bower_components/lazysizes/lazysizes.min.js|js/jquery/jquery.easing.1.3.js|res/outside/1H2V3Vv4/pub.js|js/jquery/fancybox2/jquery.fancybox.js|js/jquery/jquery.mousewheel.min.js|js/jquery/fancybox2/helpers/jquery.fancybox-media.js|js/rollOver.js|js/jquery/jquery-ui.js|js/bower_components/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"></script> <link rel="shortcut icon" href="files/872/favicon.ico" /> <script type="text/javascript"> tarteaucitron.cdn = "/js/tarteaucitron.js-1.19.0/"; tarteaucitron.init({ "privacyUrl": "", /* Privacy policy url */ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ "cookieName": "tarteaucitron", /* Cookie name */ "orientation": "middle", /* Banner position (top - bottom) */ "groupServices": false, /* Group services by category */ "showAlertSmall": false, /* Show the small banner on bottom right */ "cookieslist": false, /* Show the cookie list */ "closePopup": false, /* Show a close X on the banner */ "showIcon": true, /* Show cookie icon to manage cookies */ //"iconSrc": "", /* Optionnal: URL or base64 encoded image */ "iconPosition": "BottomRight", /* BottomRight, BottomLeft, TopRight and TopLeft */ "adblocker": false, /* Show a Warning if an adblocker is detected */ "DenyAllCta" : true, /* Show the deny all button */ "AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ "highPrivacy": true, /* HIGHLY RECOMMANDED Disable auto consent */ "handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */ "removeCredit": false, /* Remove credit link */ "moreInfoLink": true, /* Show more info link */ "useExternalCss": true, /* If false, the tarteaucitron.css file will be loaded */ "useExternalJs": false, /* If false, the tarteaucitron.js file will be loaded */ "readmoreLink": "", /* Change the default readmore link */ "mandatory": true, /* Show a message about mandatory cookies */ "googleConsentMode": true, }); (tarteaucitron.job = tarteaucitron.job || []).push('youtube'); tarteaucitron.user.googleFonts = ["Barlow Condensed:200,400,600","Roboto Mono:400,700"];(tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');(tarteaucitron.job = tarteaucitron.job || []).push('maps_noapi'); </script> <script type="text/javascript"><!-- var onLoadFunc = new Array(); onload=process_onLoad; function process_onLoad() { for (i_process_onLoad=0; i_process_onLoad<onLoadFunc.length ; i_process_onLoad++) { eval(onLoadFunc[i_process_onLoad]); } } function popupWindow(url, width, height) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',screenX=150,screenY=150,top=150,left=150').focus(); } function popupWindowP(url, opts) { window.open(url,'popupWindow',opts).focus(); } //--></script><meta name="google-site-verification" content="u1l_JMb4oKorF3YC3JDbUPaqP1AYWkaTZwiG2Ay5pT4" /> <meta name="google-site-verification" content="DeAqrT5xjCFwestfBFma0p_swuuW2rjmuYUfE7Wr4Pc" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;600&family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet"> <script type="text/javascript"> jQuery('document').ready(function() { // listen for scroll var positionElementInPage = jQuery('.entete').offset().top+50; jQuery(window).scroll( function() { if (jQuery(window).scrollTop() >= positionElementInPage) { // fixed jQuery('body').addClass("showHdp"); } else { // relative jQuery('body').removeClass("showHdp"); } } ); }); </script> <script type="text/javascript"> jQuery('document').ready(function() { // listen for scroll var positionElementInPage = jQuery('#menu_000430').offset().top-60; jQuery(window).scroll( function() { if (jQuery(window).scrollTop() >= positionElementInPage) { // fixed jQuery('body').addClass("floatable"); } else { // relative jQuery('body').removeClass("floatable"); } } ); }); </script><script> function diaToShowWhenVisibleInit() { var positionElementInPage=new Array(); jQuery('.diaToShowWhenVisible').each(function( index,el ) { innerHeight = window.innerHeight; positionElementInPage[index] = jQuery(el).offset().top-innerHeight-100; jQuery(window).resize( function() { innerHeight = window.innerHeight; positionElementInPage[index] = jQuery(el).offset().top-innerHeight-100; diaToShowWhenVisibleProcess(index,el); } ); jQuery(window).scroll( function() { diaToShowWhenVisibleProcess(index,el); } ); diaToShowWhenVisibleProcess(index,el); }); function diaToShowWhenVisibleProcess(index, el) { if (jQuery(window).scrollTop() >= positionElementInPage[index]) { jQuery(el).addClass("diaStartAnimation"); } else { /*jQuery(el).removeClass("diaStartAnimation");*/ } } } jQuery('document').ready(function() { diaToShowWhenVisibleInit(); }); </script></head><body class="useResponsive calqueDynResponsive useCss3Transitions responsiveTxt responsiveMarg responsiveCpAssBd responsiveMode2 responsiveMode4VersiononSide responsiveFrom2 enteteResponsive2 wrapperResponsive2 currentMenuId_1070 currentMenuLevel_3"><script type="text/javascript"> jQuery(function() { jQuery( '.withjQtooltip' ).tooltip({ position: { my: "center bottom-20", at: "center top" , using: function( position, feedback ) { jQuery( this ).css( position ); jQuery( "<div>" ) .addClass( "arrow" ) .addClass( feedback.vertical ) .addClass( feedback.horizontal ) .appendTo( this ); } } }); }); </script><div id="wrapper"><div class="entete enteteWithCalq enteteHorsCont"><div class="enteteInterne"><!--responsiveMode = 2--><script type="text/javascript"> function showHide_000444(idElmt) { if (jQuery("#"+idElmt).hasClass("hideMenu") || (!jQuery("#"+idElmt).hasClass("showMenu") && !jQuery("#"+idElmt).hasClass("hideMenu"))) { jQuery("#"+idElmt).addClass("showMenu"); jQuery("#"+idElmt).removeClass("hideMenu");jQuery(".mobileMainMenu").addClass("menuShown"); jQuery(".mobileMainMenu").removeClass("menuHidden");jQuery("body").addClass("menuShown"); jQuery("body").removeClass("menuHidden"); } else { jQuery("#"+idElmt).addClass("hideMenu"); jQuery("#"+idElmt).removeClass("showMenu");jQuery(".mobileMainMenu").addClass("menuHidden"); jQuery(".mobileMainMenu").removeClass("menuShown");jQuery("body").addClass("menuHidden"); jQuery("body").removeClass("menuShown"); } } </script><div class="mobileMainMenu mobileMMAwsFont"><a id="showHideMenun1" href="javascript:showHide_000444('menuN1_000444'); scroll(0,0);"><i class="fas fa-bars awsFontMenuHidden"></i></a></div><div class="compoAss_absolute_default hide_print"><div class="compoAssPadd"><div class="compo_PersoH_defaultUltraLight_default_881 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_881"><div id="ligneId_274" class="ligne_000011"><div id="cellule_ccid_274" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_881_1_1"><!--Cell Base lanc脙漏--><div class="DLGenv2L_default_879ccid274"><script type="text/javascript"> jQuery(window).bind('resizeEnd_879ccid274', function() { jQuery("div[id^='empV1_dlgl_000316_666_274']").height('auto'); if(typeof(tabListImgs879_666_274)!='undefined'){ jQuery.each(tabListImgs879_666_274, function (i,el){ if (el.previewParam2 == 'fullScreenRatio') { if(el.ratioMode == 'q'){ var localBgCol = 'b'+el.ratioBgCol; }else{ var localBgCol = ''; } var localRatio = Math.floor((document.body.clientWidth) * 100 / (document.body.clientHeight)); var localPreviewParam2 = el.ratioMode + localRatio + localBgCol+'m'; } else { var localPreviewParam2 = el.previewParam2; } if(typeof(el.evalConteneur)!='undefined'){ diaLoadImage(el.id, 'preview/666/'+ el.previewParam1 + document.getElementById(eval(el.evalConteneur)).scrollWidth + localPreviewParam2 +'/'+el.file); } else { diaLoadImage(el.id, 'preview/666/'+ el.previewParam1 + document.getElementById(el.idConteneur).scrollWidth + localPreviewParam2 +'/'+el.file); } });} checkBeforeSetHgt('empV1_dlgl_000316_666_274','div'); }); var lastWindowHeight879ccid274 = jQuery(window).height(); var lastWindowWidth879ccid274 = jQuery(window).width(); jQuery(window).resize(function() { if(jQuery(window).height()!=lastWindowHeight879ccid274 || jQuery(window).width()!=lastWindowWidth879ccid274){ //set this windows size lastWindowHeight879ccid274 = jQuery(window).height(); lastWindowWidth879ccid274 = jQuery(window).width(); if(this.resizeTO879ccid274) clearTimeout(this.resizeTO879ccid274); this.resizeTO879ccid274 = setTimeout(function() { jQuery(this).trigger('resizeEnd_879ccid274'); }, 500); } }); </script><section class="clearfix vueListe_000316 col2_000316" id="section_879ccid274"><article class="diaListItem" data-id="113"><div id="empV1_dlgl_000316_nouvelle_666_274_113" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_113"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_113_3_274" href="https://www.bretagne.bzh/" title="2_R茅gion Bretagne"><img alt="2_R茅gion Bretagne" title="2_R茅gion Bretagne" id="imgContImg879_666_113_3_274" src="preview/666/l64q100bFFFFFFm/Region_STW.png" /></a></div></div></div></div></div></div></article><article class="diaListItem" data-id="145"><div id="empV1_dlgl_000316_nouvelle_666_274_145" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_145"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_145_3_274" href="https://www.brest.fr/brestfr-accueil-1575.html" title="3_Brest M茅tropole"><img alt="3_Brest M茅tropole" title="3_Brest M茅tropole" id="imgContImg879_666_145_3_274" src="preview/666/l64q100bFFFFFFm/BM_STW.png" /></a></div></div></div></div></div></div></article><article class="diaListItem" data-id="147"><div id="empV1_dlgl_000316_nouvelle_666_274_147" class="diaLiInner"><div class="diaItem clearfix" id="empV1_dlgl_000316_666_274_147"><div class="A1"><script type="text/javascript"> var jsRatioToTransmit_879_666_274 = 'q100bFFFFFFm'; </script><div id="diaField_3" class="diaRow vl Photo1"><div class="diaVal"><div><a target="_blank" id="imgCont879_666_147_3_274" href="https://www.tech-brest-iroise.fr/" title="4_Technop么le Brest-Iroise"><img alt="4_Technop么le Brest-Iroise" title="4_Technop么le Brest-Iroise" id="imgContImg879_666_147_3_274" src="preview/666/l64q100bFFFFFFm/TBI_STW.png" /></a></div></div></div></div></div></div></article><script language="JavaScript" type="text/javascript"> onLoadFunc[onLoadFunc.length] = 'checkBeforeSetHgt(\'empV1_dlgl_000316_666_274\',\'div\',"");'; </script></section></div></div></div></div></div></div></div><div class="compo_PersoH_defaultUltraLight_default_875 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_875"><div id="ligneId_275" class="ligne_000011"><div id="cellule_ccid_275" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_875_1_1"><div class="page_default_default2UltraLight_default_883ccid275"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="padding : 0; margin : 0;"><a href="https://www.seatechweek.eu"><img alt="Sea Tech Week" src="files/883/logoseatechweekbycmm.png" style="width: 476px; height: 124px;" /></a></p> </div></div></div></div></div></div></div><div id="ligneId_273" class="ligne_000011"><div id="cellule_ccid_273" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_875_2_1"><!--Cell Base lanc脙漏--><div class="DLCycle2v2_default_877ccid273 z1VCentered"><div class="vueListe_000529 hDefil"><script type="text/javascript"> jQuery(window).bind('resizeEnd_877ccid273', function() { jQuery('#slideshow_877ccid273 article.cycle-sentinel>div').attr('id', 'empV1_dlul_000529_876_273_sentinel'); visibleItem_877ccid273 = jQuery("article[id^='item_877ccid273'].cycle-slide-active"); jQuery("article[id^='item_877ccid273']").css('display', 'block'); jQuery("div[id^='empV1_dlul_000529_876_273']").height('auto'); if(typeof(tabListImgs877__273)!='undefined'){ jQuery.each(tabListImgs877__273, function (i,el){ if (el.previewParam2 == 'fullScreenRatio') { if(el.ratioMode == 'q'){ var localBgCol = 'b'+el.ratioBgCol; }else{ var localBgCol = ''; } var localRatio = Math.floor((document.body.clientWidth) * 100 / (document.body.clientHeight)); var localPreviewParam2 = el.ratioMode + localRatio + localBgCol+'m'; } else { var localPreviewParam2 = el.previewParam2; } if(typeof(el.evalConteneur)!='undefined'){ diaLoadImage(el.id, 'preview//'+ el.previewParam1 + document.getElementById(eval(el.evalConteneur)).scrollWidth + localPreviewParam2 +'/'+el.file); } else { diaLoadImage(el.id, 'preview//'+ el.previewParam1 + document.getElementById(el.idConteneur).scrollWidth + localPreviewParam2 +'/'+el.file); } });} checkBeforeSetHgt('empV1_dlul_000529_876_273','div','backHidden_877ccid273();'); }); var lastWindowHeight877ccid273 = jQuery(window).height(); var lastWindowWidth877ccid273 = jQuery(window).width(); jQuery(window).resize(function() { if(jQuery(window).height()!=lastWindowHeight877ccid273 || jQuery(window).width()!=lastWindowWidth877ccid273){ //set this windows size lastWindowHeight877ccid273 = jQuery(window).height(); lastWindowWidth877ccid273 = jQuery(window).width(); if(this.resizeTO877ccid273) clearTimeout(this.resizeTO877ccid273); this.resizeTO877ccid273 = setTimeout(function() { jQuery(this).trigger('resizeEnd_877ccid273'); }, 500); } }); </script><a href="#" class="prevControl modeFA" id="prev_877ccid273"><i class="fa fa-chevron-left fa-3x"></i></a><a href="#" class="nextControl modeFA" id="next_877ccid273"><i class="fa fa-chevron-right fa-3x"></i></a><section class="padd_000529" data-cycle-slides="&gt; article.diaListItem" id="slideshow_877ccid273" data-cycle-prev="#prev_877ccid273" data-cycle-next="#next_877ccid273" data-cycle-timeout="3000" data-cycle-speed="1000" data-cycle-loop="0" data-cycle-paused="false" data-cycle-allow-wrap="true" data-cycle-easing="null" data-cycle-pause-on-hover="false" data-cycle-random="false" data-cycle-fx="fade"><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_3"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l1680r178m/standscampus2022-33.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l1170r178m/standscampus2022-33.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l800r178m/standscampus2022-33.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_3_2_273 {background-image : url(preview/876/l640r178m/standscampus2022-33.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_3_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Book your stand</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/news-878-262-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_5"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l1680r178m/standscampus2022-8.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l1170r178m/standscampus2022-8.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l800r178m/standscampus2022-8.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_5_2_273 {background-image : url(preview/876/l640r178m/standscampus2022-8.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_5_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Registrations are open!</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/register-1051-0-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article><article class="diaListItem" id="item_877ccid273"><div id="empV1_dlul_000529_876_273_1"><div class="clearfix A1"><script type="text/javascript"> var jsRatioToTransmit_877_876_273 = 'r178m'; </script><style type="text/css"> @media screen and (min-width:1321px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l1680r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (min-width:961px) and (max-width:1320px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l1170r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (min-width:481px) and (max-width:960px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l800r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } @media screen and (max-width:480px) { #bgrImgContImg877_876_1_2_273 {background-image : url(preview/876/l640r178m/paralellesessioncampus2022-2_v3.jpg) !important;} } </style><div class="diaRow vl BackGroundImg1 diaBgrImg" id="bgrImgContImg877_876_1_2_273"></div></div><div class="Z1"><div class="Z1Padd"><div id="diaField_3" class="diaRow vl Titre1 Nega"><h1 class="diaVal">Discover the list of workshops</h1></div><div id="diaField_8" class="diaRow vl Bouton Nega"><div class="diaVal"><a href="https://www.seatechweek.eu/detailed-programme-978-0-0-0.html" title="More" class="wFdBts"><span>More</span></a></div></div></div></div></div></article></section></div><script type="text/javascript"> jQuery( '#slideshow_877ccid273' ).on( 'cycle-post-initialize', function( event, opts ) { jQuery('#slideshow_877ccid273 article.cycle-sentinel>div').attr('id', 'empV1_dlul_000529_876_273_sentinel'); }); onLoadFunc[onLoadFunc.length] = 'checkBeforeSetHgt(\'empV1_dlul_000529_876_273\',\'div\',";jQuery(\'#slideshow_877ccid273\').cycle();");'; var visibleItem_877ccid273; function backHidden_877ccid273() { jQuery("article[id^='item_877ccid273']").css('display', 'none'); visibleItem_877ccid273.css('display', 'block'); } </script><div class="spacer"></div></div></div></div></div></div><div id="menuN1_000444" class="menuN1 calq"><div class="menu_000430_wMV wMV"><!--ID = 873--><ul id="niveau1_000430_wMV" class="niveau1_000430_wMV wMV"><!--y - 874--><li id="wmv_br_874" class="br_874"><a class="br_874" title="Home" href="home-874-0-0-0.html">Home</a></li><!--y - 1046--><li id="wmv_br_1046" class="br_1046 sbm"><a class="br_1046" title="Programme" href="programme-1046-0-0-0.html">Programme</a><ul><!--y - 1049--><li id="wmv_br_1049" class="br_1049"><a class="br_1049" title="Overview" href="overview-1049-0-0-0.html">Overview</a></li><!--y - 978--><li id="wmv_br_978" class="br_978"><a class="br_978" title="Detailed programme" href="detailed-programme-978-0-0-0.html">Detailed programme</a></li><!--y - 1069--><li id="wmv_br_1069" class="br_1069"><a class="br_1069" title="High level sessions" href="high-level-sessions-1069-0-0-0.html">High level sessions</a></li><!--y - 1067--><li id="wmv_br_1067" class="br_1067"><a class="br_1067" title="Speakers" href="speakers-1067-0-0-0.html">Speakers</a></li></ul></li><!--y - 1047--><li id="wmv_br_1047" class="br_1047 sbm"><a class="br_1047" title="Exhibition" href="exhibition-1047-0-0-0.html">Exhibition</a><ul><!--y - 1048--><li id="wmv_br_1048" class="br_1048"><a class="br_1048" title="Book your stand" href="book-your-stand-1048-0-0-0.html">Book your stand</a></li><!--y - 1037--><li id="wmv_br_1037" class="br_1037"><a class="br_1037" title="Exhibition map" href="exhibition-map-1037-0-0-0.html">Exhibition map</a></li></ul></li><!--y - 1070 : CCURRENT--><li id="wmv_br_1070" class="br_1070 on current br_1070_on br_1070"><a class="br_1070 on current br_1070_on" title="BtoB" href="btob-1070-0-0-0.html">BtoB</a></li><!--y - 1066--><li id="wmv_br_1066" class="br_1066"><a class="br_1066" title="Job Dating" href="job-dating-1066-0-0-0.html">Job Dating</a></li><!--y - 878--><li id="wmv_br_878" class="br_878"><a class="br_878" title="News" href="news-878-0-0-0.html">News</a></li><!--y - 1051--><li id="wmv_br_1051" class="br_1051"><a class="br_1051" title="Register" href="register-1051-0-0-0.html">Register</a></li><!--y - 879--><li id="wmv_br_879" class="br_879"><a class="br_879" title="Partners" href="partners-879-0-0-0.html">Partners</a></li><!--y - 1068--><li id="wmv_br_1068" class="br_1068"><a class="br_1068" title="Logistics" href="logistics-1068-0-0-0.html">Logistics</a></li><!--y - 880--><li id="wmv_br_880" class="br_880"><a class="br_880" title="Contacts" href="contacts-880-0-0-0.html">Contacts</a></li></ul></div><script type="text/javascript"> function shSubmenu(id) { jQuery("#"+id+" > ul").slideToggle(); jQuery("#"+id+" > div.shSubmenu > a").slideToggle(); } </script><div id="menu_000430" class="menu_000430 withLogo wMV menu_000430_parent_872 menu_000430_parent_873 menu_000430_id_1070 logoShownOnScroll"><div class="menu_000430_padd"><a class="menuLogoA" href="/" title="diasite"><img class="menuLogo" src="files/872/picto_diasite_l108.png" alt="diasite" /></a><ul class="niveau1_000430 n1_parent_872 n1_parent_873 n1_id_1070"><li id="br_874" class="br_874 niv1_000430"><a class="br_874" title="Home" href="home-874-0-0-0.html">Home</a></li><li id="br_1046" class="br_1046 sbm sbm_1046 niv1_000430"><a class="br_1046" title="Programme" href="programme-1046-0-0-0.html">Programme</a><ul class="diaN2d" id="from_N1_1046"><li style="padding : 0px;margin : 0px;border : none;" class="mn_000430_out"><table cellpadding="0" cellspacing="0"><tr><td style="width : 25%" id="br_1049" class="br_1049"><a class="br_1049" title="Overview" href="overview-1049-0-0-0.html">Overview</a></td><td style="width : 25%" id="br_978" class="br_978"><a class="br_978" title="Detailed programme" href="detailed-programme-978-0-0-0.html">Detailed programme</a></td><td style="width : 25%" id="br_1069" class="br_1069"><a class="br_1069" title="High level sessions" href="high-level-sessions-1069-0-0-0.html">High level sessions</a></td><td style="width : 25%" id="br_1067" class="br_1067"><a class="br_1067" title="Speakers" href="speakers-1067-0-0-0.html">Speakers</a></td></tr></table></li></ul></li><li id="br_1047" class="br_1047 sbm sbm_1047 niv1_000430"><a class="br_1047" title="Exhibition" href="exhibition-1047-0-0-0.html">Exhibition</a><ul class="diaN2d" id="from_N1_1047"><li style="padding : 0px;margin : 0px;border : none;" class="mn_000430_out"><table cellpadding="0" cellspacing="0"><tr><td style="width : 50%" id="br_1048" class="br_1048"><a class="br_1048" title="Book your stand" href="book-your-stand-1048-0-0-0.html">Book your stand</a></td><td style="width : 50%" id="br_1037" class="br_1037"><a class="br_1037" title="Exhibition map" href="exhibition-map-1037-0-0-0.html">Exhibition map</a></td></tr></table></li></ul></li><li id="br_1070" class="br_1070 on br_1070_on niv1_000430"><a class="br_1070 on current br_1070_on" title="BtoB" href="btob-1070-0-0-0.html">BtoB</a></li><li id="br_1066" class="br_1066 niv1_000430"><a class="br_1066" title="Job Dating" href="job-dating-1066-0-0-0.html">Job Dating</a></li><li id="br_878" class="br_878 niv1_000430"><a class="br_878" title="News" href="news-878-0-0-0.html">News</a></li><li id="br_1051" class="br_1051 niv1_000430"><a class="br_1051" title="Register" href="register-1051-0-0-0.html">Register</a></li><li id="br_879" class="br_879 niv1_000430"><a class="br_879" title="Partners" href="partners-879-0-0-0.html">Partners</a></li><li id="br_1068" class="br_1068 niv1_000430"><a class="br_1068" title="Logistics" href="logistics-1068-0-0-0.html">Logistics</a></li><li id="br_880" class="br_880 niv1_000430"><a class="br_880" title="Contacts" href="contacts-880-0-0-0.html">Contacts</a></li></ul></div></div></div></div></div><div class="emptyConteneur"></div><div class="diaBars bBdAndCont"><div class="navigationBarre withMicroTags hideOnPrint"><p>You are in :</p><!--UUU--><ol itemscope="itemscope" itemtype="http://schema.org/BreadcrumbList"><!--UUU2--><li itemprop="itemListElement" itemscope="itemscope" itemtype="http://schema.org/ListItem"><a itemprop="item" href="btob-1070-0-0-0.html" title="BtoB"><span itemprop="name">BtoB</span></a><meta itemprop="position" content="1" /></li></ol></div></div><div class="conteneur" id="conteneur"><!--ImgAccc--><div class="page clearfix"><div class="centralSansMenuG"><div class="centralPadd"><div class="titreBrancheExt_000261"><div class="titreBranche_000261"><span>BtoB</span></div></div><div class="spacer"></div><div class="currentZone"><div class="currentPadd"><div class="page_default_default2_default_1070 genMargv2"><div class="pagePadd"><h1 class="Tit">REGISTRATION FOR BTOB MEETINGS DURING THE SEA TECH WEEK庐</h1><div class="textPart"><div class="Corps"><h2 class="wysiwyg_titre1 clearfixLeft">How to resquest meetings &ndash; a step by step guide for participants <span style="font-family:Aptos,sans-serif"></span></h2> <p>As you can see on your B2match profil, the booking phase is now open. <span style="font-family:Aptos,sans-serif"></span><span style="font-family:Aptos,sans-serif"></span></p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaXL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/3vdi9u8h.png" style="border-width: 0px; border-style: solid; width: 1032px; height: 563px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft">Where can i find meeting partners?</h3> </li> </ul> <p>In order to book meetings, click on &laquo;&nbsp;book meetings now &raquo; or go to the Participants / Marketplace page.&nbsp;</p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaXL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image2_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 365px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft"><span style="font-family:Aptos,sans-serif"></span>Finding meeting partners through the Participant list</h3> </li> </ul> <p>You can find all your potential meetings partners directly through the Participant list. The Participant list contains information about all participants at the event.</p> <p>If you find an interesting profile and want to schedule a meeting with that participant, simply click on the&nbsp;Request meeting&nbsp;next to their name.&nbsp;</p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image3_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 594px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <p>You can also click on the name of the participant to see their full profile and learn more about them. You can also schedule a meeting on their participant profile, by clicking on&nbsp;Request meeting.</p> <p>&nbsp;</p> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft">Finding meeting partners through the Marketplace list</h3> </li> </ul> <p>While scrolling through the Marketplace, you may find interesting opportunities you want to learn more about. The good news is you can schedule a meeting with the person who posted the opportunity directly from the Marketplace.</p> <p>Find the&nbsp;Marketplace&nbsp;on the top event navigation. Next to the name of the participant on the&nbsp;Opportunity card, click on&nbsp;Request meeting.</p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image4_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 740px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <p><span style="font-family:Aptos,sans-serif"></span></p> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft">How do I use filters?</h3> </li> </ul> <p>There are a lot of filters you can use on the b2match platform to find the right meeting partners more easily.</p> <p>Filters you can use on the participant list:</p> <ul> <li>Matchmaking</li> <li>Participant type</li> <li>Organisation type</li> <li>Areas of Activity</li> <li>Countries</li> <li>Custom question filter &ndash; this filter is defined by the organizer</li> </ul> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image5_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 543px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft">Filters on the marketplace list:<span style="font-family:Aptos,sans-serif"></span></h3> </li> </ul> <p>Opportunity type - If you&#39;re for example looking for a product, you can also further specify your search by using tags provided from the specific fields as filters. In this case, the tags will be grouped in the Looking for and Applies to categories.</p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image6_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 720px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <ul> <li> <h3 class="wysiwyg_titre4 clearfixLeft">Meeting statuses</h3> </li> </ul> <p>Depending on the settings defined by the event&#39;s organizer, your meeting status will be as follows:</p> <ul> <li>Pending meeting -&nbsp;this means that the meetings need to be approved by the invited participant</li> <li>Meeting accepted&nbsp;- the invited participant has accepted the meeting and it will be scheduled by the organizer</li> <li>Meeting scheduled&nbsp;- the meeting has been accepted and scheduled</li> <li>Meeting cancelled&nbsp;- the meeting requested has been cancelled and the meeting cannot be scheduled.</li> </ul> <p>The details of the meetings will be displayed in the&nbsp;Meetings&nbsp;list.</p> <p><span style="font-family:Aptos,sans-serif"></span></p> <table border="0" cellpadding="0" cellspacing="0" class="wysiwyg_imgCentree diaL"> <tbody> <tr> <td><img class="wysiwyg_imgCPCuseResp" src="files/1070/image7_jrp.jpeg" style="border-width: 0px; border-style: solid; width: 1032px; height: 506px;" /></td> </tr> <tr> <td class="wysiwyg_texte5 wysiwyg_legende">&nbsp;</td> </tr> </tbody> </table> <p><span style="font-family:Aptos,sans-serif"></span></p> <p><strong>Support by&nbsp;: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></p> <div class="diaSiteGalerie2019 diaGalerieSizeS diaLeftAlign diaGalerieLiMarg025 diaGalerieLegSize080 diaSv diaGalerieEffectDefault diaGalerieLiFixe" data-galerieid="" data-galerieresize="r" data-ratioh="1" data-ratiow="1"> <ul><!-- IMG1 TMP --> <li class="diaSiteGalerie2019-li1"><!-- Img --><a class="diaSiteGalerie2019-a1" data-href="" href="preview/1070/w1680/een_carre.png" rel="lightbox[]" target="_self" title=""><span class="diaSiteGalerie2019-span1" style="padding : 0 0 100% 0;"><img alt="" border="0" class="diaSiteGalerie2019-img1" data-src="files/1070/een_carre.png" src="preview/1070/l480r100m/een_carre.png" /></span> </a> <!-- /Img --></li> <!-- /IMG1 TMP --><!-- IMG2 TMP --> <li class="diaSiteGalerie2019-li2" style="display: inline-block;"><!-- Img --><a class="diaSiteGalerie2019-a2" data-href="" href="preview/1070/w1680/bdi_carre.png" rel="lightbox[]" target="_self" title=""><span class="diaSiteGalerie2019-span2" style="padding : 0 0 100% 0;"><img alt="" border="0" class="diaSiteGalerie2019-img2" data-src="files/1070/bdi_carre.png" src="preview/1070/l480r100m/bdi_carre.png" /></span> </a> <!-- /Img --></li> <!-- /IMG2 TMP --><!-- IMG3 TMP --> <li class="diaSiteGalerie2019-li3" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a3" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span3"><img alt="Image" border="0" class="diaSiteGalerie2019-img3" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG3 TMP --><!-- IMG4 TMP --> <li class="diaSiteGalerie2019-li4" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a4" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span4"><img alt="Image" border="0" class="diaSiteGalerie2019-img4" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG4 TMP --><!-- IMG5 TMP --> <li class="diaSiteGalerie2019-li5" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a5" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span5"><img alt="Image" border="0" class="diaSiteGalerie2019-img5" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG5 TMP --><!-- IMG6 TMP --> <li class="diaSiteGalerie2019-li6" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a6" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span6"><img alt="Image" border="0" class="diaSiteGalerie2019-img6" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG6 TMP --><!-- IMG7 TMP --> <li class="diaSiteGalerie2019-li7" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a7" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span7"><img alt="Image" border="0" class="diaSiteGalerie2019-img7" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG7 TMP --><!-- IMG8 TMP --> <li class="diaSiteGalerie2019-li8" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a8" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span8"><img alt="Image" border="0" class="diaSiteGalerie2019-img8" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG8 TMP --><!-- IMG9 TMP --> <li class="diaSiteGalerie2019-li9" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a9" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span9"><img alt="Image" border="0" class="diaSiteGalerie2019-img9" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG9 TMP --><!-- IMG10 TMP --> <li class="diaSiteGalerie2019-li10" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a10" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span10"><img alt="Image" border="0" class="diaSiteGalerie2019-img10" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG10 TMP --><!-- IMG11 TMP --> <li class="diaSiteGalerie2019-li11" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a11" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span11"><img alt="Image" border="0" class="diaSiteGalerie2019-img11" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG11 TMP --><!-- IMG12 TMP --> <li class="diaSiteGalerie2019-li12" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a12" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span12"><img alt="Image" border="0" class="diaSiteGalerie2019-img12" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG12 TMP --><!-- IMG13 TMP --> <li class="diaSiteGalerie2019-li13" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a13" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span13"><img alt="Image" border="0" class="diaSiteGalerie2019-img13" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG13 TMP --><!-- IMG14 TMP --> <li class="diaSiteGalerie2019-li14" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a14" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span14"><img alt="Image" border="0" class="diaSiteGalerie2019-img14" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG14 TMP --><!-- IMG15 TMP --> <li class="diaSiteGalerie2019-li15" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a15" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span15"><img alt="Image" border="0" class="diaSiteGalerie2019-img15" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG15 TMP --><!-- IMG16 TMP --> <li class="diaSiteGalerie2019-li16" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a16" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span16"><img alt="Image" border="0" class="diaSiteGalerie2019-img16" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG16 TMP --><!-- IMG17 TMP --> <li class="diaSiteGalerie2019-li17" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a17" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span17"><img alt="Image" border="0" class="diaSiteGalerie2019-img17" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG17 TMP --><!-- IMG18 TMP --> <li class="diaSiteGalerie2019-li18" style="display: none;"><!-- Img --><a class="diaSiteGalerie2019-a18" data-href="#" href="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" rel="" target="_self" title="Image"><span class="diaSiteGalerie2019-span18"><img alt="Image" border="0" class="diaSiteGalerie2019-img18" data-src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" src="ckeditor/img_templates/responsive_tmps/fck_gen_img.jpg" /></span> </a> <!-- /Img --></li> <!-- /IMG18 TMP --> </ul> </div> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p>&nbsp;</p> </div></div></div></div></div></div><div class="spacer"></div><div class="hdp"></div></div></div></div></div><script type="text/javascript"> onLoadFunc[onLoadFunc.length] = 'fancyLightBox()'; function fancyLightBox() { // :not('.fancyboxYoutubeI') jQuery("a[rel^=lightbox]:not('.fancyboxSwf'):not('.fancyboxIframe')").fancybox({ 'helpers' : { media : {}, title: { type: 'inside' } } }); jQuery('a[rel^=lightbox].fancyboxIframe').fancybox({ 'type':'iframe', 'beforeLoad' : function() { if (this.element.data('lightbox-width') || this.element.data('lightbox-height')) { this.width = (this.element.data('lightbox-width')); this.height = (this.element.data('lightbox-height')); this.autoSize = false; this.autoHeight = false; this.autoWidth = false; } else { this.autoSize = true; this.autoHeight = true; this.autoWidth = true; } } }); jQuery('a[rel^=lightbox].fancyboxAjax').fancybox({ 'type':'ajax' }); jQuery('a[rel^=lightbox].fancyboxSwf').each( function () { jQuery(this).fancybox({ 'type':'swf','swf':{'wmode':'transparent','allowfullscreen':'true'} })}); /*jQuery('a[rel^=lightbox].fancyboxYoutube').each( function () { jQuery(this).fancybox({ 'openEffect' : 'none', 'closeEffect' : 'none', 'helpers' : { media : {} } }) } );*/ } </script></div><div class="compoAss_pdp_default"><div class="compo_PersoH_defaultUltraLight_default_914 useResponsive v2cells" id="compo_PersoH_defaultUltraLight_default_914"><div id="ligneId_310" class="ligne_000011"><div id="cellule_ccid_310" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_1_1"><div class="page_default_default2UltraLight_default_1030ccid310"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="text-align: center;"><a href="https://www.linkedin.com/company/campus-mondial-de-la-mer/" target="_blank"><i class="fab fa-linkedin-in"></i></a><!--&nbsp;|&nbsp;<a href="https://twitter.com/CampusMer?lang=fr" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>--></p> </div></div></div></div></div></div></div><div id="ligneId_294" class="ligne_000011"><div id="cellule_ccid_294" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_2_1"><div class="page_default_default2UltraLight_default_916ccid294"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="padding : 0; margin : 0;"><img alt="Sea Tech Week" class="wysiwyg_imgCPCuseResp" src="files/916/bandeauSTW_1920x400_04_10_2024.png" style="width: 1920px; height: 400px;" /></p> </div></div></div></div></div></div></div><div id="ligneId_292" class="ligne_000011"><div id="cellule_ccid_292" style="float : none;width : 100%;" class="colonne_000011 alone"><div class="cellule_000011" id="compoPersoH_914_3_1"><div class="page_default_default2UltraLight_default_915ccid292"><div class="pagePadd"><div class="textPart"><div class="Corps"><p style="text-align: center;"><a href="Legals-1028-0-0-0.html">Legals</a> | <a href="Sitemap-1029-0-0-0.html">Sitemap</a> | Powered by <a href="#">diasite</a><br /> Designed by <a href="#">diateam</a></p> </div></div></div></div></div></div></div></div></div></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10