
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%); }

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5); }
  .glide__bullet--active {
    background-color: white; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
.hs-button, 
.cta_button {
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: opacity .25s ease-in-out, background-color .25s ease-in-out;
  text-decoration: none; 
  display: inline-block; 
  background-color: #FF00D4; 
  color: #FFFFFF; 
  padding: 1.5rem 3.0rem; 
  border-radius: 6.0rem;
  position:relative;
  cursor:pointer;
  border:none;
  font-weight: 700;
  font-size: 1.6rem;
}

.hs-button:hover, .cta_button:hover{
  background-color:#B5179E;
  color:#FFFFFF;
}

.hs-button.secondary, 
.cta_button.secondary{
  background-color: #FF8D27; 
  color: #FFFFFF; 
}

.hs-button.secondary:hover, 
.cta_button.secondary:hover{
  background-color: #EA8122; 
}

.hs-button.white, 
.cta_button.white{
  background-color: #FFFFFF; 
  color: #FF00D4;
  border: 1px solid transparent;
}

.hs-button.white:hover, 
.cta_button.white:hover{
  background-color: transparent; 
  color: #FFFFFF; 
  border: 1px solid #FFFFFF
}

.hs-button.border, 
.cta_button.border{
  background-color: transparent; 
  color: #FF00D4;
  border: 1px solid #FF00D4;
}

.hs-button.border:hover, 
.cta_button.border:hover{
  background-color: #FF00D4; 
  color: #FFFFFF; 
  border: 1px solid #FF00D4;
}

.hs-button.border-orange, 
.cta_button.border-orange{
  background-color: transparent!important; 
  color: #FF8D27!important;
  border: 1px solid #FF8D27!important;
}

.hs-button.border-orange:hover, 
.cta_button.border-orange:hover{
  background-color: #FF8D27!important; 
  color: #FFFFFF!important; 
  border: 1px solid #FF8D27!important;
}

.hs-button.inline, 
.cta_button.inline, 
.hs-button.inline-bg,
.cta_button.inline-bg{
  background-color: #FFFFFF; 
  color: #FF00D4;
  border: 1px solid transparent;
  padding: 0;
  padding-bottom: 3px;
  border-radius: 0;
  transition: all .25s ease-in-out;
  position: relative;
}

.hs-button.inline-bg,
.cta_button.inline-bg{
  -webkit-box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.08); 
  box-shadow: 0px 4px 20px 5px rgba(0,0,0,0.08);
  border-radius: 38px;
  padding: 13px 60px 13px 30px;
}


.hs-button.inline-bg:hover,
.cta_button.inline-bg:hover{
  color: #FFFFFF;
  background: background: #42a489;
  background: -moz-linear-gradient(45deg, #42a489 0%, #42a489 50%, #07b0df 100%);
  background: -webkit-linear-gradient(45deg, #42a489 0%,#42a489 50%,#07b0df 100%);
  background: linear-gradient(45deg, #42a489 0%,#42a489 50%,#07b0df 100%);
}

.hs-button.inline:after, 
.cta_button.inline:after,
.hs-button.inline-bg:after,
.cta_button.inline-bg:after{
  content: "";
  position: absolute;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 12px;
  top: 50%;
  right: -32px;
  transform: translateY(-45%);
  transition: all .25s ease-in-out;
}

.hs-button.inline-bg:after,
.cta_button.inline-bg:after{
  right: 22px;
}

.blog-post:hover .hs-button.inline,
.blog-post:hover .cta_button.inline,
.hs-button.inline:hover, 
.cta_button.inline:hover{
  border-bottom: 1px solid #FF00D4;
}


.hs-button.inline:hover:after, 
.cta_button.inline:hover:after,
.blog-post:hover .hs-button.inline:after,
.blog-post:hover .cta_button.inline:after{
  transform: translate(5px, -45%);
}

.hs-button.inline-bg:hover:after,
.cta_button.inline-bg:hover:after{
  filter: brightness(0) invert(1);
}

@media (max-width: 480px){
  .cta_button.inline,
  .hs-button.inline-bg, 
  .cta_button.inline-bg{
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .hs-button.inline-bg, .cta_button.inline-bg{
    padding: 13px 30px 30px 30px;
  }


  .cta_button.inline:after{
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hs-button.inline-bg:after,
  .cta_button.inline-bg:after{
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
  }
}


.hs-button.yellow, 
.cta_button.yellow{
  background-color: #FFC729; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.yellow:hover, 
.cta_button.yellow:hover{
  background-color: #EBB827; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.purple, 
.cta_button.purple{
  background-color: #3A3596; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.purple:hover, 
.cta_button.purple:hover{
  background-color: #2A276F; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.blue, 
.cta_button.blue{
  background-color: #0C436E; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.blue:hover, 
.cta_button.blue:hover{
  background-color: #0a375a; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.orange, 
.cta_button.orange{
  background-color: #FF8D27; 
  color: #FFFFFF;
  border: 1px solid transparent;
}

.hs-button.orange:hover, 
.cta_button.orange:hover{
  background-color: #FE7900; 
  color: #FFFFFF;
  border: 1px solid transparent;
}
.cta_button.cta_button-green {
  background-color: #19bfb7;
}
.cta_button.cta_button-green:hover {
  background-color: #147D6C;
}
.cta_button.green-arrow {
  background-color: #ffffff;
  color: #19bfb7;
  box-shadow: 0px 6px 15px -5px #000000;
  position: relative;
  padding-right: 6rem;
  transition: all .5s ease-in-out;
}
.cta_button.green-arrow::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.152' height='15.388' viewBox='0 0 29.152 15.388'%3E%3Cg id='arrow' transform='translate(42.555 -546.485)'%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' width='27.314' height='1.529' transform='translate(-42.555 553.413)' fill='%2319bfb7'/%3E%3Cg id='Groupe_86' data-name='Groupe 86' transform='translate(-25.814 546.485)'%3E%3Cpath id='Tracé_297' data-name='Tracé 297' d='M-34.226,561.518a.767.767,0,0,1,.237-1.056l9.868-6.285-9.868-6.285a.763.763,0,0,1-.237-1.054.769.769,0,0,1,1.058-.234l10.879,6.929a.766.766,0,0,1,.355.644.766.766,0,0,1-.355.646l-10.879,6.929a.765.765,0,0,1-.412.12A.771.771,0,0,1-34.226,561.518Z' transform='translate(34.345 -546.485)' fill='%2319bfb7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  height: 15px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  right: 20px;
  top: 50%;
  transition: all .2s ease-in-out;
  transform: translateY(-50%);
}

.cta_button.green-arrow:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #147D6C, #1EFFFF);
}

.cta_button.green-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.152' height='15.388' viewBox='0 0 29.152 15.388'%3E%3Cg id='arrow' transform='translate(42.555 -546.485)'%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' width='27.314' height='1.529' transform='translate(-42.555 553.413)' fill='%23ffffff'/%3E%3Cg id='Groupe_86' data-name='Groupe 86' transform='translate(-25.814 546.485)'%3E%3Cpath id='Tracé_297' data-name='Tracé 297' d='M-34.226,561.518a.767.767,0,0,1,.237-1.056l9.868-6.285-9.868-6.285a.763.763,0,0,1-.237-1.054.769.769,0,0,1,1.058-.234l10.879,6.929a.766.766,0,0,1,.355.644.766.766,0,0,1-.355.646l-10.879,6.929a.765.765,0,0,1-.412.12A.771.771,0,0,1-34.226,561.518Z' transform='translate(34.345 -546.485)' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.cta_button.pink-arrow {
  background-color: #ffffff;
  color: #FF00D4;
  box-shadow: 0px 6px 15px -5px #000000;
  position: relative;
  padding-right: 6rem;
  transition: all .2s ease-in-out;
}

.cta_button.pink-arrow::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.152' height='15.388' viewBox='0 0 29.152 15.388'%3E%3Cg id='arrow' transform='translate(42.555 -546.485)'%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' width='27.314' height='1.529' transform='translate(-42.555 553.413)' fill='%23FF00D4'/%3E%3Cg id='Groupe_86' data-name='Groupe 86' transform='translate(-25.814 546.485)'%3E%3Cpath id='Tracé_297' data-name='Tracé 297' d='M-34.226,561.518a.767.767,0,0,1,.237-1.056l9.868-6.285-9.868-6.285a.763.763,0,0,1-.237-1.054.769.769,0,0,1,1.058-.234l10.879,6.929a.766.766,0,0,1,.355.644.766.766,0,0,1-.355.646l-10.879,6.929a.765.765,0,0,1-.412.12A.771.771,0,0,1-34.226,561.518Z' transform='translate(34.345 -546.485)' fill='%23FF00D4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 15px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  right: 20px;
  top: 50%;
  transition: all .2s ease-in-out;
  transform: translateY(-50%);
}

.cta_button.pink-arrow:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #04DDFF, #FF00D4);
  border: none;
}

.cta_button.pink-arrow:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.152' height='15.388' viewBox='0 0 29.152 15.388'%3E%3Cg id='arrow' transform='translate(42.555 -546.485)'%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' width='27.314' height='1.529' transform='translate(-42.555 553.413)' fill='%23ffffff'/%3E%3Cg id='Groupe_86' data-name='Groupe 86' transform='translate(-25.814 546.485)'%3E%3Cpath id='Tracé_297' data-name='Tracé 297' d='M-34.226,561.518a.767.767,0,0,1,.237-1.056l9.868-6.285-9.868-6.285a.763.763,0,0,1-.237-1.054.769.769,0,0,1,1.058-.234l10.879,6.929a.766.766,0,0,1,.355.644.766.766,0,0,1-.355.646l-10.879,6.929a.765.765,0,0,1-.412.12A.771.771,0,0,1-34.226,561.518Z' transform='translate(34.345 -546.485)' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
/* Blog hero */

.blog-container .hero-blog-module{
  position: relative;
  padding-top: 17rem; 
  padding-bottom: 0;
}

.hero-blog-module .container-bg{
  position: absolute;
  background-color: #283149; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 56%;
  top: 0rem;
  left: 0;
  z-index: -1;
}

.hero-blog-module .content-type a{height: 5.2rem; border-radius: 2rem; border: none; font-size: 1.6rem; font-weight: 600; color: #ffffff; background-color: #ff00d4;transition: all .2s ease-in-out;}
.hero-blog-module .content-type a:hover {background-color: #b5179e;}
.hero-blog-module .topics-blog-list li a{font-size: 1.4rem; color: #3a476a; background-color: #ffffff; border-radius: 2rem; padding: 0.5rem 2rem; transition: all 0.25s ease-in-out; border: 1px solid #04ddff;}
.hero-blog-module .topics-blog-list li a:hover{color: #ffffff; background-color: #04ddff;}
.hero-blog-module .topics-blog-list .topic-link.active a{color: #ffffff; background-color: #04ddff; border: 1px solid #04ddff;}
.hero-blog-module .title-listing-blog h2{font-size: 2.6rem;}
.hero-blog-module .container-content-type .content-type.active > a{color: #ffffff; background-color: #B5179E; transition: all .2s ease-in-out;}
.hero-blog-module .container-content-type .content-type.active > a:hover {background-color: #B5179E;}
.hero-blog-module .content-type.active > a > img{ filter: brightness(0) invert(1);}  

/* Blog listing */


.blog-post-container{ flex: 0 0 33.33%; max-width: 33.33%;}
.blog-post-space{padding: 0 1rem; position: relative; height: 100%;}
.blog-post { background-color: #ffffff; border-radius: 20px;  height: 100%; position: relative; box-shadow: 0 4px 20px #00000014;}
.blog-post .blog-card-img { position: relative; display: block; height: calc(.5rem*36); min-height: calc(.5rem*36); width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 20px; margin-top: 2rem; margin-bottom: 1.5rem; }
.blog-post .blog-card-text, .blog-post .blog-card-text-space{height: 100%;}
.topic-clicker{color:#04ddff; background-color: #ffffff; padding: 0.5rem 2rem; font-size: 1.4rem; border-radius: 20px; border: 1px solid #04ddff; }
.title-blog-post{font-size: 2rem; color: #0C436E; font-weight: 700; line-height: 1.4; margin-bottom: 0;}
.blog-post .read-more{width: max-content; font-weight: 400; margin-top: auto;}
.blog-post .flex-clicker{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.blog-post .blog-card-img .content-type{position: absolute; top: 0; left: 20px; color: #122035; font-size: 1.4rem; font-weight: 600; padding: 7px 12px;background-color: #FFFFFF; border: 1px solid #BFC9D84D; border-radius: 2rem; box-shadow: 0 4px 20px #00000014;}
.blog-post-listing .content-type > img{width: 25px; margin-right: 1rem;}
.read-more.cta_button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.152' height='15.388' viewBox='0 0 29.152 15.388'%3E%3Cg id='arrow' transform='translate(42.555 -546.485)'%3E%3Crect id='Rectangle_125' data-name='Rectangle 125' width='27.314' height='1.529' transform='translate(-42.555 553.413)' fill='%23FF00D4'/%3E%3Cg id='Groupe_86' data-name='Groupe 86' transform='translate(-25.814 546.485)'%3E%3Cpath id='Tracé_297' data-name='Tracé 297' d='M-34.226,561.518a.767.767,0,0,1,.237-1.056l9.868-6.285-9.868-6.285a.763.763,0,0,1-.237-1.054.769.769,0,0,1,1.058-.234l10.879,6.929a.766.766,0,0,1,.355.644.766.766,0,0,1-.355.646l-10.879,6.929a.765.765,0,0,1-.412.12A.771.771,0,0,1-34.226,561.518Z' transform='translate(34.345 -546.485)' fill='%23FF00D4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-65%) !important;
}



.blog-index {
  display: flex;
  flex-wrap: wrap;
}


@media (max-width: 768px){
  .blog-post-container{ flex: 0 0 50%; max-width: 50%;}
}

@media (max-width: 480px){
  .blog-post-container{ flex: 0 0 100%; max-width: 100%;}
}



/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination-module{margin: 0 auto;}
.blog-post-listing .blog-pagination-module .active .blog__pagination--page { color: #FF00D4; background-color: #00A99D26; border-radius: 50%;}
.blog-post-listing .blog-pagination-module .blog__pagination--page{ margin: 0 .5rem; width: 32px; height: 32px;text-align: center;  font-weight: 700; color: #122035; padding: 4px 11px;}
.blog-post-listing .blog-pagination-module .chevron a img{vertical-align: middle;}



/* Blog post */
.single-post-body-container{
  text-align: justify;
}

.single-post-body-container a{
  display: inline;
}

.body-container--blog-post .single-post-header {
  position: relative;
}

/*.body-container--blog-post .single-post-header:before{
content: '';
position: absolute;
background-image: url(//143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/raw_assets/public/Runview-website/images/shapes/hero-bg-blog-post.svg);
background-position: bottom;
background-size: cover;
background-repeat: no-repeat;
top: 0;
left: 0;
height: 80%;
width: 100%;
}*/

.body-container--blog-post .single-post-header .dnd-section{
  padding-bottom: 0;
  background-color: #283149;
}

.body-container--blog-post .single-post-header .span8{
  margin-left: 0;
}

.body-container--blog-post .single-post-header .back-to-blog,
.hero-author-module .back-to-blog{
  color: #ffffff;
  font-size: 1.6rem;
  position: relative;
  padding-left: 3.5rem;
}

.body-container--blog-post .single-post-header .back-to-blog:before,
.hero-author-module .back-to-blog:before{
  content: "";
  position: absolute;
  background-image: url('https://143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/comptasecure-website/white-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .25s ease-in-out;
}

.body-container--blog-post .single-post-header a.back-to-blog:hover:before,
.hero-author-module a.back-to-blog:hover:before {
  transform: translate( -5px, -50%);
}

.body-container--blog-post .single-post-header .featured-image-container{
  width: 100%; 
  height: 37rem;
  position: relative;
}

.body-container--blog-post .single-post-header .featured-image-container .featured-image{
  width: 100%; 
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  background-color: #FFFFFF;
}

.body-container--blog-post .single-post-header .featured-image-container .content-type{
  position: absolute; 
  top: 20px; 
  left: 20px;
  color: #122035; 
  font-size: 1.4rem; 
  font-weight: 600; 
  padding: 7px 12px;
  background-color: #FFFFFF; 
  border-radius: 2rem; 
  box-shadow: 0 4px 20px #00000014;
}

.single-post-container-outer .content-type > img{width: 25px; margin-right: 1rem;}

.body-container--blog-post .single-post-header .topic-link{
  color: #FF8D27;
  font-size: 1.4rem;
  background-color: #FDEEE0;
  border-radius: 2rem;
  padding: .5rem 2rem;
  font-weight: 600;
  width: max-content;
  margin: 0 auto;
}


.body-container--blog-post .single-post-header .blog-post-details p{
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}

.body-container--blog-post .single-post-body-container .single-post-body  .hs-embed-wrapper[data-service="youtube"]{
  max-height: unset !important;
  max-width: unset !important;
}

.body-container--blog-post .single-post-body-container img{
  margin-bottom: 1.5rem;
}

.body-container--blog-post .single-post-body-container .author-link-image img{
  border-radius: 50%;
}

.body-container--blog-post .social-media-container a{
  background-color: #FF8D27;
  border-radius: 25px;
  height: 6rem;
  min-width: 6rem;
  position: relative;
  margin: 0 1.5rem;
  display: inline-block;
}

.body-container--blog-post .social-media-container a img{
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body-container--blog-post .social-media-container .copy-to-clipboard::after { 
  content: attr(data-text); 
  position: absolute; 
  top: 50%; left: calc(100% + 30px);  
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #122035;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: translate(-15px, -50%);
  white-space: nowrap;
  transition: all 0.5s ease;
}

.body-container--blog-post .social-media-container .copy-to-clipboard.copied::after {
  transform: translate(0px, -50%);
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.body-container--blog-post .bg-cta{
  position: relative;
  border-radius: 3rem;
  background: #43a489;
  background: -moz-linear-gradient(45deg, #43a489 0%, #12c5b3 50%, #00b4ec 85%);
  background: -webkit-linear-gradient(45deg, #43a489 0%,#12c5b3 50%,#00b4ec 85%);
  background: linear-gradient(45deg, #43a489 0%,#12c5b3 50%,#00b4ec 85%);
  padding: 6rem 3rem;
  color: #ffffff;
}

.body-container--blog-post .bg-cta:after{
  position:absolute; 
  content:''; 
  background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/visuals/v-big.svg); 
  background-size: contain; 
  background-repeat: no-repeat; 
  right: 0; 
  bottom: 0; 
  width: 28rem; 
  height: 100%;
  background-position: bottom;
}


.body-container--blog-post .bg-cta .cta_button{
  margin-top: 1rem;
  background-color: #FFFFFF;
  color: #FF00D4;
  border: 1px solid transparent;
}

.body-container--blog-post .bg-cta .cta_button:hover{
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.body-container--blog-post  .author-image{
  height: 7rem;
  width: 7rem;
}

@media (max-width: 480px){
  .body-container--blog-post .single-post-header .featured-image-container{
    height: 30rem;
  }
  .body-container--blog-post .single-post-header:before{
    height: 70%;
  }
}

@media (max-width: 375px){
  .body-container--blog-post .single-post-header .featured-image-container{
    height: 20rem;
  }
}

/* Blog related posts */

.blog-related-posts h2 {
  text-align: center;
  font-size: 2.6rem;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts .cta_button.border{
  background: transparent;
  color: #00A99D;
  border: 1px solid #00A99D;
}

.blog-related-posts .cta_button.border:hover{
  background: #00A99D;
  color: #ffffff;
}

@media (max-width: 768px){
  .footer .blog-related-posts .blog-related-posts__list {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    justify-content: flex-start;
    padding: 2rem 0;
  }

  .footer .blog-post-container {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 480px){
  .footer .blog-post-container {
    flex: 0 0 58%;
    max-width: 58%;
  }

}

/* Newsletter */

.bottom-blog-post{background-color: #F7FAFC;}

.blog-container .newsletter-container, .body-container--blog-post .newsletter-container{position: relative;}

.newsletter-module-blog{ z-index: 2; position: relative;}
/*.blog-container .newsletter-container:before, .body-container--blog-post .newsletter-container:before {
content: "";
position: absolute;
background-image: url(//143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/raw_assets/public/Runview-website/images/shapes/bg-newsletter-ressources.svg);
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
bottom: 0;
left: 0;
width: 100%;
height: 100rem;
z-index:-1;
}*/

.body-container--blog-post .newsletter-container:before {
  z-index: 0
}

.title-blog h1,
.title-blog > div{
  color: #ffffff;
}

.single-post-title {
  color: #ffffff;
}
table, th, td{border: 1px solid #F9F9F9;}
th, td{padding:calc(0.5rem*4);}
table{background-color:#FFFFFF;color:#122035;}
tfoot{background-color:#FFFFFF;color:#122035;}
th{background-color:#FF00D4;color:#FFFFFF;}
/*AJOUT FLÈCHES FOOTER*/
.footer-menu .hs-menu-depth-1:nth-child(1) .hs-menu-depth-2:nth-child(2) a {
  cursor: pointer;
}
.footer-menu .hs-menu-depth-1 .hs-menu-depth-2 a:hover {
  text-decoration: underline;
}

.footer__navigation.span12{margin-left: 0;}
.footer__logo{text-align:left}
.footer__logo.span12{padding:0 0 5rem 0;}
.footer .copyright{font-size:1.2rem;}
.footer__container ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul{margin:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:space-between;}
.footer-menu{padding-top:1rem;}
.footer .hs-menu-wrapper>ul li a{padding:0;margin-bottom:1rem}
.footer.no-navigation .hs-menu-wrapper>ul li a{padding:0;margin-bottom:0rem}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a[href="#"], 
.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a[href="javascript:;"]{color: #F5F5F5;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{max-width:initial;color:color:#122035;}
.footer-columns-1,.footer-columns-2,.footer-columns-3,.footer-columns-4,.footer-columns-5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.safari .footer-columns-1,.safari .footer-columns-2,.safari .footer-columns-3,.safari .footer-columns-4,.safari .footer-columns-5,.safari .legal-menu>.row-fluid{-ms-flex-flow:row;flex-flow:row}
.footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-sizing:border-box;box-sizing:border-box}
.footer.no-navigation .footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{padding: 0 4.5rem;}
.footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{cursor: default; font-weight:700;font-size:1.6rem;font-family:Yanone Kaffeesatz,Helvetica,Arial,sans-serif}
.footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a[href="#"]{color:;cursor:default;pointer-events:none}
.footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility:visible;opacity:1;position:initial;z-index:10;left:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}
.footer-columns-1 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}
.footer-columns-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
.footer-columns-3 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}
.footer-columns-4 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}
.footer-columns-5 .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}
.footer-columns-1 .footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
footer .social-links{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:;}
.legal-menu .hs-menu-children-wrapper{display:none}
.legal-menu .hs-menu-wrapper>ul{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.legal-menu li.hs-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}
.legal-menu .hs-menu-wrapper>ul li a{margin-bottom:0;font-size:0.0;font-weight:400}
.legal-menu>.row-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2rem;padding-bottom:2rem}
.legal-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}
.legal-menu>.wrapper>span{display:block;width:100%}
footer .legal-menu.landing .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{color: #ffffff;}
footer .legal-menu.landing .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
footer .legal-menu.landing .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:focus{opacity:1;color:#FF00D4}
.legal-menu ul>li:first-of-type>a{margin-left:0}
.footer .legal-menu{margin-right: 3rem;}
.footer .hs-menu-wrapper>ul>li.hs-item-has-children>ul li a{padding: calc(0.5rem*2) 0;font-weight: 600;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child > ul,
.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2) > ul{display: flex; flex-flow: column; justify-content: space-between;}
.footer .hs-menu-wrapper>ul>li.hs-item-has-children>ul li a{font-size: 1.4rem; color: #ffffff}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child{flex: 0 0 10%;}
.footer.no-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child{flex: unset;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2>a,
.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2>a{cursor: pointer; font-weight: 600;}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2){flex: 0 0 30%;}
.footer.no-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2){flex: unset;}
.footer .language-partenaires{border-top: 1px solid #1220351A; border-bottom:1px solid #1220351A; }
.footer .legal-menu-copyright p{margin-bottom: 0;}
.footer .legal-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {color: #F5F5F5; font-size: 1.2rem; cursor: pointer; white-space: nowrap; padding: 0 2.5rem; display: block;  transition: color .3s ease-in-out,background-color .3s ease-in-out;}
.footer .legal-menu-copyright .span8{margin-left: auto;}
.footer .desc-company p{font-size: 1.4rem;color: #F5F5F5;}

.footer .hs_cos_wrapper_type_language_switcher{display: flex; flex: 0 0 100%;}
.footer .lang_switcher_class{width: 100%;}
.footer .globe_class { user-select: none; background: transparent;  width: 100%; height: auto;  border-radius: 0; position: relative;}
.footer .globe_class .current {position: relative;user-select: none; transition: color .3s ease-in-out;  border: 1px solid #1220351A; padding: 13px 10px 13px 30px; border-radius: 1.5rem; background-color: #FFFFFF; font-size: 1.6rem; text-align: left;}
.footer .globe_class .current:before{content: ""; position: absolute; top: 50%; left: 10px; transform: translateY(-44%); background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/icons/language.svg); background-size: contain; background-repeat: no-repeat; width: 13px; height: 13px; }
.footer .globe_class .current:after{content: ""; position: absolute; top: 50%; right: 10px; transform: translateY(-44%); background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/icons/chevron-language.svg); background-size: contain; background-repeat: no-repeat; width: 20px; height: 20px; }
.footer .globe_class .lang_list_class { display: block; opacity: 0; user-select: none; pointer-events: none; transition: opacity .3s ease-in-out;  background: #FFFFFF; padding: 0; border: none; z-index: 1; top: 100%; left: 0; width: 100%; min-width: 100px; box-shadow: none;  border-radius: calc(.5rem*2); overflow: hidden; padding: 0; -webkit-transform: translateX(0%); transform: translateX(0%);}
.footer .globe_class:hover .lang_list_class, .footer .globe_class:focus .lang_list_class {opacity: 1;pointer-events: initial;transition: opacity .3s ease-in-out; background: #fff; position: absolute; border: 1px solid #1220351A; border-top: 1px solid transparent; border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: none; top: 100%; left: 0; width: 100%;}
.footer .globe_class .lang_list_class li a:hover{color: #FF00D4;}
.footer .globe_class:hover .current{border-bottom: 1px solid transparent; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}
.footer .lang_list_class:after, .lang_list_class:before{display: none;}
.footer .lang_list_class li{border: none; text-align: left; padding: 0px 10px 15px 30px;}
.footer .lang_list_class li a{font-size: 1.6rem;}

.footer.no-navigation ul li a:hover{cursor: pointer;}   
.footer.no-navigation a.cta_button{margin-left: 4.5rem;}
.footer.no-navigation .legal-menu-copyright{border-top: 1px solid #1220351A;}

.footer .all-articles-btn,
.footer .title-ty-articles,
.footer .tags,
.footer .summary-blog-post,
.footer .read-more {display: none;}

.footer .blog-post .blog-card-img{height: 107px; min-height: 107px; background-color: #fff; margin-top: 0;}
.footer .blog-post {background-color: transparent; box-shadow: none;}
.footer .title-blog-post{font-size: 1.4rem;}
.footer .blog-card-text-space{padding: 0;}
.footer .blog-post-container{margin-bottom: 0}

@media (max-width:992px){
  .footer .partenaires{order: -1; margin-bottom: 3rem;}
  .footer .legal-menu{margin-top:auto}
  .footer .legal-menu ul{margin-top:0}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul, nav[aria-label*="menu"]>ul{flex-flow: row;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul{max-height: unset;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul, nav[aria-label*="menu"]>ul{padding-top: 0;}
  .footer .copyright{text-align:center;}
  .footer .legal-menu-copyright>div{flex-direction: column-reverse;}
  .footer .legal-socials { justify-content: center;margin-bottom: 2rem;}
  .footer .language-partenaires{border: none;}
  .footer.no-navigation .desc-footer{flex-flow: column;}
  .footer.no-navigation .footer__logo{text-align: center; margin-bottom: 2rem;}
}
@media (max-width:767px){
  .footer .desc-footer{flex-flow: column;}
  .footer .last-posts-footer{margin-top: 2rem;}
  .footer .legal-socials{    justify-content: space-around;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul, nav[aria-label*="menu"]>ul{flex-flow: column;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child,
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2)
  {width: 100%;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child>ul, .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2)>ul{justify-content: unset;}
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:first-child>ul>li, .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-child(2)>ul>li{flex: 0 0 50%;}
  .footer .legal-menu .hs-menu-wrapper>ul{flex-direction: row;}
  .logos-list .container-logo { position: relative; flex: 0 0 33.33%; margin-bottom: 2rem;}
  .footer .legal-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{padding: 0 1rem;}
  .footer .legal-menu { margin-right: -3rem;}
  .footer.no-navigation .footer-nav-lp{flex-flow: column;}
  .footer.no-navigation a.cta_button {margin: 2rem 0 0 0;}
  .footer.no-navigation .footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{padding: 0; text-align: center; width: 100%;}
}
@media screen and (max-width:640px){
  .footer .hs-menu-wrapper>ul>li.hs-item-has-children>ul li a{font-size: 1.2rem;}
}
@media screen and (max-width:480px){
}
.footer__container {
  background-color: #283149;
}
.language_switcher h6, 
.partenaires h6 {
  color: #F5F5F5;
}
.footer__logo img {
  max-width: 16rem;
}
.footer-menu-flex-control {
  flex-direction: row;
  flex-wrap: wrap;
}
.logo-container {
  flex: 0 0 20%;
}
.footer__navigation {
  flex: 0 0 80%;
  padding-left: 5rem;
}
.legal-menu-copyright {
  flex-grow: 1;
}
.hs-menu-wrapper > ul > li.hs-item-has-children > ul li > a:hover {
  background-color: transparent !important;
}
@media (max-width: 840px) {
  .footer__navigation {
    padding-left: 0;
  }
  .footer .legal-menu {
    margin-right: 0;
  }
  .footer-menu-flex-control {
    justify-content: center;
  }
  .footer .legal-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:nth-child(2) a {
    padding-right: 0;
  }
}

.footer-nav-lp .footer__navigation {
  flex: 0 0 50%;
}

.footer-nav-lp .footer__navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  color: #ffffff !important;
}
/* RETIRER LES BG SUR LES CTA ET DIVIDERS*/
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:last-child > ul > li.hs-menu-depth-3:nth-child(5) a[role=menuitem]:hover {
  background: none!important;
}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:last-child > ul > li.hs-menu-depth-3:nth-child(7) a[role=menuitem]:hover {
  background: none!important;
}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:first-child > ul > li.hs-menu-depth-3:nth-child(4) a[role=menuitem]:hover {
  background: none!important;
}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:first-child > ul > li.hs-menu-depth-3:nth-child(6) a:hover {
  background: none!important;
  cursor:initial!important;
}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:first-child > ul > li.hs-menu-depth-3:nth-child(6) a .cta_button:hover { background:#FF00D4!important;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2:last-child > ul > li.hs-menu-depth-3:nth-child(7) a .cta_button:hover { background:#57CC99!important;}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {display: flex;flex-flow: row;margin-bottom:0;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover, , nav[aria-label*="menu"] > ul > li > a:hover{color: #FF00FF;}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children > a:hover:before,
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children > a:hover:after{background-color:;}
.hs-menu-wrapper ul li.hs-item-has-children > a:before, .hs-menu-wrapper ul li.hs-item-has-children > a:after{background-color:;}
.hs-menu-wrapper ul li.hs-item-has-children > a:hover:before, .hs-menu-wrapper ul li.hs-item-has-children > a:hover:after{background-color:;}
.hs-menu-wrapper > ul > li.hs-item-has-children > ul li a{color: #122035;font-size: 1.6rem;cursor:pointer;white-space:nowrap;padding: calc(0.5rem*2) calc(0.5rem*4);display:block;transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;}
.hs-menu-wrapper > ul > li.hs-item-has-children > ul li > a:hover{background:rgba(255, 255, 255, 0.2);color:#FF00FF}
.hs-menu-wrapper ul > li.hs-item-has-children:not([class*="hs-menu-depth-1"]) > ul {left: 100%;transform:translateX(0%);top: 0;}
.hs-menu-wrapper > ul > li > a{position: relative; padding: calc(0.5rem*2) calc(0.5rem*4);color: #122035;font-size: 1.6rem;transition: color 0.3s ease-in-out;cursor:pointer;font-weight:700;}
.header-module .hs-menu-wrapper>ul>li>a{padding: 0 calc(0.5rem*4);}

.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul{display: flex; flex-direction: row; min-width: 740px; border-radius: 3rem;  padding: 2.5rem 2rem; -webkit-box-shadow: 0px 4px 15px 20px #0000000f; box-shadow: 0px 4px 15px 20px #0000000f;margin-left:150%; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2{flex: 0 0 50%;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul {opacity: 1; position: relative; max-height: unset; left: 0; transform: translateX(0%);}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > a{color: #283149; font-weight: 300;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.hs-menu-depth-3 a{transition: all .3s ease-in-out;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.hs-menu-depth-3 > a > div > .icon-container{transition: all .3s ease-in-out; position: relative; min-width: 4.6rem; min-height: 4.6rem; background: #F5F5F5; border-radius: 18px; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.hs-menu-depth-3 > a > div > .icon-container > img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width:70%; height: 70%; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.hs-menu-depth-3 > a > div p {margin-left: 1.5rem; margin-bottom: 0;white-space: break-spaces;}

.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul{display: flex; align-items: center; border-radius: 3rem;  padding: 2.5rem 2rem; -webkit-box-shadow: 0px 4px 15px 20px #0000000f; box-shadow: 0px 4px 15px 20px #0000000f;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2:last-child > ul {opacity: 1; position: relative; max-height: unset; left: 0; transform: translateX(0%);}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2 > a > div > .icon-container{transition: all .3s ease-in-out; position: relative; width: 7rem; height: 4.6rem; width: 4.6rem; background: #F5F5F5; border-radius: 18px; margin-bottom: 2rem; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2 > a > div > .icon-container > img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);height: 70%; width: 70%;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2 > a > div > p {margin-bottom: 0;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2.hs-item-has-children{position: relative;margin-left: 6rem;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2.hs-item-has-children:before{content: ""; position: absolute; border-left: 1px solid #E2E2E2;  height: 16rem; left: -25px; top: 7px; z-index: 4;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2.hs-item-has-children > a {color: #3a476a; font-style : italic; font-weight: 300; cursor: default;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2:not(:last-child) a{padding: calc(0.5rem*6) calc(0.5rem*4); transition: all .3s ease-in-out; border-radius: 26px;}


.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul > li.hs-menu-depth-2:last-child > ul > li > a:hover{/*border-radius: 5px;*/    background-color: #FFE5FB;}

.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul{display: flex; flex-flow:column; min-width: 300px; border-radius: 3rem;  padding: 2.5rem 2rem; -webkit-box-shadow: 0px 4px 15px 20px #0000000f; box-shadow: 0px 4px 15px 20px #0000000f;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 > a > div > .icon-container{position: relative; width: 4.6rem; height: 4.6rem; background: #F5F5F5; border-radius: 18px; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 > a > div > .icon-container > img{transition: all .3s ease-in-out; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 > a > div > p {margin-left: 1.5rem; margin-bottom: 0;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 a{transition: all .3s ease-in-out;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 a:hover{background-color: #F5F5F5; border-radius: 5px;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul > li.hs-menu-depth-2 a:hover .icon-container{background-color: #fff;}


/*CTA dans MENU*/
.cta-menu {
  padding: 1rem 2rem!important;
  border-radius: 2rem!important;
}
.menu .hs-cta-img {
  display: none;
}
/*.hs-menu-item:last-child a:after {
display: none;
}*/

/*CACHER LE SOUS LIEN DU CTA*/
li.hs-menu-item.hs-menu-depth-3:last-child a:nth-child(2) {
  display: none;
}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li:last-child.hs-menu-item.hs-menu-depth-3 a:nth-child(2) {
  display: none;
}
.header-module .menu ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {
  align-items: center;
}
.hs-menu-item .hs-cta-wrapper a {
  display: inline-block!important;
}
/*SOULIGNER & FLECHE */
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > 
.menu_separator{
  border-top: 2px solid #3a476a;
}



/* PAGE DE CHEVRON SI ABSENCE SOUS MENU */
.menu li:not(.hs-item-has-children) a:after {
  display: none;
}



.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(3) > ul{display: flex; flex-flow:column; min-width: 300px; border-radius: 3rem;  padding: 2.5rem 2rem; -webkit-box-shadow: 0px 4px 15px 20px #0000000f; box-shadow: 0px 4px 15px 20px #0000000f;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(3) > ul > li.hs-menu-depth-2 > a > div > .icon-container{position: relative; width: 4.6rem; height: 4.6rem; background: #F5F5F5; border-radius: 18px; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(3) > ul > li.hs-menu-depth-2 > a > div > .icon-container > img{transition: all .3s ease-in-out; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);height: 70%; width:70%;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(3) > ul > li.hs-menu-depth-2 > a > div > p {margin-left: 1.5rem; margin-bottom: 0;white-space: break-space;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(3) > ul > li.hs-menu-depth-2 a{transition: all .3s ease-in-out;}

.header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(3)>ul {min-width:305px}


.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(4) > ul{display: flex; flex-flow:column; min-width: 300px; border-radius: 3rem;  padding: 2.5rem 2rem; -webkit-box-shadow: 0px 4px 15px 20px #0000000f; box-shadow: 0px 4px 15px 20px #0000000f;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(4) > ul > li.hs-menu-depth-2 > a > div > .icon-container{position: relative; width: 4.6rem; height: 4.6rem; background: #F5F5F5; border-radius: 18px; }
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(4) > ul > li.hs-menu-depth-2 > a > div > .icon-container > img{transition: all .3s ease-in-out; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(4) > ul > li.hs-menu-depth-2 > a > div > p {margin-left: 1.5rem; margin-bottom: 0;}
.header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(4) > ul > li.hs-menu-depth-2 a{transition: all .3s ease-in-out;}






@media (max-width: 992px) {
  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul {margin-left:0}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {
    padding-top: 0;
  }
  .hs-menu-item img {
    max-width: 20px;
  }
  .header-module {
    background-color:#fff;
    /* margin-bottom: 20px; */
  }  
  /*MENU SCROLLABLE*/
  .menu {
    height:100vh;
  }
  body.menu-open .header-module .menu {
    top: 71px!important;
    opacity: 1;
  }
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:first-child>ul {min-width:auto}
  .header-module .hs-menu-flow-horizontal ul li a {width:auto} 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {padding-top:0!important}

  /*CORRECTION ALIGNEMENT MOBILE*/
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {
    align-items: initial;
  }

  /* CORRECTION HR DISPARAIT */
  .menu hr {display:block}

  /* ALIGNER À GAUCHE*/
  .header-module .hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul li a {text-align:left}

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul, nav[aria-label*="menu"] > ul {flex-flow: column; padding-top: 9rem; background-color: #283149;}
  .hs-menu-wrapper > ul > li.hs-item-has-children > a {padding-right: calc(0.5rem*10);}
  .hs-menu-wrapper ul > li > a {font-size: 1.8rem;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:before, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{display:none;}
  /* .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{white-space:normal;background-color:transparent;padding: 0;color:menu_links_color_scroll}}}*/
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:focus{color:}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul li {position: relative;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul {position: initial;left: 0;transform: initial;margin: 0;opacity: 0;max-height:0;overflow:hidden;border-radius:0;transition: all 0.3s ease-in-out;}
  /*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open > ul {opacity: 1;min-height: 130vh;}*/
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open > ul {opacity: 1;min-height: fit-content;}
  .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2, 
  .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > ul{padding:0;}
  .hs-menu-wrapper ul li.hs-item-has-children ul li.hs-item-has-children > a{padding-right:calc(0.5rem*2);}
  .hs-menu-wrapper .hs-menu-children-wrapper .section-toggle-container {right: 1rem;background: #FFFFFF;top: 1rem;}
  .hs-menu-wrapper .open > .section-toggle-container .section-toggle:after{display:none;}
  .hs-menu-wrapper .hs-menu-children-wrapper .section-toggle, ul.hs-menu-children-wrapper .section-toggle:after{background: #3a476a;}
  .header-module .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-menu-depth-2:first-child,
  .header-module .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-menu-depth-2:last-child{padding:0;}
  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child:hover > ul{background: transparent; display: flex; flex-direction: column; min-width: 10px; border-radius: 0;  padding: 0; -webkit-box-shadow: unset; box-shadow: unset; }
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:first-child>ul{padding: 0; flex-direction: column; box-shadow: none;}

  /*ANCIEN
  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:nth-child(2) > ul{background: transparent; display: flex; flex-direction: column; border-radius: 0;  padding: 0; -webkit-box-shadow: unset; box-shadow: unset;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2>a>div>.icon-container{width: 4.6rem; height: 4.6rem; margin-bottom: 0; margin-right: 1.5rem;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2:not(:last-child) a{padding: calc(0.5rem*2) calc(0.5rem*4);}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2 a:hover{background-color: transparent;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul{align-items: flex-start;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2.hs-item-has-children{margin-left: 0; text-align: left;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2.hs-item-has-children > ul {text-align: left;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:nth-child(2)>ul>li.hs-menu-depth-2.hs-item-has-children:before{display: none;}
  */

  /*NOUVEAU*/
  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:not(:first-child) > ul{background: transparent; display: flex; flex-direction: column; border-radius: 0;  padding: 0; -webkit-box-shadow: unset; box-shadow: unset;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2>a>div>.icon-container{width: 4.6rem; height: 4.6rem; margin-bottom: 0; margin-right: 1.5rem;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2:not(:last-child) a{padding: calc(0.5rem*2) calc(0.5rem*4);}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2 a:hover{background-color: transparent;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul{align-items: flex-start;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2.hs-item-has-children{margin-left: 0; text-align: left;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2.hs-item-has-children > ul {text-align: left;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1:not(:first-child)>ul>li.hs-menu-depth-2.hs-item-has-children:before{display: none;}

  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child > ul{background: transparent; display: flex; flex-flow:column; min-width: 10px; border-radius: 0rem;  padding: 0; -webkit-box-shadow: unset; box-shadow: unset;}
  .header-module .hs-menu-flow-horizontal ul > li.hs-item-has-children > ul{background: transparent;}
  .header-module .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2 > a > div {flex-flow: row;}

}

@media (max-width:480px){
  .header-module{padding-left:0;padding-right:0;}
  .header-module > .row-fluid{padding-left: 3rem;padding-right: 3rem;}
  .header-module .hs-menu-flow-horizontal > ul > li{padding: 2rem 3rem; }
  .section-toggle-container{right: 60%;}
}

@media (max-width: 992px) {
  .header-module .hs-menu-wrapper > ul > li.hs-menu-depth-1:first-child > ul > li.hs-menu-depth-2 > ul > li.hs-menu-depth-3 > a > div p {
    color: #ffffff;
  }
}

.hs-menu-depth-2 .hs-menu-depth-3 .cta_button.border-orange {
  border: 1px solid #57CC99 !important;
  color: #57CC99 !important;
}

.hs-menu-depth-2 .hs-menu-depth-3 .cta_button.border-orange:hover {
  background-color: #57CC99 !important;
  color: #ffffff !important;
}
/* Logos list */
.logos-list .container-logo{position:relative;display:block;}
.logos-list .container-logo > a {display: block;}
.logos-list .container-logo[class*="span"]{margin: 0; margin: 2rem 0;}

@media (max-width: 992px){
  .logos-list .container-logo{flex: 0 0 20%;}
}

@media (max-width: 640px){
  .logos-list .container-logo{flex: 0 0 33.33%;}
}


/* Image */
.image-container{position:relative;display:block;}
.image-container > a {display: block;}
.image-container > img{margin: 0 auto;}
.image-container > img.border-radius-img{border-radius: 3rem;}
.image-container img.box-shadow-img{padding: 3rem; -webkit-box-shadow: 0px 4px 20px #00000014; box-shadow: 0px 4px 20px #00000014;  }

/* Social follow */
.social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.social-link{width:20px;height:20px;color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;overflow:hidden;margin:0 1.3rem;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;position:relative;top:0;background-size:100%;background-position:50%; background-size: contain; background-repeat:no-repeat}
.social-link.twitter{background-image:url('https://143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/assets-website/pictos/social/icons8_twitter_96px_1.png')}
.social-link.linkedin{background-image:url('https://143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/assets-website/pictos/social/icons8_linkedin_96px_1.png')}
.social-link.youtube{background-image:url('https://143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/assets-website/pictos/social/icons8_youtube_96px_4.png')}

/* Sticky menu Fille */
.remove-shadow{box-shadow: none;}
.sticky-menu .header-module{box-shadow: none;}
.sticky-menu{position: sticky !important; position: -webkit-sticky !important; top: 70px; z-index: 2 !important;}
.sticky-menu{background: #ffffff;}
.container-menu-fille ul{margin-bottom: 0; padding-top: 13px}
.container-menu-fille ul li a{font-size: 1.6rem; font-weight: 600; background: #fff; box-shadow: 0px 4px 20px #00000014; padding: .5rem 3rem; border-radius: 5rem; transition: all .3s ease-in-out;}
.container-menu-fille ul li a:hover{background-color: #E6F7F8; color: #122035; }
.container-menu-fille ul li a.active{background-color: #E6F7F8; color: #122035;}

@media (max-width: 480px){
  .container-menu-fille ul li a{font-size: 1.2rem; padding: .5rem 1rem;}
  .row-fluid .row-fluid-wrapper.dnd-section.sticky-menu{padding-top: 0 !important;}
  .container-menu-fille ul{margin-bottom: 0; padding-top: 3px}
  .container-menu-fille ul li{margin-bottom: 6px;}
}


/* Breadcrumb menu */

.module-breadcrumb ul li{padding: 0 1rem; position: relative; }
.module-breadcrumb ul li:first-child{paddign-left: 0;}
.module-breadcrumb ul li p, .module-breadcrumb ul li p a{font-size: 1.6rem; color:#FF8D27; margin-bottom: 0 }
.module-breadcrumb ul li:last-child p a, .module-breadcrumb ul li:last-child p{color:#A8A8A8; }
.module-breadcrumb ul li:not(:last-child):after{content: '|'; position: absolute; top: 50%; right: -0.2rem; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #A8A8A8; }
.module-breadcrumb ul li a[href=' ']{display:none;}


/*** CARD CTA ***/ 

.card-cta{
  border-radius : 2rem; 
  padding: 4.5rem 5rem ; 
  background: #e2f7e5;
  background: -o-linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%);
  background: linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%);}
.card-cta p{margin-bottom: 0;}

@media (max-width: 992px){
  .card-cta{padding: 3rem;}
  .content-card-cta{text-align:center;}
}

/*** CARDS ***/

.cards-module .card-container .card-content{background: #fff; -webkit-box-shadow: 0px 4px 20px 3px #0000000f; box-shadow: 0px 4px 20px 3px #0000000f; border-radius: 2rem; height: 100%; position: relative;}
.cards-module .card-container .card-content .img-container.bg-img-card{min-width: 6rem; min-height: 6rem; background: #E6F7F8; border-radius: 18px; position: relative;}
.cards-module .card-container .card-content .img-container.bg-img-card > img{position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.cards-module .card-container .card-content p.link-arrow{background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/icons/arrow.svg); background-repeat: no-repeat; background-size: contain; width: 29px; height: 15px; margin: 0 auto; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.cards-module .card-container .card-content h3, .cards-module .card-container .card-content h4{margin-bottom: 2rem}
.cards-module .card-container:hover p.link-arrow{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
.cards-module .card-container .card-content .link-arrow-abs{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.cards-module .card-container .card-content h3{font-size : 2rem;}

/*** CARDS TEXT ***/

.cards-text-module p{margin-bottom: 0;}
.cards-text-module .card-text-container{background-color: #ffffff; -webkit-box-shadow: 0px 4px 20px #00000014; box-shadow: 0px 4px 20px #00000014; border-radius: 2rem; padding: 4rem 2rem; }


/*** CONTACT/NEWSLETTER ***/

.newsletter-module .contact-bloc{position:relative; border-radius: 3rem;}
.newsletter-module .contact-bloc p:first-child{margin-bottom: 1.5rem; }

.newsletter-module .contact-bloc h2{color: #ffffff;}
.newsletter-module .row-fluid .container-form-newsletter .span8{margin: 0 auto;}
.newsletter-module form{background: transparent;}
.newsletter-module .contact-bloc .cta-button{ background-color: #fff; color: #00a99d; border: 1px solid transparent;}
.newsletter-module .contact-bloc .cta-button:hover {background-color: transparent;color: #fff; border: 1px solid #fff;
}

/*** DEMARRER ***/

.demarrer-module .cards ul .card .card-link {border-radius: 2rem; -webkit-box-shadow: 0px 4px 20px #00000014; box-shadow: 0px 4px 20px #00000014; padding: 2.5rem 5rem 4rem 5rem; height: 100%; }
.demarrer-module .cards ul .card .card-link:hover{color: #122035; cursor: pointer}
.demarrer-module .card-link .img-inactive{display: block;}
.demarrer-module .card-link .img-active{display: none;}
.demarrer-module h2, .demarrer-module h3{font-size: 2.6rem;}
.demarrer-module .card-link:not([class*="active"]) .text-card > *{color: #9BA3B2; }
.demarrer-module .card-link:not([class*="active"]) .cta_button {background-color: #BFC9D8;}
.demarrer-module .card-link:not([class*="active"]):hover .cta_button {background-color: #BFC9D8;}
.demarrer-module .card-link.active .img-inactive{display: none;}
.demarrer-module .card-link.active .img-active{display: block;}
.demarrer-module .cards ul li img{width: 6rem; height: 6rem; margin: 0 auto; }
.demarrer-module .cards ul li .cta_button{font-size: 1.8rem; width: -webkit-max-content; width: -moz-max-content; width: max-content; margin: 0 auto; margin-top: auto;}
.demarrer-module .cards ul li a:hover .cta_button{background-color: #028B81;}
.demarrer-module .cards-container .card-content{border-radius: 2rem; background: #e2f7e5; background: -o-linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%); background: linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%);}
.demarrer-module .card-content:not([class*="active"]){opacity: 0; overflow: hidden; height: 0; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out;}
.demarrer-module .card-content.active {opacity: 1;height: 100%; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; padding: 4rem 9rem;}
.demarrer-module form input[type="submit"], .demarrer-module form .hs-button{background: #00A99D; color: #ffffff; border: 1px solid transparent;}


@media (max-width: 640px){
  .demarrer-module .card-content.active{padding: 4rem 3rem;}
}

/*** FORM ***/ 

.form-module .form-description > *{margin-bottom: 0;}
.form-module .form-inner-container{border-radius: 2rem;}
.form-module .form-container-inner .required-fields{font-size: 1.4rem; margin-bottom: 0}
.form-module .form-container-inner.orange-submit form input[type="submit"]{background-color:#FF00D4; color: #F5F5F5; border: 1px solid transparent;}
.form-module .form-container-inner.orange-submit form input[type="submit"]:hover{opacity: .9};

@media (max-width: 992px){
  .form-module{margin: 5rem 0;}
}

/*** HSITORY ***/ 

.history-module .history-container{position: relative;}
.history-module .history-container hr{position: absolute; width: 80%; border-top: 2px solid #E6F7F8; margin:0; top: 50px; left: 50%; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); transform: translate(-50%); z-index: -1;}
.history-module .date{color: #00A99D; font-size: 2.6rem; border-radius: 2rem; background: -webkit-gradient(linear, left bottom, right top, from(rgba(226,247,229,1)), to(rgba(218,245,247,1))); background: -o-linear-gradient(bottom left, rgba(226,247,229,1) 0%, rgba(218,245,247,1) 100%); background: linear-gradient(to top right, rgba(226,247,229,1) 0%, rgba(218,245,247,1) 100%); padding: 3rem 2rem; margin-bottom: 0; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto;}

@media (max-width: 992px){
  hr{display: none;}
}


/*** ICON AND TEXT ***/

.icon-and-text-module .icon-text-container .icon-container {-webkit-box-shadow: 0px 4px 20px 3px #0000000f;box-shadow: 0px 4px 20px 3px #0000000f; background: #ffffff; border-radius: 2rem; width: 7rem; height:7rem; position: relative;}
.icon-and-text-module .icon-text-container .icon-container img{position: absolute; top:50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.icon-and-text-module .icon-text-container h3{font-size: 2rem;}

@media (max-width: 992px){
  .icon-and-text-module .icon-text-container.text-align-left{text-align: center;}
  .icon-and-text-module .icon-text-container.flex-flow-row-wrap{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .icon-and-text-module .icon-text-container.flex-flow-row-wrap .icon-container{margin-right: 0;}
}


/*** PRICING ***/

.pricing-module .head-pricing .title-offer-container:not(:first-child){padding: 2.5rem 2rem 4rem 2rem; border-top-left-radius: 2rem; border-top-right-radius: 2rem; -webkit-box-flex: 0; -ms-flex: 0 0 19%; flex: 0 0 19%; margin-left: 1.5%;}
.pricing-module .head-pricing .title-offer-container p{margin: 0;}
.pricing-module .head-pricing .title-offer-container .cta-container{margin: 0 auto; margin-top: auto;}

.pricing-module .title-row{-webkit-box-flex: 0;-ms-flex: 0 0 18%;flex: 0 0 18%;}
.pricing-module .cell-content{-webkit-box-flex: 0;-ms-flex: 0 0 19%;flex: 0 0 19%; margin-left: 1.5%; }
.pricing-module .row-pricing p{margin-bottom: 0;}
.pricing-module .row-pricing.border-bottom-row{border-bottom: 1px solid #12203526;}
.pricing-module .row-pricing.border-bottom-row:last-child{border-bottom: 1px solid transparent;}

.pricing-module .row-pricing .cell-content{background: #F7FAFC;}
.pricing-module .row-pricing .cell-content-inner{min-height: 3rem;}

.pricing-module .cta_button{padding: 1.5rem;}

.pricing-module .shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.56);visibility:hidden;opacity:0;z-index:19;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.pricing-module.pop-up-active .shadow{opacity:1;visibility:visible}
.pricing-module .pop-up-form-container{position: fixed; top: 0;  left: 50%;  width: 100%; height: 100%;  -webkit-transform: translateX(50%);  -ms-transform: translateX(50%);  transform: translateX(50%);  z-index: 20;  -webkit-transition: -webkit-transform .5s ease;  transition: -webkit-transform .5s ease;  -o-transition: transform .5s ease;  transition: transform .5s ease;  transition: transform .5s ease, -webkit-transform .5s ease;}
.pricing-module.pop-up-active .pop-up-form-container{-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.pricing-module .pop-up-form-container-inner{background: #e2f7e5; border-radius: 2rem;padding: 5rem 3rem; background: -o-linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%); background: linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%); position: absolute; top: 50%; left: 0;width: 730px;min-height: 325px;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%); -webkit-transition: left .5s ease,-webkit-transform .5s ease; transition: left .5s ease,-webkit-transform .5s ease; -o-transition: transform .5s ease,left .5s ease; transition: transform .5s ease,left .5s ease; transition: transform .5s ease,left .5s ease,-webkit-transform .5s ease; }
.pricing-module.pop-up-active .pop-up-form-container-inner{left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.pricing-module .btn-pop-up{font-size: 1.3rem; text-decoration: underline;}
.pricing-module .btn-pop-up:hover{color: #122035;}
.pricing-module .close-pop-up { position: absolute; top: 2rem; right: 2rem; width: 24px; height: 24px;  z-index: 16;
    background-image: url(https://f.hubspotusercontent30.net/hubfs/3924385/HubSpot/runview-website/icons/close-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pricing-module h2{font-size: 2.6rem;}
.pricing-module .pop-up-form-container form input[type="submit"], 
.pricing-module .pop-up-form-container form .hs-button{
  background-color: #00A99D;
  color: #ffffff;
  border: 1px solid transparent;
}
.pricing-module .pop-up-form-container form input[type="submit"]:hover, 
.pricing-module .pop-up-form-container form .hs-button:hover{
  background-color: transparent ;
  color: #00A99D;
  border: 1px solid #00A99D;
}

@media (max-width: 992px){
  .pricing-module .head-pricing{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .pricing-module .head-pricing .title-offer-container:first-child{display: none;}
  .pricing-module .head-pricing .title-offer-container:not(:first-child){-webkit-box-flex: 0;-ms-flex: 0 0 23%;flex: 0 0 23%; border-radius: 2rem;}
  .pricing-module .row-pricing{display: none;}
}


@media (max-width: 768px){
  .pricing-module .head-pricing .title-offer-container:not(:first-child){-webkit-box-flex: 0;-ms-flex: 0 0 45%;flex: 0 0 45%;}
  .pricing-module .pop-up-form-container-inner{width: 95%;}
  .pricing-module .pop-up-form-container-inner .img-container{display: none; min-height: 150px;}
}

@media (max-width: 480px){
  .pricing-module .head-pricing .title-offer-container:not(:first-child){-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .pricing-module .pop-up-form-container-inner{top: 55%;}
}

/*** QUOTE CARDS ***/

.quote-cards-module .quote-card{background: -webkit-gradient(linear, left bottom, right top, from(#E2F7E5), to(#DAF5F7));background: -o-linear-gradient(bottom left, #E2F7E5 0%, #DAF5F7 100%);background: linear-gradient(to top right, #E2F7E5 0%, #DAF5F7 100%); padding: 3rem 2rem; border-radius: 2rem; padding: 3rem;}
.quote-cards-module .quote-title{color: #00A99D; font-weight: 600;}
.quote-cards-module .quote{font-size: 2rem; font-style: italic; line-height: 1.4;}

@media (max-width: 992px){
  .quote-cards-module .quote .span2{width: 10%;}
  .quote-cards-module .quote .span10{width: 85%; margin-left: 5%;}
}

@media (max-width: 768px){
  .quote-cards-module .quote{font-size: 1.8rem;}
}


/*** STICKY MENU PILLAR ***/

.container-menu{background-color: #ffffff; -webkit-box-shadow: 0px 4px 20px #00000014; box-shadow: 0px 4px 20px #00000014; padding: 2.5rem 1.5rem .5rem 1.5rem; border-radius: 2rem; position: sticky; position: -webkit-sticky; top: 100px;}
.pillar-template .container-menu h4{font-weight: 700; margin-bottom: 0;}
.container-menu ul li{font-size: 1.6rem; padding: 2rem 0;}
.container-menu ul li a.active{font-weight: 600}
.container-menu ul li:not(:last-child){border-bottom: 1px solid #1220351A;}


/*** TABS ***/

.tabs-module .tab-link{font-size: 1.6rem; background: #fff; -webkit-box-shadow: 0px 4px 20px 8px #00000014; box-shadow: 0px 4px 20px 8px #00000014; padding: .5rem 3rem; border-radius: 5rem; font-weight: 600; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.tabs-module .tab-link:hover{color: #ffffff; background-color: #00A99D}
.tabs-module .tab-link.active{color: #ffffff; background-color: #00A99D}
.tabs-module .tab-container:not([class*="active"]){opacity: 0; overflow: hidden; height: 0; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out;}
.tabs-module .tab-container.active {opacity: 1;height: 100%; -webkit-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out;}

@media (max-width: 768px){
  .tabs-module .tabs > ul { overflow-x: scroll; overflow-y: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: inherit; flex-flow: inherit; -webkit-box-pack: start; -ms-flex-pack: start;   justify-content: flex-start; padding: 2rem 0;}
}


/*** TEAM ***/ 
.team-module .picture-container{width: 14rem; height: 14rem; border-radius: 50%; border: 3px solid #00A99D;}
.team-module .picture-container img{border-radius: 50%; -o-object-fit: cover; object-fit: cover;}
.model-404 .content-wrapper,
.model-500 .content-wrapper,
.model-unsubscribe .content-wrapper,
.model-login .content-wrapper,
.model-request .content-wrapper,
.model-password .content-wrapper,
.model-prompt .content-wrapper,
.model-preferences .content-wrapper,
.model-confirmation .content-wrapper,
.model-register .content-wrapper {
  min-height: 95.5vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 3rem;
}

.model-preferences .content-wrapper.dnd-section{
  overflow: inherit;
}

.systems-page form{
  border-radius:0.0rem;
}

.systems-page #hs_cos_wrapper_backup_unsubscribe,
.systems-page #hs_cos_wrapper_content{
  text-align:center;
}

.systems-page #hs_cos_wrapper_content h2{
  margin-bottom:calc(0.5rem*4);
}

.error-page{
  position:relative;
  z-index:2;
}

.error-page:before{
  content:attr(data-error);
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:calc(0.5rem*40);
  z-index:-1;
  opacity:.05;
}

.systems-page .hs-form-field {
  position: relative;
  display: flex;
  flex-flow: column;
}

.systems-page .hs-form-field > label{
  text-align:center;
}

.systems-page .hs-login-widget-show-password, 
.systems-page #hs_login_reset, 
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password{
  color:#F5F5F5;
}

.systems-page #hs_cos_wrapper_membership_admin_content a{
  color:#FF00D4;
}

.systems-page #hs_cos_wrapper_membership_admin_content{
  margin-top:calc(0.5rem*4);
  margin-bottom:calc(0.5rem*4);
  text-align:center;
}


.systems-page .hs-submit, 
.systems-page input#submitbutton{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  display: block;
}

.model-preferences .systems-page .hs-submit, 
.model-preferences .systems-page input#submitbutton{
  margin-left:0;
  display: block;
  background-color: #FF00D4;
  color: #FFFFFF;
  border: 1px solid transparent;
}

.model-preferences .systems-page .hs-submit:hover, 
.model-preferences .systems-page input#submitbutton:hover{
  background-color: #00000000;
  color: #FF00D4;
  border: 1px solid #FF00D4;
}

.systems-page .hs-button.primary.large {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: calc(0.5rem*4);
  display: block;
}

.systems-page form#email-prefs-form .page-header, 
.systems-page form#email-prefs-form .page-header h1, 
.systems-page form#email-prefs-form .page-header h2,
.systems-page form#email-prefs-form .header{
  text-align: left;
}

.systems-page #email-prefs-form h2{font-size: 1.8rem; color: #FF00D4; font-weight: 400}

.systems-page form#email-prefs-form .subscribe-options {

}

.systems-page #email-prefs-form .item {
  background: #FFFFFF;;
  border-radius: 20px;
  padding: calc(0.5rem*4);
  margin-bottom: calc(0.5rem*4);
  position:relative;
  box-shadow: 0 4px 20px #00000014;
}

.systems-page #email-prefs-form .item .fakelabel {
  font-size: 1.6rem;
  font-weight:600;
  color: #F5F5F5;
}

.systems-page #email-prefs-form .item p {
  margin: 0;
}

.systems-page #email-prefs-form .item .item-inner {
  padding-left: calc(0.5rem*10);
}

.systems-page .subscribe-options .header{color: #F5F5F5}
.systems-page .subscribe-options span{font-weight: 400}


#email-prefs-form .item [type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: inset 0 0 0 2px #F7FAFC;
  position: absolute;
  top: 50%;
  left: calc(0.5rem*8);
  transform: translate(-50%,-50%);
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}

#email-prefs-form .item [type=checkbox]:checked {
  box-shadow: inset 0 0 0 calc(0.5rem*2) #FF00D4;
}

.model-preferences .hero-preferences{
  background-image: url(//143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/raw_assets/public/Runview-website/images/shapes/bg-hero-pillar.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 15rem;
  padding-bottom: 7rem;
}

.model-preferences .container-social-networks{
  background: #e2f7e5; /* Old browsers */
  background: -moz-linear-gradient(45deg, #e2f7e5 0%, #daf5f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e2f7e5 0%,#daf5f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: max-content;
  border-radius: 20px;
  padding: 3rem 5rem;
  margin-top: 22rem;
  position: sticky;
  top: 120px;
}

.model-preferences .container-social-networks p{margin-bottom: 1rem;}
.model-preferences .container-social-networks a{padding: 0 3.5rem;}

.model-prompt #hs_cos_wrapper_password_prompt{width: 100%;}

@media (max-width: 992px){
  form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), form select, form textarea{max-width: 100%;}
  .model-404 .content-wrapper,
  .model-500 .content-wrapper, 
  .model-unsubscribe .content-wrapper,
  .model-login .content-wrapper, 
  .model-request .content-wrapper, 
  .model-password .content-wrapper,
  .model-prompt .content-wrapper,
  .model-preferences .content-wrapper,
  .model-confirmation .content-wrapper,
  .model-register .content-wrapper{    
    min-height: 60vh;
  }
  
  .model-preferences .container-social-networks{margin-top: 5rem;}
}
.body-container.hp-template .dnd-section:first-child, 
.body-container.solution-template .dnd-section:first-child,
.body-container.fille-template .dnd-section:first-child,
.body-container.lp-template .dnd-section:first-child,
.body-container.ty-template .dnd-section:first-child,
.body-container.starting-template .dnd-section:first-child,
.body-container.pillar-template .dnd-section:first-child{padding-top: 14rem;}

.bgmoinslarge .row-fluid {
    padding-right: 5%;
}
.bgmoinslarge_rev .row-fluid {
    padding-left: 5%;
}


/* Sommaire Pillar Page */
.pillar-template .dnd-section,
.fille-template .dnd-section{overflow: inherit;}
.pillar-template .span4.widget-span.widget-type-cell.dnd-column{position: sticky; top: 120px; height: max-content;}
.pillar-template{text-align: justify;}


@media (max-width: 1200px){
      .bgmoinslarge .row-fluid {padding-right: 10%!important;}
      .bgmoinslarge_rev .row-fluid {padding-left: 10%!important;}

  
}


@media (max-width: 992px){
  .body-container.hp-template .dnd-section:first-child{padding-top: 12rem;}
  .body-container.solution-template .dnd-section:first-child{padding-top: 6rem;}
  .body-container.hp-template .row-depth-1.dnd_area-row-0-background-image{background-image:unset !important; position: relative; padding-bottom: 25px !important;}
  .body-container.hp-template .row-depth-1.dnd_area-row-0-background-image:before{content: ""; position: absolute; background-image:url(//143416087.fs1.hubspotusercontent-eu1.net/hubfs/143416087/raw_assets/public/Runview-website/images/shapes/hero-hp-bg.svg); background-repeat: no-repeat; background-size: cover; width: 100%; height: 87%; top:0; left: 0; background-position: 50%;}

  .pillar-template .row-fluid-wrapper.row-depth-1 .row-fluid:first-child .span12 .row-fluid-wrapper .row-fluid > .span4:first-child{position : relative; top: 0; margin-bottom: 5rem;}
    .bgmoinslarge .row-fluid {padding-right: 8%!important;}
.bgmoinslarge {background-position: right 12% top!important;}
      .bgmoinslarge_rev .row-fluid {padding-left: 8%!important;}
.bgmoinslarge_rev {background-position: left 12% top!important;}
  .row-fluid-wrapper[class*="background-image"]{background-size: COVER !important;}


  
}