/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.banner-area .dnd-section > .row-fluid {
  padding: 0;
}


.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.page-center,
.content-wrapper{
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media(max-width:991px){
  .dnd-section>.row-fluid,
  .page-center,
  .content-wrapper,
  .footer__container{
    padding-right: 30px;
    padding-left: 30px;
  }
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  line-height: 1.6;
}
.body-wrapper {
  margin-top: 100px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
a:hover, a:focus {
}

* {
  -webkit-font-smoothing: antialiased;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h6 {
  font-size: .9rem;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
}

.disable-focus-styles :focus {
  outline: none;
}


@media(max-width:1200px){
  .body-wrapper {
    margin-top: 70px;
  }
}


@media(max-width:1439px){
  body {
    font-size: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #c90c0f;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}
input.hs-input.error{
  border-width:1px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  font-family: inherit;
  outline:none;
  line-height: inherit;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #c90c0f;
}

.form-container .hs-form-field {
  margin: 0 0 15px;
}

.form-container  .hs_submit.hs-submit {
  margin: 15px 0;
}

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

p.header {
  background: none;
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.form-container{
  display:block;
  max-width:500px;
}


.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  padding: 15px 12px;
  background: #f6f7fc;
  color: #33475b;
  background: #f6f7fc;
  line-height: inherit;
  border-style: solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


input#hs-pwd-widget-password{
  margin-top:0 !important;
  height:auto !important;
  margin-bottom:15px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c90c0f;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: inherit;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.6;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt,
  .form-container{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}



@media(min-width:1201px){

  nav.custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 1.2vw;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > ul {
    position: absolute;
    top: 100%;
    z-index: 1;
    height: auto;
    padding: 40px 40px 35px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    will-change: transform;
    white-space: nowrap;
    margin-top: -20px;
    margin-left: -35px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    -webkit-transition: opacity .4s ease .1s,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -webkit-box-shadow: 0 8px 8px 0 rgba(15,68,134,.19);
    box-shadow: 0 8px 8px 0 rgba(15,68,134,.19);
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a svg.svg-inline--fa {
    width: 0.5em;
    vertical-align: middle;
    margin-left: 8px;
    height: 20px;
    overflow: visible;
    display: inline-block;
    font-size: inherit;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li {
    margin-bottom: 8px;
    position: relative;
    z-index: 20;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li.Profil {
    z-index: 40;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index:1;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul > li {
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-right: 40px;
    margin-bottom: 8px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul > li > a {
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul > li > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }


  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul > li > ul > li{
    margin-right: 40px;
    width: 50%;
    margin-bottom: 5px;
    position: relative;
    z-index: 20;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul > li > ul > li > a{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li.Sampletext > a{
    visibility:hidden;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children > a:after {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f6f7fc;
    float: right;
    margin: auto;
    background-image: url('https://7123392.fs1.hubspotusercontent-na1.net/hubfs/7123392/raw_assets/public/Ariane/images/dropdown.svg');
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 6px;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease;
      }


  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul {
    position: absolute;
    background-color: #fff;
    padding: 15px 30px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    margin-top: 30px;
    border-top: 1px solid #f6f7fc;
    left: -30px;
    display: none;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children {
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul > li {
    margin-right: 40px;
    width: 100%;
    margin-bottom: 5px;
    z-index: 20;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul > li > a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li {
    margin-bottom: 5px;
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 10);
    transition:all 0.4s ease-in-out;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition:all 0.2s ease-in-out;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children.sub-menu-parent > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(1) {
    transition-delay:0.2s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(2) {
    transition-delay:0.3s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(3) {
    transition-delay:0.4s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(4) {
    transition-delay:0.5s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(5) {
    transition-delay:0.6s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(6) {
    transition-delay:0.7s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li.sub-menu-open:nth-child(7) {
    transition-delay:0.8s;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }



}



@media(max-width:1439px) and (min-width:1201px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.Votreentreprise>ul>li>ul>li>a {
    font-size: 14px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    font-size: 14px;
  }
}



@media(max-width:1200px){
  nav.custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    height: auto;
    text-align: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 1.2vw;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    font-weight: 400;
  }

  svg.svg-inline--fa.fa-angle-down.fa-w-8 {
    width: 0.5em;
    vertical-align: middle;
    margin-left: 8px;
    height: 20px;
    display: inline-block;
    font-size: inherit;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    padding: 10px 0;
    height: auto;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    will-change: transform;
    white-space: nowrap;
    -webkit-transition: opacity .4s ease .1s,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease .1s,transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    display: none;
  }

  nav.custom-menu-primary .hs-menu-wrapper > ul > li+li {
    margin-top: 32px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li>ul > li {
    margin-bottom: 8px;
    display: block;
    height: auto;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li>ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise.child-open > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li {
    width: 100%;
    padding: 5px 0;
    margin-right: 40px;
    margin-bottom: 8px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > a {
    color: #000;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: block;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > ul > li {
    width: 100%;
    padding: 5px 0;
    margin-right: 40px;
    margin-bottom: 5px;
    display: block;
    z-index: 20;
    position: relative;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul {
    display: none;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > ul > li > a {
    font-size: 16px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li.Sampletext > a {
    visibility: hidden;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li {
    margin-right: 40px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > a {
    font-size: 14px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise > ul > li > ul {
    display: block !important;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul {
    background-color: #fff;
    padding: 15px 30px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    will-change: transform;
    margin-top: 30px;
    border-top: 1px solid #f6f7fc;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>a{
    font-size:16px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul > li {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 5px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.hs-item-has-children > ul > li > a {
    font-size: 16px;
    font-weight: 400;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li {
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 10);
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li{
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(1) {
    transition-delay:0.2s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(2) {
    transition-delay:0.3s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(3) {
    transition-delay:0.4s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(4) {
    transition-delay:0.5s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(5) {
    transition-delay:0.6s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(6) {
    transition-delay:0.7s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(7) {
    transition-delay:0.8s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(8) {
    transition-delay:0.9s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(9) {
    transition-delay:0.10s;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > ul > li:nth-child(10) {
    transition-delay:0.11s;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.PE > a:after{
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #f6f7fc;
    float: right;
    margin: auto;
    background-image: url('https://7123392.fs1.hubspotusercontent-na1.net/hubfs/7123392/raw_assets/public/Ariane/images/dropdown.svg');
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 6px;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease;
      }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.PE.sub-menu-parent > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}


@media(max-width:767px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>a {
    font-size: 14px;
  }
}

@media(max-width:500px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.Votreentreprise>ul>li>ul>li.hs-item-has-children>ul {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


section.banner-wrapper {
    height: calc(85vh - 100px)!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center!important;
    padding-bottom: 120px;
    padding-top: 120px;
}

h1 > p {
  display:none!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

header.header.header-hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

header.header:before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 1px 8px 0 rgba(15,68,134,.19);
  box-shadow: 0 1px 8px 0 rgba(15,68,134,.19);
  left: 0;
  top: 0;
  z-index: -1;
}

.custom-lp-header .navigation-mobile--btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header.header {
  position: fixed;
  height: 100px;
  padding: 0 120px;
  z-index: 140;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
  -webkit-transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  -o-transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
}

header.header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header .header__wrapper .mobile-left {
  display: none;
}

header.header .header__wrapper .logo--container {
  z-index: 10;
}

header.header .header__wrapper .logo--container:only-child {
  margin-left: 30px;
  margin-right: 30px;
}

header.header .header__wrapper .logo--container > :last-child:not(:only-child) {
  margin-left: 40px;
}

header.header .header__wrapper .logo--container img {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

header.header .header__wrapper .navigation--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  margin-left: 120px;
}

header.header .header__wrapper .navigation--container .menu--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header.header .header__wrapper  nav.custom-menu-primary {
  width: 100%;
  height: 100%;
  display: block;
}
header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container {
  display: none;
}

header.header .header__wrapper .tools--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

header.header .header__wrapper .tools--container .navigation--tools {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
}

.tools--container .navigation--tools .navigation--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tools--container .navigation--tools .navigation--item.account--container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tools--container .navigation--tools .navigation--item.account--container .hs_cos_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tools--container .navigation--tools .navigation--item.account--container a > span {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  border-radius: 100%;
  margin-right: 12px;
  background-color: #f6f7fc;
}

.tools--container .navigation--tools .navigation--item a.search--btn {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.tools--container .navigation--tools .navigation--item a.search--btn img {
  vertical-align: middle;
}

.tools--container .navigation--tools .navigation--item.account--container a > span img {
  vertical-align: middle;
}

.tools--container .navigation--tools .navigation--item.account--container a i {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

.tools--container .navigation--tools .navigation--item.account--container  p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.tools--container .navigation--tools .navigation--item.account--container p a {
  font-size: 16px;
  font-weight: 400;
}

.tools--container .navigation--tools .navigation--item.account--container a:after {
  content: "|";
  margin: 0 8px;
}

.tools--container .navigation--tools .navigation--item.account--container p a:after {
  display: none;
}

.tools--container .navigation--tools .navigation--item.cart--container {
  margin-left: 24px;
}

.tools--container .navigation--tools .navigation--item.cart--container .hs-button {
  padding: 14px 30px;
}
header.header.header-show {
  z-index: 9999;
}


.search-open header.header{
  opacity: 0;
  pointer-events: none;
}

.search-container {
  position: fixed;
  width: 100%;
  height: 100px;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  -o-transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  z-index: 80;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search-open .search-container {
  pointer-events: auto;

}
.search-container .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100px;
  opacity: 0;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: opacity .4s ease .2s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease .2s,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
  -o-transition: opacity .4s ease .2s,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease .2s,transform 1.2s cubic-bezier(.19,1,.22,1);
  transition: opacity .4s ease .2s,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
}

.search-container .search-wrapper .page-center {
  width: 100%;
}


.search-container form#search-form .search-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-container form#search-form .search-row .search-area {
  width: 80%;
}

.search-container form#search-form .search-row .search-area input.input-search {
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  color: #7f879e;
  outline: none;
  border: none;
  width: 100%;
  outline-offset: -2px;
  overflow: visible;
  line-height: inherit;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}


.search-container form#search-form .search-row .search-area input.input-search::-moz-placeholder {
  opacity: .65;
  font-weight: 400;
}

.search-container form#search-form .search-row .search-area input.input-search::-webkit-input-placeholder {
  opacity: .65;
  font-weight: 400;
}



.search-container form#search-form a.item-close-search {
  color: #7f879e;
  font-size: 40px;
  cursor: pointer;
  font-weight: 400;
}

.search-container form#search-form a.item-close-search svg {
  width: 0.625em;
  overflow: visible;
  vertical-align: middle;
  margin-left: 8px;
  height: 20px;
  display: inline-block;
  font-size: inherit;
}


.search-container form#search-form .search-row img {
  vertical-align: middle;
  display: inline-block;
}

.search-open .search-container .search-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-open .menu-mobile--btn .menu--icon span:first-child {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}


.mobile-open .menu-mobile--btn .menu--icon span:nth-child(2) {
  display: none;
}

.mobile-open .menu-mobile--btn .menu--icon span:last-child {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  margin: auto;
}

@media(max-width:1600px){
  header.header{
    padding:0 50px;
  }
  header.header .header__wrapper .navigation--container{
    margin-left:0;
  }
}

@media(max-width:1439px){

  header.header .header__wrapper .logo--container img {
    width: 90px !important;
    height: auto !important;
  }

  .tools--container .navigation--tools .navigation--item.account--container a {
    font-size: 14px;
  }

  .tools--container .navigation--tools .navigation--item.cart--container .hs-button {
    font-size: 14px;
  }

  .tools--container .navigation--tools .navigation--item.account--container a i {
    font-size: 14px;
  }
}


@media(max-width:1200px){
  header.header {
    position: absolute;
    padding: 15px;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header.header.custom-lp-header .logo--container {
    padding-left: 30px;
  }
  header.header .header__wrapper {
    align-items: unset;
  }

  header.header .header__wrapper .mobile-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 10;
    margin-left: 30px;
  }

  header.header .header__wrapper .logo--container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  header.header .header__wrapper .navigation--container {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 100vh;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: opacity .4s ease,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .4s ease,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,transform .8s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
  }

  header.header .header__wrapper .tools--container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 30px;
  }



  .mobile-left .account-mobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .mobile-left .account-mobile a span {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
    margin-right: 12px;
    background-color: #f6f7fc;
  }

  .mobile-left .account-mobile a span img {
    vertical-align: middle;
  }

  .mobile-left .navigation--item.cart--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-left .navigation--item.cart--container a {
    font-size: 14px;
  }

  .mobile-left .navigation--item.cart--container a img {
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height:20px;
  }

  .tools--container .navigation--tools .account--container {
    display: none;
  }

  .tools--container .navigation--tools .navigation--item.cart--container {
    display: none;
  }
  header.header .header__wrapper .logo--container img{
    width: 100% !important;
    max-width: 120px !important;
  }

  .navigation-mobile--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
  }

  .navigation-mobile--btn a.menu-mobile--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor:pointer;
  }

  .navigation-mobile--btn a.menu-mobile--btn .menu--icon {
    position: relative;
    width: 35px;
    height: 13px;
  }

  .navigation-mobile--btn a.menu-mobile--btn .menu--icon span {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #0f4486;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: inline-block;
  }

  .navigation-mobile--btn a.menu-mobile--btn .menu--icon span:first-child {
    top: 0;
  }

  .navigation-mobile--btn a.menu-mobile--btn .menu--icon span:nth-child(2) {
    top: 6px;
  }

  .navigation-mobile--btn a.menu-mobile--btn .menu--icon span:nth-child(3) {
    bottom: 0;
  }
  .tools--container .navigation--tools .navigation--item a.search--btn {
    margin-right: 0;
  }

  .search-container {
    position: absolute;
    height: 80px;
  }

  .search-container .search-wrapper {
    height: 80px;
  }

  .search-container form#search-form .search-row .search-area input.input-search {
    font-size: 16px;
  }

  .mobile-open header.header .header__wrapper .navigation--container {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  header.header .header__wrapper .navigation--container .menu--container {
    padding: 80px 0;
  }

  header.header .header__wrapper nav.custom-menu-primary {
    width: 100%;
    height: 100%;
  }



  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container .mobile-menu-acc-button a span {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
    margin-right: 12px;
    background-color: #f6f7fc;
  }

  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container .mobile-menu-acc-button a span img {
    vertical-align: middle;
  }

  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container .mobile-menu-acc-button a p {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    color: #000;
  }

  header.header .header__wrapper nav.custom-menu-primary .navigation--item.account-mobile--container .mobile-menu-active-button a span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }

  header.header .header__wrapper nav.custom-menu-primary .account-mobile--container .mobile-menu-acc-button a:after {
    content: "|";
    margin: 0 8px;
    color: #000;
    font-weight: 400;
  }


}

@media(max-width: 767.98px){
    header.header .header__wrapper .logo--container img {
        width: 90px !important;
    }
    header.header .header__wrapper .logo--container:only-child {
        margin: auto;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}


footer.footer .footer--top {
  padding-top: 80px;
  padding-bottom: 80px;
}

footer.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
}


footer.footer .footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

footer.footer .footer--top .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer--top .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer--top .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li> a {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li> ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li> ul > li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li> ul > li > a {
  font-size: 14px;
  position: relative;
  display: inline;
  font-weight: 400;
}

footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom-style:solid;
  border-bottom-width:1px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}
footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a:hover:before{
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


footer.footer .footer--top .col-lg-2 .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer--top .col-lg-4 .footer_row {
  margin-left: 8.33333%;
}

footer.footer .footer--top .col-lg-2 .footer_row {
  margin-left: 8.33333%;
}

footer.footer .footer--top .contact_section p,
footer.footer .footer--top .footer-social p{
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
}

footer.footer .footer--top .contact_section ul,
footer.footer .footer--top .footer-social ul{
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}

footer.footer .footer--top .contact_section ul li,
footer.footer .footer--top .footer-social ul li{
  font-size: 14px;
  margin: 5px 0;
  font-weight: 400;
}

footer.footer .footer--top .contact_section ul li a{
  font-size: 14px;
  position: relative;
  display: inline;
  font-weight: 400;
}

footer.footer .footer--top .contact_section ul li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom-style:solid;
  border-bottom-width:1px;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

footer.footer .footer--top .contact_section ul li a:hover:before{
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.footer .footer--bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .footer--bottom .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .footer--bottom .col-lg-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .footer--bottom .col-lg-3 a {
  font-size: 14px;
  position: relative;
  font-weight: 400;
  display: inline-block;
}

.footer .footer--bottom .col-lg-3 a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0f4486;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.footer .footer--bottom .col-lg-3 a:hover:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.footer .footer--bottom .col-lg-3 a img {
  margin-right: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.footer .footer--bottom .mentions--container .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer--bottom .mentions--container .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  font-weight: 400;
}

.footer .footer--bottom .mentions--container .hs-menu-wrapper > ul > li+li {
  margin-left: 15px;
}

.scrolltop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  margin-right: 30px;
  margin-bottom: 100px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-box-shadow: 2px 8px 12px 0 rgba(15,68,134,.19);
  box-shadow: 2px 8px 12px 0 rgba(15,68,134,.19);
}

.scrolltop img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
  height: 8px;
}





@media(max-width:1439px){
  .footer .footer--bottom .col-lg-3 a {
    font-size: 12px;
  }
  footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
  }

  footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }

  footer.footer .footer--top .contact_section p, footer.footer .footer--top .footer-social p {
    font-size: 16px;
  }

  footer.footer .footer--top .contact_section ul li a {
    font-size: 12px;
  }

  footer.footer .footer--top .contact_section ul li, 
  footer.footer .footer--top .footer-social ul li {
    font-size: 12px;
  }
  footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li>ul>li {
    font-size: 12px;
  }
  .footer .footer--bottom{
    padding-top: 38px;
  }

}


@media(max-width:991px){
  footer.footer .footer--top {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  footer.footer .footer--top .col-lg-6,
  footer.footer .footer--top .col-lg-2,
  footer.footer .footer--top .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer--bottom .mentions--container .hs-menu-wrapper>ul>li {
    width: 33%;
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }

  .footer .footer--bottom .mentions--container .hs-menu-wrapper>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer--bottom .mentions--container .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }
  footer.footer .footer__container {
    padding: 0;
  }

  footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  footer.footer .footer_row {
    margin: 0;
  }

  footer.footer .footer--top .col-lg-6 {
    margin-left: -16px;
  }

  footer.footer .footer--top .col-lg-2 {
    margin-left: -16px;
  }

  footer.footer .footer--top .col-lg-2 .footer_row {
    margin-left: 0;
    margin-right: 0;
  }

  footer.footer .footer--top .col-lg-4 {
    padding: 0;
  }

  footer.footer .footer--top .col-lg-4 .footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  footer.footer .footer--top .col-lg-4 .footer_row {
    margin: 0;
  }

  .footer .footer--bottom .footer__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer .footer--bottom .col-lg-3 {
    margin-bottom: 24px;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .footer--bottom .col-lg-9 {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}



@media(max-width:767px){
  footer.footer .footer--top .col-lg-6 .hs-menu-wrapper>ul>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .footer--bottom .mentions--container .hs-menu-wrapper>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 22px;
  }

  .footer .footer--bottom .mentions--container .hs-menu-wrapper>ul > li {
    text-align: center;
    width: 100%;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.6;
  }
  footer.footer .footer--top .col-lg-4 .footer_row > div {
    width: 100%;
  }

  footer.footer .footer--top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .networks--block ul.rs-container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer--bottom{
    padding-top: 40px;
    padding-bottom: 41px;
  }
  .scrolltop{
    margin-bottom: 30px;
  }
}

@media(max-width:575.98px){
  .networks--block p {
    text-align: center;
    padding-bottom: 24px;
  }

  footer.footer .footer__container {
    max-width: 100%;
  }

  .networks--block ul.rs-container li {
    margin-right: 5px!important;
    margin-left: 5px!important;
  }

  footer.footer .footer--top .col-lg-6,footer.footer .footer--top .col-lg-2 {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.breadcrumbs--container {
  margin-top: 160px;
  position: relative;
  width: 100%;
  z-index: 20;
}

.breadcrumbs--container .blog_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.breadcrumbs--container .col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.breadcrumbs--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  font-size: 12px;
  width: 100%;
  margin-top: 24px;
}

.breadcrumbs--wrapper a.back {
  color: #0f4486;
  font-size: 12px;
  margin-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.breadcrumbs--wrapper nav#breadcrumbs a {
  font-weight: 700;
  font-size: 12px;
  color: #0f4486;
}

.breadcrumbs--wrapper nav#breadcrumbs  span.breadcrumb_last {
  font-size: 12px;
  color: #414141;
  display: inline-block;
}

section.blog--intro {
  border-bottom: 1px solid rgba(15,68,134,.2);
  margin-top: 80px;
}


.breadcrumbs--wrapper a.back .circle {
  background-color: #f6f7fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumbs--wrapper a.back .circle img {
  height: 6px;
  display: inline-block;
  vertical-align: middle;
}

section.blog--intro h1.title {
  margin-bottom: 32px;
  color: #414141;
}

section.blog--intro  .blog_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

section.blog--intro .blog_row .col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

section.blog--intro .blog_row .col-lg-8 .c-light-blue {
  color: #7f879e;
}

section.blog--intro .blog_row .col-lg-8 .c-light-blue p {
  margin: 0;
}
.nav-blog-wrapper {
  min-height: 102px;
}
section.blog--intro .nav-blog {
  position: relative;
  z-index: 999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding-bottom: 24px;
  justify-content: center;
  padding-top: 24px;
  background-color: #f6f7fc;
  width: 100%;
}

section.blog--intro .nav-blog .page-center {
  width: 100%;
  position: relative;
}


section.blog--intro .nav-blog .nav--mobile {
  display: none;
}

.nav-blog  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-blog ul li {
  display: inline-block;
  margin-right: 20px;
}

.nav-blog ul li a {
  border: 1px solid #f6f7fc;
  padding: 12px 24px;
  background: hsla(0,0%,100%,0);
  color: #7f879e;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.nav-blog ul li a:hover{
  background: #fff;
  color: #0f4486;
  opacity: 1;
}

.nav-blog ul li.active a {
  background-color: #fff;
  border: 1px solid #f6f7fc;
  color: #0f4486;
}

.nav-blog ul li.active a:hover {
  background-color: #0f4486;
  color: #fff;
}

.nav-blog .col-custom.last-col {
  text-align: right;
  display: inline-block;
  margin-right: 20px;
}

.nav-blog .col-custom.last-col a.search-blog {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.nav-blog .col-custom.last-col a.search-blog img {
  vertical-align: middle;
}

section.blog--intro .nav-blog .page-center > .blog_row {
  justify-content: space-between;
}

.nav-blog .keywords--search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6f7fc;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition:all 0.4s ease-in-out;
}

.nav-blog .keywords--search .hs-search-field form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.nav-blog .keywords--search > div {
  width: 100%;
}

.nav-blog .keywords--search .hs-search-field form input.hs-search-field__input {
  width: 90%;
  height: 100%;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  color: #7f879e;
  line-height: inherit;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition:all 0.4s ease-in-out;
  outline:none;
}
.nav-blog .keywords--search .hs-search-field form input.hs-search-field__input::-moz-placeholder {
  opacity: .65;
  font-weight: 400;
}

.nav-blog .keywords--search .hs-search-field form input.hs-search-field__input::-webkit-input-placeholder {
  opacity: .65;
  font-weight: 400;
}

.nav-blog .keywords--search a.keywords--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  visibility: hidden;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition:all 0.4s ease-in-out;
}

.nav-blog .keywords--search a.keywords--close svg {
  vertical-align: middle;
  margin-left: 8px;
  height: 20px;
  width: 16px;
  display: inline-block;
  font-size: inherit;
}


.blog-search-open .nav-blog .keywords--search {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.blog-search-open .nav-blog .keywords--search .hs-search-field form input.hs-search-field__input {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.blog-search-open .nav-blog .keywords--search a.keywords--close {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}


.nav-blog .keywords--search .hs-search-field form button.keywords--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


section.first-article--section {
  margin-top: 80px;
}

section.first-article--section article.article--item {
  min-height: 540px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


article.article--item .article_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

article.article--item .article_row .col-lg-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

article.article--item .article_row .col-lg-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

article.article--item .img-container {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

article.article--item .img-container .article--thumbnail {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  -o-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  transition: all 1.6s cubic-bezier(.19,1,.22,1);
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

article.article--item.image-scale .img-container .article--thumbnail{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}



article.article--item .article--content {
  margin-top: 24px;
}

article.article--item .article--content .article--informations {
  font-size: 12px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

article.article--item .article--content .article--informations .article--meta a {
  font-size: inherit;
  font-weight: 400;
}

article.article--item .article--content .article--informations .article--meta a span.tt-u.c-grey {
  color: #414141;
  text-transform: uppercase;
}

article.article--item .article--content .article--informations .article--time span {
  color: #414141;
}

article.article--item .article--content .article--details {
  padding-right: 24px;
}

article.article--item .article--content .article--details h2.title {
  margin: 16px 0;
  color: #414141;
}

article.article--item .article--content .article--details p {
  font-size: 16px;
  padding-bottom: 80px;
  color: #7f879e;
  margin: 0;
}


article.article--item .article--content .article--details a.btn--tracker {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
}

article.article--item .article--content .article--details a.btn--tracker:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0f4486;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

article.article--item .article--content .article--details a.btn--tracker:hover:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
section.first-article--section .article--thumbnail.bg-img-xs {
  border-radius: 0;
}
section.first-article--section {
  margin-top: 80px;
  padding-top: 40px;
}
.blog-main-listing-wrapper {
  margin-top: 120px;
  margin-bottom: 120px;
}

.blog-main-listing-wrapper .content-wrapper .blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index__post {
  min-height: 540px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index__post .img-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-index__post .img-container .article--thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  -o-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  transition: all 1.6s cubic-bezier(.19,1,.22,1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-index__post.image-scale .img-container .article--thumbnail{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-index__post .article--content {
  margin-top: 24px;
}

.blog-index__post .article--content .article--informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.blog-index__post .article--content .article--informations .article--meta a {
  font-size: inherit;
  font-weight: 400;
}

.blog-index__post .article--content .article--informations .article--meta a span.topic {
  color: #414141;
  text-transform: uppercase;
}

.blog-index__post .article--content .article--informations  .article--time {
  color: #414141;
}

.blog-index__post .article--details {
  padding-right: 24px;
}

.blog-index__post .article--details h3 {
  margin: 16px 0;
  color: #414141;
  font-size: 24px;
}

.blog-index__post .article--details  p {
  font-size: 16px;
  color: #7f879e;
  margin: 0;
}

.blog-index__post .article--details a.btn--tracker {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.blog-index__post .article--details a.btn--tracker:before,
.topic-hastag ul.hashtag-list li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0f4486;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.blog-index__post .article--details a.btn--tracker:hover:before,
.topic-hastag ul.hashtag-list li a:hover:before{
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.nav-desktop.page-center {
  margin-bottom: 3px;
}

.blog-pagination {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.blog-pagination .load-more {
  background-color: transparent;
  border: 1px solid #0f4486;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #0f4486;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.blog-pagination .load-more:hover {
  background-color: #0f4486;
  color: #fff;
}

section.numbers--section .col-lg-3 div#netreviewsWidgetNum20483widget19av {
  -webkit-transform: scale(.503)!important;
  -ms-transform: scale(.503)!important;
  transform: scale(.503)!important;
}

section.contact--section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

section.contact--section .page-center {
  border-top: 1px solid rgba(15,68,134,.2);
  padding-top: 120px;
  padding-bottom: 120px;
}

section.contact--section .page-center .c-grey {
  margin-bottom: 80px;
  text-align: center;
  color: #414141;
  margin: 0;
}

section.contact--section .page-center .c-grey h2 {
  font-size: 32px;
  margin-bottom: 80px;
  color: #414141;
  text-align: center;
}

section.contact--section ul li {
  margin-right: 16px;
  margin-left: 16px;
}

section.contact--section ul li a {
  border: 1px solid #0f4486;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

section.contact--section ul li a.main--btn {
  background-color: #f6f7fc;
  color: #0f4486;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

section.contact--section ul li a.main--btn.btn-border--blue {
  background-color: transparent;
  border: 1px solid #0f4486;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

section.contact--section ul li a.main--btn.btn-border--blue:hover{
  background-color: #0f4486;
  color: #fff;
}

section.contact--section ul li a.main--btn.btn--blue {
  background-color: #0f4486;
  color: #fff;
}

section.contact--section ul li a.main--btn.btn--blue:hover {
  background-color: #fff;
  color: #0f4486;
}
section.numbers--section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f7fc;
}

section.numbers--section .blog_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog-comments form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

section.numbers--section .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

section.numbers--section .col-lg-3 h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

section.numbers--section .col-lg-3 h4 span.title {
  font-size: 32px;
  color: #0f4486;
  font-weight: 400;
}

.numbers--section .col-lg-3:last-child #netreviewsWidgetNum20483widget19av #netreviewsWidgetNum20483widget19avRateWrap {
  top: 35px!important;
  left: 40px!important;
  width: 160px!important;
  font-size: 55px!important;
  line-height: 55px!important;
}

section.numbers--section .col-lg-3 img {
  vertical-align: middle;
}

.nav-blog .keywords--search .hs-search-field {
  height: 100%;
}

.nav-blog .keywords--search .hs-search-field .hs-search-field__bar {
  height: 100%;
}

.nav-blog .keywords--search .hs-search-field .hs-search-field__bar form {
  height: 100%;
}



.blog-post-main-wrapper .page-center.post-content-wrapper {
  padding-bottom: 120px;
  margin-top: 80px;
}

.blog-post-main-wrapper .page-center .article-search-container.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.article-search-container .article-trigger .mobile-container {
  display: none;
}

.article-search-container .article-trigger .col-lg-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-search-container .article-trigger .col-lg-10 h1.title-xxl {
  margin-bottom: 32px;
  color: #414141;
}

.article-search-container .article-trigger .article--infos.col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-search-container .article-trigger .article--infos.col-lg-12 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.article--infos .col-lg-2 {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}

.article--infos .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.article--infos .col-lg-3 .img-profil {
  margin-right: 15px;
  margin-left: 15px;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.article--infos .col-lg-3  span.c-bold.c-grey {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
}

.article--infos .col-lg-3 span.c-grey {
  color: #414141;
  font-size: 14px;
}


.article--infos .col-lg-2 a.link-blue {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.article--infos .col-lg-2 a.link-blue span.c-bold {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.article--infos .col-lg-2 a.link-blue:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0f4486;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.article--infos .col-lg-2 a.link-blue:hover:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}


.article-search-container .trigger .col-lg-8.offset-lg-2,
.blog-comments{
  margin-left: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-12.share-column.no-padding.sticky {
  padding-top: 190px;
}

.article-search-container .trigger .col-lg-8.offset-lg-2 p {
  color: #414141;
}

.article-search-container .col-lg-12.share-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 1px;
}

.article-search-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-search-container .trigger .share-column ul li a {
  height: 53.5px;
  width: 53.5px;
  border-radius: 50%;
  padding: 8px;
  background-color: #f6f7fc;
  font-size: 16px;
  font-weight: 400;
  color: #0f4486;
  position: relative;
  display: inline-block;
}

.article-search-container .trigger .share-column ul li a img {
  position: absolute;
  width: 30%;
  height: 30%;
  top: 50%;
  left: 50%;
  margin-left: -15%;
  margin-top: -15%;
}

.article-search-container .col-lg-12.share-column .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.last-article--section {
  padding-top: 120px;
  width: 100%;
}

.last-article--section .page-center {
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
}

.last-article--section .page-center header h2 {
  margin-bottom: 32px;
  text-align: center;
  color: #414141;
  display: inline-block;
  opacity: .4;
  cursor: pointer;
  font-size: 40px;
}

.last-article--section .page-center header span.title-xl.separator {
  padding: 0 12px;
  display: inline-block;
  opacity: .4;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 40px;
}
.last-article--section {
  padding-top: 120px;
  width: 100%;
}

.last-article--section .page-center {
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
}

.last-article--section .page-center header h2 {
  margin-bottom: 32px;
  text-align: center;
  color: #414141;
  display: inline-block;
  opacity: .4;
  cursor: pointer;
}

.last-article--section .page-center header span.title-xl.separator {
  padding: 0 12px;
  display: inline-block;
  opacity: .4;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 40px;
}
.hs-blog-post section.blog--intro {
  margin-top: 60px;
  border:none;
}


.topic-hastag ul.hashtag-list {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

.topic-hastag ul.hashtag-list li {
  position: relative;
  margin-bottom: 16px;
  color: #414141;
  display: inline-block;
  list-style: none;
  width: auto;
  padding-left: 0!important;
  margin-right: 32px;
}

.topic-hastag ul.hashtag-list li a {
  color: #0f4486;
}


.last-article--section .tab-container .article--item {
  min-height: 540px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.last-article--section .tab-container .recent-post,
.last-article--section .tab-container .related-post{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.article--item .img-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.article--item .img-container .article--thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  -o-transition: all 1.6s cubic-bezier(.19,1,.22,1);
  transition: all 1.6s cubic-bezier(.19,1,.22,1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.article--item  .article--content {
  margin-top: 24px;
}

.article--item .article--content .article--informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.article--item .article--content .article--informations .article--meta a {
  font-weight: 400;
}

.article--item .article--content .article--informations .article--meta a span.tt-u.c-grey {
  color: #414141;
  text-transform: uppercase;
}

.article--item  .article--details {
  padding-right: 24px;
}

.article--item .article--details h3 {
  margin: 16px 0;
  color: #414141;
  font-size: 24px;
}

.article--item .article--details  p {
  color: #414141;
  font-size: 16px;
}
.article--item .article--details .btn--tracker {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.article--item .article--details .btn--tracker:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #0f4486;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.article--item .article--details .btn--tracker:hover:before {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.last-article--section .tab-article {
  height: 0;
  overflow: hidden; 
}

.last-article--section .tab-article.active {
  height: auto;
}
.last-article--section .page-center header h2.active {
  opacity: 1;
}
.article--infos .col-lg-2 a span.link-b-blue {
  color: #7f879e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.last-article--section .tab-container .article--item.no-image {
  min-height: 240px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 150%;
  background: #fff;
  display: block;
}

.hs-search-field--open .hs-search-field__suggestions li {
  display: block;
  text-align: left;
  border: none;
  margin: 0 0 10px;
}

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 0;
  border: none;
  background: none;
}
.article--infos .col-lg-3 .author-content {
  width: calc(100% - 100px);
}
.blog-index__post.hover .img-container .article--thumbnail {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.blog--intro .nav-blog.filter-fix {
  background: #fff;
  padding-top: 16px!important;
  padding-bottom: 16px!important;
  -webkit-box-shadow: 2px 4px 6px 0 rgba(15,68,134,.05);
  box-shadow: 2px 4px 6px 0 rgba(15,68,134,.05);
}

.nav-blog.filter-fix ul li a {
  border: 1px solid #fff;
}
.article-trigger {
  width: 100%;
}



@media(min-width:992px){
  .swiper-buttons-wrapper {
    display: none;
  }
}



@media(max-width:1439px){
  section.blog--intro h1.title {
    font-size: 52px;
  }
  section.contact--section .page-center .c-grey h2 {
    margin-bottom: 40px;
  }
  .last-article--section .page-center header h2,
  .last-article--section .page-center header span.title-xl.separator{
    font-size: 32px;
  }
  .nav-blog ul li a {
    font-size: 14px;
  }
  article.article--item .article--content .article--details a.btn--tracker,
  .blog-index__post .article--details a.btn--tracker{
    font-size: 14px;
  }
  section.contact--section ul li a.main--btn{
    padding: 14px 32px;
    font-size:14px;
  }
  .article-search-container .article-trigger .col-lg-10 h1.title-xxl {
    font-size: 52px;
  }

  .blog-post-main-wrapper .page-center.post-content-wrapper {
    padding-bottom: 100px;
  }
  .last-article--section .page-center {
    padding-bottom: 0 !important;
  }

  .article--item .article--details .btn--tracker {
    margin-bottom: 0;
    font-size: 14px;
  }
  .topic-hastag ul.hashtag-list li a {
    font-size: 14px;
  }
}


@media(max-width:991px){
  section.blog--intro h1.title {
    font-size: 40px;
  }
  .nav-blog-wrapper {
    min-height: 100px;
  }
  .hs-search-field--open .hs-search-field__suggestions {
    top: 100%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hs-blog-listing .breadcrumbs--container {
    margin-top: 160px;
  }
  .article-search-container ul li+li {
    margin-left: 16px;
  }
  .breadcrumbs--container {
    margin-top: 120px;
  }
  section.blog--intro .blog_row .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .last-article--section .tab-container .article--item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height:auto;
  }
  section.blog--intro {
    margin-top: 60px;
  }
  .article--item .article--details .btn--tracker {
    position: relative;
  }
  section.blog--intro .blog_row {
    margin: 0;
  }
  section.blog--intro .nav-blog .page-center.nav-desktop {
    display: none;
  }
  .nav-blog ul li a {
    border: 1px solid #fff;
  }
  section.blog--intro .nav-blog .nav--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin: auto;
  }

  section.blog--intro .nav-blog .nav--mobile a.filter-btn {
    position: relative;
    width: 80%;
    margin: auto;
    color: #0f4486!important;
    background: #fff;
    padding: 14px 32px;
    border: 1px solid #0f4486;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 400;
    display: inline-block;
  }

  section.blog--intro .nav-blog .nav--mobile .filter-container {
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    margin-top: 60px;
    padding: 32px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity .4s ease,transform 1.2s cubic-bezier(.19,1,.22,1),-webkit-transform 1.2s cubic-bezier(.19,1,.22,1);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }

  section.blog--intro .nav-blog .nav--mobile a.filter-btn .circle {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    margin-right: 30px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
  }

  .mobile-search-open section.blog--intro .nav-blog .nav--mobile a.filter-btn .circle{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  section.blog--intro .nav-blog .nav--mobile a.filter-btn .circle img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  article.article--item .article_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  article.article--item .article_row .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: unset;
  }

  article.article--item .article_row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  article.article--item .img-container {
    height: 250px;
  }

  .blog-index__post {
    margin-bottom: 60px;
    min-height: auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-main-listing-wrapper .content-wrapper .blog-index {
    margin: 0;
  }

  .mobile-search-open section.blog--intro .nav-blog .nav--mobile .filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  section.blog--intro .nav-blog .nav--mobile .filter-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section.blog--intro .nav-blog .nav--mobile .filter-container ul li {
    margin-bottom: 12px;
    margin-right: 0;
  }

  article.article--item .article--content .article--details p {
    font-size: 14px;
    padding-bottom: 24px;
  }

  section.first-article--section article.article--item {
    min-height: 0;
    padding: 0;
  }

  article.article--item .article--content .article--details a.btn--tracker {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .blog-index__post .article--details a.btn--tracker {
    margin-top: 40px;
    position: relative;
    display: inline-block;
    margin-bottom:0;
  }
  .blog-index__post .article--details p{
    font-size:14px;
  }
  section.contact--section .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section.contact--section .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.contact--section ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  section.contact--section ul li:first-child a {
    margin-bottom: 24px;
  }

  section.numbers--section .blog_row {
    margin: 0;
  }

  section.numbers--section .col-lg-3 {
    margin-bottom: 32px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  section.numbers--section .col-lg-3 h4 span.title {
    font-size: 24px;
  }

  .article-search-container .trigger .col-lg-8.offset-lg-2,
  .blog-comments{
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-post-main-wrapper .page-center .article-search-container.row {
    margin: 0;
  }

  .col-lg-12.share-column.no-padding.sticky {
    padding: 0;
    position: static !important;
    top: 0 !important;
    height: auto;
    padding: 24px 0;
  }

  .article-search-container .col-lg-12.share-column .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-search-container ul {
    display: block;
  }

  .article-search-container ul li {
    display: inline-block;
  }

  .article-search-container .trigger .share-column ul li a {
    height: 37.5px;
    width: 37.5px;
    border-radius: 50%;
    padding: 8px;
    font-size: 14px;
  }

  .article-search-container .trigger .share-column ul li a img {
    position: absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    margin-left: -20%;
    margin-top: -20%;
  }
  .blog-post-main-wrapper .page-center.post-content-wrapper {
    padding-bottom: 80px;
    margin-top: 60px;
  }
  .last-article--section {
    padding-top: 80px;
  }
  .swiper-buttons-wrapper {
    width: 100%;
  }

  .swiper-buttons-wrapper .controls {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
    height: 40px;
    width: 40px;
    -webkit-box-shadow: 2px 8px 12px 0 rgba(15,68,134,.19);
    box-shadow: 2px 8px 12px 0 rgba(15,68,134,.19);
  }

  .swiper-buttons-wrapper .articles-controls--left {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .swiper-buttons-wrapper .articles-controls--right {
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .desktop-container {
    display: none;
  }

  .article--infos .col-lg-3 {
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-search-container .article-trigger .article--infos.col-lg-12 .row {
    margin: 0;
  }

  .article-search-container .article-trigger .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-search-container .article-trigger .col-lg-10 h1.title-xxl {
    font-size: 40px;
  }

  .article-search-container .article-trigger .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
  }

  .article-search-container .article-trigger .mobile-container .article--infos {
    position: relative;
    width: 100%;
  }

  .article-search-container .article-trigger .mobile-container .article--infos a.link-blue {
    font-size: 14px;
    margin-bottom: 4px;
    color: #0f4486;
    position: relative;
    font-weight: 400;
  }

  .article-search-container .article-trigger .mobile-container .article--infos  a {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
  }

  .article-search-container .article-trigger .mobile-container .article--infos  a span.link-b-blue {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7f879e;
  }
  .article-search-container .article-trigger .mobile-container .fs-sm {
    font-size: 14px;
  }

  .article-search-container .article-trigger .mobile-container .fs-sm span.c-bold.c-grey {
    font-weight: 400;
    color: #414141;
  }

  .article-search-container .article-trigger .mobile-container .fs-sm span.c-grey {
    display: inline-block;
    color: #414141;
  }
}


@media(max-width:767px){
  section.blog--intro h1.title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .last-article--section .page-center header h2,
  .last-article--section .page-center header span.title-xl.separator{
    font-size:16px;
  }
  section.blog--intro {
    margin-top: 40px;
  }
  article.article--item .article--content .article--informations {
    font-size: 10px;
  }
  article.article--item .article--content .article--informations .article--time {
    display: none;
  }

  article.article--item .article--content .article--details h2.title {
    font-size: 20px;
  }

  .blog-index__post .img-container {
    height: 180px;
  }

  .blog-index__post .article--details h3 {
    font-size: 20px;
  }
  .blog-index__post .article--content .article--informations {
    font-size: 10px;
  }

  .blog-index__post .article--content .article--informations .article--time {
    display: none;
  }

  .breadcrumbs--wrapper {
    display: none;
  }
  section.blog--intro .blog_row .col-lg-8 {
    margin-bottom: 40px;
  }

  article.article--item .article--content .article--details h2.title {
    font-size: 24px;
  }

  section.first-article--section article.article--item {
    min-height: 0;
  }

  article.article--item .article--content .article--details a.btn--tracker {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .blog-pagination {
    margin-top: 24px;
  }
  article.article--item .img-container {
    height: 180px;
  }
  .blog-index__post {
    margin-bottom: 40px;
  }
  section.blog--intro .nav-blog .nav--mobile .filter-container .col-custom.last-col {
    position: relative;
    text-align: left;
    margin-bottom: 12px;
    margin-right: 0;
  }

  section.blog--intro .nav-blog .nav--mobile .filter-container .col-custom.last-col a.search--btn--blog {
    padding: 12px 16px;
  }

  section.blog--intro .nav-blog .nav--mobile .filter-container .col-custom.last-col a.search--btn--blog img {
    vertical-align: middle;
  }
  .nav-blog .keywords--search .hs-search-field form {
    width: 80%;
    margin: auto;
    height: 100%;
  }

  .nav-blog .keywords--search .hs-search-field {
    height: 100%;
  }

  .nav-blog .keywords--search .hs-search-field .hs-search-field__bar {
    height: 100%;
  }
  .hs-blog-post section.blog--intro {
    margin-top: 20px;
  }

  .blog-post-main-wrapper .page-center.post-content-wrapper {
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .article-search-container .article-trigger .mobile-container {
    margin-bottom: 40px;
  }

  .article-search-container .article-trigger .col-lg-10 h1.title-xxl {
    font-size: 32px;
  }
  .last-article--section .tab-article .page-center {
    padding: 0 !important;
  }
  .article--item .article--content .article--informations {
    font-size: 10px;
  }

  .article--item .article--details h3 {
    font-size: 20px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:767px){

  form#email-prefs-form{
    max-width:100% !important;
  }

  div#hs_cos_wrapper_subscriptions_confirmation div#content{
    min-width:auto;
  }
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page,
  .error-page{
    padding-left:0;
    padding-right:0;
  }		
  .systems-page .success{
    min-width:100%;
  }
}

@media(max-width:480px){
  .page-header h1 {
    font-size: 40px;
  }
  .widget-type-email_subscriptions h1 {
    font-size: 35px;
  }
}