/* ******************************************************************************
*********************************************************************************
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;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.error-page,
.systems-page,
.body-container-wrapper .dnd-module {
  padding: 37px 65px 37px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 7px 27px rgba(171,163,161,0.25);
}

.error-page {
  z-index: 555;
  padding: 10rem 65px 10rem 40px;
}
@media (max-width: 991px) {
  .error-page,
  .systems-page,
  .body-container-wrapper .dnd-module{
    padding: 17px 45px 17px 20px;
  }
  .error-page {
    padding: 10rem 45px 10rem 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  line-height: 1.625;
  background: #F2F6FB;
}

@font-face {
  font-family: 'Icons';
  src: url('//fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Font/Icons.eot#iefix') format('embedded-opentype'),
    url('//fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Font/Icons.woff') format('woff'),
    url('//fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Font/Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* 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;
  word-break: break-word;
}

h1 {
  line-height: 1.2;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.2;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.blog-post__body ul li:before,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
  content: "";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 1.125em;
  line-height: 1.44444;
  margin-left: -1.4em;
  margin-right: 0.37em;
  display: inline-block;
  vertical-align: top;
  color: #164A80;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
  padding-left: 30px;
}
ul li,
ol li {

}

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

blockquote {

}

/* 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 {
  outline: auto;
  outline-color: #000;
}

.disable-focus-styles :focus {
  outline: none;
}
}
/* ******************************************************************************
*********************************************************************************
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;
  max-width: 500px;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.hs-button {
  font-size: .875rem;
  font-weight: 900;
  line-height: 1;
  border: 2px solid transparent;
  min-width: 15.7em;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  margin-top: 25px;
}

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

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


.legal-consent-container{
margin-top: 20px;
}


.hs-form label {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 6px;
  display: block;
  color: #164A80;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: .875rem;
  height: auto;
  font-weight: 400;
  text-decoration: none;
  color: #3a3a3a;
  border: 1px solid rgba(22,74,128,0.3);
  padding: 14px;
  background: transparent;
  line-height: 1.2;
  margin: 0 0 33px 0;
  font-family: Lato, sans-serif;
}
.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: #c87872;
}
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;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  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){
  form {
    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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
body .custom-menu-primary .submenu.level-1 {
  display: flex;
  align-items: center;
}
body .custom-menu-primary .submenu.level-1>li {
  position: relative;
  margin: 0 13px;
  line-height: 1.2;
}
body .custom-menu-primary .submenu.level-1>li.has-submenu>a:after {
  content: "";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 6px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 7px;
  display: inline-block;
  line-height: 1.2;
}
body .custom-menu-primary .submenu.level-1>li>a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 25px 0 25px;
  display: block;
  font-family: 'Lato',sans-serif;
}
body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid transparent;
  padding: 17px 26px 12px;
  text-align: center;
  background: transparent;
  z-index: 1;
  position: relative;
  top: -3px;
}
body .custom-menu-primary .submenu.level-2:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 40px;
}
body .custom-menu-primary .submenu.level-1>li:nth-child(9) {
  margin-left: 0;
}
body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
body .custom-menu-primary .submenu.level-1>li.fr>a:before {
  content: '';
  border-left: 2px solid #FFF;
  display: inline-block;
  width: 2px;
  height: 1em;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 9px;
}
body .custom-menu-primary .submenu.level-1>li.connexion {
  margin-left: 0;
}

body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i {
  font-family: 'Icons';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 17px;
  vertical-align: middle;
  width: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 22px;
}
.icon-insurance::before {
  content: "";
}
.icon-bank::before {
  content: "";
}
.icon-industry::before {
  content: "";
}
.icon-property::before {
  content: "";
}
.icon-marketing::before {
  content: "";
}
.icon-hr::before {
  content: "";
}
.icon-finance::before {
  content: "";
}
.icon-media-kit:before {
  content: "";
}
.icon-blog:before {
  content: "";
}
.icon-media-kit:before {
  content: "";
}
.icon-blog:before {
  content: "";
}
.icon-white-paper:before {
  content: "";
}
.icon-event:before {
  content: "";
}
.icon-success-stories:before {
  content: "";
}
.icon-media-kit:before {
  content: "";
}



body .custom-menu-primary .submenu.level-1>li.fr>.submenu.level-2 {
  padding: 20px 25px 20px 23px;
  flex-direction: column;
}

body .custom-menu-primary .submenu.level-1>li.fr>.submenu.level-2>li>a {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

body .custom-menu-primary .submenu.level-1>li.fr>.submenu.level-2>li {
  margin: 0;
}
/* body .custom-menu-primary .submenu.level-1>li:first-child>.submenu.level-2>li:not(.slide-back)>a:before {
font-size: 22px;
vertical-align: middle;
width: 36px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
content: "";
} */
body .custom-menu-primary a {
  text-decoration: none;
}
body .custom-menu-primary .submenu.level-1>li:first-child>.submenu.level-2>li:not(.slide-back)>a:before {
  font-size: 17px;
  vertical-align: middle;
  width: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-hr,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-property,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-industry,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-industry,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-bank {
  font-size: 17px;
  vertical-align: middle;
  width: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
body .custom-menu-primary .submenu.level-2>li.signature-électronique>a:before {
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/IMages/icon-signature.png);
  height: 2em;
}

body .custom-menu-primary .submenu.level-2>li.cachet-électronique>a:before {
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/IMages/icon-cachet.png);
  height: 2em;
}

body .custom-menu-primary .submenu.level-2>li.horodatage>a:before {
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/IMages/icon-horodatage.png);
  height: 2em;
}
body .custom-menu-primary .submenu.level-2>li.has-submenu:nth-child(odd) a:hover,
body .custom-menu-primary .submenu.level-2>li.has-submenu:nth-child(odd) a {
  color: #c91877;
}
body .custom-menu-primary .submenu.level-1>li.fr>.submenu.level-2>li>a:hover {
  text-shadow: none;
}
body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i.icon-media-kit,
body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i.icon-success-stories,
body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i.icon-event,
body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i.icon-blog,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-blog,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-blog,
body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-media-kit {
  font-size: 19px;
}
.custom-footer-menu .submenu.level-2>li.api>a, .custom-footer-menu .submenu.level-2>li.tarifs>a {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.custom-footer-menu .submenu.level-2>li.api {
  margin-top: 20px;
}
@media only screen and (min-width: 1280px){
  body .custom-menu-primary .submenu.level-2 {
    box-shadow: 0 7px 27px rgba(5,38,69,0.7);
    position: absolute;
    top: 100%;
    left: calc(100% - 53px);
    border-radius: 10px;
    padding: 36px 0 20px;
  }

  body .custom-menu-primary .submenu.level-2>li {
    margin-bottom: 19px;
  }

  body .custom-menu-primary .submenu.level-2>li>a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    white-space: nowrap;
    margin: 0 36px;
    font-family: Lato, sans-serif;
    color: #164a80;
  }

  body .custom-menu-primary .submenu.level-2>li>a:hover {
    text-shadow: 1px 0 0 currentColor;
  }
  body .custom-menu-primary .submenu.level-2>li.slide-back {
    display: none;
  }

  body .custom-menu-primary .submenu.level-3>li>a {
    font-size: 1rem;
    line-height: 22px;
    color: #164a80;
    white-space: nowrap;
    font-family: Lato, sans-serif;
  }
  body .custom-menu-primary .submenu.level-3>li>a:hover {
    text-shadow: 1px 0 0 currentColor;
  }
  body .custom-menu-primary .submenu.level-3>li>a:hover i {
    text-shadow: none;
  }
  body .custom-menu-primary .submenu.level-2>li>a:hover i {
    text-shadow: none;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(5)>.submenu.level-2,
  body .custom-menu-primary .submenu.level-1>li:nth-child(2)>.submenu.level-2 {
    display: flex;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-3>li,
  body .custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-3>li {
    margin-bottom: 20px;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-2>li,
  body .custom-menu-primary .submenu.level-1>li:nth-child(2) .submenu.level-2>li {
    margin: 0px 36px;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(5)>.submenu.level-2>li>a,
  body .custom-menu-primary .submenu.level-1>li:nth-child(2)>.submenu.level-2>li> a {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 17px;
    display: block;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1365px){
  body .custom-menu-primary .submenu.level-1>li>a{
    font-size: 13px;
    font-size: .8125rem;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a {
    font-size: 12px;
    font-size: .75rem;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a {
    top: -1px;
    padding-top: 0;
    padding: 9px 1.6em 7px;
  }
}

@media only screen and (max-width: 1279px){
  body .custom-menu-primary .submenu.level-1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body .custom-menu-primary .submenu.level-1>li {
    margin: 0 60px;
    border-bottom: 2px solid #F6F9FC;
    width: calc(100% - 60px - 60px);
  }
  body .custom-menu-primary .submenu.level-1>li>a {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 15px 0 17px;
    display: flex;
    justify-content: space-between;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu>a:after {
    transform: rotate(-90deg);
    font-size: 0.6em;
    margin-top: 1em;
    transform-origin: center 0;
  }
  body .custom-menu-primary .submenu.level-1>li.fr {
    display: none;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 1.10em;
    padding-bottom: 1.10em
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9)>a {
    top: 0;
  }
  body .custom-menu-primary .submenu.level-1>li.connexion>a {
    text-align: center;
    justify-content: center;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9) {
    margin: 0 auto;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(9) {
    margin-top: 40px;
    border-bottom: 0;
  }
  body .custom-menu-primary .submenu.level-1>li.connexion>a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body .custom-menu-primary .submenu.level-1>li.connexion {
    margin: 0;
    width: 100%;
  }
  body .custom-menu-primary .submenu.level-1>li:last-child {
    border: none;
    margin-top: 8px;
  }
  body .custom-menu-primary .submenu.level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  body .custom-menu-primary .submenu.level-2 {
    padding: 0 60px;
    padding-left: 60px;
    display: block;
    position: fixed;
    z-index: 2;
    right: 0px;
    top: 101px;
    transition: transform .3s ease-out 0s !important;
    transform: translateX(150%);
    width: 100%;
    max-width: 560px;
    padding-top: 70px;
    bottom: 0px;
    overflow: auto;
    background: #fff;
  }
  body .custom-menu-primary .submenu.level-2>.has-submenu {
    padding-top: 26px;
    padding-left: 15px;
  }
  body .custom-menu-primary .submenu.level-2>li {
    margin-bottom: 32px;
  }
  body .custom-menu-primary .submenu.level-2>li>a {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 22px;
    color: inherit;
    white-space: nowrap;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 100%;
    cursor: pointer;
  }
  body .custom-menu-primary .submenu.level-2.slide-this {
    transform: translateX(0px);
  }
  body .custom-menu-primary .submenu>li {
    position: relative;
  }
  body .custom-menu-primary .submenu.level-3 {
    display: block;
  }

  body .custom-menu-primary .submenu>li.slide-back .icon-menu-arrow::before {
    content: "";
    font-family: Icons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  body .custom-menu-primary .submenu>li.slide-back .icon-menu-arrow {
    transform: rotate(90deg);
    margin-left: -12px;
    font-size: 0.6em;
    margin-top: 1em;
    transform-origin: center 0px;
    display: inline-block;
    vertical-align: top;
  }
  body .custom-menu-primary .submenu>li.slide-back>a {
    /* flex-direction: row-reverse;
    justify-content: flex-end; */
    color: #9fcbfd !important;
    font-size: 1.375rem;
    padding: 15px 0px;
    display: flex;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
  }

  body .custom-menu-primary .submenu.level-2>li>a:hover {
    text-shadow: currentcolor 1px 0px 0px;
    text-decoration: none;
  }
  body .custom-menu-primary .submenu.level-2>li {
    margin-bottom: 32px;
  }
  body .custom-menu-primary .submenu>li.slide-back {
    position: fixed;
    z-index: 2;
    right: 0px;
    top: 0;
    transition: transform .3s ease-out 0s;
    left: 0;
    margin: 0px 60px;
    border-bottom: 2px solid rgb(246, 249, 252);
  }
  body .custom-menu-primary .submenu.level-1>li:first-child>.submenu.level-2>li:not(.slide-back)>a:before{
    font-size: 31px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-2>li.has-submenu>a {
    font-size: 1.375rem;
    margin-bottom: 32px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
  }
  body .custom-menu-primary .submenu.level-3>li>a {
    margin-bottom: 32px;
    display: block;
    font-size: 1.5625rem;
    line-height: 22px;
    color: inherit;
    white-space: nowrap;
  }
  body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i {
    font-size: 38px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i {
    font-size: 31px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-2>li.partenaires .submenu.level-3>li>a i,
  body .custom-menu-primary .submenu.level-2>li.clients .submenu.level-3>li>a i {
    font-size: 31px;
  }
  body .custom-menu-primary .submenu.level-2>.has-submenu {
    padding-top: 26px;
    padding-left: 15px;
  }
  body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-bank {
    font-size: 31px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-industry {
    font-size: 31px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-property {
    font-size: 31px;
    width: 62px;
  }
  body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2>li>a i.icon-white-paper {
    font-size: 37px;
    margin-left: 1px
  }
  body .custom-menu-primary .submenu.level-1>li.ressources>.submenu.level-2 {
    padding-top: 96px;
    padding-left: 75px;
  }
  body .custom-menu-primary .submenu>li.slide-back>a:hover {
    text-shadow: none;
  }
  body .custom-menu-primary .submenu.level-1>li.contactez-nous>a,
  body .custom-menu-primary .submenu.level-1>li.tarifs>a,
  body .custom-menu-primary .submenu.level-1>li.api>a {
    padding-bottom: 15px;
  }
  body .custom-menu-primary .submenu.level-1>li.services>ul {
    padding-top: 96px;
    padding-left: 75px;
  }
}
@media only screen and (max-width: 991px){
  body .custom-menu-primary .submenu.level-1>li {
    margin: 0 25px;
    width: calc(100% - 50px);
  }
  body .custom-menu-primary .submenu.level-1>li>a {
    padding: 20px 0;
    padding-bottom: 22px;
  }
  body .custom-menu-primary .submenu>li.slide-back {
    margin: 0 25px;
    width: calc(100% - 50px);
  }
  body .custom-menu-primary .submenu.level-2 {
    padding: 0 25px;
    padding-top: 70px;
    max-width: 100%;
  }
  body .custom-menu-primary .submenu.level-1>li.contactez-nous>a, body .custom-menu-primary .submenu.level-1>li.tarifs>a, body .custom-menu-primary .submenu.level-1>li.api>a {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 479px){
  body .custom-menu-primary .submenu.level-2>li:not(.slide-back)>a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body .custom-menu-primary .submenu.level-1>li.services>ul {
    padding-top: 96px;
    padding-left: 40px;
  }
  body .custom-menu-primary .submenu>li.slide-back>a {
    padding: 20px 0px;
  }
  body .custom-menu-primary .submenu.level-2>li.has-submenu>a {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 32px;
  }
  body .custom-menu-primary .submenu.level-3>li>a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body .custom-menu-primary .submenu.level-1>li .submenu.level-3>li>a i.icon-hr {
    font-size: 31px;
    width: 62px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.blog-header-content {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.blog-header-content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    font-family: Lato, sans-serif;
}

.blog-header-content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 300;
    margin-top: .3913em;
    margin-bottom: 1.52174em;
    color: #fff;
}
.blog-header-content:after {
    content: '';
    display: block;
    width: 57px;
    height: 2px;
    margin: 24px auto 0;
    background: currentColor;
}
div#breadcrumbs {
    position: relative;
    padding-top: 36px;
    margin-bottom: 13px;
    text-align: center;
    font-size: 11px;
    font-size: .6875rem;
    color: #164a80;
}
div#breadcrumbs a {
    font-size: 11px;
    font-size: .6875rem;
    color: inherit;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */





.hs_cos_gallery ul.slick-dots {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.hs_cos_gallery button.slick-arrow {
    transform: none;
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  min-height: 105px;
}

.header-wrapper-mini {
  min-height: 50px;
}

header.header {
 
  width: 100%;
  top: 0;
  z-index: 99;
}

header.header .header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 13px;
}

header.header .header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 13px;
}

header.header .header-inner-mini {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1366px;
}
.header-logo {
  margin-right: 8px;
}
.header-logo img {
  display: block;
  margin: 0 0 0;
}
.icon-connection:before,
.icon-phone:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-connection {
  font-size: 19px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}
.icon-connection:before {
  content: "";
}
.header--toggle {
  display: none;
}
.icon-phone {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
.icon-phone:before {
  content: "";
}

@media (min-width: 1280px) {
  .hs-mobile-content {
    display: none;
  }
  .header-wrapper.no-nav .header-logo {
    padding: 8px 0;
  }
  .no-nav .header__navigation.header--element {
    max-width: 1181px;
    height: 1px;
    width: 100%;
  }
}


@media (max-width: 1279px) {
  .header__container {
    padding-left: 60px;
    padding-right: 60px;
  }
  header.header .header-inner {
    justify-content: space-between;
    padding-top: 21px;
    padding-bottom: 17px;
  }
  .header--toggle {
    display: block;
    position: relative;
    z-index: 6001;
    order: 100;
    display: block;
    background: transparent;
    color: #164a80;
    cursor: pointer;
    margin-right: 1px;
  }
  .header--toggle .icon-burger {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    line-height: 1;
  }
  .icon-burger:before {
    content: "";
  }
  .header--toggle .menu-text {
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 11px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    line-height: 1;
    color: #164a80;
  }
  .header--toggle .icon-close ,
  .header--toggle .icon-burger {
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    line-height: 1;
  }
  .header__navigation {
    position: absolute;
    z-index: 6000;
    top: 0;
    right: 0;
    background: #FFF;
    color: #164A80;
    width: 100%;
    max-width: 560px;
    height: 100vh;
    padding-top: 101px;
    transform: translateX(100%);
    transition: transform 0.2s ease-out;
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-open .header__navigation {
    display: block;
    transform: translateX(0);
  }
  .menu-open .header--toggle .icon-burger {
    display: none;
  }
  .menu-open .header--toggle .icon-close {
    display: inline-block;
  }
  .icon-close:before {
    content: "";
  }
  .header--toggle .icon-close {
    display: none;
  }

  .language-switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .language-switcher ul li {
    display: inline-block;
    margin: 0 60px;
    width: calc(100% - 60px - 60px);
  }

  .language-switcher ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #164A80;
    font-weight: 900;
    text-transform: uppercase;
  }
  .language-switcher ul li a:before {
    content: '';
    border-left: 2px solid #FFF;
    display: inline-block;
    width: 2px;
    height: 1em;
    vertical-align: top;
    margin-top: 1px;
    margin-right: 9px;
    border-color: #164A80;
    height: 0.9em;
    margin-top: 0.15em
  }
  .language-switcher ul li a:after {
    font-size: 0.5em;
    transform: none;
    margin-top: 0.8em;
    content: "";
    margin-left: 1em;
    vertical-align: top;
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
  }
  .hs-mobile-content {
    display: flex;
    justify-content: space-between;
    min-width: 220px;
    align-items: center;
  }
  .header-logo {
    position: relative;
    z-index: 9999;
  }
  .menu-open {
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 991px){

  .language-switcher ul li {
    margin: 0 25px;
    width: calc(100% - 50px);
  }
  .language-switcher ul li a {
    padding: 20px 0;
  }
  .header--toggle .menu-text {
    margin-right: 10px;
  }
  .header--toggle {
    margin-right: 0;
  }

  .hs-mobile-content {
    margin-top: -1px;
  }
}

@media only screen and (max-width: 767px){
  .menu-open .header__navigation {
    max-width: none;
  }
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media only screen and (max-width: 479px){
  .hs-mobile-content {
    min-width: 0;
  }
  .language-switcher ul li a,
  .header--toggle .icon-close, .header--toggle .icon-burger,
  .header--toggle .menu-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .language-switcher ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-logo img {
    max-width: 110px;
  }
  header.header .header-inner {
    padding-top: 21px;
    padding-bottom: 17px;
  }
  header.header .header-inner {
    padding-top: 22px;
    padding-bottom: 21px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer__container {
  max-width: 1366px;
  padding-left: 160px;
  padding-right: 160px;
  margin: 0 auto;
  background: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Images/footer-bg-pattern.png) calc(100% - 100px) calc(100% - 133px) no-repeat;
}
footer.footer {
  margin-bottom: 0;
  padding-bottom: 22px;
  padding-top: 40px;
  line-height: 1.2;
}

/*footer.footer:before {
  content: '';
  display: block;
  background: #f2f6fb center 0 / cover no-repeat;
  height: 83px;
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Images/wave--blue.png);
  top: -83px;
  position: relative;
}*/

.hs-blog-post footer.footer:before {
  background-color: #0073b0;
}

.hs-blog-listing footer.footer:before {
  background-color: #f2f6fb;
}

.hs-blog-post footer.footer:before {
  background-color: #0073b0;
}
.footer__copyright {
  flex: 1 1 auto;
  padding: 0 15px 30px;
  padding-top: 20px;
}
.footer__copyright {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  font-size: .75rem;
}
.footer__copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Lato, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__copyright ul li {
  display: inline-block;
  border-right: 1px solid;
  margin-right: 4px;
  padding-right: 4px;
  margin-bottom: 10px;
}

.footer__copyright ul li:last-child {
  margin-right: 0;
  border: none;
}
.custom-footer-menu {
  margin: 0px 15px 23px;
}
.custom-footer-menu .submenu.level-1 {
  display: flex;
  flex-wrap: wrap;
}
.custom-footer-menu .submenu.level-1>li>a {
  margin-bottom: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  font-family: 'Lato', sans-serif;
}
.custom-footer-menu .submenu.level-2 {
  position: static;
  opacity: 1;
  visibility: visible;
}
.custom-footer-menu .submenu.level-2>li {
  line-height: 1.2;
  display: block;
  vertical-align: top;
  margin-bottom: 7px;
}
.custom-footer-menu .submenu.level-2>li>a {
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-size: .875rem;
}
.custom-footer-menu .submenu.level-1>li {
  min-width: 195px;
  margin-bottom: 20px;
  vertical-align: top;
  margin-right: 15px;
}
.custom-footer-menu .submenu.level-1>li:nth-child(2) {
  min-width: 205px;
  margin-right: 15px;
}
.custom-footer-menu .submenu.level-1>li:nth-child(3) {
  min-width: 318px;
  margin-right: 15px;
}
.newsletter-form {
  width: 400px;
  margin: 0 15px 30px;
}
#footer-contact-nav {
  max-width: 580px;
  margin: 0 15px 30px;
  margin-bottom: 45px;
}
.newsletter-form .hs-form-field>label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 12px;
}
.newsletter-form .form-title:empty {
  display: none;
}
.newsletter-form .hs-form-required {
  display: none;
}
.newsletter-form .hs-input {
  background: #FFF;
  margin: 0;
}
.newsletter-form .hs-form {
  position: relative;
  padding-right: 50px;
}
.newsletter-form .hs_submit {
  position: absolute;
  top: 28px;
  right: 50px;
  height: 50px;
  width: 50px;
}
.newsletter-form .hs-form .hs-button {
  background: transparent;
  padding: 0;
  min-width: auto;
  margin: 0;
  border: none;
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.newsletter-form .hs_submit:before {
  color: #164a80;
  font-size: 12px;
  text-align: center;
  line-height: 47px;
  display: block;
  content: "";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
#footer-contact-nav-inner .submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-contact-nav-inner .submenu.level-1>li {
  float: left;
  margin-right: 15px;
}
#footer-contact-nav-inner .submenu.level-1>li>a {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-family: 'Lato', sans-serif;
}
#footer-contact-nav-inner .submenu.level-1>li:first-child {
  min-width: 195px;
}
#footer-contact-nav-inner ul li:nth-child(2) {
  min-width: 120px;
}
#footer-contact-nav-inner ul li:nth-child(3) {
  min-width: 120px;
}
#footer-contact-nav-inner .submenu.level-2 {
  opacity: 1;
  visibility: visible;
  display: block;
  position: static;
  height: auto;
  padding: 0 0 4px 0;
}
#footer-contact-nav-inner .submenu.level-2>li {
  margin-bottom: 7px;
}
#footer-contact-nav-inner .submenu.level-2>li>a {
  font-size: 14px;
  font-size: .875rem;
  font-family: 'Lato', sans-serif;
}
#footer-contact-nav-inner .submenu.level-2>li.linkedin>a:before,
#footer-contact-nav-inner .submenu.level-2>li.twitter>a:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  margin-right: 15px;
  vertical-align: middle;
}
#footer-contact-nav-inner .submenu.level-2>li.twitter>a:before {
  content: "";
}
#footer-contact-nav-inner .submenu.level-2>li.linkedin>a:before{
  content: "";
  font-size: 18px;
  margin-right: 15px;
  vertical-align: top;
  margin-top: -3.5px;
  display: inline-block;
}
#footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #004582;
  line-height: 1;
  border: 2px solid rgba(255,255,255,0.65);
  padding: 1.5em 1.6em;
  border-radius: 2.2em;
  min-width: 15.7em;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
  display: block;
  border-color: transparent;
  text-decoration: none;
}
#footer-contact-nav-inner .submenu.level-1>li.colonne-3>a {
  display: none;
}
#footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: calc(2.2em - 6px);
  background: #FFF;
  transition: all 0.1s ease-out;
}
#footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li:first-child>a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
  border: 2px solid transparent;
  padding: 1.5em 1.6em;
  border-radius: 2em;
  min-width: 15.7em;
  position: relative;
  display: block;
  z-index: 5;
  text-align: center;
  text-decoration: none;
}
#footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li:first-child>a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2em;
  background: #C91877;
}
#footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li:first-child>a:hover:before {
  background: rgba(201,24,119,0);
  border: 2px solid;
}
#footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a:hover:before {
  background: rgba(255,255,255,0.65);
  border-color: #6F9ED1;
}
#footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li {
  margin-top: -20px;
  margin-bottom: 18px;
}
.newsletter-form .hs-input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #3A3A3A;
}
.newsletter-form .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.newsletter-form .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.newsletter-form .hs-input:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.footer__copyright ul li a {
  text-decoration: none;
}
#footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a:hover{
  color: #164A80 !important;
}
.newsletter-form ul.no-list.hs-error-msgs.inputs-list li label {
  color: #FFF;
}
.newsletter-form ul.no-list.hs-error-msgs.inputs-list li label {
  color: #FFF;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (max-width: 1279px){
  .footer__container{
    padding-left: 60px;
    padding-right: 60px;
  }
  footer.footer:before {
    top: -6vw;
    background-size: 100% 100%;
    height: 6vw;
  }
  .footer__container {
    background-position: calc(100% - 160px) calc(100% - 133px);
  }
  footer.footer {
    padding-top: 6vw;
  }
}

@media only screen and (max-width: 991px){
  .footer__copyright{

    justify-content: flex-start;
  }
  .footer__copyright ul {
    justify-content: flex-start;
  }
  .custom-footer-menu .submenu.level-1>li {
    min-width: 100%;
    margin-bottom: 44px;
    width: 100%;
  }
  .custom-footer-menu .submenu.level-2>li {
    margin-bottom: 12px;
  }
  .custom-footer-menu .submenu.level-1>li>a,
  .custom-footer-menu .submenu.level-2>li>a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .custom-footer-menu {
    margin: 0 8px 30px;
  }
  .custom-footer-menu {
    margin: 0 8px 8px;
  }
  .footer__copyright {
    padding-top: 22px;
  }
  .footer__container {
    display: block;
    background-position: calc(100% - 60px) 570px;
  }
  .hs-form-field>label {
  
  }
  
  .newsletter-form {
    max-width: 100%;
    margin-bottom: 64px;
    width: 100%;
  }
  .newsletter-form .hs-form {
    max-width: 100%;
  }
  #footer-contact-nav-inner .submenu.level-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-contact-nav-inner .submenu.level-1>li {
    float: none;
    min-width: calc(50% - 15px) !important;
    margin-bottom: 36px;
  }
  #footer-contact-nav {
    max-width: none;
  }
  #footer-contact-nav-inner .submenu.level-1>li>a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 22px;
  }
  #footer-contact-nav-inner .submenu.level-2>li {
    margin-bottom: 12px;
  }
  #footer-contact-nav-inner .submenu.level-2>li>a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li:first-child>a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #footer-contact-nav-inner .submenu.level-2>li.linkedin>a:before, #footer-contact-nav-inner .submenu.level-2>li.twitter>a:before {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .newsletter-form .hs-form-field>label {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  footer.footer {
    padding-top: 6vw;
  }
  #footer-contact-nav-inner .submenu.level-2>li.linkedin>a:before {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-top: -9px;
  }
  .newsletter-form .hs_submit {
    top: 38px;
  }

}
  @media only screen and (max-width: 767px){
    .footer__container {
      display: block;
      background-position: calc(100% - 20px) 570px;
    }
    .footer__container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .footer__copyright ul li {
      border-right: 0;
      margin-right: 0;
      padding-right: 0;
      width: 100%;
    }
    .footer__copyright ul {
      text-align: left;
    }
    .footer__copyright {
      padding-bottom: 20px;
    }
    .newsletter-form .hs_submit {
      top: 38px;
    }
    header.header .header-inner {
      padding-bottom: 20px;
    }

    .custom-footer-menu .submenu.level-1>li:nth-child(3) {
      margin-right: 0;
      min-width: auto;
    }
  }
  @media only screen and (max-width: 479px){
    .custom-footer-menu {
      margin: 0 0 30px;
    }
    .footer__copyright {
      padding: 0 0 20px;
    }
    #footer-contact-nav-inner .submenu.level-2>li.contactez-nous>a,
    #footer-contact-nav-inner ul li:nth-child(3) .submenu.level-2>li:first-child>a {
      font-size: 17px;
      font-size: 1.0625rem;
      min-width: 0;
      width: 18.3em;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
    }
    #footer-contact-nav-inner .submenu.level-1>li {
      margin-right: 0;
    }
    #footer-contact-nav-inner .submenu.level-1>li {
      min-width: 100% !important;
      margin-bottom: 36px;
    }
    #footer-contact-nav {
      margin: 0 0 30px;
    }
    .newsletter-form {
      margin: 0 0 30px;
    }
    #footer-contact-nav-inner .submenu.level-2 {
      padding-bottom: 16px;
    }
    .footer__container {
      background-position: calc(100% - 4px) 570px;
    }
    .newsletter-form {
      margin: 0 0 64px;
    }
    .custom-footer-menu .submenu.level-2>li.tarifs>a {
      margin-bottom: 12px;
    }
    #footer-contact-nav-inner .submenu.level-2>li.assistance {
      margin-bottom: 0;
    }
    .newsletter-form .hs-form {
      padding-right: 0;
    }
    .newsletter-form .hs_submit {
      top: 38px;
      right: 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: 1366px;
  margin: 0 auto;
  padding-left: 128px;
  padding-right: 128px;
}
.hs-blog-post .content-wrapper {
  padding-left: 223px;
  padding-right: 223px;
}
.blog-index {
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 54px;
  position: relative;
}
a.post-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blog-index-post.without-feature-image .blog-index-inner {
  padding: 20px 20px 30px 20px;
  width: 100%;
}

.blog-index-post.without-feature-image {
  width: 100%;
}


.recent-post-items {
  /*   width: calc(100% + 95px + 95px);
  margin-left: -95px;
  margin-right: -95px; */
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 7px 27px rgba(171,163,161,0.25);
  overflow: auto;
}
.recent-post-items {
  display: flex;
  align-items: center;

}
.post-right-content h2 a {
  color: #164A80;
}
.post-right-content h2 {
  margin: 0;
}
.recent-post-items .link {
  color: #3A3A3A;
  font-weight: 700;
}
.recent-post-items .link:hover {
  text-decoration: underline;
}
.recent-post-items .icon-btn-arrow {
  display: inline-block;
  font-size: 0.625em;
  margin-right: 0.4em;
}
.recent-post-wrapper {
  margin-top: 54px;
}
.recent-post-wrapper .hs-feature-image {
  width: 555px;
  min-height: 406px;
  height: 100%;
  object-fit: cover;
  margin: -20px 56px -20px -20px;
}
.blog-pagination {
  margin-bottom: 80px;
  margin-top: 35px;
}
.blog-index-post {
  max-width: calc(33.33%);
  padding: 0 20px 0;
  margin: 0 0 30px;
}
.blog-index-inner {
  padding: 0 20px 30px 20px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 7px 27px rgba(171,163,161,0.25);
  position: relative;
  overflow: hidden;
}
.hs-feature-image {
  margin: 0 -20px;
  margin-bottom: 32px;
}
.hs-feature-image img {
  width: 100%;
  display: block;
}
.meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.category {
  font-size: 12px;
  font-size: .75rem;
  background: #C91877;
  color: #FFF;
  border-radius: 4px;
  height: 2.08em;
  display: flex;
  align-items: center;
  padding: 0 6px;
  margin-right: 14px;
  white-space: nowrap;
}
.date {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.25;
  color: #164A80;
  white-space: nowrap;
}
.blog-index-post-content h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.43478;
}
.blog-index-post-content h2 a{
  font-weight: 300;
  color: #164a80;
  font-family: Lato, sans-serif;
}
span.icon-clock {
  font-size: 1.25em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.33em;
}
.title {
  font-size: 18px;
  font-size: 1.125rem;
  flex: 0 0 auto;
  font-weight: bold;
  line-height: 38px;
  margin-right: 14px;
  color: #164A80;
}

.filters {
  display: flex;
  margin-bottom: 32px;
  margin-top: 54px;
}

.filters ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filters ul li {
  display: block;
  margin: 0 8px 8px;
}
.filters ul li.active a {
  background: #164A80;
  color: #FFF;
}
.filters ul li a {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  display: block;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  border: 1px solid rgba(22,74,128,0.3);
  padding: 0 30px;
  transition: all 0.1s ease-out;
  color: #164A80;
}

.filters ul li a:hover {
  background: #164A80;
  color: #FFF;
}
.category a {
  color: #FFF;
}

.category .icon-file {
  font-size: 1.08em;
  margin-right: 0.3em;
}
.blog-pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  color: #164A80;
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(22,74,128,0.3);
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.1s ease-out;
}

.blog-pagination ul li a.active, .blog-pagination ul li a:hover {
  background: #164A80;
  color: #FFF;
}
span.icon-btn-arrow:before {
  content: "";
}
.pager-previous span.icon-btn-arrow:before {
  content: "";
  transform: scaleX(-1);
  display: inline-block;
}
.icon-btn-arrow {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-file:before,
.icon-clock:before{
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-file:before {
  content: "";
}
.icon-clock:before {
  content: "";
}

.blog-post-content {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  padding: 54px 70px;
  margin: 30px 0;
  color: #3A3A3A;
  box-shadow: 0 7px 27px rgba(171,163,161,0.25);
  position: relative;
}
.hs-blog-post .meta {
  margin-bottom: 17px;
}
.post-feature-image{
  margin: 2em 0;
}
.post-feature-image img {
  width: 100%;
}
.blog-post__body p {
  margin-top: 0;
  margin-bottom: 1.75em;
}
.blog-post__body{
  line-height: 1.625;
}
.blog-post__body ul {
  padding-left: 20px;
}
.blog-recent-posts .blog-index {
  margin-left: -115px;
  margin-right: -115px;
}
.blog-recent-posts {
  background: #0073b0;
  padding-top: 90px;
  margin-top: 95px;
  padding-bottom: 83px
}
.hs-block-button {
  display: block;
  margin: 6px auto;
  height: auto;
  text-align: center;
}
.hs-block-button a {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 2em;
  min-width: 15.7em;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  padding: 16px 18px;
}
.hs-block-button a:hover {
  color: #FFF;
}

.hs-block-button a:hover:after {
  background: rgba(201,24,119,0);
  border: 2px solid;
}

.hs-block-button a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2em;
  background: #C91877;
}
.blog-recent-posts .title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.5em;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-family: Lato, sans-serif;
}
.recent-post-wrapper {
  margin-bottom: 84px;
}
.share-links {
  display: flex;
  margin-bottom: 115px;
  justify-content: center;
  align-items: center;
}
.share-links .share-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 20px;



}
.icon-linkedin,
.icon-facebook,
.icon-twitter{
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.share-links .share-button:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border-radius: 2em;
  background: #C91877;
}
.share-links .share-button [class^="icon"] {
  margin-right: 14px;
  font-size: 1.14em;
}
.share-links .share-button--linkedin:before {
  background: #1977B5;
}
.share-links .share-button--facebook:before {
  background: #3C5899;
}
.share-links .share-button--twitter:before {
  background: #26ACED;
}
.icon-linkedin:before{
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-twitter:before{
  content: "";
}
.share-links .share-button:hover:before{
  background: rgba(201,24,119,0);
  border: 2px solid;
}

.share-links .share-button--facebook:hover {
  color: #3C5899;
}
.share-links .share-button--linkedin:hover {
  color: #1977B5;
}
.share-links .share-button--twitter:hover {
  color: #26ACED;
}
.share-links .share-button {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
  border: 2px solid transparent;
  padding: 1.5em 1.6em;
  border-radius: 2em;
  min-width: 15.7em;
  text-align: center;
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 10.7em;
  text-decoration: none;
}

.card-container {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  width: calc(100% + 223px + 223px);
  margin-left: -223px;
  margin-right: -223px;
}
.card-container.cards-large .card {
  flex: 1 1 100%;
  max-width: 520px;
  margin-left: 32px;
  margin-right: 32px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 7px 27px rgba(171,163,161,0.25);
  position: relative;
  overflow: hidden;
}
.cards-large .card--horizontal.is-style-with-border {
  padding-left: 40px;
}
.card--horizontal.is-style-with-border:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 6px solid;
}
.cards-large .card--horizontal {
  padding-top: 28px;
  padding-bottom: 29px;
  padding-right: 65px;
}
.card--color-blue {
  color: #164A80;
}
.post-newsletter-form .hs-form {
  margin: 0;
}
.post-newsletter-form .widget-type-form {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
}
.post-newsletter-form .hs-form label {
  display: none;
}
.card-container.cards-large .card p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  color: #393939;
  margin-bottom: 1.75em;
}
.post-newsletter-form .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  right: 50px;
  height: 50px;
  width: 50px;
}
.card-container.cards-large .card p.block-paragraph {
  margin: 0;
}
.post-newsletter-form .hs-input {
  box-shadow: none;
}
.post-newsletter-form .hs-form {
  margin: 0;
  position: relative;
  padding-right: 50px;
}
.post-newsletter-form .hs_submit .hs-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.post-newsletter-form .hs_submit:before {
  color: #164A80;
  font-size: 12px;
  text-align: center;
  line-height: 47px;
  display: block;
  content: "";
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.post-newsletter-form .hs-input {
  margin: 0;
}
.post-newsletter-form .hs_submit.hs-submit .hs-button {
  margin: 0;
  padding: 0;
  background: transparent;
  min-width: auto;
  font-size: 0;
}
.follow-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/7362452/Universign_Dec2020/Images/follow-links-bg.png);
  background-position: calc(100% - 54px) center;
  background-repeat: no-repeat;
  background-size: auto 68%;
}
.follow-links .block-paragraph a {
  color: #164A80 !important;
  text-transform: uppercase;
  margin: 5px 0;
  display: inline-block;
  font-weight: 700;
}
.follow-links .block-paragraph a:hover {
  text-decoration: underline;
}
.follow-links .block-paragraph a[href^="https://www.linkedin.com"]:before,
.follow-links .block-paragraph a[href^="https://twitter.com"]:before{
  font-size: 1.625em;
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  width: 44px;
  margin-right: 0;
  display: inline-block;
}

.follow-links .block-paragraph a[href^="https://twitter.com"]:before{
  content: "";
  font-size: 1.375em;
}

.follow-links .block-paragraph a[href^="https://www.linkedin.com"]:before{
  content: "";
}
.card-container.cards-large .card h3 {
  margin-bottom: 5px;
}
.card--horizontal {
  margin-bottom: 22px;
  padding: 17px;
}
.blog-recent-posts .blog-index-inner {
  box-shadow: 0 7px 13px rgba(5,38,69,0.9);
}


@media only screen and (max-width: 1279px){
  .hs-blog-post .content-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  } 
  .card-container.cards-large {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
  .card-container {
    flex-wrap: wrap;
  }
  .card-container.cards-large .card {
    max-width: calc(50% - 64px);
  }
  .blog-recent-posts .blog-index {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 991px){
  .blog-header-content p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
 
  .blog-header-wrapper {
    background: #fff;
  }
  .blog-header-content {
    margin-bottom: 60px;
  }
  .recent-post-wrapper .hs-feature-image {
    width: calc(100% + 48px);
    margin: -20px -24px 35px -24px;
  }
  .recent-post-items {
    display: block;
    padding: 20px 24px 30px;
  }
  .date,
  .category {
    font-size: 14px;
    font-size: .875rem;
  }
  .blog-index-post {
    max-width: 100%;
    padding: 0 15px;
  }
  .meta {
    margin-bottom: 18px;
  }
  .blog-index-post-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  div#breadcrumbs {
    visibility: hidden;
    padding-top: 0;
  }
  .hs-blog-post div#breadcrumbs {
    padding-top: 35px;
  }
  .blog-post-content {
    padding: 44px 30px;
  }
  .blog-post__body p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .share-links .share-title {
    flex-basis: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 14px;
    color: #164A80;
  }
  .share-links .share-button {
    display: block;
    min-width: 0;
    width: 65px;
    height: 65px;
    padding: 0;
    overflow: hidden;
    margin-left: 17px;
    margin-right: 17px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .share-links {
    flex-wrap: wrap;
  }
  .share-links .share-button:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .share-links .share-button--facebook .icon-facebook {
    font-size: 24px;
  }
  .share-links .share-button [class^="icon"] {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 61px;
  }
  .card-container.cards-large .card {
    max-width: none;
  }
  .card-container.cards-large .card p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .follow-links .block-paragraph a {
    display: block;
  }
  .card-container.cards-large .card p.block-paragraph br {
    display: none;
  }
  .blog-recent-posts .blog-index {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px){
  .blog-header-content h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .hs-blog-post .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: 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%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}


.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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 {
  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 .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: .1rem .75rem;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 100% !important;
}
.content-wrapper.communication-preferences form {
  max-width: 100%;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
}