/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */


@import url('//fonts.googleapis.com/css?family=Lato:400|Montserrat:100');
@import url('//fonts.googleapis.com/css?family=Inter:300,400,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
} 
body {
  background: #fff;  
  line-height: 1;
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 124rem;  
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 2.5rem;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #161b44;
  font-weight: 400;
  margin-top: 0;
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.4rem;
  font-weight: 600;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 2rem;    
}
h5 {
  font-size: 1.8rem;    
}
h6 {
  font-size: 1.6rem;    
}

/* Anchor Links */
a { 
  color: #f9018d;
}

/* Lists */
.body-container-wrapper ul, .body-container-wrapper ol {
  padding-left: 17px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
.blockquote {
  margin: 7.5rem 0;
  padding: 0 1.5rem;
  position: relative;
}
.blockquote p {
  color: #f9018d;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
  text-align: center;
  width: 90%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.5rem;
}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  vertical-align: baseline;
}

.imgbg {background: url(https://cdn2.hubspot.net/hubfs/5890514/9E0BD01A-AB32-4B2A-A1D0-3DFFC14E662A.svg) no-repeat center center fixed;    
  -webkit-background-size: cover;   
  -moz-background-size: cover;   
  -o-background-size: cover;   
  background-size: cover;
}

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.top-header-wrapper {
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.top-header-content {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.top-header-content > div:first-child i {
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #161b44;
  cursor: pointer;
}
.top-header-content > div:nth-child(2) a {
  font-family: 'Lato', sans-serif;
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin: 0 4rem;
  color: #2e93f0;
  color: #161b44;
}
.top-header-content > div:nth-child(2) a:hover {
  color: #2e93f0;
}
.wpml-ls-legacy-dropdown {
  position: relative;
  z-index: 9;
}
.langues ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.langues li, .langues a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.wpml-ls-legacy-dropdown a {
  border: 0;
  line-height: normal;
  padding: 0;
  text-decoration: none;
  margin: 0 1.5rem 0 0;
  color: rgb(0, 0, 238);
}
.langues img {
  margin-right: 1.5rem;
}
.js-wpml-ls-item-toggle:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.js-wpml-ls-item-toggle.open:after {
  content: '\f0d8';
}
.langues .wpml-ls-sub-menu {
  display: none;
  margin-top: .5rem;
  position: absolute;
}
.wpml-ls-sub-menu .wpml-ls-item {
  margin-bottom: .5rem;
}
.bottom-header-wrapper {
  padding: 1rem 1rem 0;
}
.custom-logo {
  width: 25% !important;
  padding-right: 1rem;
  padding-left: 1rem;
}
.custom-logo a {
  display: block;
  font-size: 0;
}
.custom-logo img {
  max-width: 21rem;
}
.custom-menu-primary {
  width: 75% !important;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 0 !important;
}


/* =============== Content =============== */

body:not(.blog) .body-container-wrapper {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.body-container {}

.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-row {
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-wrapper {
  width: 100%;
  box-sizing: unset !important;
  -ms-box-sizing: unset !important; 
  -moz-box-sizing: unset !important; 
  -webkit-box-sizing: unset !important;
}
.custom-footer-wrapper > * {
  width: 100%;
  display: block;
}
/* .custom-footer-wrapper .page-center {
max-width: 120rem !important;
} */
.custom-footer-wrapper .copyright {
  padding-right: 1rem;
  padding-left: 1rem;
}
.custom-footer-wrapper .copyright > * {
  border-top: .1rem solid #FFF;
  padding-top: 2.5rem;
  margin: 5rem 0 0 0;
}
.copyright p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.copyright p a {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.custom-footer-wrapper .col-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.custom-footer-wrapper .col {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 33.333%;
  margin-left: 0;
}
.custom-footer-wrapper .col-2 {
  width: 25%;
}
.custom-footer-wrapper .col-1 img {
  max-width: 18rem;
}
.custom-footer-wrapper form .hs-form-field > label {
  display: none;
}
.custom-footer-wrapper .newsletter > p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  margin-bottom: 2rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
}
.custom-footer-wrapper .row.bottom-xs.between-xs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.custom-footer-wrapper .row.bottom-xs.between-xs p {
  font-family: 'Lato', sans-serif;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
}
.custom-footer-wrapper .row.bottom-xs.between-xs p a {
  text-decoration: none;
  color: #fff;
}
h3:empty {
  display: none;
}
.custom-footer-wrapper form {
  margin-bottom: 2.5rem !important;
  position: relative;
  width: 30rem !important;
}
.custom-footer-wrapper form input[type="email"] {
  border: .1rem solid #EEE;
  border-radius: 25rem;
  box-shadow: 0 2px 4px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  display: table;
  font-size: 2rem;
  height: 5rem;
  margin: 0 auto;
  text-align: center;
  width: 25rem;
  display: block;
  line-height: normal;
  padding: 0;
  text-align: left;
  -webkit-appearance: none;
  width: 100%;
  box-sizing: unset;
  font-weight: 400;
}
.custom-footer-wrapper form input[type="submit"] {
  bottom: -0.3rem;
  position: absolute;
  right: 2px;
  margin: 0;
  top: -9px;
  margin: 1rem -0.3rem 0 0;
  max-width: 5.4rem;
  background-image: url(//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/button-newsletter-footer.png);
  height: 54px;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
}
.custom-footer-wrapper form input[type="email"]::placeholder {
  text-indent: 10px!important;
  padding: 0 1rem;
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 2rem;
}  
.custom-footer-wrapper .col-2 {
  padding-top: 2rem;
}
.custom-footer-wrapper .col-2 p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.custom-footer-wrapper .footer-menu-wrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.custom-footer-wrapper .footer-menu {
  margin-left: 0;
  width: auto;
}
.custom-footer-wrapper .hs-menu-wrapper > ul li {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.custom-footer-wrapper .hs-menu-wrapper > ul li a {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  display: unset;
}
.custom-footer-wrapper .buttons.row.between-xs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.custom-footer-wrapper .buttons a {
  background: #FFF;
  border: .2rem solid #FFF;
  border-radius: 25rem;
  color: #4c4c78;
  flex-basis: 45%;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.custom-footer-wrapper .buttons a:last-child {
  background: none;
  border: .2rem solid #FFF;
  border-radius: 25rem;
  color: #FFF;
  text-transform: uppercase;
}
.custom-footer-wrapper .row.end-xs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.custom-footer-wrapper .socials ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.custom-footer-wrapper .socials li, .custom-footer-wrapper .socials a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.custom-footer-wrapper .socials ul li {
  margin: 0 1rem;
}
.custom-footer-wrapper .socials ul li a {
  align-items: center;
  border: .2rem solid #FFF;
  border-radius: 25rem;
  display: flex;
  height: 4rem;
  justify-content: center;
  text-decoration: none;
  width: 4rem;
  box-sizing: unset;
}
.custom-footer-wrapper .socials ul li a i {
  color: #FFF;
  font-size: 2.2rem;
}
.custom-footer-wrapper {
  padding: 10rem 0 7.5rem 0;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.bottom-header-wrapper > .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul:before,
.custom-menu-primary .hs-menu-wrapper > ul:after {
  content: none;
} 
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: 'Lato',sans-serif;
  font-size: 1.4rem;
  position: relative;
  color: #161b44;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: unset !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  color: #161b44;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 1.2rem;
  margin-left: .5rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a:after {
  content: '\f0d8';
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background: #FFF;
  border-radius: .4rem;
  margin-top: 1.5rem;
  padding: 1rem;
  z-index: 1;
  left: auto !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.2s ease !important;
  transform-origin: top;
  transform: scaleY(0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul {
  transform: scaleY(1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: table;
  font-size: 1.1rem;
  margin-left: 5.5rem;
  text-align: left;
  text-transform: none;
  width: 80%;
  position: relative;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a > .menu-item-description {
  color: #4c4c78;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-top: .5rem;
  opacity: .75;
  width: 90%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
  .mobile-header-wrapper {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }


}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1199px){

  .desktop-header-wrapper {
    display: none !important;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    height: 14px !important; /* Button height */  
    padding: 0 !important;
    opacity: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    height: 33rem;
    overflow: scroll;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: 'Lato', sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.open>a:after {
    content: '\f0d8';
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.open>a {
    color: #269fea;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    transform: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    margin-bottom: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #161b44;
    font-weight: 600;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: '';
    height: 3.2rem;
    left: -5.5rem;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.ce.Pim > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/PIM2.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Déploiement > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/deploiement2.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Fonctionnalités > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/fonctionnalites.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Digital > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/digital.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Print > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/print.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Devenez.partenaire > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/partenaire-quable-hover.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.The.network.corner > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/network-corner-hover.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Notre.ADN > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/adn.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Recrutement > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/7-recrutement-1.png');
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */


/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-size: 1.6rem;
  font-weight: 300;
  height: 5rem;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: .1rem solid #161b44;
  width: 100%;
  max-width: 500px;
  display: block;
}


input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: none;
  border-bottom: .1rem solid #fd2459;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: auto; 
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* To center the form within its module and applying a max-width */
form.hs-form,
.center-form .hs_cos_wrapper .form-title {
max-width: 600px;
display: block;
margin: 0 auto;
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  font: 400 13.3333px Arial;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.6rem;
  background: #2e93f0;
  border: none;
  border-radius: 25rem;
  box-shadow: 0 2px 4px 0 rgba(22, 27, 68, 0.3);
  color: #FFF;
  display: inline-block;
  text-align: center;
  white-space: normal;
  padding: 10px 25px;
  line-height: normal;
  outline: none;
  margin-top: 2.5rem;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}




input[type="search"] {
  -webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
  display: block;
  margin-bottom: 5px;
}
.form-title {
  margin-top: 0;
  white-space: normal;
}
.subscribe-options label {
  display: block;
}
.hs-form-field, #hs-pwd-widget-password {
  margin-bottom: 1.5rem;
}
#hs-pwd-widget-password {
  height: 5rem !important;
}
ul.hs-error-msgs.inputs-list {
  color: red;
  padding: 0;
  list-style-type: none;
  font-size: 1.2rem;
  line-height: normal;
}
.hs-input.invalid.error {
  border-bottom: .1rem solid red;
}


.hs_cos_wrapper_type_blog_subscribe .hs-form,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form .hs-form,
.hs_cos_wrapper_type_password_prompt .hs-form,
#email-prefs-form, #comment-form .hs-form,
.section.post-footer .hs-form .hs-form,
.body-container-wrapper .hs-search-field__bar form,
.hs_cos_wrapper_type_password_prompt form,
.section.post-footer form#hsForm_6bd976fd-ed11-4061-bf8f-f082433fd2eb_6179 {
  background: #FFF;
  border-radius: 1rem;
  box-shadow: 0 0 3rem 0 rgba(22, 27, 68, 0.4);
  display: block;
  max-width: 500px;
  width: 100%;
  margin-bottom: 40px;
  padding: 1.5rem;
}

.subscription-template-form #email-prefs-form, .blog-sidebar form,
.custom-footer-wrapper form,
.listing-top-section .listing-search-section form,
.listing-bottom-form form {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  max-width: 100% !important;  
  padding: 0 !important;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

.scrollup {
  background: none repeat scroll 0 0 #DFDFDF;
  bottom: 70px;
  color: #fff;
  display: none;
  height: 42px;
  opacity: .5;
  position: fixed;
  right: 2rem;
  width: 42px;
  z-index: 9999;
  text-decoration: none;
  border-radius: 50%;
}
.scrollup span {
  color: #161B44;
  display: flex;
  justify-content: center;
  font-size: 4rem;
}
.custom-footer-wrapper.lp-footer .copyright > * {
  border: none;
}
.desktop-header-wrapper.lp-header {
  padding-top: 32px;
}
.desktop-header-wrapper.fixed-header.lp-header {
  padding-top: 27px;
}
.body-container-wrapper {
  position: relative;
  z-index: 1;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.blog .body-container-wrapper figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} 
.banniereBlog {
  position: relative;
}
.banner-area {
  margin-top: 5rem;
}
.banniereBlog h1 {  
  font: inherit;
  letter-spacing: normal;
  color: #FFF;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
.banniereBlog img {
  width: 100%;
}
.banniereBlog  .desktop {
  display: none;
}
.listing-top-section {
  margin-bottom: 5rem;
}
.listing-top-section > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.listing-top-section > .row-fluid-wrapper > .row-fluid:before,
.listing-top-section > .row-fluid-wrapper > .row-fluid:after {
  content: none;
}
.listing-top-section .listing-top-categories {
  width: auto;
}
.listing-top-section .listing-search-section {
  width: auto;
  margin-left: 0;
}
.listing-top-section .listing-top-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.listing-top-section .listing-top-categories li, 
.listing-top-section .listing-top-categories a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.listing-top-section .listing-top-categories ul li {
  margin: 0 7rem 0 1rem;
}
.listing-top-section .listing-top-categories ul li:not(:last-child) {
  margin-bottom: 10px;
}
.listing-top-section .listing-top-categories ul li:last-child {
  margin-right: 0;
}
.listing-top-section .listing-top-categories ul li a {
  color: #161b44;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.listing-top-section .listing-top-categories ul li a:hover,
.listing-top-section .listing-top-categories ul li.active a {
  color: #2e93f0;
}
.listing-top-categories ul li.active:first-child a {
  color: #161b44 !important;
  font-weight: bold;
}
span.filter-link-count {
  display: none;
}
.listing-top-section .listing-search-section form {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30rem;
  margin: 0;
}
.listing-top-section .listing-search-section form i {
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0,-50%);
  cursor: pointer;
}
.listing-top-section .listing-search-section form input[type="text"] {
  border: .1rem solid #161b44;
  -webkit-border-radius: 25rem;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 25rem;
  background-color: #ffffff;
  display: table;
  font-size: 2rem;
  height: 3rem;
  margin: 0 auto;
  text-align: left;
  text-indent: 0;
  width: 100%;
}
.listing-top-section .listing-search-section form input[type="text"]:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: -2px;
}
::-webkit-input-placeholder {
  text-indent: 10px;
  padding: 0 1rem;
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 2rem;
} 
::-moz-placeholder {
  text-indent: 10px;
  padding: 0 1rem;
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 2rem;
} 
:-ms-input-placeholder {
  text-indent: 10px;
  padding: 0 1rem;
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 2rem;
}
::placeholder { 
  text-indent: 10px;
  padding: 0 1rem;
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 2rem; 
} 
.hs-blog-listing .blog-sidebar {
  width: 25%;
  margin-left: 0;
  float: right;
  padding-left: 1rem;
}
.hs-blog-listing .blog-content {
  width: 72%;
  padding: 0 1rem;
  margin: 0 -1rem !important;
}
.blog-listing-wrapper .post-listing .post-item {
  box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: .5rem;
  width: 48%;
  line-height: 1;
}
.blog-listing-wrapper .post-listing .post-item.no-image {
  margin-top: 20px;
}
.blog-listing-wrapper .post-listing .post-item.full-width {
  width: 100%;
}
.gutter {
  width: 4%;
}
.body-container-wrapper figure img {
  width: 100%;
}
.post-item > a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  display: table;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.headerSingleBlog {
  min-height: 7rem;
  position: relative;
}
.headerSingleBlog .auteur {
  display: flex;
}
.headerSingleBlog .categorie {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 1rem;
  text-align: center;
  top: -1.25rem;
  width: 10rem;
}
.headerSingleBlog .auteur figure {
  max-width: 7rem;
  position: relative;
  top: -3rem;
}
.headerSingleBlog .auteur figure img {
  border-radius: 50%;
  border: 4px solid #fff;
}
.contenuSingleBlog {
  margin-top: 1.5rem;
  padding: 0 1rem 1rem;
}
.headerSingleBlog .auteur p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.headerSingleBlog .categorie > div {
  display: table;
  padding: .5rem;
  width: 100%;
}
.headerSingleBlog .categorie > div:not(:last-child) {
  margin-bottom: 2px;
}
.headerSingleBlog .categorie > div span {
  color: #FFF;
  font-size: 1rem;
}
.contenuSingleBlog .linkSingleBlog {
  text-align: right;
}
.post-item h2 {
  font: inherit;
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif;
  color: #161b44;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.contenuSingleBlog .excerptSingleBlog p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}  
.contenuSingleBlog .linkSingleBlog i {
  font-size: .8rem;
}
.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.blog-pagination a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  align-items: center;
  display: flex;
  color: #161b44;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 1rem;
  text-align: center;
  text-decoration: none;
}
.blog-pagination a.active {
  color: #0096ec;
  position: relative;
  pointer-events: none;
}
.blog-pagination a.active:after {
  border-bottom: .2rem solid #0096ec;
  bottom: -1rem;
  content: '';
  left: 0;
  padding-bottom: 1rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.blog-pagination a.next-link i {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 1rem;
}
.blog-pagination a.prev-link i {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1rem;
}

.casClient {
  margin-bottom: 1.5rem;
  box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
}
.casClient a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
}
.casClient h4 {
  font: inherit;
  letter-spacing: normal;
  font-size: 2rem;
  font-weight: 500;
  margin: 2.5rem 0 1rem 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.casClient p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #4c4c78;
  font-size: 1.4rem;
  margin: 0 auto;
  width: 90%;
}
.buttonQuable {
  align-items: center;
  border-radius: 25rem;
  box-shadow: 0px 4px 7px rgba(22, 27, 68, .4);
  display: flex;
  height: 5rem;
  justify-content: center;
  margin: 3rem auto;
  width: 28rem;
  background: #2e93f0;
  margin-bottom: 1.5rem;
  width: 85%;
}
.casClient .buttonQuable p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  margin: 0 auto;
  align-items: center;
  color: #FFF;
  display: flex;
  font-size: 2rem;
  justify-content: center;
}
.buttonQuable:hover { 
  background: #161b44;
}
.newsletterBlog {
  background: #161b44;
  padding: 3rem 2rem 4rem;
  text-align: center;
}
.newsletterBlog figure {
  margin: 0 auto 1.5rem !important;
  max-width: 4rem;
}
.blog-sidebar .newsletterBlog p {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #FFF;
}
.blog-sidebar .newsletterBlog form {
  position: relative;
  margin-bottom: 0 !important;
}
.blog-sidebar .newsletterBlog form .hs-form-field {
  margin-bottom: 0; 
}
.newsletterBlog form .hs-form-field > label {
  display: none;
}
.newsletterBlog form input[type="email"] {
  font: 400 13.3333px Arial;
  border: .1rem solid #EEE;
  border-radius: 25rem;
  box-shadow: 0 2px 4px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  display: table;
  height: 5rem;
  margin: 0 auto;
  text-align: left;
  text-indent: 2rem;
  width: 100%;
  box-sizing: unset;
}
.newsletterBlog form input[type="email"]::placeholder {
  font-size: 1.4rem;
}
.newsletterBlog form input[type="email"]:focus {
  font-size: 1.2rem;
}
.newsletterBlog form input[type="submit"] {
  bottom: -0.3rem;
  position: absolute;
  right: 2px;
  margin: 0;
  top: -8px;
  margin: 1rem -0.3rem 0 0;
  max-width: 5.4rem;
  background-image: url(//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/button-newsletter-footer.png);
  height: 54px;
  background-size: cover;
  background-position: center center;
  font-size: 0;
  background-color: transparent;
  box-shadow: none;
}
.blog-sidebar .follow {
  margin: 5rem 0;
}
.blog-sidebar .follow span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}
.blog-sidebar .follow .row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-sidebar .follow figure {
  margin: 0 2.5rem !important;
}
.blog-sidebar .follow li, 
.blog-sidebar .follow a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.blog-sidebar .follow figure img {
  max-width: 4rem;
}
.blog-sidebar h3 {
  font: inherit;
  color: #161b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  text-align: center;
}
.blog-sidebar .wpp-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wpp-list li, .wpp-list a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  align-items: center;
  box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  margin-bottom: 1.5rem;
  padding: .5rem;
  width: 100%;
}
.wpp-post-title {
  color: #161b44;
  font-size: 1.2rem !important;
  font-weight: 500;
  display: block;
  line-height: normal;
  margin-bottom: 0;
  text-decoration: none;
  width: 100%;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  border: none;
  max-width: 75px;
}
.wpp-thumbnail {
  margin-right: 1rem;
}


/* ------------- Post Page ---------------- */

.hs-blog-post .titreSingleBlog {
  font-weight: 300;
  margin: 1.5rem 0 2.5rem 0;
  text-align: center;
}
.hs-blog-post .titreSingleBlog h1 {
  font: inherit;
  letter-spacing: normal;
  color: #161b44;
  font-size: 3.6rem;
  font-family: 'Montserrat', sans-serif;
}
.hs-blog-post .bannerArticle {
  height: 15rem;
}
.bannerArticle .bannerArticle-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.blog-2-col-wrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  margin-top: -2.5rem;
}
.blog-2-col-wrapper .blog-left-col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
} 
.blog-2-col-wrapper .blog-right-col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  border-bottom: .1rem solid #000;
}
.blog-2-col-wrapper p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 2.5rem;
}
.socialsBlog ul {
  padding: 0;
  list-style: none;
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.blog-2-col-wrapper li {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.blog-2-col-wrapper a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
}
.socialsBlog ul li {
  margin: 0 1rem;
}
.socialsBlog ul li figure img {
  max-width: 3rem;
  width: auto;
}
.socialsBlog ul li:first-child figure img {
  max-width: 1.5rem;
}
.hs-blog-post .post-header {
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: .5rem;
}
.auteurFooter {
  margin: 2.5rem 0 0 0;
  padding: 2.5rem 0 0 0;
  float: left;
  width: 100%;
}

.auteurFooter .auteurFooter-inner {
  margin: 0 auto;
  max-width: 10rem;
  padding: 8px;
}
.auteurFooter p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  text-align: center;
}
.auteurFooter .auteurFooter-inner img {
  border-radius: 50%;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.related-posts-wrapper .page-center > h3 {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #000;
  border-bottom: .1rem solid #000;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 auto 2.5rem;
  padding-top: 10rem;
  padding-bottom: 1rem;
  text-align: left;
  width: 60rem;
}
.related-post-item {
  box-sizing: unset;
  box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  border-radius: 1rem;
  width: auto;
  padding: 1rem 1.5rem 1rem 0;
  margin: 0 auto 2.5rem;
  width: 60rem;
}
.related-post-item > a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  margin: 0;
  text-align: right;
}
.related-post-item .left-col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.related-post-item .right-col {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
  position: relative;
  padding: .5rem 1.5rem;
  margin: 0 auto;
}
.related-post-item.no-image .right-col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.singleBlog .categorie {
  display: table;
  margin: 0 auto 1.5rem;
  padding: .5rem 1rem;
  width: 11rem;
  margin: 0 0 1.5rem 0;
  box-sizing: unset;
}
.singleBlog .categorie p {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  margin: 0;
  color: #FFF;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
.publications .singleBlog h4 {
  color: #161b44;
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.6rem;
}
.publications .singleBlog .row.top-xs.between-xs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
.publications .singleBlog .auteur {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
.articleSupp .allBlog .readMore {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  font-size: 1rem;
  text-align: right;
  margin-bottom: 1rem;
}
.related-fetured-image img {
  width: 100%;
}
.comment-date {
  display: block;
  text-align: left;
}
.replying {
  padding-left: 0;
  padding-bottom: 2rem;
}
.hs-blog-post .post-footer {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
}




.listing-bottom-form {
  position: relative;
  z-index: 10;
  width: 70rem !important;
  margin: 15rem auto 0 !important;
  float: none !important;
}
.listing-bottom-form:before {
  background: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/triangle-3-home.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 10rem;
  left: -5rem;
  position: absolute;
  top: -8rem;
  width: 10rem;
}
.listing-bottom-form:before {
  left: -15rem;
}
.listing-bottom-form h3 {
  font-family: 'Montserrat', sans-serif;
  color: #161b44;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
.listing-bottom-form form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 8rem;
  width: 70rem;
  margin: 0 !important;
}
.listing-bottom-form form .hs-form-field {
  margin: 0;
}
.listing-bottom-form .hs-form-field > label {
  display: none;
}
.listing-bottom-form form input[type="email"] {
  font: 400 13.3333px Arial;
  border: .1rem solid #EEE;
  border-radius: 25rem;
  box-shadow: 0 2px 4px 0 rgba(22, 27, 68, 0.4);
  background-color: #ffffff;
  display: table;
  font-size: 2rem;
  height: 5rem;
  margin: 0 auto;
  text-align: center;
  width: 25rem;
  text-align: left;
  height: 8rem;
  width: 70rem;
  text-indent: 2rem;
  box-sizing: unset;
}
.listing-bottom-form form input[type="email"]:focus {
  border-color: #EEE; 
}
.listing-bottom-form form input[type="submit"] {
  padding: 1px 6px;
  font: 400 13.3333px Arial;
  align-items: center;
  background: #f9018d;
  border: none;
  border-radius: 25rem;
  box-shadow: 0 2px 4px 0 rgba(22, 27, 68, 0.3);
  color: #FFF;
  display: flex;
  font-size: 1.6rem;
  height: 5rem;
  justify-content: center;
  margin: 2rem auto .5rem;
  width: 25rem;
  box-shadow: none;
  height: 5.5rem;
  margin: 0;
  width: 15rem;
  font-size: 2.2rem;
  height: 8.5rem;
  width: 18rem;
  position: absolute;
  top: 0;
  right: -2px;
  text-transform: initial;
}
.listing-bottom-form form input[type="submit"]:hover {
  background: #161b44;
  cursor: pointer;
}
.listing-top-section .listing-search-section form input[type="text"] {
  font-weight: 400;  
}
.hs-search-field--open .hs-search-field__suggestions {
  color: #4c4c78;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: normal;
  margin-bottom: 1rem;
  padding: 10px;
}
.hs-search-field--open .hs-search-field__suggestions > li:not(:last-child) {
  margin-bottom: 10px;
}





.headerSingleBlog:before, .headerSingleBlog:after {
  content: '';
  display: table;
}
.headerSingleBlog:after {
  clear: both;
}
.headerSingleBlog .auteur {
  float: left;
}
.headerSingleBlog .categorie {
  float: right;
  position: static;
  margin-top: -1.25rem;
  margin-right: 1rem;
}
.contenuSingleBlog {
  float: left;
}
.blog-2-col-wrapper {
  margin-top: 0;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


@media (max-width: 1559px) {

  .singleBlog .categorie p {
    font-size: 1rem;
  }
  .publications .singleBlog h4 {
    font-size: 1.3rem;
  }    
  
  
}



@media (max-width: 1199px) {

  .custom-footer-wrapper form {
    width: 100% !important;
  }
  .custom-footer-wrapper .newsletter>p {
    font-size: 1.4rem;
  }
  .custom-footer-wrapper .col-2 {
    padding-top: 0;
  }
  .custom-footer-wrapper .col-3 {
    width: 25%;
  }
  .mobile-header-wrapper {
    padding: 5rem 0;
  }
  .hs-blog-listing .mobile-header-wrapper {
    padding-bottom: 0;
  }
  .mobile-header-wrapper .custom-logo {
    padding: 0;
    width: 100% !important;
    text-align: center;
  }
  .mobile-header-wrapper .custom-logo img {
    margin-bottom: 5rem;
    max-width: 25%;
  }
  .hs-blog-listing .mobile-header-wrapper .custom-logo img {
    margin-bottom: 0;
  }
  .mobile-bottom-section {
    bottom: 0;
    display: block !important;
    left: 0;
    position: fixed;
    right: 0;
    transition: all 0.5s ease;
    width: 100% !important;
    z-index: 100;
  }
  .mobile-bottom-inner-section {
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
    padding: 1rem 0 3rem 0;
  }
  .mobile-menu-wrapper {
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
    border-radius: .4rem;
    background-color: #ffffff;
    bottom: 6rem;
    left: 1rem;
    height: auto;
    padding: 2rem 0 0 0;
    position: absolute;
    right: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .mobile-menu-wrapper:after {
    bottom: -1rem;
    color: #FFF;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    left: 1.7rem;
    position: absolute;
  }
  .span12.mobile-menu-wrapper {
    display: none;
  }
  .mobile-trigger-outer-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .mobile-trigger-wrapper {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .hamburger.mobile-trigger {
    display: block !important;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.667%;
    cursor: pointer;
  }
  .hamburger > .iconBar {
    background: #000;
    border-radius: .1rem;
    display: block;
    height: .2rem;
    width: 2.5rem;
    background: #000;
  }
  .hamburger .iconBar {
    position: relative;
    transition: all 200ms ease-in-out;
  }
  .hamburger .iconBar+.iconBar {
    margin-top: .4rem;
  }
  .hamburger .iconBar:nth-of-type(2) {
    top: 1px;
  }
  .hamburger .iconBar:nth-of-type(3) {
    top: 2px;
  }
  .mobile-open .hamburger .iconBar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  .mobile-open .hamburger .iconBar:nth-of-type(2) {
    background: transparent;
  }
  .mobile-open .hamburger .iconBar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
  }
  .mobile-trigger-wrapper .sigleQuable {
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.667%;
    text-align: center;
  }
  .sigleQuable a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
  }
  .sigleQuable img {
    max-width: 3rem;
  }
  .mobile-trigger-wrapper .demo {
    width: 16.667%;
    align-items: center;
    background: #f9018d;
    border-radius: 25rem;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.14);
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
  }
  .mobile-trigger-wrapper .demo a {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    align-items: center;
    color: #FFF;
    display: flex;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }
  .mobile-menu-wrapper .row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .mobile-menu-wrapper .row .col-xs-10 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .mobile-menu-wrapper .row .col-xs-2 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .mobile-menu-wrapper form {
    margin-bottom: 3.5rem;
    position: relative;
  }
  .mobile-menu-wrapper .between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .mobile-menu-wrapper form i {
    font-size: 1.4rem;
    position: absolute;
    width: 5%;
    cursor: pointer;
  }
  .mobile-menu-wrapper form input {
    font: 400 13.3333px Arial;
    height: auto;
    border: 0;
    border-bottom: .1rem solid #161b44;
    border-radius: 0;
    -webkit-appearance: none;
    margin-left: 1.5rem;
    padding: .5rem;
    text-indent: 1px;
    width: 95%;
  }
  .mobile-menu-wrapper form input:focus {
    border: .1rem solid #000;
    font-size: 1.2rem;
    border-bottom: .1rem solid #161b44;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
  }
  .mobile-menu-wrapper form input::placeholder {
    text-indent: 10px!important;
    padding: 0 1rem;
    color: #4c4c78;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 2rem;
  }
  .mobile-menu-wrapper .row .col-xs-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu-wrapper .row .col-xs-2 ul li, .mobile-menu-wrapper .row .col-xs-2 ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    color: rgb(85, 26, 139);
  }
  .mobile-menu-wrapper .row .col-xs-2 ul .wpml-ls-sub-menu {
    display: none;
    margin-top: .5rem;
    position: absolute;
  }
  .listing-top-section .listing-search-section form {
    width: 24rem;
  }
  .hs-blog-listing .blog-content {
    width: 75%;
  }
  .hs-blog-post .content-wrapper {
    padding-top: 0;
  }
  .blog-2-col-wrapper .blog-left-col {
    flex-basis: 9%;
  }

  .related-post-item .left-col {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .related-post-item .right-col {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .related-post-item,
  .related-posts-wrapper .page-center > h3 {
    width: 75%;
  }
  .listing-bottom-form {
    width: 60rem !important;
  }

  .listing-bottom-form h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .listing-bottom-form form {
    width: 50rem !important;
    margin: 0 auto !important;
  }
  .listing-bottom-form form input[type="email"] {
    width: 50rem;
    height: 5rem;
  }
  .listing-bottom-form form input[type="submit"] {
    height: 5.5rem;
    margin: 0;
    width: 15rem;
  }
  .listing-bottom-form:before {
    left: -5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    transition: none !important;
  }
  

}



/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}



@media (max-width: 991px) {

  .custom-footer-wrapper .copyright>* {
    margin: 2.5rem 0 0 0;
  }
  .custom-footer-wrapper .col-2 {
    width: 33.333%;
  }
  .listing-top-section .listing-search-section form {
    margin-top: 2.5rem;
    position: relative;
    width: 25rem;
  }
  .listing-top-section > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
    justify-content: center;
  }
  .hs-blog-listing .blog-content {
    width: 66.667%;
  }
  .hs-blog-listing .blog-sidebar {
    width: 33.333%;
  }
  .listing-top-section .listing-top-categories ul {
    justify-content: center;
  }
  

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .custom-footer-wrapper.desktop-footer {
    display: none !important;
  }
  .custom-footer-wrapper {
    background: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/fond-footer-mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0 7.5rem 0;
    width: 100%;
  }
  .custom-footer-wrapper .copyright {
    padding-right: 0;
    padding-left: 0;
  }
  .custom-footer-wrapper .col {
    width: 100%;
    padding: 0;
  }
  .custom-footer-wrapper .col-4 p {
    color: #4c4c78;
    font-family: 'Lato',sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: normal;
    margin-bottom: 1rem;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
  }
  .custom-footer-wrapper .footer-menu-wrapper {
    margin: 2.5rem 0;
  }
  .custom-footer-wrapper .copyright>* {
    margin: 0;
  }
  .custom-footer-wrapper .row.bottom-xs.between-xs {
    text-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .custom-footer-wrapper form {
    margin-bottom: 1.5rem !important;
  }
  .custom-footer-wrapper .newsletter>p {
    font-size: 1.5rem;
  }
  .custom-footer-wrapper .col-3 .logoFooter,
  .custom-footer-wrapper .col-2 .socials,
  .custom-footer-wrapper .col-1 .buttons.row.between-xs {
    display: none;
  }
  .custom-footer-wrapper .buttons.row.between-xs {
    margin: 2.5rem 0;
  }
  .mobile-col-inner-wrap {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
  }
  .custom-footer-wrapper .col-1 .mobile-col-inner {
    width: 50%;
    float: left;
    padding: 0 1rem;
    margin-left: 0;
  }
  .custom-footer-wrapper .col-1 img {
    max-width: 13rem;
    vertical-align: bottom;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
    width: 80% !important;
  }
  .mobile-header-wrapper .custom-logo img {
    max-width: 11rem;
    margin: 0;
  }
  .mobile-trigger-wrapper .demo,
  .hamburger.mobile-trigger {
    width: 25%;
  }
  .mobile-trigger-wrapper .sigleQuable {
    width: 50%;
  }
  .custom-footer-wrapper.lp-footer .copyright>* {
    margin: 0;
    margin-top: 3rem;
  }
  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
      margin-left: 0;
  }
  .hs-blog-listing .blog-content {
    width: 100%;
  }
  .hs-blog-listing .blog-content {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%; 
  }
  .hs-blog-listing .blog-sidebar {
    width: 100%;
    padding-left: 0;
  }
  .newsletterBlog.desktop {
    display: none;
  }
  .listing-top-section .listing-search-section {
    display: none !important;
  }
  .listing-top-section .listing-top-categories {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .listing-top-section .listing-top-categories ul {
    background: #FFF;
    z-index: 1;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
    border-radius: .4rem;
    background-color: #ffffff;
    margin: 0;
    padding: 2rem 0;
    display: block;
  }
  .listing-top-section .listing-top-categories ul li {
    margin: 0;
  }
  .listing-top-section .listing-top-categories ul li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .listing-top-section .listing-top-categories ul li a {
    display: table;
    position: relative;
    border: none;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .hs-blog-listing .content-wrapper {
    padding-top: 2.5rem;
  }
  .listing-top-section .listing-top-categories h3 {
    font: inherit;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #161b44;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: table;
    position: relative;
    width: 100%;
    border-bottom: .1rem solid #161B44;
    padding-bottom: .5rem;
    position: relative;  
    cursor: pointer;
  }
  .listing-top-section .listing-top-categories h3:after {
    right: 0;
    position: absolute;
    color: #161b44;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    margin-left: .5rem;
  }
  .listing-top-section .listing-top-categories.open h3:after {
    content: '\f0d8';
  }
  .listing-top-section .listing-top-categories.open h3 {
    color: #269fea; 
  }
  .listing-top-section .widget-module {
    display: none;
  }
  .listing-top-section {
    margin-bottom: 1.5rem;
  }
  .listing-top-section .widget-module {
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
  }
  .hs-blog-post .listing-top-section .listing-top-categories {
    margin-top: 2.5rem;
  }
  .blog-2-col-wrapper {
    display: block;
    padding: 0;
  }
  .blog-2-col-wrapper .blog-left-col {
    display: none;
  }
  .blog-2-col-wrapper .blog-right-col {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .blog-post-wrapper .share {
    margin: 5rem 0;
    float: left;
    width: 100%;
  }
  .blog-post-wrapper .share:before {
    border-top: .1rem solid #000;
    content: '';
    display: table;
    margin: 0 auto;
    padding: 0 0 2.5rem 0;
    width: 20rem;
  }
  .blog-post-wrapper .share > p {
    color: #4c4c78;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: normal;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  .related-posts-wrapper .page-center > h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
    border: none;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .related-post-item, .related-posts-wrapper .page-center > h3 {
    width: 100%;
  }
  .related-post-item {
    margin-bottom: 1.5rem;
    padding: .5rem;
    box-sizing: border-box;
  }
  .related-post-item .left-col {
    display: none;
  }
  .related-post-item .right-col {
    margin: 0;
    padding: .5rem .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .publications .singleBlog h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
  }
  .listing-bottom-form {
    margin: 4rem auto !important;
    width: auto !important;
  }
  .listing-bottom-form:before {
    content: none;
  }
  .listing-bottom-form h3 {
    font: inherit;
    font-size: 2.2rem;
  }
  .listing-bottom-form form input[type="email"] {
    width: 25rem;
    text-align: center;
    text-indent: 0;
  }
  .listing-bottom-form form input[type="submit"] {
    position: static;
    margin: 2rem auto .5rem;
    width: 25rem;
    font-size: 1.6rem;
    height: 5rem;
  }
  
  
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}


@media (max-width: 374px) {

  .mobile-bottom-inner-section {
    padding: 1rem 0;
  }

}


@media (min-width: 768px) {

  .hs-blog-post .listing-top-section {
    display: none !important;
  }
  .custom-footer-wrapper.mobile-footer {
    display: none !important;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs-form,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_form .hs-form,
  .hs_cos_wrapper_type_password_prompt .hs-form,
  #email-prefs-form, #comment-form .hs-form,
  .section.post-footer .hs-form .hs-form,
  .body-container-wrapper .hs-search-field__bar form,
  .hs_cos_wrapper_type_password_prompt form,
  .section.post-footer form#hsForm_6bd976fd-ed11-4061-bf8f-f082433fd2eb_6179 {
    padding: 3rem;
  }
  .custom-footer-wrapper {
    background: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/fond-footer-desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 55rem;
  }
  .IE .custom-footer-wrapper {
    height: 80rem;
  }
  .custom-footer-wrapper .newsletter {
    margin-top: 2.5rem;
  }
  .custom-footer-wrapper .col-1 .row.bottom-xs.between-xs p {
    font-size: 1.2rem;
  }
  .custom-footer-wrapper .buttons.row.between-xs {
    flex-direction: column;
  }
  .custom-footer-wrapper .buttons.row a {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .custom-footer-wrapper .buttons.row a:last-child {
    margin: 0;
  }
  .custom-footer-wrapper .socials {
    margin-top: 2.5rem;
  }
  .custom-footer-wrapper {
    align-items: flex-end;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .mobile-menu-wrapper {
    right: auto;
    width: 35rem !important;
  }
  .custom-footer-wrapper.desktop-footer.lp-footer {
    height: 200px;
  }
  .banniereBlog  .desktop {
    display: block;
  }
  .banniereBlog  .mobile {
    display: none;
  }
  .banniereBlog h1 {
    font-size: 2.6rem;
  }

  .headerSingleBlog .categorie {
    width: auto;
  }
  .contenuSingleBlog > div:last-of-type {
    margin: 0 auto;
    margin-right: 7rem;
  }
  .singleBlog .contenuSingleBlog > div.linkSingleBlog {
    margin-right: 0;
  }
  .contenuSingleBlog .excerptSingleBlog p {
    font-size: 1.5rem;
  }
  .blog-pagination {
    margin: 5rem 0 0 0;
    overflow: visible;
    width: 100%;
  }
  .blog-pagination a {
    font-size: 1.4rem;
  }
  .blog-sidebar .casClient {
    padding: 0 0 1.5rem 0;
    text-align: center;
  }
  .blog-sidebar .casClient .buttonQuable {
    height: 3.5rem;
    text-transform: uppercase;
  }
  .buttonQuable > p {
    display: flex;
    height: 100%;
    text-align: center;
    width: 100%;
  }
  .blog-sidebar .casClient .buttonQuable p {
    font-size: 1.4rem;
  }
  .listing-top-section .listing-top-categories h3 {
    display: none;
  }

  /* ---------- 768 ------------ */
  .hs-blog-post .bannerArticle {
    height: 40rem;
    width: 100%;
  }
  .bannerArticle .bannerArticle-inner {
    max-height: 40rem;
    overflow: hidden;
  }
  .blog-2-col-wrapper {
    margin: 0 auto;
    position: relative;
  }
  .stickySingleBlog {
    border-radius: 1rem;
    box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    top: 12rem;
    flex-basis: 9%;
    z-index: 1;
  }
  .blog-2-col-wrapper p {
    color: #161B44;
    margin-bottom: 2rem;
  }
  .socialsBlog {
    border-top: .1rem solid #000;
    display: table;
    content: '';
    margin: 0 auto;
    width: 50%;
  }
  .socialsBlog ul {
    margin-top: 3rem;
  }
  .blog-2-col-wrapper .socialsBlog ul {
    flex-direction: column;
  }
  .blog-2-col-wrapper .socialsBlog ul li {
    margin-bottom: 3rem;
  }
  .blog-2-col-wrapper .socialsBlog ul li:last-child {
    margin-bottom: 0;
  }

  .navSingleBlog {
    border-radius: 1rem;
    box-shadow: 0 0 30px 0 rgba(22, 27, 68, 0.4);
    background: #FFF;
    left: 8rem;
    padding: 1rem;
    position: absolute;
    top: 0rem;
    width: 20rem;
    z-index: 2;
    box-sizing: unset;
    display: none;
  }
  .navSingleBlog form {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    align-items: center;
    display: flex;
    margin: 0 auto 2.5rem;
    position: relative;
    width: 90%;
  }
  .navSingleBlog ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navSingleBlog ul li {
    margin-bottom: 3rem;
    text-align: center;
  }
  .stickySingleBlog .hamburgerBlog {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    cursor: pointer;
  }
  .hamburger > .iconBar, .hamburgerBlog > .iconBar {
    background: #000;
    border-radius: .1rem;
    display: block;
    height: .2rem;
    width: 2.5rem;
  }
  .hamburger .iconBar, .hamburgerBlog .iconBar {
    position: relative;
    transition: all 200ms ease-in-out;
  }
  .hamburger .iconBar+.iconBar, .hamburgerBlog .iconBar+.iconBar {
    margin-top: .4rem;
  }
  .hamburger .iconBar:nth-of-type(2), .hamburgerBlog .iconBar:nth-of-type(2) {
    top: 1px;
  }
  .hamburger .iconBar:nth-of-type(3), .hamburgerBlog .iconBar:nth-of-type(3) {
    top: 2px;
  }
  .hamburger.active .iconBar:nth-of-type(1), .hamburgerBlog.active .iconBar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  .hamburger.active .iconBar:nth-of-type(2), .hamburgerBlog.active .iconBar:nth-of-type(2) {
    background-color: transparent;
  }
  .hamburger.active .iconBar:nth-of-type(3), .hamburgerBlog.active .iconBar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
  }
  .navSingleBlog form i {
    font-size: 1.2rem;
    position: absolute;
    right: 1rem;
    cursor: pointer;
  }
  .navSingleBlog form input {
    padding: 1px; 
    font: 400 13.3333px Arial;
    border: .1rem solid #161b44;
    border-radius: 1rem;
    height: 2.5rem;
    font-size: 2rem;
    -webkit-appearance: none;
    width: 100%;
  }
  .navSingleBlog form input:focus {
    border: .1rem solid #000;
    font-size: 1.2rem;
  }
  .navSingleBlog ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    color: #161b44;
    text-decoration: none;
    text-transform: uppercase;
  }
  .navSingleBlog ul li a:hover {
    color: #2e93f0;
  }

  .blog-post-wrapper .share.mobile {
    display: none;
  }
  .related-posts-wrapper .page-center {
    max-width: 75% !important;
    box-sizing: unset;
  }
  .custom-footer-wrapper {
    margin-top: -10rem;
  }
  

}



@media (min-width: 992px) {

  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  .hs_cos_wrapper_type_blog_subscribe .hs-form,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_form .hs-form,
  .hs_cos_wrapper_type_password_prompt .hs-form,
  #email-prefs-form, #comment-form .hs-form,
  .section.post-footer .hs-form .hs-form,
  .body-container-wrapper .hs-search-field__bar form,
  .hs_cos_wrapper_type_password_prompt form,
  .section.post-footer form#hsForm_6bd976fd-ed11-4061-bf8f-f082433fd2eb_6179 {  
    padding: 3.5rem;
  }
  .custom-footer-wrapper .col-2 p {
    font-size: 1.6rem;
  }
  .custom-footer-wrapper .col-2 ul li a {
    font-size: 1.4rem;
  }
  .custom-footer-wrapper {
    padding: 10rem 0 7.5rem 0;
  }
  
  .headerSingleBlog .categorie > div span {
    font-size: 1.2rem;
  }
  .contenuSingleBlog > div:last-of-type {
    margin: 0 auto;
    margin-right: 12rem;
  }
  .post-item h2 {
    font-size: 1.8rem;
  }
  .navSingleBlog {
    left: 11rem;
  }







}


@media (min-width: 1200px) {

  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3.8rem;
  }
  h4 {
    font-size: 3.2rem;    
  }
  h5 {
    font-size: 2.8rem;    
  }
  h6 {
    font-size: 2.5rem;    
  }
  .custom-footer-wrapper {
    display: flex !important;
    align-items: flex-end;
    padding: 15rem 0 2.5rem 0;
  }
  .custom-footer-wrapper .newsletter {
    margin-top: 5rem;
  }
  .custom-footer-wrapper .newsletter > p {
    font-size: 2rem;
  }
  .custom-footer-wrapper .col-1 .row.bottom-xs.between-xs p {
    font-size: 1.7rem;
  }
  .custom-footer-wrapper .col-1 form input[type="email"] {
    text-indent: 2rem;
    margin: 0;
    padding: 0;
    width: 30rem;
  }
  .custom-footer-wrapper .col-1 form input[type="submit"] {
    bottom: -0.4rem;
  }
  .custom-footer-wrapper .col-1 form input[type="email"]::placeholder {
    font-size: 2rem;
    font-weight: 300;
    text-indent: 0rem;
  }
  .custom-footer-wrapper .col-2 ul li a:hover {
    color: #2e93f0;
  }
  .custom-footer-wrapper .buttons.row.between-xs {
    margin-top: 2rem;
    margin-left: 15rem;
  }
  .custom-footer-wrapper .buttons a {
    font-size: 1.6rem;
    padding: 1rem;
  }
  .IE  .custom-footer-wrapper .buttons a {
    min-height: 40px;
  }
  .custom-footer-wrapper .buttons a:hover {
    background: #2e93f0;
    color: #FFF;
  }
  .top-header-content {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #2e93f0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a {
    color: #269fea;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin: 0 0 0 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background: #9de6ef;
    border-radius: 25rem;
    box-shadow: 0px 4px 9px rgba(22, 27, 68, .4);
    color: #FFF;
    font-weight: 500;
    letter-spacing: .1rem;
    padding: 1rem 3rem;
    background: #f9018d;
  }
  .fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background: #161b44;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul {
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
    border-radius: 1rem;
    padding: 1.5rem 0 1.5rem 4rem;
    width: 55rem;
    z-index: 2;
    box-sizing: unset;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: inline-block;
    float: left;
    margin-bottom: 1.5rem;
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #161b44;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a > .menu-item-description {
    font-weight: 500;
    opacity: 1;
    width: 85%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Entreprise > ul {
    left: 50% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: '';
    height: 3.2rem;
    left: -5.5rem;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.ce.Pim > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/1bis-PIM.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.ce.Pim > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/PIM2.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Déploiement > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/2bis-deploiement.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Déploiement > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/deploiement2.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Fonctionnalités > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/3bis-fonctionnalites.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Fonctionnalités > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/fonctionnalites.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Digital > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/4bis-digital.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Digital > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/digital.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Print > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/5bis-print.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Print > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/print.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Devenez.partenaire > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/partenaire-quable-1.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Devenez.partenaire > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/partenaire-quable-hover.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.The.network.corner > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/network-corner-1.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.The.network.corner > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/network-corner-hover.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Notre.ADN > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/6bis-ADN.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Notre.ADN > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/adn.png');
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.Recrutement > a:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/9bis-recrutement.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Recrutement > a:hover:before {
    background-image: url('//cdn2.hubspot.net/hubfs/5890514/Quable_July2019%20Theme/Images/7-recrutement-1.png');
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.ce.Pim > a:hover {
    color: #08c5f0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Déploiement > a:hover {
    color: #f9018d;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Fonctionnalités > a:hover {
    color: #b125ff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Digital > a:hover {
    color: #ffa631;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Print > a:hover {
    color: #00dcca;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Devenez.partenaire > a:hover {
    color: #4C4C78;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.The.network.corner > a:hover {
    color: #B125FF;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Notre.ADN > a:hover {
    color: #08c5f0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.Recrutement > a:hover {
    color: #f9018d;
  }
  .searchPopUp {
    background: #161b44;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    left: 0;
    display: none;
  }
  .popUpSearch {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .titreSearch p {
    color: #4c4c78;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: normal;
    margin-bottom: 1rem;
    color: #FFF;
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  .popUpSearch figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    bottom: 5rem;
    max-width: 6rem;
    position: absolute;
    cursor: pointer;
  }
  .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .popUpSearch form {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 60rem;
  }
  .popUpSearch input[type="text"] {
    font-weight: 400;
    background: 0;
    border: 0;
    border-bottom: .1rem solid #FFF;
    color: #FFF;
    font-size: 3rem;
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
  }
  .popUpSearch input[type="text"]:focus {
    border-bottom: .1rem solid red;
    outline: none;
  }
  .popUpSearch i {
    color: #FFF;
    font-size: 2.5rem;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0,-50%);
  }
  .popUpSearch input[type="text"]::placeholder {
    text-indent: 10px!important;
    padding: 0 1rem;
    color: #4c4c78;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0 2rem;
    color: #FFF;
    font-size: 2rem;
    opacity: .7;
    padding: 1rem;
  }
  .desktop-header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    transform: translateY(-120%);
    transition: all 0.3s ease;
    box-shadow: 0 0 4px 0 rgba(22, 27, 68, 0.4);
    background-color: #ffffff;
    left: 0;
    padding: 1rem 0;
    position: fixed;
    right: 0;
    top: 0rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1000;
  }
  .scroll-header .desktop-header-wrapper.fixed-header {
    transform: translateY(0);
  }
  .fixed-header .top-header-wrapper {
    padding-top: 0; 
  }
  .fixed-header .bottom-header-wrapper {
    padding-bottom: 1rem;
  }
  .banniereBlog h1 {
    font-size: 3.6rem;
  }

  .headerSingleBlog .auteur p {
    font-size: 1.2rem;
  }
  .post-item h2 {
    font-size: 2rem;
  }
  .blog-sidebar .casClient .buttonQuable {
    height: 5rem;
  }
  .blog-2-col-wrapper .blog-left-col {
    flex-basis: 7%;
  }

}


@media (min-width: 1440px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 6rem;
  }

}


@media (min-width: 1560px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 2.5rem;
  }


}


@media (min-width: 1680px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-left: 7.5rem;
  }

}



@media (min-width: 1920px) {

  body {
    box-shadow: 0px 4px 7px rgba(22, 27, 68, .4);
    max-width: 192rem;
    margin: 0 auto;
  }
  h1 {
    font-size: 6.5rem;
  }
  h2 {
    font-size: 6rem;
  }
  .custom-footer-wrapper {
    height: 65rem;
    padding: 15rem 0 2.5rem;
  }
  .IE .custom-footer-wrapper {
    height: 80rem;
  }
  .custom-footer-wrapper.desktop-footer.lp-footer {
    height: 350px;
  }
  .copyright p {
    font-size: 1.4rem;
  }
  .custom-footer-wrapper .col-1 img {
    max-width: 30rem;
  }
  .custom-footer-wrapper .col-2 ul li a {
    font-size: 1.8rem;
  }
  .custom-footer-wrapper .buttons a {
    padding: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 1.6rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a > .menu-item-description {
    font-size: 1.2rem;
  }
  

}


/*PAGE FREEMIUM*/


@media screen and (max-width:665px){
  .mobile-freemium-images img {
  width: 200px;
}
  }


#hs_cos_wrapper_widget_28673824692, #hs_cos_wrapper_widget_28673824693 { 
  padding-left: 20px;
}

@media screen and (max-width:665px){
  #hs_cos_wrapper_widget_28673824692, #hs_cos_wrapper_widget_28673824693 {
  padding-left: 0px !important;
}
  }

#hs_cos_wrapper_widget_28673824694 {
  padding-top: 90px;
}


@media screen and (max-width:665px){
  #hs_cos_wrapper_widget_28673824694 {
  padding-top: 0px !important;
}
  }

#cta_button_5890514_8c46c5dd-3391-4c64-97e8-5d9691a00e4d {
  font-size: 1.6rem;
}

#hs_cos_wrapper_widget_28673824686, #hs_cos_wrapper_widget_28673824685, #hs_cos_wrapper_widget_28673824684, #hs_cos_wrapper_widget_28673824689 {
  padding-left: 25%;
  padding-right: 25%;
}

@media screen and (max-width:665px){
#hs_cos_wrapper_widget_28673824686, #hs_cos_wrapper_widget_28673824685, #hs_cos_wrapper_widget_28673824684, #hs_cos_wrapper_widget_28673824689 {
  padding-left: 25% !important;
  padding-right: 25% !important;
}
  }

#hs_cos_wrapper_widget_28673824682, #hs_cos_wrapper_widget_28673824690, #hs_cos_wrapper_widget_28673824687 {
  padding-left: 25%;
  padding-right: 25%;
}


@media screen and (max-width:665px){
#hs_cos_wrapper_widget_28673824682, #hs_cos_wrapper_widget_28673824690, #hs_cos_wrapper_widget_28673824687 {
  padding-left: 30% !important;
  padding-right: 10% !important;
}
  }

.hs-button.primary, input[type="submit"], input[type="button"] {
  text-transform: none !important;
}


.step1-freemium2, .step3-freemium2 {
  display: block;
}
  
@media screen and (max-width:665px){
.step1-freemium2, .step3-freemium2 {
  display: none !important;
}
  }

.step1-freemium3, .step2-freemium3 {
  display: block;
}
  
@media screen and (max-width:665px){
.step1-freemium3, .step2-freemium3 {
  display: none !important;
}
  }

input[type="radio"] {
  margin-right: 10px;
}

#secteur_d_activite_liste_deroulante_-c7ff660f-fff0-445c-ae50-ebca4680490d_5086 {
  text-align: center !important;
}