/*
* 
* RESET CSS
* 
* */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body .row-fluid [class*="span"] {
  min-height: 0;
}

/*body:before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5182px;
background-size: 100%;
z-index: 10;
opacity:.5;
pointer-events:none;
background:url(https://cdn2.hubspot.net/hubfs/423121/1-%20website%20images%20-%20mktv/maquettes/Blog-Listing-Markentive-desktop-Livrable.jpg);
}*/


/*
* 
* HUBL VARIABLES DECLARATION
* 
* */

/* FONTS */



@font-face {
  font-family: "HKGrotesk Light";
  src: url("https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Fonts/HKGrotesk-Light.otf") format("otf");
}

@font-face {
  font-family: "HKGrotesk Light Italic";
  src: url("https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Fonts/HKGrotesk-LightItalic.otf") format("truetype");
}

@font-face {
  font-family: "HKGrotesk Medium";
  src: url("https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Fonts/HKGrotesk-Medium.otf") format("truetype");
}

@font-face {
  font-family: "HKGrotesk Bold";
  src: url("https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Fonts/HKGrotesk-Bold.otf") format("truetype");
}

@font-face {
  font-family: "HKGrotesk Bold Italic";
  src: url("https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Fonts/HKGrotesk-BoldItalic.otf") format("truetype");
}



/* FONT SIZES */








.font-size-title-one{
  font-size: 60px;
}
.font-size-title-two{
  font-size: 36px;
}
.font-size-title-three{
  font-size: 30px;
}
.font-size-title-four{
  font-size: 24px;
}
.font-size-title-five{
  font-size: 20px;
}
.font-size-content{
  font-size: 16px;
}

/* FONT WEIGHTS */





.font-weight-light{
   font-family: 'HKGrotesk Light'; 
}
.font-weight-regular{
   font-family: 'HKGrotesk Medium'; 
}
.font-weight-bold{
   font-family: 'HKGrotesk Bold'; 
}

/* FONT ALIGNEMENTS */






.text-align-center{
   text-align: center; 
}
.text-align-left{
   text-align: left; 
}
.text-align-right{
   text-align: right; 
}
.text-align-justify{
   text-align: justify; 
}

/* LINE HEIGHTS */









/* COLORS */







.primary-bg{
  background: #ff3939; 
}

.secondary-bg{
  background: #7139ff; 
}

.white-bg{
  background: #ffffff; 
}

.black-bg{
  background: #171717;
}

.light-bg{
  background: #F8F8F8;
}






.primary{
  color: #ff3939;
}

.secondary{
  color: #7139ff;
}

.white, .white p{
  color: #ffffff;
}

.black{
  color: #171717;
}

/* WRAPPER SIZES */










.row-fluid [class*="span"].wrapper,
.row-fluid [class*="span"]:first-child.wrapper,
.wrapper {
  max-width: 960px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width:100%;
  box-sizing: border-box;
}

.row-fluid [class*="span"].wrapper.internal, .row-fluid [class*="span"]:first-child.wrapper.internal, .wrapper.internal {
  max-width: 480px;
}

.row-fluid [class*="span"].wrapper.full, .row-fluid [class*="span"]:first-child.wrapper.full, .wrapper.full {
  max-width: 100%;
}

.row-fluid [class*="span"].wrapper.large, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.large {
  max-width: 1200px;
}

.row-fluid [class*="span"].wrapper.wide, .row-fluid [class*="span"]:first-child.wrapper.wide, .wrapper.wide {
  max-width: 1440px;
}

.row-fluid [class*="span"].wrapper.medium, .row-fluid [class*="span"]:first-child.wrapper.medium, .wrapper.medium {
  max-width: 800px;
}

.row-fluid [class*="span"].wrapper.small, .row-fluid [class*="span"]:first-child.wrapper.small, .wrapper.small {
  max-width: 600px;
}

@media screen and (max-width: 1600px){
  .page-header-module {
    padding: 12rem 0 18rem 0;
  }
}

@media screen and (max-width: 1440px){
  .row-fluid [class*="span"].wrapper.wide, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.wide {
    max-width: 1200px;
  }
  .row-fluid [class*="span"].wrapper.large, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.large {
    max-width: 1100px;
  }
  .testimonials-module.pt-6 {
    padding-top: 0;
  }
}

@media screen and (max-width: 1280px){
  .page-header-module {
    padding: 8rem 0 14rem 0;
  }
  .page-header-module h1.mb-4 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  /*.page-header-module h1:after {
  content: '';
  position: absolute;
  top: 32px;
  width: 94%;
  height: 20%;
  background: #7139ff;
  left: 15px;
  z-index: -800;
}*/
  .page-header-module .claim {
    font-size: 20px;
  }
  .key-numbers-module .wrapper.wide.pt-6.pb-6 {
    padding: 3rem 0 5rem;
  }
  .row-fluid [class*="span"].wrapper.wide, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.wide {
    max-width: 960px;
  }
  .wrapper.wide > .wrapper {
    max-width: 860px;
  }
  .key-numbers-module > .wrapper > .wrapper:last-of-type {
    max-width: calc(860px + 30px);
  }
  .companies-logo-module .slick-slide > div {
    padding: 1.5rem 2rem;
  }
  .row-fluid [class*="span"].wrapper.large, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.large {
    max-width: 860px;
  }
  .single-community-module .card-inner {
    max-width: 90%;
    transform: translateY(0%);
  }

}

@media screen and (max-width: 992px){
  .row-fluid [class*="span"].wrapper,
  .row-fluid [class*="span"]:first-child.wrapper,
  .wrapper {
    max-width: 720px;
  }
  .community-module .tab-content .community-box {
    flex: 0 0 33%;
  }
}

@media screen and (max-width: 768px){
  .row-fluid [class*="span"].wrapper,
  .row-fluid [class*="span"]:first-child.wrapper,
  .wrapper {
    max-width: 600px;
  }
  .recent-posts-ty-module .tabs-content.active > span {
    flex: 0 0 50%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header-sidebar .logo img{
    margin-left:auto;
    margin-right:auto;
  }
  .item.video-module {
    flex: 0 0 100%;
    background: #171717;
    border-radius: 5px;
    margin: 0 0 1rem 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row;
    overflow: hidden;
  }
  .header-sidebar.left {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align:center;
  }
  .blog-infos-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
  }

  .simple-header-module .emphasis, .simple-header-module .emphasis p {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 2rem 0;
    width: 100%;
    padding: 0;
  }
  .about .key-numbers-module>.wrapper>.wrapper:last-of-type {
    align-items: initial;
    padding: 0 2rem;
  }
  .team-carousel .slick-slide .team-member {
    flex: 0 0 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 0rem;
    padding-top: 5rem;
  }
  .row-fluid [class*="span"].wrapper.wide, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.wide {
    max-width: calc(100% - 4rem);
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .key-numbers-module>.wrapper>.wrapper:last-of-type {
    max-width: calc(100% - 6rem);
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .key-numbers-module .number-box {
    flex: 0 0 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  h2.span6.column.mb-2.shape-left.font-weight-bold {
    margin-bottom: 6rem;
    max-width: 100%;
    width: 100%;
  }
  .posts-tabs-module .tabs-content .content-box {
    flex: 0 0 50%;
    padding: 0 7.5px 15px 7.5px;
    box-sizing: border-box;
  }
  .companies-logo-module .slick-slide>div {
    padding: .5rem 1rem;
  }
  .community-module .tabs ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .community-module .tabs ul li a {
    display: block;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    padding: 15px 30px;
    transition: all .3s ease-in-out;
  }
  .community-module .tab-content .community-box {
    flex: 0 0 50%;
  }
  .how-to-help-u-module .wrapper.d-flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .how-to-help-u-module .wrapper.d-flex > div {
    flex: 1 1 100%;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 640px){
  .row-fluid [class*="span"].wrapper,
  .row-fluid [class*="span"]:first-child.wrapper,
  .wrapper {
    max-width: 100%;
    padding-left:2rem;
    padding-right:2rem;
  }
  .row-fluid [class*="span"].wrapper .wrapper,
  .row-fluid [class*="span"]:first-child.wrapper .wrapper,
  .wrapper .wrapper{
    max-width: 100%;
    padding-left:0rem;
    padding-right:0rem;
  }
  .row-fluid [class*="span"].wrapper.wide, .row-fluid [class*="span"]:first-child.wrapper.large, .wrapper.wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .key-numbers-module .number-box {
    flex: 0 0 49%;
    padding: 0 1%;
    box-sizing: border-box;
    margin-bottom: 2%;
  }
  h2.span6.column.mb-2.shape-left.font-weight-bold {
    margin-bottom: 8rem;
    max-width: 100%;
    width: 100%;
  }
  .campaigns-carousel-module.mt-2 {
    margin-top: 5rem;
  }
  .posts-tabs-module .tabs ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
    padding-left: 0;
  }
  .posts-tabs-module .tabs ul li a {
    padding: 15px 30px;
    display: block;
  }
  .community-module .community-box h3 {
    font-size: 20px;
  }
  .social-media-strategy-module .tabs ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .social-media-strategy-module .tabs ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    padding: 15px 30px;
    transition: all .3s ease-in-out;
  }
}



.body-container-wrapper {
  padding-top: 0px;
  overflow:hidden;
}

.blog-principal .body-container-wrapper {
  overflow: visible;
}

/*
* 
* GLOBAL TOOLS CSS
* 
* */


.pt-1{padding-top:1rem;}
.pt-2{padding-top:2rem;}
.pt-3{padding-top:3rem;}
.pt-4{padding-top:4rem;}
.pt-5{padding-top:5rem;}
.pt-6{padding-top:6rem;}
.pt-7{padding-top:7rem;}
.pt-8{padding-top:8rem;}
.pt-9{padding-top:9rem;}
.pt-10{padding-top:10rem;}

.pb-1{padding-bottom:1rem;}
.pb-2{padding-bottom:2rem;}
.pb-3{padding-bottom:3rem;}
.pb-4{padding-bottom:4rem;}
.pb-5{padding-bottom:5rem;}
.pb-6{padding-bottom:6rem;}
.pb-7{padding-bottom:7rem;}
.pb-8{padding-bottom:8rem;}
.pb-9{padding-bottom:9rem;}
.pb-10{padding-bottom:10rem;}

.pl-1{padding-left:1rem;}
.pl-2{padding-left:2rem;}
.pl-3{padding-left:3rem;}
.pl-4{padding-left:4rem;}
.pl-5{padding-left:5rem;}
.pl-6{padding-left:6rem;}
.pl-7{padding-left:7rem;}
.pl-8{padding-left:8rem;}
.pl-9{padding-left:9rem;}
.pl-10{padding-left:10rem;}

.pr-1{padding-right:1rem;}
.pr-2{padding-right:2rem;}
.pr-3{padding-right:3rem;}
.pr-4{padding-right:4rem;}
.pr-5{padding-right:5rem;}
.pr-6{padding-right:6rem;}
.pr-7{padding-right:7rem;}
.pr-8{padding-right:8rem;}
.pr-9{padding-right:9rem;}
.pr-10{padding-right:10rem;}

.mt-1{margin-top:1rem;}
.mt-2{margin-top:2rem;}
.mt-3{margin-top:3rem;}
.mt-4{margin-top:4rem;}
.mt-5{margin-top:5rem;}
.mt-6{margin-top:6rem;}x
.mt-7{margin-top:7rem;}
.mt-8{margin-top:8rem;}
.mt-9{margin-top:9rem;}
.mt-10{margin-top:10rem;}

.mb-1{margin-bottom:1rem;}
.mb-2{margin-bottom:2rem;}
.mb-3{margin-bottom:3rem;}
.mb-4{margin-bottom:4rem;}
.mb-5{margin-bottom:5rem;}
.mb-6{margin-bottom:6rem;}
.mb-7{margin-bottom:7rem;}
.mb-8{margin-bottom:8rem;}
.mb-9{margin-bottom:9rem;}
.mb-10{margin-bottom:10rem;}

.ml-1{margin-left:1rem;}
.ml-2{margin-left:2rem;}
.ml-3{margin-left:3rem;}
.ml-4{margin-left:4rem;}
.ml-5{margin-left:5rem;}
.ml-6{margin-left:6rem;}
.ml-7{margin-left:7rem;}
.ml-8{margin-left:8rem;}
.ml-9{margin-left:9rem;}
.ml-10{margin-left:10rem;}

.mr-1{margin-right:1rem;}
.mr-2{margin-right:2rem;}
.mr-3{margin-right:3rem;}
.mr-4{margin-right:4rem;}
.mr-5{margin-right:5rem;}
.mr-6{margin-right:6rem;}
.mr-7{margin-right:7rem;}
.mr-8{margin-right:8rem;}
.mr-9{margin-right:9rem;}
.mr-10{margin-right:10rem;}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.justify{text-align:justify;}


.justify-content-left{
  justify-content:flex-start;
}

.justify-content-center{
  justify-content:center;
}

.justify-content-right{
  justify-content:flex-end;
}

body {
   line-height:140%;
  margin:0;
  padding:0;
   font-family: 'HKGrotesk Medium', Helvetica, Arial, sans-serif; 
   font-family: 'HKGrotesk Medium'; 
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

b, strong {
   font-family: 'HKGrotesk Bold'; 
}

p{
  font-size: 16px;
   line-height:140%;
  color: #171717;
}

ul, li{
  color: #171717;
}

ul {
  padding-left: 2rem;
  margin-bottom:1rem;
}

ul li {
  position:relative;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}

h1{
  font-size: 60px;
   line-height:120%;
   font-family: 'HKGrotesk Bold'; 
  color: #ff3939;
  margin-top: 1rem;
}

h2{
  font-size: 36px;
   line-height:140%;
   font-family: 'HKGrotesk Bold'; 
}

h3, .titleClaim{
  font-size: 30px;
   line-height:140%;
   font-family: 'HKGrotesk Bold'; 
  color: #ff3939;
}

h4{
  font-size: 24px;
   line-height:140%;
  color: #ff3939;
}

h5{
  font-size: 20px;
   line-height:140%;
  color: #ff3939;
}


h1 .line {
  position:relative;
}

h1 .line::after {
  border-bottom: 0.25em solid #7139ff;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  border-radius: 50px;
}


/*
* 
* CUSTOM CSS
* 
* */

.row-fluid [class*="span"]:first-child, .row-fluid [class*="span"] {
  float: none;
}

/*
* 
* MAIN MENU CSS
* 
* */

h2.small{
  font-size: 20px;
}

.logo-container img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.header-container-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
}

.header-container-wrapper.fixed {
  background: #171717;
}

.internal-page .header-container-wrapper {
  background: #171717;
}

.internal-page.landing-page .header-container-wrapper {
  position: absolute;
  background:none;
}

.internal-page.landing-page.thank-you .header-container-wrapper {
  position: fixed;
  background: #171717;
}

#menu-container>div>.row-fluid {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}


#menu-container>div>.row-fluid>.widget-span {
  margin:0;
  flex: 1 1;
  padding:0;
}

#menu-container>div>.row-fluid>.widget-span.logo-container{
  flex: 0 0 80px;
}

#menu-container .hs-menu-wrapper>ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  margin:0;
  padding:0;
}

#menu-container .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 25px;
  line-height: 100%;
  display: block;
  color: #fff;
  font-family: "HKGrotesk Bold";
}
#menu-container .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  bottom: -10px;
  left: 10px;
  background-color: #eaf0f6;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-container .hs-menu-wrapper>ul>li>a:hover:after{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#menu-container .hs-menu-wrapper>ul>li:last-child a:hover:after{
  visibility:hidden;
}
.blog-listing .post-body h3 a, .blog-listing .post-body > div > a {
  color: #171717;
}

.blog-post-header-module.realisations .post-item > .post-body .button.outline {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
}

#menu-container .hs-menu-wrapper>ul>li:last-of-type>a {
  padding: 12px 35px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px;
}

.shape-left {
  text-align: left;
  position: relative;
}

.shape-left:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 85%;
  background: #7139ff; 
  border-radius: 100px;
  transform: translateY(calc(-50% - 3px));
}

.shape-right {
  text-align: right;
  position: relative;
}

.shape-right:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 5px;
  height: 85%;
  background: #7139ff; 
  border-radius: 100px;
  transform: translateY(calc(-50% - 3px));
}

.button {
  padding: 1.5rem 2rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 15px;
  font-family:"HKGrotesk Bold";
  display:inline-block;
  background: #7139ff;
  cursor:pointer;
  border-radius:5px;
}

.button.outline {
  color: #7139ff !important;
  background:none;
  box-shadow: inset 0 0 0 2px #7139ff;
  border-radius: 5px;
}

.button.large-size {
  min-width: 440px;
  box-sizing: border-box;
  border-radius: 5px;
}

.button.small-font{
  font-size: 12px;
}

.footer-container h2 {
  font-size: 48px;
  line-height: 55px;
}

.footer-container-wrapper {
  background: #171717;
  position:relative;
  padding-top: 5rem;
  overflow:hidden;
}

/*.contact .footer-container-wrapper {
padding-top: 14rem;
}*/

.footer-container-wrapper:before {
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/background-shape-footer.png);
  background-size: 500px;
  background-position-x: 5rem;
  background-position-y: -5rem;
  width: 30rem;
  height: 24rem;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  right: 0;
  z-index:1;
}

.footer-container.container-fluid {
  position: relative;
  z-index: 2;
}

.landing-page .footer-container-wrapper{
  padding-top:0;
}

.landing-page .footer-container-wrapper ul li a {
  text-decoration: none;
  color: #fff;
  padding: .5rem 2rem;
  display: block;
}

.landing-page .footer-container-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width:100%;
}

.landing-page .footer-container-wrapper:before {
  display:none;
}

.landing-page .footer-container-wrapper .menu-part > div > .row-fluid > div {
  flex: 0 0 100%;
  margin: 0;
}

.footer-container-wrapper .link-container > div > .row-fluid{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.footer-container-wrapper .link-container  > div > .row-fluid > .span4 {
  -webkit-flex-basis: 33%;
  flex: 0 0 33%;
  margin: 0;
  box-sizing: border-box;
}

.footer-container-wrapper .menu-part > div > .row-fluid {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: center;
}

.footer-container-wrapper .menu-part > div > .row-fluid > div {
  flex: 0 0 25%;
  margin:0;
}

.footer-container-wrapper .title {
  color: #ffffff;
  font-family: "HKGrotesk Bold";
  padding-bottom:.5rem;
}

.footer-container-wrapper .menu-container .widget-span {
  width: 100%;
  margin: 0;
}

.footer-container-wrapper ul {
  padding: 0;
  margin: 0;
}

.footer-container-wrapper ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: .5rem 0;
  display: block;
}


.landing-page iframe {
  border-radius: 10px;
  overflow: hidden;
  margin: 3rem auto 1rem auto;
  display:block;
}

.landing-page .post-body p {
  margin: 2rem 0;
}

.landing-page .post-body blockquote {
  font-style:italic;
  position:relative;
}

.landing-page .post-body blockquote::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/quote.png);
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}

/**
* 
* 
* ABOUT US PAGE
* 
* 
* */

.about .key-number-text {
  font-size: 16px;
  line-height: 140%;
}

/**
* 
* 
* SERVICES PAGE
* 
* 
* */

.services .testimonials-module:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #F8F8F8;
  transform: translateY(25%);
  z-index: -1;
}


/**
* 
* 
* ADDED BY VERTICAL STATION
* 
* 
* */



.rounded-corners4{
    border-radius: 4px;
}

.rounded-corners10{
    border-radius: 10px;
}

.rounded-border10{
    border-radius: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: #f8f8f8;
}

.shadow40 {
    box-shadow: 0px 0px 40px #e2e2e2;
}

.shadow-strong40 {
    box-shadow: 0px 0px 40px #b3b3b3;
}

.cta-box1 {
    background-color: #FCFCFC;
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
    border-top: 4px solid #ea6060;
    margin: 20px 0;
}

.focus-box1 {
    background-color: #f6f6f6;
    padding: 15px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 20px rgba(0,0,0,.15);
    border-top: 6px solid #c9c9c9;
    margin: 30px 0;
}

.focus-box2 {
 	  font-size: 18px;
    line-height: 26px;
    color: #666666;
    background-color: #f5f5f5;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
  	margin: 26px -15px;
}

.recommendation-article {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    padding: 20px 20px 5px 20px;
    margin: 26px -15px;
    background: #ECEFF1;
  	border-radius: 4px;
}

.recommendation-article-titre1 {
    font-size: 14px;
    line-height: 28px;
    color: #555555;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
  }

.recommendation-article-titre2 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px;
  }




/**
* 
* 
* BLOG LISTING PAGE
* 
* 
* */

.blog-listing .newsletter-module {
  background: #171717;
}

.post-listing {
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
}

.post-listing .post-item {
  flex: 0 0 33.33333333%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.page-navigation > ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.page-navigation a {
  font-size: 17px;
  color: #ff3d39;
  text-decoration: none;
  font-weight: bold;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  opacity:.5;
}

.page-navigation a:hover,
.page-navigation .active a {
  opacity:1;
}

.page-navigation a.next i:before {
  content: '→';
  color: #ff3d39;
  font-size:17px;
  font-family: "HKGrotesk Bold";
  line-height: 100%;
}

.page-navigation a.prev i:before {
  content: '←';
  color: #ff3d39;
  font-size:17px;
  font-family: "HKGrotesk Bold";
  line-height: 100%;
}

.simple-header-module {
  padding: 14rem 0 8rem 0;
  background: url(https://f.hubspotusercontent10.net/hubfs/3295415/1.%20DEV_Vertical%20Station/Backgrounds/Background-blog-post_V2_comp-80.jpg);
  position: relative;
  background-size:cover !important;
  background-position:50% !important;
}

.simple-header-module .wrapper {
  z-index: 2;
  position: relative;
}

.simple-header-module .claim {
  color: #ffffff;
  font-size: 30px;
  font-family: "HKGrotesk Medium";
}

.simple-header-module .claim b,
.simple-header-module .claim strong{
  color:#ff3939;
}

.simple-header-module .pre-title {
  font-family: "HKGrotesk Bold";
  font-size: 32px;
}

.hs-blog-post .blog-listing {
  position: relative;
  top: -6rem;
}

.hs-blog-post .blog-post-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  position:relative;
}

.hs-blog-post #hubspot-author_data {
  margin-bottom: 2rem;
  font-size: 18px;
  color: #171717;
  font-family: "HKGrotesk Bold";
}

.hs-blog-post #hubspot-author_data a{
  color:inherit;
}

.hs-blog-post .section.post-header img {
  border-radius: 15px;
  margin-bottom:3rem;
}

.category {
  transform: translateY(-200%);
  text-align: left;
  text-transform: uppercase;
  font-family: "HKGrotesk Bold";
  font-size: 14px;
}

.category.lower {
  transform: initial;
  font-size: 30px;
  text-transform: initial;
}

.category a.topic-link {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

.social-sharing a {
  width: 31px;
  height: 30px;
  display: block;
  float: none;
  background: black;
  background-size:100% !important;    
  background-position:50% !important;   
  background-repeat:no-repeat !important;
  margin-bottom: 1rem;
}

.social-sharing a.twitter {
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/twitter.png);
}

.social-sharing a.linkedin {
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/linkedin.png);
}

.social-sharing a.facebook {
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/facebook.png);
}

.social-sharing a.instagram {
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/instagram.png);
}

.social-sharing a.tiktok{
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/tiktok_logo.png);
}


.ressources .simple-header-module {
  text-align: left;
}

/*..social-sharing-container {
left: 430px;
display: flex;
flex-flow: column;
align-items: flex-start;
z-index: 999;
}*/

.social-sharing-container {
  position: absolute;
  top: 0;
  left: -66px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.social-sharing-container > div {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.social-sharing a.linkedin {
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/linkedin.png);
}

.post-body p , 
.post-sidebar p {
  line-height: 180%;
}

.post-sidebar .hs_cos_wrapper_type_cta {
  display: block;
}

.section.post-body {
  margin: 0;
  padding: 0 2rem 0 0;
}

.hs-blog-post.blog-principal .section.post-body {
  margin: 0;
  padding: 0 4rem 0 0;
  width: 75%;
  flex: 0 0 75%;
}

.hs-blog-post.blog-principal .section.post-sidebar {
  margin: 0;
  width: 25%;
  flex: 0 0 25%;
}

.post-body  blockquote {
  background: #f8f8f8;
  padding: 1.75rem 3rem;
  margin: 2rem 0;
  transform: scale(1.1);
  border-radius: 10px;
}

.post-sidebar h2 {
  padding: 2rem;
  font-size: 20px;
}

.post-sidebar .image-content {
  min-height: calc(100vw / 14);
  margin-bottom: 2rem;
  background-size: cover !important;
  background-position: 50% !important;
}

.post-sidebar .actu-box .infos-content,
.post-sidebar .content-box .infos-content{
  padding-bottom: 2rem; 
  padding-left: 2rem;
  padding-right: 2rem;
}

.post-sidebar .actu-box h3,
.post-sidebar .content-box h3{
  font-size: 16px;
  margin-bottom: 2rem;
}

.post-sidebar .actu-box h3 a:after{
  content:'';
  position:absolute;
  bottom:-2rem;
  width:100%;
  height:1px;
  background:#171717;
  display:block;
  opacity:.25;
}

.post-sidebar > .actu-box:nth-child(5) h3 a:after{
  display:none;
}

.post-sidebar  > .actu-box:nth-child(5) .infos-content{
  padding-bottom: 0rem; 
}

.post-sidebar .actu-box h3 a,
.post-sidebar .content-box h3 a {
  position:relative;
  color:#171717;
  text-decoration:none;
  display:block;
}

.post-sidebar form {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  box-sizing: border-box;
}

.post-sidebar form fieldset {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.post-sidebar form fieldset .hs-form-field {
  width: 100% !important;
  float: none !important;
}

.post-sidebar form fieldset .hs-form-field .input {
  margin: 0;
}

.post-sidebar input.hs-button.primary.large {
  -webkit-appearance: none;
  background: none;
  color: #7139ff;
  border: none;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "HKGrotesk Bold";
  cursor:pointer;
}

input.hs-button.primary.large {
  cursor:pointer;
}

.post-sidebar form fieldset .hs-form-field .input input {
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 1rem;
  box-sizing: border-box;
}

.post-sidebar form fieldset .hs-form-field label, .post-sidebar form fieldset .hs-form-field .input input {
  display: block;
  margin-bottom: 1rem;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
}

ul.hs-error-msgs.inputs-list li {
  font-size: 12px;
  color: red;
}

.recommanded-posts-module .post-content {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.recommanded-posts-module .post-content h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.recommanded-posts-module .post-content h3 a {
  color:inherit;
  text-decoration:none;
}

.recommanded-posts-module .content-box {
  padding: 0 1rem;
  box-sizing: border-box;
  flex: 0 0 33.33333333333%;
}

.recommanded-posts-module .image-content {
  min-height: calc(100vw / 10);
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.recommanded-posts-module .infos-content div a {
  text-decoration: none;
  color: inherit;
}

.recommanded-posts-module .topic-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #ff3939;
}

.back-to-link {
  text-transform: uppercase;
  text-decoration: none;
  margin: 2rem 0;
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-size: 14px;
}

.author-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.author-box img {
  margin: 0;
  width: 100px;
  border-radius: 50%;
  margin-right: 10px;
}

.horizontal-scrolling {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
}

.fill {
  width:0;
  height: 100%;
  background: #ff3939;
  transition: all .05s ease-in-out;
}

.post-listing.blog-author {
  flex-flow: column;
  align-items: flex-start;
}

.blog-listing .author .wrapper {
  display: flex;
  /*flex-flow: row;*/
  flex-flow: row-wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top:2rem;
}

.blog-section.author .post-listing .post-item {
  flex: 0 0 50%;
  padding: 0 1rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.blog-section.author h1.hs-author-listing-header {
  font-size: 2.5rem;
  color: #171717;
}

.blog-section.author .hs-author-profile {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.blog-section .hs-author-avatar {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.blog-section .post-item .post-image, 
.blog-listing .post-item .post-image {
  background-position: 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 10px;    
  width: 100%;
  height: 100%;
  min-height: calc(100vw / 10);
  margin-bottom: 1rem;
}

.blog-principal.hs-blog-post #hs_cos_wrapper_post_body h2 {
  margin-bottom: 1rem;
  line-height: 120%;
  margin-top: 4rem;
}

.blog-principal.hs-blog-post #hs_cos_wrapper_post_body h3 {
  margin-bottom: 1rem;
  font-size:20px;
  color:#171717;
  line-height: 140%;
  margin-top: 3rem;
}
.blog-principal.hs-blog-post #hs_cos_wrapper_post_body p,
.blog-principal.hs-blog-post #hs_cos_wrapper_post_body ul {
  margin-bottom: 1rem;
}

.blog-principal.hs-blog-post #hs_cos_wrapper_post_body ul {
  padding-left:1rem;
}

.blog-principal.hs-blog-post #hs_cos_wrapper_post_body ul li {
  list-style: initial;
  margin-bottom: 1rem;
}

.blog-principal.hs-blog-post #hs_cos_wrapper_post_body h4 {
  margin-bottom: 1rem;
  font-size:18px;
  color:#171717;
  line-height: 140%;
}


.blog-listing .blog-post-header-module .post-item.large .post-image{
  min-height: calc(100vw / 6);
}



.blog-listing .post-item h3,
.blog-section .post-item h3 {
  font-size: 20px;
  line-height: 120%;
  color: #171717;
  margin-bottom: 2rem;
  text-align:left;
}

.blog-section .post-item .topic, 
.blog-listing .post-item .topic {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ff3d39;
}

.blog-listing .post-body a,
.blog-section .post-body a {
  text-decoration: none;
  font-size: inherit;
  color: #7931ff;
  font-family: "HKGrotesk Bold";
}

.post-sidebar > .actu-box:last-of-type h3 a:after {
  display:none;
}

.blog-section.author .hs-author-name {
  font-size: 20px;
  font-weight: 600;
  color:#171717;
}

.post-sidebar > .actu-box:last-of-type h3{
  margin-bottom:0;
}

.blog-listing.realisations .realisations-container .slick-dots button:before{
  display:none;
}

.realisations .simple-header-module .wrapper > h1, .realisations .simple-header-module .wrapper > .pre-title {
  max-width: 65%;
  text-align: left;
  margin-left: 0 ;
  margin-right: auto ;
  display: block;
}

.realisations.hs-blog-post .simple-header-module .wrapper>h1, .realisations.hs-blog-post .simple-header-module .wrapper>.pre-title {
  max-width: 100%;
}

.blog-section.hidden {
  display: none;
  overflow: hidden;
}

.operation-module .wrapper {
  display: flex;
  flex-flow: row;
}

.single-community-module .card a {
  bottom: 0;
  left: 0;
  margin: 1rem 0 0 0;
  color: #7139ff;
  font-size: 12px;
  font-family: "HKGrotesk Bold";
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  display: block;
}

.single-community-module .card a:after {
  content: '→';
  color: #7139ff;
  font-size:14px;
  font-family: "HKGrotesk Bold";
  line-height: 100%;
  margin-left:10px;
}

.blog-principal.hs-blog-post .blog-section {
  margin-top: -5rem;
  position: relative;
}

.realisations.hs-blog-listing .blog-section.pt-3.pb-8 {
  position: relative;
}

.realisations.hs-blog-listing .blog-section.pt-3.pb-8::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: -8rem;
  z-index: -1;
  background: #F8F8F8;
}

.realisations.hs-blog-listing .post-item-inner {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height:100%;
  position:relative;
  padding-bottom: 2rem;
  box-sizing:border-box;
}

.realisations.hs-blog-listing .blog-section .post-item .post-image, .realisations.hs-blog-listing .blog-listing .post-item .post-image {
  position:relative;
  border-radius: 0;
}

.realisations.hs-blog-listing .blog-section .post-item .post-image:after, .realisations.hs-blog-listing .blog-listing .post-item .post-image:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 300px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hs-blog-listing.realisations .recent-studies-module.pt-4 {
  padding-top: 0;
}

.realisations.hs-blog-listing .blog-section .post-item .post-body {
  padding: 0 1.5rem 3rem 1.5rem;
}

.realisations.hs-blog-listing .blog-section .post-body > div:last-of-type a {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: .5rem 1.5rem;
  color: #7139ff;
  font-size: 12px;
  font-family: "HKGrotesk Bold";
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.realisations.hs-blog-listing .blog-section .post-body > div:last-of-type a:after {
  content: '→';
  position: absolute;
  top: 48%;
  right: 0;
  color: #7139ff;
  font-size: 12px;
  font-family: "HKGrotesk Bold";
  transform: translateY(-50%);
  line-height: 100%;
}


.hs_cos_wrapper_type_form .hs-form-field .input {
  margin-right: 0 !important;
  width: 100%;
  text-align: left;
}

.hs-form > div > div {
  text-align: left;
}


.hs_cos_wrapper_type_form .hs-form-field .input input,
.hs_cos_wrapper_type_form .hs-form-field .input select,
.hs_cos_wrapper_type_form .hs-form-field .input textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 1rem;
  -webkit-appearance:none;
  border: none;
  outline:none;
  border-radius: 5px;
}
.hs_cos_wrapper_type_form .form-columns-1 > div {
  width: 100% !important;
  padding: 0 5px;
  box-sizing:border-box;
}

.hs_cos_wrapper_type_form .form-columns-3 > div {
  width: 33.33333333333333% !important;
  padding: 0 5px;
  box-sizing:border-box;
}

.hs_cos_wrapper_type_form .form-columns-2 > div {
  width: 50% !important;
  padding: 0 5px;
  box-sizing:border-box;
}

.hs_cos_wrapper_type_form .form-columns-4 > div {
  width: 25% !important;
  padding: 0 5px;
  box-sizing:border-box;
}

.hs-form fieldset {
  margin-bottom: 1rem !important;
}

.hs-form fieldset label {
  font-family: 'HKGrotesk Bold';
  font-size: 16px;
}

.hs-form fieldset .hs-error-msgs label {
  color: #ff3939;
  margin-top: .5rem;
  display: block;
  font-size: 14px;
}

.legal-consent-container > .hs-richtext,
.legal-consent-container > .hs-richtext p {
  font-size: 10px;
  line-height:140%;
  color: #9d9d9d;
}

.legal-consent-container>.hs-richtext a, 
.legal-consent-container>.hs-richtext p a {
  color: #7139ff;
  text-decoration: none;
  font-family: "HKGrotesk Bold";
}

.legal-consent-container .hs-form-booleancheckbox span {
  color: #171717;
  font-size: 12px;
}

.inputs-list {
  margin: .5rem 0;
  padding: 0;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox input {
  background: #ffffff;
  width: 12px !important;
  height: 12px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #ff3939;
  outline:none;
  transition: all .4s ease-in-out;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox input:checked {
  background: #ff3939;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox label {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.image-advantages img {
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
}

.image-offset-top {
  position: relative;
}

.image-offset-top img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius:10px;
}

.hs-page .post-body h2, 
.hs-page .post-body h3, 
.hs-page .post-body p, 
.hs-page .post-body ul li{
  margin-bottom:1rem;
}

.small-titles h3 {
  font-size: 20px;
  margin-bottom: 2rem !important;
  margin-top: 2rem;
}

.error-page h1 {
  font-size: 222px;
  line-height: 100%;
  margin: 0;
  flex: 0 0 50%;
}

.error-page .page-header-module h1:after{
  display:none;
}

.error-page .page-header-module .wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

.oups {
  display: block;
  color: #ff3939;
  font-size:32px;
}

.error-page .page-header-module p {
  text-align: left;
  font-size: 60px;
  color: #ffffff;
  line-height: 100%;
  font-family: "HKGrotesk Bold";
  font-weight: 600;
}

.error-page .page-header-module {
  padding: 15rem 0;
}

.image-content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: calc(100vw / 7);
}

h1 .gradient {
  background: linear-gradient(#ff5e3a 0%, #ff3a39 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-trigger{
  display: none;
}

.popup.fixed i {
  color: transparent;
  display: block;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  width: 100%;
  cursor:pointer;
}

.popup.fixed i:before {
  font-size: 30px;
  color: #ffffff;
  width: 30px;
  display: block;
  text-align: center;
}

.popup.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,.75);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  box-sizing: border-box;
}

.popup .close-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-bottom: 0;
}

.popup .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.popup .container.squared {
  max-width: 500px;
}

.popup .container.squared iframe,
.popup .container.squared video {
  max-width: 100%;
  max-height: 500px;
}


.popup .container , .popup .container.horizontal {
  max-width: 860px;
}

.popup .container iframe, .popup .container.horizontal iframe,
.popup .container video, .popup .container.horizontal video{
  max-width: 860px;
  max-height: 600px;
  width:100%;
  height:100%;
}

.popup .container.vertical iframe,
.popup .container.vertical video {
  max-height: 860px;
  max-width: 100%;
  width:100%;
  height:100%;
}

.popup .container.vertical {
  max-width: 600px;
  max-height: 860px;
}

.how-to-help-u-module .solutions-box .link.center {
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  white-space: nowrap;
}

.branding-footer > div > .row-fluid {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.footer-container .socials-module .wrapper.wide {
  padding: 0;
}

.footer-container .socials-module h2 {
  font-size: 20px;
  line-height: 140%;
}

.footer-container .socials-module .row > .wrapper.wide > .wrapper > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
}

.footer-container .social-part > div > .row-fluid {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 0 !important;
}

.footer-logos img {
  max-width: 78px;
  margin-left: 0;
  margin-bottom: 1rem;
}

.social-sharing a {
  margin-left: 0 !important;
  margin-bottom: 1rem !important;
}

.footer-container .newsletter-module .wrapper {
  padding: 0;
  flex-flow: column;
}

.footer-container .newsletter-module .row > .wrapper.wide > .wrapper > div {
  flex: 0 0 100%;
  width: 100%;
}

.footer-container .hs_cos_wrapper_type_form .form-columns-2>div {
  padding-left: 0;
}

.footer-container .nl-form {
  padding: 1rem 0;
  padding-right: 50px;
  position: relative;
}

.newsletter-module .nl-form form .actions {
  position: initial;
}

.footer-container .newsletter-module .nl-form form input.hs-button.primary.large {
  position: absolute;
  top: 40px;
  right: 0;
  width: 31px;
  height: 30px;
  color: transparent;
  background: transparent;
  border-radius: 50%;
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/arrow-nl-footer.png);
  background-size: cover !important;
  outline:none;
  cursor:pointer;
}

.footer-container .newsletter-module .nl-form form .actions:after{
  display:none;
}

.footer-container-wrapper .socker-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
}

.footer-container-wrapper .socker-menu a {
  padding: 0rem 2rem;
}

.menu-module.community-footer-module .span3 {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.footer-container-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 328px;
  height: 171px;
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Backgrounds/footer-bottom-shape.png);
  z-index: 0;
}

.hs_cos_wrapper_type_form .hs-fieldtype-select .input{
  position:relative;
  margin:1rem 0;
}

.hs_cos_wrapper_type_form .hs-fieldtype-select .input select{
  background: transparent;
  position:relative;
  z-index:2;
  margin:0;
  color: #171717;
}

.hs_cos_wrapper_type_form .hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background: url(https://cdn2.hubspot.net/hubfs/3295415/1.%20Vertical%20Station/Icons/chevron-select.png) #fff;
  z-index: 1;
  background-size: initial;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat !important;
}

.hs-blog-post.blog-listing.realisations .simple-header-module{
  padding: 10rem 0 5rem;
}

.video-module .infos-container a {
  width: 33px;
  height: 33px;
  display: block;
  float: none;
  background-size: 100% !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  margin-bottom: 0;
  margin: 0 10px  0 0 !important;
}

.video-module .infos-container .social-sharing {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}

.video-module .infos-container .social-sharing h4{
  font-size:12px;
  flex:0 0 100%;
  margin-bottom: .5rem;
}

.blog-module .how-to-help-u-module .wrapper.wide.pt-6.pb-4 {
  padding-top: 4rem;
}

.services h1 {
  font-size: 40px;
}

.slick-prev:before, .slick-next:before {
  color: #999999;
}

.listing-communities .key-numbers-module h2.span6.column.mb-2.shape-left.font-weight-bold {
  width: 65%;
}

.section.post-sidebar {
  border-radius: 5px;
}




.post-sidebar .actions {
  position: relative;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}

.button-container{
  z-index:3;
}

.post-sidebar .actions:after {
  content: '→';
  color: #7139ff;
  font-size: 17px;
  font-family: "HKGrotesk Bold";
  line-height: 100%;
  width: 30px;
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.mentions-legales.hs-page .post-body p {
  margin-bottom: 3rem;
}

.slick-prev::before {
  content: "‹";
  font-size: 60px;
  line-height: 0;
}

.slick-next::before {
  content: "›";
  font-size: 60px;
  line-height: 0;
}

.close-icon {
  display: none;
}

.slick-dots li button:before {
  font-size: 20px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ff3939;
}

.social-media-strategy-module .slick-dots {
  bottom: -3rem;
}

.overlay{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1000;
  left: 0;
  height: 100%;
  background: black;
  opacity: 0;
  visibility:hidden;
}

.mobile-open .overlay{
  z-index: 90;
  opacity: .8;
  visibility:visible;
}

.guides-module .carousel .post-body > div > div > b > a {
  text-decoration: none;
  color: #171717;
  margin-bottom: 1rem;
  display: inline-block;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  position: fixed;
  bottom: 1rem;
  top: initial;
  left: 50%;
  max-width: 75%;
  border-radius: 5px;
  transform: translateX(-50%);
  background: #171717 !important;
  width: 100%;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  color:#ffffff;
  font-size:15px;
  line-height:24px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a{
  color:#7139ff;
  text-transform:uppercase;
  display:block;
  margin-top:10px;
  margin-bottom:20px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
  display:block;
  margin:0;
  width:100%;
  box-sizing:border-box;
  text-align:center;
  text-transform:uppercase;
  font-family: "HKGrotesk Bold";
  font-size:15px;
  padding:1rem 2rem !important;
}



@media screen and (max-width: 1920px){
  .blog-post-header-module.realisations .post-item .post-image {
    min-height: calc(100vw / 5);
  }
  .video-programs-module .image-part {
    min-height: calc(100vw / 5);
  }
}

@media screen and (max-width: 1620px){
  .posts-tabs-module .image-content, .blog-section .post-item .post-image, .blog-listing .post-item .post-image {
    min-height: calc(100vw / 8);
    background-size: cover !important;
    background-position: 50% !important;
    position:relative;
  }
}

@media screen and (max-width: 1440px){
  .posts-tabs-module .image-content, .blog-section .post-item .post-image, .blog-listing .post-item .post-image{
    min-height: calc(100vw / 7);
    background-size: cover !important;
    background-position: 50% !important;
    position:relative;
  }
  .image-content a {
    min-height: calc(100vw / 6);
  }
  .video-programs-module .tabs-content.active {
    margin-top: 0;
  }
  .resource-post-header-module.realisations .post-item .post-image {
    width: calc(100vw / 6);
    min-height: calc(100vw / 4);
  }
}

@media screen and (max-width: 1280px){
  .communities-menu > .wrapper > .wrapper:last-of-type ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem;
  }
  .originals-community-module .background-image,
  .brand-community-module .background-image,
  .originals-community-module .background-image a.video,
  .brand-community-module .background-image a.video{
    min-height: calc(100vw / 3);
  }
  .posts-tabs-module .image-content, .blog-section .post-item .post-image, .blog-listing .post-item .post-image {
    min-height: calc(100vw / 5);
    background-size: cover !important;
    background-position: 50% !important;
    position:relative;
  }
  .originals-community-module > .row:last-of-type .wrapper.wide:after {
    height: calc(50% + 5rem);
  }
  .blog-post-header-module .wrapper.wide {
    padding: 3rem 2rem;
  }
  .realisations .slick-list {
    padding: 0 !important;
  }
  .blog-post-header-module.realisations .wrapper.wide .slick-slide {
    margin: auto;
  }
  .blog-post-header-module.realisations .wrapper.wide {
    padding: 0;
  }
  .blog-post-header-module.realisations .post-item>.post-image-container {
    padding-left: 2rem;
    flex: 0 0 33%;
  }
}

@media screen and (max-width: 992px){
  .text-image-module.no-bg .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    max-width: 85%;
  }
  .category {
    text-align: center;
  }
  .videos-module.multiple {
    margin-top: 7rem;
  }
  .item.video-module {
    flex: 0 0 100%;
    margin: 0 0 1rem 0;
  }
  .social-media-strategy-module .image-content {
    background-size: cover !important;
    background-position: 50% !important;
    border-radius: 10px;
    min-height: calc(100vw / 2);
  }
  .social-media-strategy-module .logos-part {
    transform: translateY(-0px);
  }
  .social-media-strategy-module .tabs ul {
    background: linear-gradient(#ff3a39 0%, #ff5e3a 100%);
    padding: 3rem 3rem 3rem 3rem;
    border-radius: 10px;
  }
  .close-icon {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
  }
  .campaigns-carousel {
    max-width: 100%;
    box-sizing: border-box;
  }
  .social-media-variant-module .slick-slide > div .content-box .infos-content {
    padding-left: 2rem;
  }
  .social-media-variant-module .infos-content a {
    padding: .5rem;
    left: 2rem;
    box-sizing: border-box;
    font-size: 14px;
  }
  .footer-container .social-part>div>.row-fluid > .span6 {
    width: 100%;
    flex: 0 0 100%;
    margin:0;
  }
  .branding-footer > div > .row-fluid > .span6 {
    flex: 0 0 50%;
  }

  .footer-container .newsletter-module .main-text {
    padding: 0px 0px 2rem 0px;
  }

  .footer-container .social-part>div>.row-fluid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-container .newsletter-module {
    padding: 0 0rem;
  }
  .footer-container .newsletter-module .wrapper.wide {
    padding: 3rem 0rem !important;
  }

  .blog-listing.realisations .simple-header-module.text-align-center.offset-top.mb-10 {
    margin-bottom: 3rem;
  }
  .key-numbers-module.blog-module>.wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 300%;
    height: calc(100%);
    background: #f2f2f2;
    z-index: -1;
    transform: translate(0%,0%);
    border-radius: 0;
  }
  .key-numbers-module.blog-module {
    padding: 0;
  }
  h2.shape-left.left.mb-5 {
    margin-bottom: 2rem;
  }
  .realisations .simple-header-module .wrapper>h1, .realisations .simple-header-module .wrapper>.pre-title {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .blog-post-header-module.realisations .post-item .post-image {
    margin-bottom: 0;
  }
  .realisations-container.mb-6 {
    margin: 0;
  }
  .blog-post-header-module.realisations .post-item>.post-body {
    padding-top: 0;
  }
  .blog-post-header-module.realisations .post-item {
    transform: translateY(0);
    padding: 3rem;
    box-shadow:none;
  }
  .blog-post-header-module.realisations .wrapper.wide .slick-slide{
    box-shadow:none;
  }
  .blog-section.author .post-listing .post-item {
    flex: 0 0 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .communities-menu ul li {
    flex: 0 0 auto;
    margin-bottom:1rem;
  }
  .blog-tabs-module .tabs .wrapper.wide {
    border-radius: 0;
    max-width: 100%;
  }
  .bottom-listing-module .span6.columns.pb-3 {
    width: 65%;
    text-align: left;
  }
  .blog-post-header-module {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .blog-post-header-module .wrapper.wide {
    border-radius:0;
  }
  .originals-community-module .span4{
    padding: 0 5px 2rem 5px !important;
  }
  .socials-module .wrapper.wide {
    max-width: 720px;
  }
  .community-meeting-module .row > .wrapper > div {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .community-meeting-module .buttons .cta_button {
    padding: 1.5rem 2rem !important;
  }

  .community-meeting-module .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .community-meeting-module .row > .wrapper > div.buttons {
    flex: 0 0 100%;
    order: 2;
    margin-top:2rem;
  }
  .brand-community-module .span4 {
    padding: 0 5px 4rem 5px !important;
  }
  .communities-menu .wrapper.wide {
    max-width: 720px;
    padding: 3rem 0 2rem 0;
  }

  .originals-community-module .wrapper.wide > .wrapper,
  .brand-community-module .wrapper.wide > .wrapper {
    max-width: 860px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .brand-community-module {
    padding-top: 0;
  }
  .brand-community-module > .row:last-of-type .wrapper.wide, .originals-community-module > .row:last-of-type .wrapper.wide{
    max-width: 720px;
  }
  .communities-menu > .wrapper > .wrapper:last-of-type ul {
    justify-content: center;
    align-items: center;
  }
  .communities-menu .wrapper.wide {
    background: #171717;
    border-radius: 10px;
    max-width: 720px;
  }
  .social-media-variant-module .content-container > .image-content {
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    transform: initial;
    background-size: cover !important;
    background-position: 50% !important;
  }
  .social-media-variant-module .slick-slide > div .content-box {
    max-width: 100%;
  }
  .recent-posts-community-module .image-content:before {
    border-width: 20px 0 0 400px;
  }
  .recent-posts-community-module .image-content {
    min-height: calc(100vw / 5);
  }
  .recent-posts-community-module .tabs-content .content-box {
    flex: 0 0 50%;
  }
  .key-numbers-module>.wrapper>.wrapper:last-of-type {
    align-items: initial;
    padding: 0rem;
  }
  .newsletter-module .wrapper.wide {
    padding: 3rem 2rem !important;
  }
  .about .key-numbers-module .wrapper.wide.pt-6.pb-6 {
    padding: 3rem 3rem 7rem 3rem;
  }
  .about .key-numbers-module>.wrapper>.wrapper:last-of-type {
    max-width: calc(860px + 0px);
  }
  .four-advantages-module > div > .wrapper:first-of-type {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .four-advantages-module > .row:last-of-type {
    padding: 0 2rem;
  }
  .text-image-module .wrapper.internal {
    padding-left: 3rem;
  }
  .newsletter-module {
    padding: 0 2rem;
  }
  .meeting-module .wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .meeting-module .row > .wrapper > div {
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
  }
  h2.shape-left br {
    content: '';
    margin-right: 5px;
  }
  .timeline-module .timeline-title h2 {
    transform: translateY(0);
    font-size: 50px;
    line-height: 100%;
    margin: 2rem;
  }
  .about .key-numbers-module .wrapper.wide.pt-6.pb-6 {
    padding: 3rem 3rem 10rem 3rem;
  }
  .key-numbers-module>.wrapper>.wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    max-width: 720px !important;
    position: relative !important;
    bottom: 0;
    left: 0 !important;
    transform: initial !important;
    width: 100%;
  }
  .key-numbers-module h2 {
    margin-left: 2rem !important;
  }
  .key-numbers-module .wrapper.wide.pt-6.pb-6 {
    padding: 5rem 0;
  }
  .video-programs-module .content {
    margin: 7rem 0 3rem auto;
  }
  .originals-module .wrapper.pt-6.pb-6 {
    padding: 3rem 0;
  }

  /*.expertises .originals-module .wrapper.pb-6, 
  .expertises .originals-module .wrapper .pt-6{
  padding-bottom: 6rem;
  padding-top:6rem;
} */
  .video-programs-module.pt-6.pb-6 {
    padding: 5rem 0 0rem 0;
  }
  .advantages-tabs-module .wrapper.wide {
    border-radius: 0px;
    flex-flow: column;
  }
  .advantages-tabs-module.pt-6.pb-7 {
    padding-bottom: 0;
  }
  .video-programs-module .main-text {
    margin-bottom: 5rem;
  }
  h1 {
    font-size: 50px;
  }
  .meeting-vertical-module a.cta_button{
    max-width:100% !important;
  }
  .posts-tabs-module {
    margin-bottom: 4rem;
  }
  .originals-module .box-container {
    justify-content: flex-start;
  }
  .advantages-tabs-module .wrapper.wide.tabs {
    margin-bottom: 3rem;
    padding: 3rem !important;
  }
  .meeting-vertical-module .wrapper.wide {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .meeting-vertical-module .buttons .hs_cos_wrapper_type_cta {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    margin: 1rem 0;
  }
  .meeting-vertical-module .row > .wrapper > div > div, .meeting-vertical-module .row > .wrapper > div > h2 {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 0rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1rem;
  }
  .meeting-vertical-module .span12.columns.buttons {
    flex-flow: column;
  }
  .video-programs-module .tabs ul.pb-3 {
    padding: 0;
    margin: 0;
  }
  .video-programs-module .tabs .wrapper.wide{
    border-radius:0;
  }
  .simple-header-module.offset-top {
    padding: 15rem 0 10rem 0;
  }
  .key-numbers-module.offset-top {
    padding: 0;
    margin-bottom: 0;
    top: 0;
  }
  .four-advantages-module>div>.wrapper:first-of-type .wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  .four-advantages-module .box {
    padding: 0 15px 5rem 15px;
    flex: 1 1 50%;
  }
  .key-numbers-module .number-box {
    flex: 1 1 50%;
    width: 50%;
    padding: 0 15px 1rem 15px;
    box-sizing: border-box;
  }

  .key-numbers-module > .wrapper > .wrapper:last-of-type {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: calc(960px + 30px);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .newsletter-module .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  .newsletter-module .row > .wrapper.wide > .wrapper > div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: 0 0 100%;
    width: 100%;
  }
  .newsletter-module .main-text {
    padding-right: 0;
    width: 100%;
    padding: 0px 10px 2rem 10px;
    box-sizing: border-box;
  }
  .meeting-module .main-text {
    text-align: left;
    margin: 1rem 0;
    padding:0;
    padding-bottom: 0;
  }
  .four-advantages-module > div > .wrapper:first-of-type > h2 {
    width:100%;
    flex: 0 0 100%;
  }
  .about .how-to-help-u-module .solutions-box .link {
    padding: 1.5rem 2rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  body{
    position: relative;
    left: 0px;
    transition: all .3s ease-in-out;
  }
  body.mobile-open{
    left: -320px;
  }
  body .header-container-wrapper {
    transition: all .3s ease-in-out;
  }

  body.mobile-open .header-container-wrapper {
    left: -320px;
  }

  .header-container-wrapper .hs-menu-wrapper ul{
    position: fixed;
    top: 0;
    right: -320px;
    left:initial;
    width: 320px;
    background: #171717;
    z-index: 100;
    height: 100%;
    transition: all .3s ease-in-out;
  }
  .mobile-open .header-container-wrapper .hs-menu-wrapper ul{
    right: 0px;
  }
  #menu-container .hs-menu-wrapper>ul {
    display: flex;
    flex-flow: column;
    justify-content: initial;
    align-items: initial;
    margin: 0;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: inset 0px -5px 0 #ff3939 !important;

  }
  #menu-container .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 0;
    line-height: 100%;
    display: inline-block;
    color: #fff;
    font-family: "HKGrotesk Bold";
  }
  #menu-container .hs-menu-wrapper>ul>li:last-of-type>a {
    padding: 25px 0;
    box-shadow: none;
  }
  .mobile-trigger {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: relative;
    margin-left: auto;
  }

  .mobile-trigger > i {
    width: 42px;
    height: 3px;
    background: #ffffff;
    display: inline-block;
    position:relative;
  }
  .mobile-trigger>i:before, .mobile-trigger>i:after {
    width: 42px;
    height: 3px;
    background: #fff;
    display: inline-block;
    content: '';
    position:absolute;
  }
  .mobile-trigger>i:before {
    top: -1rem;
    left: 0;
  }
  .mobile-trigger>i:after {
    top: 1rem;
    left: 0;
  }
  .text-image-module.no-bg .row > .wrapper > div {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    flex: 0 0 100%;
    color: #171717;
    padding: 0px;
    width: 100%;
  }
  .text-image-module.no-bg .row > .wrapper > div.background-image {
    order: 2;
  }
  .resource-ty-header-module h1 {
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 1rem;
  }
  .error-page .page-header-module .wrapper {
    flex-flow: column;
    text-align: center;
  }
  .oups {
    color: #ffffff;
  }
  .error-page .page-header-module p {
    text-align: center;
  }
  .contact-ways .wrapper {
    flex-flow: row wrap;
  }
  .contact-ways .wrapper .columns {
    flex: 0 0 98% !important;
    width: 98% !important;
    margin: 0 1% 1rem 1% !important;
  }
  .contact-ways .wrapper .columns.call, .contact-ways .wrapper .columns.socials {
    flex: 0 0 48% !important;
    width: 50% !important;
    order: -1;
    margin: 0 1% 1rem 1% !important;
  }
  .campaigns-carousel-module .slick-dots {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .resource-header-module .wrapper {
    z-index: 2;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .resource-header-module .wrapper div {
    width: 100%;
  }
  .resource-header-module .wrapper div {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .resource-header-module {
    padding: 8rem 0 8rem 0;
    position: relative;
    background-color: black;
  }
  .phone-box-module .wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .phone-box-module .box {
    margin-bottom: 1rem;
  }
  .advantages-lp-module .wrapper {
    flex-flow: column;
  }
  .image-advantages img {
    margin: 2rem auto;
  }
  .resource-header-module .hs_cos_wrapper_type_form .hs-button.primary.large {
    transform: translateY(125%);
    cursor:pointer;
  }
  .resource-ty-header-module .span4.columns {
    display: none;
  }
  .resource-ty-header-module .span8.columns.left {
    text-align: center;
  }
  .social-sharing {
    justify-content: center;
  }
}

@media screen and (max-width: 640px){
  .landing-page .footer-container-wrapper ul {
    flex-flow: column;
  }
  .resource-post-header-module.realisations .post-item .post-image {
    width: calc(100vw / 5);
    min-height: calc(100vw / 3);
  }
  .image-offset-top img {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    border-radius: 10px;
  }
  .footer-container .socials-module .wrapper.wide {
    padding: 0rem !important;
  }
  .footer-container .newsletter-module .nl-form form input.hs-button.primary.large {
    position: relative;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    margin-top: 30px;
  }
  .footer-container-wrapper .socker-menu ul {
    flex-flow: column;
  }
  .footer-container-wrapper .socker-menu a {
    padding: 1rem 2rem;
  }
  .socker-menu {
    padding: 0;
  }
  .footer-container .nl-form {
    padding-right: 0;
  }
  .social-container {
    display:block;
  }
  .social-container i{
    margin:0;
  }
  .contact-ways .socials a {
    flex: initial;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    max-width: 30px;
  }
  h1 {
    font-size: 2.3rem;
  }
  .image-offset-top.wrapper.pt-6.pb-6.mb-5 {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .item.video-module.no-text {
    flex: 0 0 100%;
    margin: 0 0 2rem 0;
  }
  .item.video-module.no-text .image-container {

    flex: 0 0 100%;
    min-height: calc(100vw / 2);

  }
  .how-to-help-u-module .wrapper.d-flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .how-to-help-u-module .wrapper.d-flex > div {
    margin: 0 0 2rem 0;
  }
  .internal-page.services .expertises h2{
    margin: 0 2rem 0 2rem;
  }
}

@media screen and (max-width: 480px){
  .hs_cos_wrapper_type_form .form-columns-2 > div {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .contact-ways .wrapper .columns.call, .contact-ways .wrapper .columns.socials {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: -1;
    margin: 0 0 1rem 0 !important;
  }
  .contact-ways .wrapper .columns {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 1rem 0 !important;
  }

  .hs_cos_wrapper_type_form .form-columns-3 > div {
    width: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .hs-form fieldset {
    margin-bottom: 0 !important;
  }
  .recent-posts-ty-module .tabs-content {
    flex-flow: column;
  }
  .recent-posts-ty-module .tabs-content.active > span {
    flex: 0 0 33%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 0 2rem 0;
  }
  .recent-posts-ty-module .hs-cta-wrapper img {
    width: 100%;
  }
  .button.large-size {
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
  }
}