body {
  position: relative;
}

/* global-post */
.cta-global-post a {
  text-decoration: none;
}
.global-post-container {
  background: var(--color-blue-light);
  border-radius: 10px;
  padding: 20px;
}
.global-post-container .row {
  display: flex;
  justify-content: center;
}
.global-post-container .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* -- Button */
.cta-global-post { /* ajout */
    margin: 12px 0;
}
.cta-global-post {
    white-space: nowrap;
    color: var(--color-white)!important;
    background-color: rgb(200,3,46);
    background: linear-gradient(66deg, rgba(200,3,46,1) 0%, rgba(239,45,86,1) 100%);
    border: none!important;
    border-radius: 10px!important;
    padding: 21px 49px!important;
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0px 0px 0px 0px rgba(0,49,62,0.27); */
    box-shadow: 0px 0px 0px rgba(219,24,66,0.12);
    -webkit-box-shadow: 0px 0px 0px rgba(219,24,66,0.12);
    -moz-box-shadow: 0px 0px 0px rgba(219,24,66,0.12);
  
    transition-duration: 0.25s;
    transition-property: box-shadow, transform;
}
.cta-global-post:hover,
.cta-global-post:focus {
    border-color: none!important;
    box-shadow: 0px 5px 0px rgba(219,24,66,0.12);
    -webkit-box-shadow: 0px 5px 0px rgba(219,24,66,0.12);
    -moz-box-shadow: 0px 5px 0px rgba(219,24,66,0.12);
    transform: scale(1.01);
}
.cta-global-post:active {
    background-color: rgba(200,3,46,0.5);
    border-color: none!important;
}
.text-bold-600 {
    font-weight: 600!important;
}
/* @media (max-width: 1300px) and (min-width: 990px) { /* max-width: 1237px min-width: 1139px */ /*
    .display-flex {
        width: 100%;
    }
    .cta-global-post {
        width: 100%;
    }
} */
@media (max-width: 990px) and (min-width: 767px) {
  .global-post-container .img-container {
    display: none;
  }
  .display-flex {
    width: 100%;
  }
  .cta-global-post {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .global-post-container .img-container {
    display: none;
  }
  .cta-global-post {
    width: 100%;
    padding: 19px 30px!important;
   }
}
/* end global-post */


.hs-blog-listing:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
display: block;
background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Backgrounds/triangle-right-blog.png);
background-repeat: no-repeat;
background-size: initial;
background-position: 100% 35%;
}



a.button.testimonial {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: transparent;
  text-transform: initial;
  text-align: right;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  color: rgb(200,3,46);
}


.wrapper.d-flex>div.search-module, .wrapper.d-flex>div.widget-span.search-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}


.slider {
  padding: 15.3rem 0 2.4rem 0;
}

.slider .widget-span.span5.columns {
    padding: 0 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1rem;
}

.slider .page-title {
  padding-left: 0;
  font-weight: 600;
  line-height: 137%;
  letter-spacing: -.03rem;
  padding-top: 2rem;
}

.blog-section.span10.columns.widget-span {
  margin: auto;
  float: none;
}

.post-listing {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -2.6rem;
  margin-right: -2.6rem;
}

.post-listing .post-item {
  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-flex: 0;
      -ms-flex: 0 0 33.333333333%;
          flex: 0 0 33.333333333%;
  padding: 0 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 90px;
}

.post-listing .post-item-inner {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.05);
          box-shadow: 0 3px 15px rgba(0,0,0,.05);
  background: #ffffff;
  height:100%;
}

.post-listing .post-item-inner .post-body {
  padding: 1.5rem 2rem 4.5rem 2rem;
}

.post-listing .post-header {
  min-height: calc(100vw / 7.7);
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.hs-blog-listing .post-body p {
    font-size: 18px;
    line-height: 180%;
    color: #022E3B;
}

.post-listing .post-item-inner .post-body .topic {
  display: block;
  margin-bottom:1.25rem;
}

.post-listing .post-item-inner .post-body .topic i {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
  background-size: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat;
}

.post-listing .post-item-inner .post-body .topic-link {
  font-size: 1inherit;
  display:inline;
  text-decoration: none;
  font-weight: 300;
  color:#c8032e;
  padding-left: .5rem;
  letter-spacing: -.03rem;
}

.hs-blog-post .post-header a {
    color: inherit;
}

.post-listing .post-item-inner .post-body h2 {
  font-size: 25px;
  line-height: 145%;
  margin-bottom: .5rem;
}

.post-listing .post-item-inner .post-body a.read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 2.5rem;
  letter-spacing: .01rem;
  text-decoration: none;
  color: #c8032e;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index:3;
}

.post-listing .post-item-inner .post-body h2 a {
  text-decoration: none;
  color: #022e3b;
  font-weight:500;
}

.post-listing .post-item-inner .post-body a.read-more:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 400%;
    background: #c8032e;
    height: 200%;
    -webkit-transform: rotate(-5deg) translate(2rem,1.5rem);
        -ms-transform: rotate(-5deg) translate(2rem,1.5rem);
            transform: rotate(-5deg) translate(2rem,1.5rem);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-listing .post-item-inner .post-body a.read-more:hover:after,
.post-listing .post-item-inner .post-body a.read-more:focus:after {
  opacity:1;
}

.post-listing .post-item-inner .post-body a.read-more:hover, 
.post-listing .post-item-inner .post-body a.read-more:focus {
  color: #ffffff;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .4rem 0;
}

.blog-pagination .view-more {
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  color:#022e3b;
  position:relative;
}

.blog-pagination .view-more:after {
  content: '';
  position: relative;
  background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Matooma_recrutement/chevron.png);
  top: 100%;
  right: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  text-align: center;
  background-position: 50% !important;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 0.5rem;
}


/* FR */

/*- Retail (FR) > Retail (ENG) > Ventas al por menor (ESP)*/
  i.retail{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/retail_carre.svg);
}
  
 /* - Agriculture (FR) > Agriculture (ENG) > Agricultura (ESP)*/
  i.agriculture{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/agriculture.svg);
}

/*- Sécurité des travailleurs isolés > Safety for isolated workers > Seguridad de los trabajadores aislados*/
i.sécurité-des-travailleurs-isolés{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/securite_carre.svg);
}

/*- Téléassistance > Remote assistance > Teleasistencia*/
i.téléassistance {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/sante-pillarpage.svg);
}

/*- Télémétrie (FR) > Telemetry (ENG) > Telemetría (ESP)*/
i.télémétrie {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/telemetrie.svg);
}

/*- Sécurité des biens > Assets security > Seguridad de bienes*/
i.sécurité-des-biens {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/securite.svg);
}

/* - Photovoltaïque > Photovoltaic > Sistemas fotovoltaicos*/
i.photovoltaïque {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/photovoltaique.svg);
}

/* - Gestion des ressources naturelles > Natural resources management > Gestión de los recursos naturales*/
i.gestion-des-ressources-naturelles {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/ressources-naturelles.svg);
}



/* EN */

/*- Retail (FR) > Retail (ENG) > Ventas al por menor (ESP)*/
  i.retail{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/retail_carre.svg);
}

  
/* - Agriculture (FR) > Agriculture (ENG) > Agricultura (ESP)*/
  i.agriculture{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/agriculture.svg);
}

/*- Sécurité des travailleurs isolés > Safety for isolated workers > Seguridad de los trabajadores aislados*/
i.safety-for-isolated-workers{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/securite_carre.svg);
}


/*- Téléassistance > Remote assistance > Teleasistencia*/
i.remote-assistance {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/sante-pillarpage.svg);
}

/*- Télémétrie (FR) > Telemetry (ENG) > Telemetría (ESP)*/
i.telemetry {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/telemetrie.svg);
}

/*- Sécurité des biens > Assets security > Seguridad de bienes*/
i.assets-security {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/securite.svg);
}

/* - Photovoltaïque > Photovoltaic > Sistemas fotovoltaicos*/
i.photovoltaic {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/photovoltaique.svg);
}

/* - Gestion des ressources naturelles > Natural resources management > Gestión de los recursos naturales*/
i.natural-resources-management{
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/ressources-naturelles.svg);
}

/* ES */

/*- Retail (FR) > Retail (ENG) > Ventas al por menor (ESP)*/
  i.ventas-al-por-menor{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/retail_carre.svg);
}
  
/* - Agriculture (FR) > Agriculture (ENG) > Agricultura (ESP)*/
  i.agricultura{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/agriculture.svg);
}

/*- Sécurité des travailleurs isolés > Safety for isolated workers > Seguridad de los trabajadores aislados*/
i.seguridad-de-los-trabajadores-aislados{
   background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/securite_carre.svg);
}


/*- Téléassistance > Remote assistance > Teleasistencia*/
i.teleasistencia {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/sante-pillarpage.svg);
}

/*- Télémétrie (FR) > Telemetry (ENG) > Telemetría (ESP)*/
i.telemetria {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/telemetrie.svg);
}

/*- Sécurité des biens > Assets security > Seguridad de bienes*/
i.seguridad-de-bienes {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/securite.svg);
}

/* - Photovoltaïque > Photovoltaic > Sistemas fotovoltaicos*/
i.sistemas-fotovoltaicos {
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/photovoltaique.svg);
}

/* - Gestion des ressources naturelles > Natural resources management > Gestión de los recursos naturales*/
i.gestión-de-los-recusos-naturales{
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Pictos/Blog%20Tags/ressources-naturelles.svg);
}


.hs-blog-post .section.post-body img {
  border-radius: 50px;
  margin: 8rem 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  height:auto !important;
}

.header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(-9deg) translate(34%,-20%) scale(1.6);
    -ms-transform: rotate(-9deg) translate(34%,-20%) scale(1.6);
    transform: rotate(-9deg) translate(34%,-20%) scale(1.6);
}

.header-post-container img {
  -webkit-transform: rotate(9deg) translate(-13%,10%) scale(1.4);
      -ms-transform: rotate(9deg) translate(-13%,10%) scale(1.4);
          transform: rotate(9deg) translate(-13%,10%) scale(1.4);
}

.post-article .post-body {
  max-width: 970px;
  margin: auto;
  padding-top: 8.2rem;
}

#main {
  overflow: hidden;
}

.post-article .post-body ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: .5rem;
  line-height: 30px;
}

.post-article .post-body ul {
  margin-bottom: 4rem;
}

.post-article .post-body ul li:before {
  width: 18px;
  height: 18px;
  content: '';
  display: block;
  background: transparent;
  position: absolute;
  top: 6px;
  left: -30px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 3px #C8032E;
          box-shadow: inset 0 0 0 3px #C8032E;
}

.hs-blog-post .section.post-body a {
  color: inherit;
}

.more-infos.special-blog .image-part img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.solutions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solutions > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  border-left: 1px solid #E8E8E8;
  padding: 0 3rem;
  background-color:#fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutions > div:first-of-type{
  border-left: 0px;
}




@media screen and (max-width:1440px){
  .slider {
    padding: 12rem 0 2.4rem 0;
  }
  .header-post-container img {
    -webkit-transform: rotate(9deg) translate(-13%,10%) scale(1.3);
        -ms-transform: rotate(9deg) translate(-13%,10%) scale(1.3);
            transform: rotate(9deg) translate(-13%,10%) scale(1.3);
  }
.header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(-9deg) translate(54%,40%) scale(2);
    -ms-transform: rotate(-9deg) translate(54%,40%) scale(2);
    transform: rotate(-9deg) translate(54%,40%) scale(2);
}
  blockquote, q {
    quotes: none;
    font-size: 16px;
    line-height: 140%;
  }
  .testimonial-module .logo-part {
    margin-left: 0;
    margin-bottom: 1rem;
    max-width: 140px;
  }
  .focus-module .text-part {
    padding: 0rem;
  }
  .post-article .header-left p {
    margin: 30px 0;
    max-width: 100%;
  }
  .slider .page-title {
    padding: 0;
  }
  .blog-search-module form {
    padding-top: 0;
  }
  .post-listing {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .post-listing .post-item {
    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-flex: 0;
        -ms-flex: 0 0 33.333333333%;
            flex: 0 0 33.333333333%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2rem;
  }
  .focus-text {
    padding: 60px;
    -webkit-transform: translateY(-10rem);
        -ms-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
   .post-listing .post-item-inner .post-body h2 {
    font-size: 20px;
}
}
@media screen and (max-width:1366px){
  .solutions > div {
    padding: 0 1rem;
  }
}

@media screen and (max-width:1280px){
  .slider {
    padding: 15rem 0 2.4rem 0;
  }
  body.hs-blog-post:before {
    display:none;
  }
  .post-listing .post-item-inner .post-body h2 {
    font-size: 20px;
  }
  .post-listing .post-item-inner .post-body {
    padding: 2.5rem 2rem 5rem 2rem;
  }
  .post-listing .post-item-inner .post-body a.read-more {
    padding: .5rem 1.5rem;
  }
  .blog-section.span10.columns.widget-span {
    margin: auto;
    float: none;
    padding-bottom: 5rem;
  }
  .post-listing .post-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .hs-blog-post .section.post-body img {
    border-radius: 50px;
    margin: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .focus-module .text-part {
    -webkit-transform: translateY(-5rem);
        -ms-transform: translateY(-5rem);
            transform: translateY(-5rem);
  }
}

.blog-search-module form select {
    font-weight: 400;
  color: rgb(45, 76, 86);
}

@media screen and (max-width:992px){
  .wrapper.d-flex>div.search-module, .wrapper.d-flex>div.widget-span.search-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .post-article .post-header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .more-infos.special-blog .image-part img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: 50%;
    margin: auto;
  }

  .more-infos {
    padding-top: 8rem;
    padding-bottom: 0rem;
  }
  .more-infos .text-part {
    padding-top: 15rem !important;
  }
  .more-infos .text-image-module p {
    max-width: 490px;
    margin: auto;
  }
  .header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(0deg) translate(0%,0%) scale(1);
        -ms-transform: rotate(0deg) translate(0%,0%) scale(1);
            transform: rotate(0deg) translate(0%,0%) scale(1);
  }
  .carousel-block > div > div > div {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .span4.widget-span.widget-type-custom_widget.carousel-description.text-module.offset-right.mb-8 {
    margin-bottom: 2rem;
    max-width: 50%;
    text-align: center;
  }
  .solution-body .carousel-block {
    margin: 0 0 !important;
    position: relative;
  }
  .carousel-block>.row-fluid-wrapper>.row-fluid {
    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;
  }
  .post-article .post-body {
    padding-top: 0rem;
  }
  .post-article .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-article .header-left, .post-article .header-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .header-post-container img {
    -webkit-transform: rotate(0deg) translate(0%,0%) scale(1);
        -ms-transform: rotate(0deg) translate(0%,0%) scale(1);
            transform: rotate(0deg) translate(0%,0%) scale(1);
  }
  .wrapper.d-flex>div.search-module > div, .wrapper.d-flex>div.widget-span.search-module > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 1rem 0;
  }
  .blog-search-module form {
    padding-right: 0;
  }
  .blog-search-module form select {
    padding: 1.5rem 1.5rem;
    font-size: 16px;
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
  }
  .post-listing .post-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .blog-section.span10.columns.widget-span {
    margin: auto;
    float: none;
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .slider {
    padding: 8rem 0 4rem 0;
  }
  .post-listing .post-header {
    min-height: calc(100vw / 5);
  }
}
@media screen and (max-width:768px){
  .slider .wrapper.d-flex>div, .slider .wrapper.d-flex>div.widget-span {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
 .post-listing .post-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
  .carousel-block {
    padding-bottom: 7rem;
  }
  .post-article .post-body ul li:before {
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    top: 2px;
    left: -25px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px #c8032e;
            box-shadow: inset 0 0 0 2px #c8032e;
  }
  .testimonial-module .logo-part {
    margin-left: 0;
    margin: 0rem;
    max-width: 120px;
  }
  .post-article .post-body ul li {
    position: relative;
    font-size: 13px;
    margin-bottom: .5rem;
    line-height: 20px;
  }

  .more-infos .text-part {
    padding-top: 12rem !important;
  }
  blockquote, q {
    quotes: none;
    font-size: 12px;
    line-height: 140%;
  }
  .focus-module .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .focus-text {
    padding: 60px;
    -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
            transform: translateY(-2rem);
    max-width: 100%;
  }
  .focus-module {
    padding-bottom: 4rem;
  }
  .focus-module .image-part {
    -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
            transform: translateX(0rem);
    border-radius: 50px;
    overflow: hidden;
    max-width: 80%;
    margin-top: 2rem;
  }
  .focus-module .text-part {
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    padding: 0 4rem;
  }
  .post-article .post-body {
    padding-top: 0rem;
  }
  .header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(0deg) translate(0,0) scale(1);
        -ms-transform: rotate(0deg) translate(0,0) scale(1);
            transform: rotate(0deg) translate(0,0) scale(1);
    margin: 2rem 0;
  }
  .post-listing .post-header {
    min-height: calc(100vw / 4);
  }
}

@media screen and (max-width:640px){
  .post-listing .post-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .post-listing .post-header {
    min-height: calc(100vw / 2);
  }
  .focus-module .image-part img {
    margin-bottom: 0;
    display: block;
  }
  .focus-text p {

    font-size: 14px;
  }
  .post-listing .post-item-inner .post-body a.read-more:after {
    width: 300%;
  }
}


@media screen and (max-width:480px){
  .slider {
    padding: 8rem 0 4rem 0;
  }
  .focus-text {
    padding: 40px;
    -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
            transform: translateY(-2rem);
    max-width: 100%;
  }
}



.post-article{
  padding-top: 231px; 
}

.post-article .post-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.post-article .header-left,
.post-article .header-right{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; 
}

.post-article .topic i{
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
  background-size: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat; 
}

.post-article .topic-link {
  font-size: 26px;
  text-decoration: none;
  font-weight: 500;
  color: #022E3B;
  padding-left: .5rem;
  letter-spacing: -.03rem;
}

.post-article .topic{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

.post-article .header-left .header-left-padding{
  padding-left: 198px; 
}

.post-article .header-left h1{
  max-width: 70%;
  margin-bottom: 60px;
}

.post-article .header-left p{
  margin: 30px 0;
  max-width: 85%;
}


.post-article h1, h2{
  color: #C8032E; 
}

.post-article h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.post-article .post-body p {
  margin: 24px 0;
}

.more-info-block > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.more-info-block .info{
  max-width: 31%;
  margin-right: 138px;
}

.more-info-block h2,
.more-info-block p{
  color: #ffffff;
  margin-bottom: 30px;
}

.more-info-block {
  /*background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/m2m-manager/simplicity/Rectangle-section-help.png);
  background-repeat: no-repeat;
  background-position: right;*/
  padding: 545px 0;
  position: relative;
}

.more-info-block:before {
  content: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/cas--clients/more--infos.png);
  position: absolute;
  top: 11%;
}

.more-info-block:after {
  content: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/m2m-manager/simplicity/Rectangle-section-help.png);
  position: absolute;
  right: -12%;
  top: 32%;
  z-index: -1;
}

.info .article-cta a {
  color: #ffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  padding: 14px 34px;
  border: 2px solid;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.info .article-cta a:hover {
  opacity: .7;
}

.carousel-block > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-description{
  position: relative;
  z-index: 9;
  padding-left: 138px;
}

.carousel-block{
  margin: 300px 0 !important;
  position: relative;
}

.carousel-block:after {
  content: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Backgrounds/background-testimonials.png);
  position: absolute;
  right: -10%;
  top: -25%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.align-center {
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.posts-carousel .button-container .button {
  background: #022e3b;
}


@media screen and (max-width:1920px){
.header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(-9deg) translate(25%,-20%) scale(1.4);
    -ms-transform: rotate(-9deg) translate(25%,-20%) scale(1.4);
    transform: rotate(-9deg) translate(25%,-20%) scale(1.4);
}

.header-post-container img {
  -webkit-transform: rotate(9deg) translate(-13%,10%) scale(1.4);
      -ms-transform: rotate(9deg) translate(-13%,10%) scale(1.4);
          transform: rotate(9deg) translate(-13%,10%) scale(1.4);
}
}


@media screen and (max-width:1440px){
  .post-article .header-left .header-left-padding {
    padding-left: 0;
  }

  .post-article .header-left h1 {
    margin-bottom: 30px;
  }

  .post-article .header-left p {
    margin: 10px 0;
  }

  .more-info-block:before{
    -webkit-transform: scale(.7)translateX(-42%);
        -ms-transform: scale(.7)translateX(-42%);
            transform: scale(.7)translateX(-42%); 
  }

  .more-info-block .info {
    max-width: 43%;
  }

  .carousel-description{
    padding-left: 0; 
  }
}

@media screen and (max-width:1280px){
  .post-article .post-body ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: .5rem;
    line-height: 25px;
  }

  .more-info-block:before{
    display: none;
  }

  .more-info-block .info {
    max-width: 100%;
  }

  .more-info-block:after{
    right: -36%;
    top: 11%;
  }

  .more-info-block {
    padding: 217px 0;
  }

  .carousel-block:after {
    content: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/Website/Backgrounds/background-testimonials.png);
    position: absolute;
    right: -40%;
    top: -54%;
  }
.post-article {
    padding-top: 15rem;
}
  .header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(-9deg) translate(54%,10%) scale(2);
    -ms-transform: rotate(-9deg) translate(54%,10%) scale(2);
    transform: rotate(-9deg) translate(54%,10%) scale(2);
}
}

@media screen and (max-width:992px){
  .post-article .post-header{
    margin-bottom: 20px; 
  }
  .post-article {
    padding-top: 10rem;
}
.header-post-container {
    border-radius: 50px;
    overflow: hidden;
    -webkit-transform: rotate(0deg) translate(0%,0%) scale(1);
    -ms-transform: rotate(0deg) translate(0%,0%) scale(1);
    transform: rotate(0deg) translate(0%,0%) scale(1);
}
  .carousel-block:after {
    display: none;
  }
}

@media screen and (max-width:768px){
  .solutions>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .posts-carousel .wrapper{
    padding-bottom: 7rem;
  }

  .post-article .post-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .post-article .header-right img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .post-article .header-left, .post-article .header-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .carousel-block>.row-fluid-wrapper>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .carousel-block{
    margin: 0 !important;
    margin-bottom: 100px !important;
  }

  .more-info-block:after{
    display: none; 
  }

  .more-info-block{
    background: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/m2m-manager/simplicity/Rectangle-section-help.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 40%;
    padding-left: 20px;
  }

  .carousel-description{
    margin-bottom: 2rem !important; 
  }
}

@media screen and (max-width: 640px){
  .span4.widget-span.widget-type-custom_widget.carousel-description.text-module.offset-right.mb-8 {
    max-width: 100%;
  }
  .post-article .header-left p {
    max-width: 100%;
}
  .testimonial-module .info-part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2rem;
    padding-left: 2rem;
    padding-bottom: 4rem;
  }
  .more-infos {
    padding-top: 5rem;
    margin-top: 0;
    padding-bottom: 0rem;
  }
  .testimonial-module .logo-part {
    margin-left: 0;
    margin: 1rem 0;
    max-width: 140px;
  }
  .more-infos.special-blog .image-part img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: 70%;
    margin: auto;
  }
}

@media screen and (max-width: 480px){
  .more-infos {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .more-infos .text-part {
    padding-top: 11.5rem !important;
  }
  .more-infos .text-image-module p {
    max-width: 100% !important;
  }
  .post-article {
    padding-top: 8rem;
  }
  .testimonial-carousel--container {
    margin-top: 2rem;
  }
}