.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(208,211,211,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(208,211,211,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:1609px;width:960px;overflow:visible;position:relative;display:block; }#UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { color:#f4f4f4;display:block;width:958.979px;position:absolute;font-family:roboto;font-size:97px;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:262px;left:0px;height:112px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { color:#faf6f7;display:block;width:959px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:21.5px;left:0px;height:20.7917px;text-align:center;text-align-last:center;display:block; }
#sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:76.5px;left:435px;overflow:hidden;display:block; }
#gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { color:#fbf8f8;display:block;width:960px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:442.97916698456px;left:0px;height:628px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqTCCFzx16t4JmWoybNKlbyrHCHqPD1V { background-color:#244c9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:372px;height:68px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:1462.0003051758px;left:294px;display:block; }
#TN4cCBsh4rrXKwcXxlDifpEQLpcF5LXB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#oBACUAMftXik8976Nf555NGGmDxWltLh { color:#eff3f4;display:block;width:960px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:1323px;left:0px;height:40.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poyLQZdKOEbcD55WLW9a8VgzHJoQzVan { color:#eff3f4;display:block;width:960px;position:absolute;font-family:"open sans";font-size:31px;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:1391.0003051758px;left:0px;height:40.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atJ3KeV4KABJywzefidP7WcsyyJfyfEk { color:#eaeff1;display:block;width:355px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:1126.5211181641px;left:0px;height:53px;font-style:normal;display:block; }
#F6tHzeMTgHlvWlHLT7T9L0dwTb2clKaI { color:#eaeff1;display:block;width:355px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:1138.5836181641px;left:0px;height:106px;font-style:normal;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:14px;font-family:arial;height:1153px;width:960px;position:relative;display:block; }#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:42px;font-weight:400;z-index:100025;line-height:.9;letter-spacing:0;top:59.000091552734px;left:0px;height:37.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { position:absolute;display:block;z-index:100026;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:230px;top:140px;left:366px;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#4f4f4f;display:block;width:960px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:179px;left:-3px;height:894px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzTevQFJGAK1lBwykd5Sokqb2iKst5dp { color:#4f4f4f;display:block;width:408px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:981.33337402344px;left:0px;height:27px;font-style:normal;display:block; }
#r5R4oEfco9lFEOd7c0iLX06rDEZCaUPA { color:#4f4f4f;display:block;width:408px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:847.33334350586px;left:0px;height:27px;font-style:normal;display:block; }
#Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { position:absolute;display:block;z-index:100024;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:40px;width:40px;top:1094px;left:421px;display:block; }
#oWaooqsMmWW6CEde4yi8kCe8XePmryRH { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:1099px;left:426px;display:block; }
#BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { position:absolute;display:block;z-index:100026;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:40px;width:40px;top:1094px;left:366px;display:block; }
#gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:1099px;left:371px;display:block; }
#JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { position:absolute;display:block;z-index:100018;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:40px;width:40px;top:1094px;left:473px;display:block; }
#zccrwHAaIsJyGwC6AglTGFR8coPW65gz { box-sizing:content-box;color:#ffffff;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:1099px;left:480px;display:block; }
#OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { position:absolute;display:block;z-index:100016;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:40px;width:40px;top:1094px;left:526px;display:block; }
#ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { box-sizing:content-box;color:#ffffff;font-size:21px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1099px;left:531px;display:block; }
#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e38e4688-8e26-46c9-b094-d5b5a4f64595/BanireConvergencepourLinkedin.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN.adaptive-delivery-prevent-bg { background-image: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { background-color: transparent; background-image: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(208,211,211,0.28); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container > .video-iframe-container { display: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(208,211,211,0.28); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row > .video-iframe-container { display: none; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { border-width: 0; border-radius: 0; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { font-size:14px;font-family:arial;height:175px;width:960px;position:relative;display:block; }#vQycox3Dnwu4w8VLf6tOAo1PMdTfQVpV { background-color:#244c9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:372px;height:68px;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:54.479187011719px;left:294.00003051758px;display:block; }
#iZMIs9Xue4OfuyTVyd02wESIWOZBpThZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:78.083374023438px;left:380.00003051758px;height:20.7917px;display:block; }
#N7kFzQxRipF9q5MSiHnoKruR5XQdTwCB { color:#f1e4e4;display:block;width:960px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:56px;left:0px;height:41.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:764px;height:112px;top:262px;left:0px;font-size:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { top:21px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { top:76px;left:337px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { top:442px;left:0px;width:764px;height:628px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gqTCCFzx16t4JmWoybNKlbyrHCHqPD1V { width:372px;height:68px;top:1462px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #TN4cCBsh4rrXKwcXxlDifpEQLpcF5LXB { display:block; }
 }@media only screen and (max-width: 763px) { #oBACUAMftXik8976Nf555NGGmDxWltLh { top:1323px;left:0px;width:764px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #poyLQZdKOEbcD55WLW9a8VgzHJoQzVan { top:1391px;left:0px;width:764px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #atJ3KeV4KABJywzefidP7WcsyyJfyfEk { top:1126px;left:0px;width:355px;height:53px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F6tHzeMTgHlvWlHLT7T9L0dwTb2clKaI { top:1138px;left:0px;width:355px;height:106px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:764px;height:37px;top:59px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:230px;height:2px;top:140px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:764px;height:894px;top:179px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lzTevQFJGAK1lBwykd5Sokqb2iKst5dp { top:981px;left:0px;width:408px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r5R4oEfco9lFEOd7c0iLX06rDEZCaUPA { top:847px;left:0px;width:408px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:40px;height:40px;top:1094px;left:323px;display:block; }
 }@media only screen and (max-width: 763px) { #oWaooqsMmWW6CEde4yi8kCe8XePmryRH { width:31px;height:31px;top:1099px;left:328px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:40px;height:40px;top:1094px;left:268px;display:block; }
 }@media only screen and (max-width: 763px) { #gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { width:31px;height:31px;top:1099px;left:273px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:40px;height:40px;top:1094px;left:375px;display:block; }
 }@media only screen and (max-width: 763px) { #zccrwHAaIsJyGwC6AglTGFR8coPW65gz { width:28px;height:28px;top:1099px;left:382px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:40px;height:40px;top:1094px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { width:31px;height:31px;top:1099px;left:433px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { display:block; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQycox3Dnwu4w8VLf6tOAo1PMdTfQVpV { width:372px;height:68px;top:54px;left:196.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #iZMIs9Xue4OfuyTVyd02wESIWOZBpThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { top:78px;left:282.00003051758px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N7kFzQxRipF9q5MSiHnoKruR5XQdTwCB { top:56px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/JsMph9hv/Capture_d_e_cran_2021_06_10_a_11.57.49.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:2074px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGHAT7DOxag9AKe7czKo4vB2ETXdyuk6 { width:320px;height:392px;top:146px;left:0px;text-align:center;text-align-last:center;font-size:7px;color:#0c0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #Kyit41x1eSRRkmxw7e45fwU34Rl5mSsf { width:261px;height:41.5833px;top:16px;left:29.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sFfyeZcLIJ2yDzKidKHqF5KfnuUfdc6P { width:62px;height:62px;top:74px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #gcAo8unuVvEyJU0Oh7RVCg9qxmtJe1e9 { width:320px;height:957.5px;top:610.99996948242px;left:0px;font-size:15px;color:#e5eff3;display:block; }
 }@media only screen and (max-width: 763px) { #gqTCCFzx16t4JmWoybNKlbyrHCHqPD1V { width:304px;height:68px;top:1965px;left:15.979166984558px;display:block; }
 }@media only screen and (max-width: 763px) { #TN4cCBsh4rrXKwcXxlDifpEQLpcF5LXB { display:block; }
 }@media only screen and (max-width: 763px) { #oBACUAMftXik8976Nf555NGGmDxWltLh { width:320px;height:89.6875px;top:1786.6458435059px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #poyLQZdKOEbcD55WLW9a8VgzHJoQzVan { width:320px;height:59.7917px;top:1875px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #atJ3KeV4KABJywzefidP7WcsyyJfyfEk { width:320px;height:53px;top:1629.8333435059px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F6tHzeMTgHlvWlHLT7T9L0dwTb2clKaI { width:320px;height:106px;top:1629.8333435059px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:320px;height:1412px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:320px;height:55px;top:31px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:220px;height:2px;top:161px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:320px;height:1016px;top:212.50003051758px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lzTevQFJGAK1lBwykd5Sokqb2iKst5dp { width:320px;height:27px;top:1146.0000610352px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r5R4oEfco9lFEOd7c0iLX06rDEZCaUPA { width:320px;height:27px;top:1044.0001220703px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kpfq5ga3Jwf5qyqm7rwfKkNtSeRdNU3Q { width:40px;height:40px;top:1275px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #oWaooqsMmWW6CEde4yi8kCe8XePmryRH { width:31px;height:31px;top:1280px;left:119px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BfglH0zeW3zznCXqNmCcyCUeeCdAJTXV { width:40px;height:40px;top:1275px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #gd2f1BDDZHRNHLSLTFDBACfOWzGgxayN { width:31px;height:31px;top:1280px;left:61px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JsK1SNTmM1dGWuMpWacQoEH5843mmiEy { width:40px;height:40px;top:1275px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #zccrwHAaIsJyGwC6AglTGFR8coPW65gz { width:28px;height:28px;top:1281px;left:175px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OxTe2zQWqMDs5KzihLSgC8W8VZXAktuo { width:40px;height:40px;top:1275px;left:225px;display:block; }
 }@media only screen and (max-width: 763px) { #ApHvCSFiiZXM8qkG3N6T6K0QnxTCX3vs { width:31px;height:31px;top:1280px;left:230px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN { display:block; }#s0iCZimx0SKabJlrO2q0ryaBJFi6WTXN > .row .container { width:320px;height:251px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQycox3Dnwu4w8VLf6tOAo1PMdTfQVpV { width:304px;height:68px;top:128.77084350586px;left:8.0000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #iZMIs9Xue4OfuyTVyd02wESIWOZBpThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Py9DDmoXlmkaR2Ndk0AZwrRifoqTEWt4 { width:200px;height:20.7917px;top:108px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N7kFzQxRipF9q5MSiHnoKruR5XQdTwCB { width:320px;height:41.5833px;top:26.145843505859px;left:0px;font-size:32px;display:block; }
 }