body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #282828;
  font-size: 1em;
  line-height: 25px;
  font-weight: 300;
}

p {
  margin-bottom: 12px;
  color: #091d41;
}

li {
  margin-bottom: 7px;
  font-size: 1em;
  line-height: 25px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1500;
  height: 100px;
  margin-top: 0px;
  padding-right: 75px;
  padding-left: 25px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.4em;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: 0px;
  margin-left: 33px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  padding: 0px 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: rgba(29, 30, 33, .8);
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.navbar-link:hover {
  opacity: 1;
  color: #3b3bff;
  text-decoration: underline;
}

.navbar-link.w--current {
  color: #3b3bff;
}

.navbar-link.language-link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 75px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span-halftone {
  opacity: 0.6;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  margin-bottom: 20px;
  padding-top: 160px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
}

.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-color: #fff;
}

.slider.hero {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: auto;
  min-height: 90vh;
  background-color: transparent;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: -118px;
  margin-left: -118px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1e5a94;
  background-color: #1e5a94;
  background-image: url('../images/arrow-right-dark.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 7px 0 rgba(9, 29, 65, .3);
  opacity: 0;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #06f;
}

.slider-arrow.hero-slider-arrow {
  display: none;
  margin-right: 137px;
  margin-left: 137px;
  border-color: #06f;
  background-color: transparent;
  background-image: none;
  opacity: 0.6;
  color: #06f;
  font-size: 1em;
  cursor: pointer;
}

.slider-arrow.hero-slider-arrow:hover {
  background-color: rgba(0, 102, 255, .2);
  opacity: 1;
}

.container {
  position: relative;
  height: 100%;
}

.container.content {
  margin-top: -85px;
  margin-bottom: -53px;
  padding-top: 85px;
  padding-right: 8em;
  padding-bottom: 100px;
  background-color: #fff;
}

.container.content.right-content {
  padding-right: 0px;
  padding-left: 8em;
}

.container.content.right-content.light-green {
  background-color: #25d4cf;
}

.container.content.right-content.light-green.africa {
  background-color: #f8faff;
}

.container.content.no-pad {
  padding-right: 0em;
}

.container.content.f7content {
  background-color: #f8faff;
}

.container.main-container {
  z-index: 20;
  display: block;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  clear: both;
}

.container.box-container {
  z-index: 20;
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.footer-container {
  z-index: 20;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.heading {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1e5a94;
  font-size: 1.618em;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.small {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 2px;
}

.heading.small.blue {
  color: #06f;
  text-decoration: none;
}

.heading.white {
  color: #fff;
}

.paragraph {
  margin-bottom: 12px;
}

.paragraph.large {
  position: relative;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.6em;
  line-height: 59px;
  font-weight: 400;
  text-align: left;
}

.paragraph.large.white {
  color: #fff;
}

.paragraph.medium {
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #091d41;
  font-size: 1.6em;
  line-height: 36px;
  font-weight: 400;
}

.paragraph.medium.white {
  color: #fff;
}

.paragraph.medium.a-propos-medium-p {
  margin-top: 100px;
  color: #fff;
}

.paragraph.medium.a-propos-medium-p.a-propos-medium-p-black {
  color: #282828;
  text-align: left;
}

.paragraph.medium.a-propos-medium-p.a-propos-medium-p-black.nomarginblack {
  margin-top: 30px;
}

.paragraph.medium.a-propos-medium-p.nomarg {
  margin-top: 40px;
}

.paragraph.medium.medium-block-reveal {
  margin-bottom: 0px;
}

.paragraph.margin {
  padding-top: 20px;
  clear: both;
}

.paragraph.white {
  color: #fff;
}

.paragraph.justify {
  color: #091d41;
  text-align: justify;
}

.paragraph.justify.a-propos-team-p {
  color: #fff;
  text-indent: 50px;
}

.paragraph.justify.a-propos-team-p.a-propos-team-black-p {
  color: #282828;
}

.paragraph.justify.first-j {
  text-align: center;
}

.paragraph.a-propos-row-p {
  margin-bottom: 0px;
}

.paragraph.circles-graphic-p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.button {
  margin-top: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 2px solid #091d41;
  background-color: transparent;
  color: #091d41;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.button.white-button {
  border-color: #ededed;
  color: #ededed;
}

.hero-section-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8) -1%, #3a3afb 0%, rgba(58, 58, 251, .8) 0, rgba(58, 58, 251, .8) 1%, #3b3bff), -webkit-linear-gradient(90deg, #000, rgba(40, 40, 40, .3) 49%, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/photo-1456930266018-fda42f7404a7.jpeg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8) -1%, #3a3afb 0%, rgba(58, 58, 251, .8) 0, rgba(58, 58, 251, .8) 1%, #3b3bff), linear-gradient(0deg, #000, rgba(40, 40, 40, .3) 49%, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/photo-1456930266018-fda42f7404a7.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  opacity: 1;
}

.hero-section-image.img-2-hero {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8) -2%, #3b3bff), -webkit-linear-gradient(90deg, #000, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/european-parliament-1274765_1280.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8) -2%, #3b3bff), linear-gradient(0deg, #000, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/european-parliament-1274765_1280.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero-section-image.slide2-bg {
  background-image: -webkit-linear-gradient(90deg, #000, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/photo-1456930266018-fda42f7404a7.jpeg');
  background-image: linear-gradient(0deg, #000, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/photo-1456930266018-fda42f7404a7.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section-image.hero-img-3 {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8), rgba(58, 58, 251, .8) 1%, #3b3bff), -webkit-linear-gradient(90deg, #000, rgba(40, 40, 40, .3) 49%, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/skyscrapers-1081737_1280.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8), rgba(58, 58, 251, .8) 1%, #3b3bff), linear-gradient(0deg, #000, rgba(40, 40, 40, .3) 49%, rgba(40, 40, 40, .3) 50%, rgba(0, 58, 112, .3) 100%, #282828), url('../images/skyscrapers-1081737_1280.jpg');
  background-attachment: scroll, scroll, scroll;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.large {
  padding-top: 85px;
  padding-bottom: 53px;
}

.section.large.section-2 {
  overflow: hidden;
}

.section.large.section-1 {
  margin-top: 0em;
  clear: both;
}

.section.large.footer-section {
  z-index: 20;
  margin-top: 0px;
  padding: 160px 15px 90px;
  background-color: transparent;
}

.section.large.section-experience-2 {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8faff;
}

.section.first-section {
  overflow: visible;
  margin-top: 0px;
  background-color: #1d1e21;
}

.section.team-section {
  background-color: #f7f7f7;
}

.section.sec-section {
  z-index: 20;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.section.sec-section.circles-a-propos-section {
  display: none;
  overflow: visible;
}

.section.acitites-section {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.intervenants-wrapper {
  position: relative;
  margin-top: 80px;
  background-color: #fff;
}

.card-wrapper-14 {
  position: relative;
  width: 25%;
  padding-right: 20px;
  float: left;
}

.card-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  border: 2px solid transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.card-link.blue {
  border-color: transparent;
}

.card-link.blue.blue-card-link {
  border-style: none;
  border-color: #06f;
  -webkit-transition: opacity 200ms ease, background-color 300ms ease;
  transition: opacity 200ms ease, background-color 300ms ease;
  text-decoration: none;
}

.card-link.blue.blue-card-link:hover {
  background-color: rgba(59, 59, 255, .2);
}

.card-size {
  height: auto;
  border: 2px solid #3b3bff;
}

.card-size._360h {
  height: 100%;
  min-height: 405px;
}

.card-size._360h.card-size-connaissance {
  border-color: #3b3bff;
}

.card-size.card-size-connaissance {
  border: 2px solid #3b3bff;
}

.card-header-wrapper {
  position: relative;
  overflow: hidden;
  padding: 33px 20px 0px;
}

.card-content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px;
  color: #06f;
}

.card-title {
  color: #06f;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.card-title.blue {
  color: #06f;
  text-decoration: none;
}

.vertical-submenu {
  z-index: 100;
  background-color: transparent;
}

.vertical-submenu-nav {
  position: fixed;
  top: 253px;
  right: 0px;
  width: 85px;
}

.vertical-submenu-nav-link {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0.6;
  -webkit-transition: font-size 300ms ease;
  transition: font-size 300ms ease;
  color: #06f;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
}

.vertical-submenu-nav-link:hover {
  font-size: 42px;
}

.vertical-submenu-nav-link.w--current {
  font-size: 42px;
}

.container-fill {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.container-fill.right-container-fill {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f8faff;
}

.container-fill.f7fill {
  background-color: #f8faff;
}

.block-wrapper-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  clear: both;
}

.block-wrapper-11.margin-top-20 {
  margin-top: 20px;
}

.block-wrapper-11.atouts-block-wrapper {
  margin-top: 40px;
}

.block-wrapper-11.block_11_wblock {
  margin-top: 50px;
}

.block-wrapper-13 {
  position: relative;
  width: 33.33%;
  padding-right: 20px;
  float: left;
}

.block-wrapper-23 {
  width: 66.66%;
  padding-right: 20px;
  float: left;
  clear: none;
}

.slider-nav {
  position: absolute;
  bottom: 50px;
  opacity: 0.3;
  font-size: 10px;
}

.card-plus {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 2px;
  border: 1px solid #ffb541;
  opacity: 0;
}

.card-plus-sign {
  color: #ffb541;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}

.block-wrapper-12 {
  position: relative;
  width: 50%;
  padding-right: 20px;
  float: left;
}

.unordered-list {
  margin-bottom: 10px;
  padding-left: 20px;
  color: #091d41;
}

.unordered-list.white {
  color: #fff;
}

.toggle-wrapper {
  color: #091d41;
  text-align: left;
  text-decoration: none;
}

.toggle-wrapper.white {
  color: #fff;
}

.toggle-header {
  width: 100%;
  padding: 5px 15px 5px 0px;
  border-top: 1px none rgba(9, 29, 65, .2);
  border-bottom: 1px none rgba(9, 29, 65, .2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #091d41;
  text-align: left;
  text-decoration: none;
}

.toggle-header:hover {
  color: #06f;
}

.toggle-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 400;
}

.toggle-icon {
  margin-right: 15px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 0px 30px 20px;
}

.toggle-element {
  margin-top: 80px;
}

.toggle-element.white {
  color: #fff;
}

.logo-navbar {
  margin-bottom: 0px;
}

.section-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.section-background.section-1-bg {
  background-image: url('../images/european-parliament-1274765_1280.jpg');
  background-position: 295% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.section-background.section-2-bg {
  background-image: url('../images/skyscrapers-1081737_1280.jpg');
  background-position: -213px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.fullwidth-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -85px;
  margin-bottom: -53px;
  padding: 85px 8em 100px;
  background-color: #fff;
}

.fullwidth-container.royal-blue {
  background-color: #06f;
}

.fullwidth-container.royal-blue.contact-smallsec {
  z-index: 100;
  background-color: #3b3bff;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8), #3b3bff), url('../images/skyscrapers-1081737_1280.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(59, 59, 255, .8), #3b3bff), url('../images/skyscrapers-1081737_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.clear {
  height: 0px;
  clear: both;
}

.footer-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-link.top-link {
  margin-bottom: 10px;
  color: #282828;
  font-weight: 400;
  text-transform: uppercase;
}

.map-container {
  display: block;
  width: 110%;
  margin-top: 10px;
  margin-bottom: -40px;
  padding-right: 0em;
  padding-left: 0em;
  clear: both;
}

.world_map {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sidebar-blue {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 94.6%;
  margin-top: 30px;
  background-color: #3b3bff;
}

.sidebar-blue.right-blue-sidebar {
  right: 0px;
  width: 50%;
  margin-top: 80px;
}

.container-wrapper {
  position: relative;
  width: 90%;
  margin-left: auto;
  padding-left: 15px;
  background-color: #fff;
}

.container-wrapper.team-container-wrapper {
  z-index: 20;
  margin-right: auto;
  margin-left: 0px;
  background-color: #353535;
  color: #fff;
}

.container-fluid {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 70px 120px;
  clear: both;
}

.container-fluid.team-container-fluid {
  padding-top: 120px;
  padding-right: 120px;
  padding-bottom: 120px;
}

.row {
  position: relative;
  margin-right: 0px;
  margin-left: -15px;
  clear: both;
}

.row.team-row {
  margin-right: -15px;
  margin-left: 0px;
}

.row.photos {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.row.sec-section-row {
  margin-right: -15px;
  padding-bottom: 60px;
}

.row.intervenants-row {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.row.footer-row {
  margin-right: -15px;
}

.row.footer-left-row-inner {
  margin-right: -15px;
}

.col-md-5 {
  position: relative;
  width: 41.66666667%;
  min-width: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-4-col-md-offset-2 {
  position: relative;
  width: 33.33333333%;
  margin-left: 10%;
  float: left;
}

.img-wrapper {
  position: relative;
}

.img-wrapper-inner {
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 465px;
  background-image: url('../images/tsunami-indonesia-humanitarian-relief-efforts.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-wrapper-offset {
  position: absolute;
  left: 40px;
  top: -40px;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: #1d1e21;
}

.title_row {
  margin-top: 50px;
  color: #3b3bff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title_row.white {
  color: #fff;
}

.title_row.title_in_blocks {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 30px;
}

.btn-group-wrapper {
  margin-top: 40px;
}

.col-sm-5-col-sm-offset-7 {
  position: relative;
  width: 41.66666667%;
  min-width: 1px;
  margin-left: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-4 {
  position: relative;
  width: 33.33333333%;
  min-width: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: center;
}

.col-sm-4.intervenants-card-4 {
  width: 25%;
}

.img-hover-wrapper {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.img-responsive-center-block {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-team {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 90%;
  height: 90%;
  margin: auto;
  background-color: rgba(0, 102, 255, .8);
  opacity: 0;
  cursor: pointer;
}

.team-name {
  position: absolute;
  left: 15px;
  bottom: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.team-name.i-team-name {
  top: 5px;
  right: 15px;
}

.team-name.i-team-post {
  right: 15px;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.img-team-accent {
  display: block;
  height: auto;
  margin-top: 40px;
  margin-bottom: 80px;
}

.hero {
  height: 98vh;
}

.hero.intervenants-hero {
  position: relative;
  z-index: 0;
  background-color: #06f;
}

.section-01-hidden-xs-hidden-sm {
  position: absolute;
  left: 140px;
  top: 230px;
}

.hero-accent-01-hidden-xs-hidden-sm {
  position: absolute;
  left: -60px;
  top: 45%;
  -webkit-transform: translate(0px, -50%) rotate(90deg);
  -ms-transform: translate(0px, -50%) rotate(90deg);
  transform: translate(0px, -50%) rotate(90deg);
  color: #fff;
}

.hero-accent-03-hidden-xs-hidden-sm {
  position: absolute;
  left: 50px;
  bottom: 8%;
  -webkit-transform: translate(0px, -50%) rotate(90deg);
  -ms-transform: translate(0px, -50%) rotate(90deg);
  transform: translate(0px, -50%) rotate(90deg);
}

.hero-text {
  position: absolute;
  left: 10%;
  bottom: 160px;
  width: 600px;
  max-width: 600px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.hero-text.page-hero-text {
  bottom: 100px;
  width: auto;
  max-width: 1170px;
}

.hero-text.hero-text-v2 {
  width: 70%;
  max-width: 70%;
}

.hero-p {
  color: #fff;
  line-height: 26px;
  font-weight: 400;
}

.btn-btn-default-btn-dropshadow {
  position: relative;
  z-index: 2;
  padding: 20px 50px;
  background-color: #3b3bff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .3);
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.btn-btn-default-btn-dropshadow:hover {
  background-color: #005ce7;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn-btn-default-btn-dropshadow.btn-slider-hero {
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  background-color: #fff;
  color: #3b3bff;
  text-decoration: none;
}

.bg-line {
  position: fixed;
  top: 0px;
  z-index: 10;
  height: 100vh;
  min-height: 100%;
  border-left: 1px solid rgba(53, 53, 53, .07);
}

.bg-line.one {
  left: 10%;
}

.bg-line.two {
  left: 30%;
}

.bg-line.three {
  left: 50%;
}

.bg-line.four {
  left: 70%;
}

.bg-line.five {
  left: 90%;
}

.col-sm-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.img-divide {
  display: block;
  margin: 90px auto 40px;
  text-align: center;
}

.col-sm-4-col-sm-offset-4 {
  position: relative;
  width: 33.33333333%;
  min-height: 1px;
  margin-left: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.divider-flavor-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}

.blue-text {
  color: #3b3bff;
}

.blue-text.bold {
  color: #3b3bff;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.white-text-block-hero {
  color: #fff;
}

.hero-text-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 164px;
  line-height: 154px;
  letter-spacing: -3px;
}

.hero-text-title.home-hero-title {
  margin-left: -10px;
}

.main {
  position: relative;
  padding: 170px 100px;
  background-color: #f7f7f7;
}

.slick-speakers-slick-initialized-slick-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.text {
  position: relative;
  z-index: 40;
  width: 90%;
  margin: -80px -40px 100px 40px;
  padding: 90px 180px;
  background-color: #fff;
  box-shadow: 0 25px 35px 0 rgba(0, 0, 0, .5);
}

.col-sm-6-hidden-xs-hidden-sm {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.footer-link {
  color: #282828;
  text-align: left;
  cursor: pointer;
}

.footer-link:hover {
  color: #3b3bff;
  text-decoration: underline;
}

.col-sm-5-col-sm-offset-1-footer-form-email {
  position: relative;
  width: 41.66666667%;
  min-height: 1px;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.hidden-xs-hidden-sm {
  height: 2px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #eee;
}

.col-sm-6-footer-below {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-6-text-right-hidden-xs-hidden-sm {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: right;
}

.footer-mail-link {
  color: #005ce7;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.white-hero-text-block {
  color: #fff;
}

.slide {
  height: 100%;
}

.a-propos-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-propos-row-col {
  padding-right: 10px;
  padding-left: 10px;
}

.a-propos-block {
  position: relative;
  width: auto;
  height: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 90px;
}

.a-propos-block-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 60px;
  margin-bottom: 30px;
}

.circles-graphic-wrapper {
  position: relative;
  z-index: 20;
  height: 360px;
  margin-top: 12px;
}

.circle-graphic {
  position: absolute;
  left: -100px;
  top: 0px;
  z-index: 1;
  width: 320px;
  height: 320px;
  padding-top: 35px;
  border-radius: 100%;
  background-color: rgba(0, 92, 231, .7);
  box-shadow: 7px 7px 85px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.circle-graphic.circle-graphic-2 {
  left: 219px;
  top: -46px;
  z-index: 2;
  width: 250px;
  height: 250px;
  padding-top: 35px;
  background-color: rgba(37, 212, 207, .7);
}

.circle-graphic.circle-graphic-3 {
  left: auto;
  top: -127px;
  right: 30px;
  width: 290px;
  height: 290px;
  padding-top: 57px;
  background-color: rgba(255, 181, 65, .7);
}

.circle-graphic.circle-graphic-4 {
  left: auto;
  top: -372px;
  right: -70px;
  width: 260px;
  height: 260px;
  padding-top: 40px;
  background-color: rgba(37, 212, 207, .7);
}

.circle-graphic.circle-graphic-5 {
  left: 443px;
  top: auto;
  right: 0px;
  bottom: -7px;
  width: 280px;
  height: 280px;
  padding-top: 50px;
  background-color: rgba(0, 92, 231, .7);
}

.circle-graphic-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #005ce7;
  text-align: center;
}

.circle-graphic-inner.circle-graphic-inner-2 {
  width: 180px;
  height: 180px;
  background-color: #25d4cf;
}

.circle-graphic-inner.circle-graphic-inner-3 {
  width: 180px;
  height: 180px;
  background-color: #ffb541;
}

.circle-graphic-inner.circle-graphic-inner-4 {
  width: 180px;
  height: 180px;
  background-color: #25d4cf;
}

.circle-graphic-inner.circle-graphic-inner-5 {
  width: 180px;
  height: 180px;
  background-color: #005ce7;
}

.a2 {
  background-color: #f8faff;
}

.experience-title-box {
  position: relative;
  width: 50%;
  padding: 8.33333%;
  float: left;
  background-color: #2e2ed8;
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  color: #fff;
}

.right-big-box {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: -8.3333%;
  padding: 8.33333% 8.33333% 12.5%;
  float: left;
  background-color: #3b3bff;
  color: #fff;
}

.right-box {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-bottom: 8.6956%;
  padding: 8.33333%;
  float: right;
  clear: left;
  background-color: #fff;
}

.white-leftbox {
  position: relative;
  width: 50%;
  margin-top: -5.3332999999999995%;
  padding: 8.33333% 8.33333% 12.5%;
  float: right;
  clear: left;
  background-color: #f8faff;
  text-align: right;
}

.white-leftbox.bourget {
  margin-top: -22.3333%;
  background-color: #f8faff;
}

.a-propos-team-heading {
  font-family: 'Playfair Display', sans-serif;
  letter-spacing: 1px;
}

.a-propos-team-sub {
  font-size: 0.875em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph-2.sub-20 {
  margin-top: 20px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.body {
  overflow: visible;
  height: 100%;
  background-image: url('../images/dots.png');
  background-position: 0px 0px;
  background-size: 17px;
}

.block-reveal-blue {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #3b3bff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.block-reveal-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.block-reveal-wrapper.full-block {
  display: block;
  max-width: 75%;
}

.block-reveal-black {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1d1e21;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.block-reveal-fromtop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 5%;
  height: 100%;
  background-color: #3b3bff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.block-reveal-fromtop.white-block {
  background-color: #fff;
}

.site-wrapper {
  height: 100%;
}

.img {
  position: relative;
  margin-bottom: 0px;
}

.footer-mannay-link {
  color: #091d41;
  cursor: pointer;
}

.footer-mannay-link:hover {
  color: #3b3bff;
}

.preloader {
  position: fixed;
  z-index: 99999999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #f8faff;
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
  height: 0px;
}

html.w-mod-js *[data-ix="int-opacity-0-move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="int-hero-btn"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="int-opacity0-down20"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="int-opacity0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="int-left-100"] {
  display: none;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
}

html.w-mod-js *[data-ix="int-right-100"] {
  display: none;
  -webkit-transform: translate(101%, 0px);
  -ms-transform: translate(101%, 0px);
  transform: translate(101%, 0px);
}

html.w-mod-js *[data-ix="int-width-0"] {
  width: 0%;
}

@media (max-width: 991px) {
  .navbar-brand {
    margin-top: 8px;
  }
  .navbar-brand.w--current {
    margin-top: 0px;
  }
  .navbar-menu {
    width: 100%;
    height: auto;
    background-color: #3b3bff;
  }
  .navbar-link {
    height: 65px;
    padding-top: 20px;
    padding-bottom: 12px;
    -webkit-transition: opacity 300ms ease, background-color 300ms ease;
    transition: opacity 300ms ease, background-color 300ms ease;
    color: #ededed;
    text-align: right;
  }
  .navbar-link:hover {
    background-color: #002050;
  }
  .navbar-link.w--current {
    height: auto;
    color: #fff;
  }
  .navbar-link.language-link {
    display: none;
  }
  .nav-menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    margin-top: 16px;
    margin-right: 20px;
    margin-left: 33px;
    padding: 20px;
    color: #3b3bff;
    font-size: 40px;
    font-weight: 400;
  }
  .nav-menu-button.w--open {
    width: auto;
    height: auto;
    margin-top: 16px;
    margin-right: 20px;
    background-color: transparent;
    color: #06f;
  }
  .container.content.right-content.light-green.africa {
    padding-right: 1em;
    padding-left: 1em;
  }
  .container.content.f7content {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 3em;
    padding-left: 3em;
  }
  .container.main-container {
    width: 100%;
  }
  .heading {
    text-align: center;
  }
  .heading.white {
    text-align: left;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.medium.white {
    text-align: left;
  }
  .paragraph.medium.a-propos-medium-p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .paragraph.medium.medium-block-reveal {
    margin-bottom: 10px;
    text-align: center;
  }
  .paragraph.footer-contact-p {
    text-align: left;
  }
  .paragraph.footer-copyright-p {
    text-align: left;
  }
  .hero-section-image {
    background-color: #3b3bff;
  }
  .card-wrapper-14 {
    width: 50%;
  }
  .card-size._360h {
    min-height: 309px;
  }
  .card-content-wrapper {
    padding-top: 10px;
  }
  .card-title {
    text-align: center;
  }
  .container-fill.f7fill {
    display: none;
  }
  .block-wrapper-11 {
    text-align: left;
  }
  .block-wrapper-11.block_11_wblock.success-wrapper-11 {
    text-align: center;
  }
  .block-wrapper-11.succes-wrap-11 {
    text-align: center;
  }
  .block-wrapper-13 {
    width: 100%;
  }
  .block-wrapper-12 {
    width: 100%;
  }
  .section-background.section-1-bg {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }
  .section-background.section-2-bg {
    background-color: #f8faff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .row.sec-section-row {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .row.footer-row {
    display: block;
    width: 790px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-group-wrapper {
    text-align: center;
  }
  .col-sm-4.social-footer {
    width: 53.33333333%;
  }
  .hero-text {
    left: 18%;
  }
  .col-sm-4-col-sm-offset-4 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-text-title.home-hero-title.home-hero-tit-v2 {
    font-size: 114px;
  }
  .col-sm-6-footer-below {
    width: 60%;
  }
  .col-sm-6-text-right-hidden-xs-hidden-sm {
    width: 40%;
  }
  .experience-title-box {
    width: 100%;
  }
  .right-big-box {
    width: 100%;
    margin-top: 0%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .right-box {
    width: 100%;
  }
  .white-leftbox {
    width: 100%;
  }
  .white-leftbox.bourget {
    margin-top: -10.333300000000001%;
  }
  .a-propos-team-heading.l2 {
    text-align: left;
  }
  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .block-reveal-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-reveal-wrapper.full-block {
    max-width: 100%;
    text-align: left;
  }
  .preloader {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 175px;
    margin-top: 14px;
  }
  .navbar-brand.w--current {
    margin-top: 0px;
  }
  .navbar-menu {
    z-index: 2;
  }
  .navbar-link {
    text-align: right;
  }
  .nav-menu-button {
    margin-top: 16px;
    margin-right: 0px;
  }
  .nav-menu-button.w--open {
    margin-right: 0px;
  }
  .hero-section {
    min-height: 710px;
  }
  .slider.hero {
    height: auto;
    min-height: 700px;
  }
  .container.content.right-content.light-green.africa {
    padding-right: 2em;
    padding-left: 2em;
  }
  .container.main-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading.white {
    text-align: center;
  }
  .paragraph.medium.white {
    text-align: center;
  }
  .paragraph.a-propos-row-p {
    text-align: left;
  }
  .paragraph.footer-contact-p {
    font-weight: 400;
  }
  .button.white-button {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.acitites-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .card-wrapper-14 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-wrapper-11.atouts-block-wrapper {
    margin-top: 20px;
    padding-right: 0px;
  }
  .block-wrapper-12 {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .unordered-list.white {
    list-style-type: none;
  }
  .fullwidth-container.royal-blue.contact-smallsec {
    padding-right: 4em;
    padding-left: 4em;
  }
  .row.sec-section-row {
    padding-bottom: 30px;
  }
  .section-01-hidden-xs-hidden-sm {
    position: relative;
    left: auto;
    top: 280px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .hero-accent-03-hidden-xs-hidden-sm {
    display: none;
  }
  .hero-text {
    left: 0%;
    right: 0%;
    bottom: 160px;
    display: block;
    width: 90%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .btn-btn-default-btn-dropshadow {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .img-divide {
    margin-top: 60px;
  }
  .col-sm-4-col-sm-offset-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text-title.home-hero-title {
    margin-left: 0px;
    font-size: 104px;
    line-height: 94px;
  }
  .hero-text-title.home-hero-title.home-hero-tit-v2 {
    font-size: 84px;
  }
  .col-sm-6-hidden-xs-hidden-sm {
    width: 100%;
  }
  .col-sm-5-col-sm-offset-1-footer-form-email {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }
  .a-propos-rows {
    display: block;
  }
  .experience-title-box {
    width: 100%;
  }
  .right-big-box {
    width: 100%;
    margin-top: 0%;
    padding-top: 6%;
  }
  .right-box {
    width: 100%;
  }
  .white-leftbox {
    width: 100%;
  }
  .white-leftbox.bourget {
    margin-top: -0.33330000000000126%;
  }
  .a-propos-team-heading.l2 {
    text-align: left;
  }
  .paragraph-2.sub-20 {
    margin-bottom: 25px;
  }
  .body {
    overflow: visible;
  }
  .preloader {
    display: block;
  }
}

@media (max-width: 479px) {
  .navbar {
    z-index: 99999999;
  }
  .navbar-brand.w--current {
    margin-top: 0px;
    margin-left: 0px;
  }
  .nav-menu-button {
    margin-top: 14px;
    margin-right: 0px;
    color: #3b3bff;
    text-align: center;
  }
  .nav-menu-button.w--open {
    margin-top: 14px;
    margin-right: 0px;
  }
  .slider.hero {
    height: auto;
    min-height: 100%;
  }
  .container.content.f7content {
    padding-right: 1em;
    padding-left: 1em;
  }
  .heading {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
    text-align: left;
  }
  .heading.white {
    text-align: left;
  }
  .paragraph.medium {
    font-size: 1.2em;
    text-align: left;
  }
  .paragraph.medium.white {
    text-align: left;
  }
  .paragraph.medium.a-propos-medium-p {
    margin-top: 40px;
    margin-bottom: 10%;
  }
  .paragraph.medium.a-propos-medium-p.a-propos-medium-p-black {
    margin-top: 40px;
  }
  .paragraph.medium.medium-block-reveal {
    line-height: 1.4em;
    text-align: center;
  }
  .paragraph.a-propos-row-p {
    text-align: center;
  }
  .paragraph.footer-contact-p {
    font-weight: 400;
  }
  .button.white-button {
    max-width: auto;
  }
  .section.large.footer-section {
    padding-top: 40px;
  }
  .section.acitites-section {
    padding-right: 1em;
    padding-left: 1em;
  }
  .card-wrapper-14 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block-wrapper-11 {
    padding-right: 0px;
    text-align: center;
  }
  .block-wrapper-13 {
    padding-right: 0px;
  }
  .unordered-list.white {
    padding-left: 0px;
    text-align: left;
  }
  .fullwidth-container.royal-blue.contact-smallsec {
    padding-right: 2em;
    padding-left: 2em;
  }
  .row.sec-section-row {
    width: 90%;
  }
  .row.footer-row {
    width: 90%;
  }
  .title_row.title_in_blocks {
    text-align: center;
  }
  .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-sm-4.social-footer {
    width: 100%;
  }
  .btn-btn-default-btn-dropshadow.btn-slider-hero {
    padding-right: 40px;
  }
  .col-sm-4-col-sm-offset-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .divider-flavor-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-text-title.home-hero-title {
    margin-left: 0px;
    font-size: 54px;
    letter-spacing: 0px;
  }
  .hero-text-title.home-hero-title.home-hero-tit-v2 {
    font-size: 44px;
  }
  .col-sm-6-hidden-xs-hidden-sm {
    width: 100%;
  }
  .col-sm-5-col-sm-offset-1-footer-form-email {
    width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-sm-6-footer-below {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-sm-6-text-right-hidden-xs-hidden-sm {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .a-propos-block {
    padding-left: 0px;
  }
  .a-propos-block-icon {
    position: relative;
  }
  .a-propos-team-heading {
    font-size: 1.6em;
    line-height: 1.5em;
    text-align: left;
  }
  .a-propos-team-sub {
    text-align: left;
  }
  .paragraph-2 {
    text-align: left;
  }
  .paragraph-2.sub-20 {
    margin-top: 0px;
  }
  .footer-mannay-link {
    text-decoration: underline;
  }
  .preloader {
    display: block;
  }
}
