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

body.no-banner .dnd-section {
  padding-top: 50px;
}

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

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

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

@media (max-width: 1199px) {
  .dnd-section > .row-fluid {
    padding: 0 5%;
  }
}

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

@media (min-width: 1024px) {
  .dnd-section > .row-fluid {
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2;
}

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

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

img {
  max-width:100%;
}

/* 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 {
  font-size: 2.1rem;
  line-height: 1.5;
}

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

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

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

ul li,
ol li {
 
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

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

.row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.dnd_areamigration-row-3-vertical-alignment {
  position: relative;
  z-index: 20;
  margin-top: 40px;
  padding: 40px 20px;
  background: #f0f0f0;
  border-top: 10px solid;
}

@media (min-width: 1024px) {
  .row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.dnd_areamigration-row-3-vertical-alignment {
    padding: 50px 8px;
  }
}

@media (min-width: 767px) and (max-width: 866px) {
  .hs-button {
    padding-top: 6px !important;
  }
}

.hs-search-module form.hs-form a.hs-button.primary {
  margin-top: 27px;
}

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display:inline-block;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid #e62a38;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  margin-top: 10px;
  font-family: arial;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  text-decoration: none;
  
  color: #e62a38;
}

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


.hs-form label {
  font-size: 14px;
  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: #f2545b !important ;
}

.hs-input, input[type=password] {
  display: inline-block;
  width: 100%;  
  height: 50px;
  font-family: "Raleway",sans-serif;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #e62a38;
  line-height: 14px;
  box-sizing: border-box;
}

.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;
}

.field {
  margin-bottom: 18px;
}

.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 {
  -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);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 .top-header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}

header .top-header .header__container p {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  line-height: 13px;  
  font-weight: 400;
  margin: 0;
}

header .top-header .header__container p a {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  font-family: "Montserrat",sans-serif;
}



header .top-header .header__container a.Menu_contact {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 25px;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/letter-white.svg) no-repeat left 15px center #241f53;
  background-size: 19px 16px;
  height: 30px;
}

.block-dropdownlanguage .dropbutton-wrapper {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
}

.block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget {
  display: block;
  position: relative;
  padding: 0!important;
  height: 30px;
}

.block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 13px;
  font-size: 13px;
}

.block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul li {
  margin: 0;
  padding: 0;
  display: block;
  outline: none;
  line-height: 13px;
  font-size: 13px;
}

.block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul li span {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

header .bottom-header { 
  color: #241f53;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

header .bottom-header .header__container {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}

.logo-container a {
  color: inherit;
  text-decoration: none;
}

.logo-container a img {
  height: auto;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  flex-wrap: unset;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .header_menu_btContent {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  height: 60px;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul > li .header_menu_btContent a {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child ul {
  left: -100%;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  line-height: 16px;
  font-size: 14px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  height: 50px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-top: 1px solid rgba(36,31,83,.2);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
  padding:10px 25px;
}


@media (min-width: 1023px) and (max-width: 1100px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li .header_menu_btContent a {
    font-size: 12px;
  }

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



@media (max-width: 1023px) {
  body.no-banner .dnd-section {
    padding-top: 0;
  }

  .header-mobile.lp-mobile {
    justify-content: center !important;
    height: 70px;
  }

  header .bottom-header {
    display:none;
  }

  header .top-header .header__container a.Menu_contact {
    display:none;
  }

  .header-mobile {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #241f53;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
  }

  .header-mobile .headerMob_btMenu {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto {
    position: relative;
    width: 30px;
    height: 22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
  }

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto > div {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    opacity: 1;
  }

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(1) {
    top: 0;
    background: #aac805;
  } 

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(2) {
    top: 10px;
  }

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(3) {
    top: 10px;
  }

  .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(4) {
    top: 20px;
  }

  .mobile-open .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(1) {
    opacity: 0;
  }

  .mobile-open .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open .header-mobile .headerMob_btMenu .headerMob_btMenu_picto div:nth-child(4) {
    opacity: 0;
  }




  .header-mobile a.headerMob_contact {
    width: 70px;
    height: 70px;
    background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/mail-green.svg) no-repeat center/auto 30px;
  }

  .mobile-logo img {
    display: block;
    margin: 0;
    padding: 0;  
    height: 50px;
    width: 140.34px !important;
  }

  header.header {
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 100%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-open header.header {
    right: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  header .top-header {
    margin-top: 10px;
    padding: 15px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: 22px;
  }

  .block-dropdownlanguage .dropbutton-wrapper {
    margin-bottom: 7px;
  }

  .block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget 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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul li {
    margin-left: 0;
    display: block!important;
  }

  .mobile-menu {
    background: #fff;
    color: #241f53;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: block;
    padding-top: 20px;
    overflow: auto;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,.4);
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,.4);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mobile-menu .main {
    position: relative;
    margin: 0 auto;
    padding: 0 5%;
  }

  .mobile-menu .main .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .mobile-menu .main .hs-menu-wrapper > ul > li:first-child {
    border-top: none;
  }

  .mobile-menu .main .hs-menu-wrapper > ul > li {
    position: relative;
    border-top: 1px solid rgba(36,31,83,.2);
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
  }

  .mobile-menu .main .hs-menu-wrapper > ul ul {
    display:none;
    background: #f0f0f0;
  }

  .mobile-menu .main .hs-menu-wrapper > ul ul li a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    height: 50px;
    color: #241f53;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-top: 1px solid rgba(36,31,83,.2);
  }

  .mobile-menu .main .hs-menu-wrapper > ul > li .header_menu_btContent {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    height: 60px;
    text-transform: uppercase;
  }

  .mobile-menu .main .hs-menu-wrapper > ul > li .header_menu_btContent a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    color: #241f53;
  }

  header .top-header .header__container p {
    line-height: 26px;
  }

  .block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul li span {
    font-size: 18px;
    line-height: 18px;
  } 
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
  }

}



@media (min-width: 1024px) {
  header.header.header-lp .header__container img {
    padding-top: 40px;
  }

  header .top-header .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    max-width: 100%;
  }
  header .top-header .header__container p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
    height: 40px;
    line-height: 13px;  
    background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/phone-grey.svg) no-repeat left center;
    background-size: 21px 20px;
  }

  .block-dropdownlanguage .dropbutton-wrapper {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    cursor: pointer;
    z-index: 101;
    margin-left: 25px;
  }

  .block-dropdownlanguage .dropbutton-wrapper .dropbutton-widget ul li span {
    padding: 0 40px 0 20px;
  }

  header .bottom-header {
    display: block;
  }

  header .bottom-header .header__container {
    padding: 0 20px;
    max-width: 100%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 0 0 0 200px;
  }

  .logo-container a {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 200;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li .header_menu_btContent {
    height: 80px;
    text-align: center;
    position: relative;
    z-index: 100;
    background: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 50;
    width: 200%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    height: 40px;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-mobile {
    display:none;
  }

  .mobile-menu {
    display:none;
  }

  header .top-header .header__container span.hs_cos_wrapper {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

@media (min-width: 1024px) and (min-width: 1300px) {
  header .bottom-header .header__container {
    padding: 0 0 0 260px !important;
  }
}



@media (min-width: 1300px) {
  header .top-header .header__container {
    padding: 0;
    max-width: 1400px;

  }

  header .bottom-header .header__container {
    padding: 0;
    max-width: 1400px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer .hs_error_rollup {
  display: none;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form label.hs-error-msg {
  position: absolute;
  margin-top: 4px;
}

footer.footer.lp-footer {
  margin-top: 0;
}
footer.footer.lp-footer .footer_secondPart {
  padding-top: 0;
}
footer.footer.lp-footer .footer_secondPart .footer_maillage {
  margin-bottom: 10px;
}


.bg_bucolique .reAssurance {
  margin-top: 50px; 
  text-align: center;
}

.bg_bucolique .reAssurance .footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px !important;
}

.bg_bucolique .reAssurance .footer__container .views-row {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-field-image {
  margin-bottom: 25px;
  line-height: 22px;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-field-image img.hs-image-widget {
  height: auto;
  max-width: 100%;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-title {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-body p {
  margin: 0;
  padding: 0;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-field-lien {
  margin-top: 10px;
}

.bg_bucolique .reAssurance .footer__container .views-row .views-field-field-lien a {
  color: inherit;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: underline;
}

footer.footer .footer_firstPart .footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
} 

footer.footer .footer_firstPart .footer__container .footer_nl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

footer.footer .footer_firstPart .footer__container .footer_nl p {
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_email input {
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  line-height: 14px;
  width: 220px;
  height: 50px;
  padding: 0 25px;
  color: #e62a38;
  font-style: italic;
  font-weight: 500;
  border: 0;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_email {
  margin: 0;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_email label {
  margin: 0;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_submit input.hs-button.primary.large {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 35px;
  color: #241f53;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  background: #e62a38;
  border: 1px solid #e62a38;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 50px;
  color: #e62a38;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border: 0;
  font-family: arial;
  margin-top: 0;
}

.footer_nl form input[type=email]::placeholder {
  color: #e62a38;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer_nl_info {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

footer.footer .footer_firstPart .footer__container .footer_nl .footer_nl_info a {
  color: inherit;
  text-decoration: underline;
}

footer .footer_secondPart {
  padding: 60px 0 30px 0;
}


footer .footer_secondPart .footer_sole {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

footer .footer_secondPart .footer_sole .footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}

footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul {
  margin: 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
}

footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li a {
  color: inherit;
  text-decoration: none;
  padding: 0;
}

footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li a:hover {
  text-decoration: underline;
}

footer .footer_secondPart .footer_maillage {
  margin-bottom: 60px;
}

footer .footer_secondPart .footer_maillage .footer__container {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 35px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul {
  font-size: 15px;
  line-height: 15px;
  margin:0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul > li {
  margin-top: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  color: #fff;
  padding: 0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul ul {
  width: 100%;
  margin-left: 10px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul ul li {
  margin-top: 15px;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul ul li a {
  padding: 0;
  color: #fff;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu .hs-menu-wrapper > ul ul li a:hover {
  text-decoration: underline;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 35px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul > li {
  margin-top: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul > li {
  margin-top: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 0;
  margin: 0 0 10px 0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul ul {
  width: 100%;
  margin-left: 10px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul ul li {
  margin-top: 15px;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper > ul ul li a {
  color: inherit;
  text-decoration: none;
  padding: 0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 35px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul {
  margin: 0;
  font-size: 15px;
  line-height: 15px;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul > li {
  margin-top: 15px;
  font-weight: 700;
  line-height: 15px;
  font-size: 15px;
}


footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul > li:first-child {
  margin-top: 0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 0;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul ul li {
  font-weight: 500;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
}

footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}

.footer_card {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 5% 240px 5%;
  font-size: 17px;
  line-height: 20px;
  background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/footer-card.jpg) no-repeat center bottom #fff;
  background-size: contain;
}

.footer_card img {
  margin-bottom: 16px;
  height: auto;
  max-width: 100%;
}

.footer_card .footer_card_addy {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-image: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/2025/home-red.svg);
  background-position: left top;
}

.footer_card .footer_card_tel {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-top: 20px;
  min-height: 30px;
  background-image: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/2025/phone-red.svg);
  background-position: left center;
}

.footer_card .footer_card_mail {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  margin-top: 20px;
  min-height: 30px;
  background-image: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/2025/mail-red.svg);
  background-position: left center;
}



@media (min-width: 1024px) and  (max-width: 1090px) {
  footer.footer .footer_firstPart .footer__container .footer_nl p {
    font-size: 13px;
    line-height: normal;
  }
}



@media (min-width: 1022px) and  (max-width: 1040px) {
  footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form {
    margin: 0 15px !important;
  }
}


@media (max-width: 1023px) {
  footer.footer .footer_firstPart {
    padding: 30px;
  }

  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li {
    margin: 5px 10px;
  }

  footer .footer_secondPart .footer_maillage .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


@media (max-width: 767px) {
  footer .footer_secondPart .footer_maillage .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bg_bucolique {
    padding-bottom: 60px;
  }

  .bg_bucolique .reAssurance .footer__container .views-row {
    width: 100%;
    margin-top: 40px;
  }
}



@media (min-width: 768px) {
  .bg_bucolique {
    padding-bottom: 560px;
    background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/bucolique.jpg) no-repeat center bottom/cover;
  }

  .bg_bucolique .reAssurance .footer__container .views-row {
    width: 23%;
    margin-left: 2%;
  }

  .bg_bucolique .reAssurance .footer__container .views-row:first-child {
    margin-left: 0;
  }

  footer .footer_secondPart .footer_partenaire {
    margin-bottom: 50px;
  }

  footer .footer_secondPart .footer_maillage {
    margin-bottom: 110px;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu {
    width: 100%;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu {
    width: 100%;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu {
    width: 100%;
  }

  .footer_card {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .bg_bucolique .reAssurance .footer__container {
    padding: 0 20px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.footer {
    margin-top: -120px;
  }

  footer.footer .footer_firstPart .footer__container {
    padding: 0 20px;
    max-width: 100%;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 10px 0 10px 460px;
    min-height: 120px;
    height: 100px;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form {
    margin: 0 20px;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_submit input.hs-button.primary.large {
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl .footer_nl_info {
    padding-left: 20px;
    background: url(//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/2025/info-rounded-red.svg) no-repeat left top;
    background-size: 13px auto;
  }

  footer .footer_secondPart .footer_sole .footer__container {
    padding: 0 20px;
    max-width: 100%;
  }

  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li {
    margin-left: 4px;
    padding: 0 10px;
    position: relative;
  }

  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li:nth-child(2):before,
  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 5px;
    left: -4px;
    width: 4px;
    height: 1px;
    background: #fff;
  }

  footer .footer_secondPart .footer_sole .footer__container .footer-bottom-menu ul li:first-child {
    margin-left: 0;
  }

  footer .footer_secondPart .footer_maillage .footer__container {
    padding: 0 20px;
    max-width: 100%;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content {
    padding-left: 460px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu {
    width: 30%;
    margin-bottom: 0;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-left-menu {
    margin-left: 0;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-middle-menu {
    width: 30%;
    margin-bottom: 0;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content .footer-right-menu {
    width: 30%;
    margin-bottom: 0;
    width: 60%;
  }

  .footer_card {
    width: 440px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 40px 50px 240px 50px;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl .footer-form form .hs_submit input.hs-button.primary.large:hover {
    color: #fff;
    background: #e62a38;
  }
}

@media (min-width: 1300px) {
  .bg_bucolique .reAssurance .footer__container {
    padding: 0;
    max-width: 1400px;
  }

  .bg_bucolique .reAssurance .footer__container .views-row {
    max-width: 250px;
    margin-left: 50px;
  }

  footer.footer .footer_firstPart .footer__container {
    padding: 0;
    max-width: 1400px;
  }

  footer.footer .footer_firstPart .footer__container .footer_nl {
    padding: 10px 0 10px 520px;
  }

  footer .footer_secondPart .footer_sole .footer__container {
    padding: 0;
    max-width: 1400px;
  }

  footer .footer_secondPart .footer_maillage .footer__container {
    padding: 0;
    max-width: 1400px;
  }

  footer .footer_secondPart .footer_maillage .footer__container .footer_maillage_content {
    padding-left: 520px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.body-wrapper {
  overflow: hidden;
}


/*** COMMENTS *********************************************************/
.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}
.blog-comments form {
  max-width: 100%;
  margin-top: 2em;
  padding-top: 2em;
}
.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;
}

/* Gestion des commentaires imbriqués */
.comment.depth-0:first-child {
  margin-top: 2em;
}
.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}


/*** HEADER BANNIERE **************************************************/
.header_banniere {
  position: relative;

  display: flex;
  flex-direction: column;
  height: 350px;
    
  color: white;
  text-align: center;
  background-color: #2f2871;
}
.header_banniere:after {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #e62a38;
}
.header_banniere .main_blog {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 390px;
}
.header_banniere h1 {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  line-height: 45px;
  font-size: 40px;
  max-width: 640px;
  width: 100%;
  color: #fff;
}


/*** BREADCRUMB *******************************************************/
/* Section Fil d'Ariane (Breadcrumb) */
.breadcrumb {
  display: block;
}

.basetheme-breadcrumbs,
.breadcrumb_post {
  position: absolute;
  top: 20px;
  left: 240px;
}

.breadcrumb ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #241f53;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb ul li {
  margin-left: 10px;
  padding: 0 5px;
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.breadcrumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb ul li a {
  transition: 0.3s ease-in-out all;
  text-decoration: underline;
  color: #fff;
}

.breadcrumb ul li:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 10px;
  text-align: center;
}

.breadcrumb.breadcrumb_post ul li, 
.breadcrumb.breadcrumb_post ul li a {
  color: #241f53;
}

/* Section Blog */
.hs_blog {
  padding: 0 0 80px;
  margin: 80px auto 0;
}

.hs_blog.hs_blog_post {
  position: relative;
  margin: 0;
  padding: 0;
}

h2.post-listing-simple {
  display: block;
  width: 100%;
  padding: 0 20px;
}

/* Liste des articles de blog */
.blog-index {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-index__post {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #241f53;
  text-decoration: none;
  position: relative;
  width: calc(25% - 15px);
  margin-left: 20px;
  transition: 0.3s ease-in-out all;
  margin-bottom: 50px;
}

.blog-index__post:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.featured_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
}

.blog-index__post-content {
  padding: 30px 30px 70px 30px;
}

.blog-index__post-content h2 {
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #241f53;
  font-family: "Raleway", sans-serif;
}

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

.post_body {
  font-weight: 500;
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #241f53;
}

.blog-post__read-more {
  line-height: 22px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #241f53;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

/* Article de blog individuel */
.breadcrumb_and_title {
  position: relative;
}

.breadcrumb_and_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  height: 3px;
  background: #e62a38;
}

.breadcrumb_and_title h1.blog-post__title {
  font-size: 40px;
  line-height: 45px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 135px;
  padding-bottom: 23px;
}

.blog-post {
  padding: 60px 20px;
  max-width: 980px;
  margin: 0 auto;
}

/* Pagination */
.blog-pagination {
  margin-top: 50px;
}

.blog-pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li {
  line-height: 24px;
  font-size: 24px;
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
}

.blog-pagination ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: inherit;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.blog-pagination ul li a.next-link-last, 
.blog-pagination ul li a.next-link, 
.blog-pagination ul li a.prev-link-first, 
.blog-pagination ul li a.prev-link {
  position: relative;
  top: -3px;
  color: #e62a38;
  font-size: 40px;
}

.blog-pagination ul li a.active {
  color: #e62a38;
}

/* Lien vers page d'actualités */
.pageActualite_link {
  margin-top: 70px;
}

.main_link {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}

.pageActualite_link a {
  font-weight: 700;
  text-decoration: none;
  background: #241f53;
  position: relative;
  transition: 0.3s ease-in-out all;
  line-height: 30px;
  display: inline-block;
  max-width: 400px;
  padding: 10px 25px 10px 60px;
  color: #fff;
  font-size: 24px;
}

.pageActualite_link a:hover {
  color: #241f53;
  background-color: #e62a38;
}

.pageActualite_link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background: url('//8506623.fs1.hubspotusercontent-na1.net/hubfs/8506623/raw_assets/public/HCI_November2020/images/arrow-right-purple.svg') #e62a38 no-repeat center;
    background-size: 15px;
    }

/* Média Queries pour Responsive Design */
@media (min-width: 1300px) {
  .blog-index__post:nth-child(4n+1) {
    margin-left: 0;
  }

  .blog-index {
    padding: 0 15px;
  }
}

@media (max-width: 1299px) {
  .blog-index {
    padding: 0 5% 40px;
    margin: 40px auto 0;
  }

  .blog-index__post {
    width: calc(50% - 15px);
    margin-left: 30px;
  }

  .blog-index__post:nth-child(2n+1) {
    margin-left: 0;
  }

  .blog-pagination {
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  .blog-post {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 5%;
  }

  .breadcrumb.breadcrumb_post {
    display: none;
  }

  .breadcrumb_and_title h1.blog-post__title {
    padding-top: 68px;
    padding-bottom: 80px;
  }

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

  .breadcrumb {
    display: none;
  }

  .header_banniere .main_blog {
    height: 270px;
  }

  .hs_blog {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .blog-index__post {
    width: 100%;
    margin-left: 0;
  }

  .header_banniere h1 {
    line-height: 35px;
    font-size: 31px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body.no-banner .systems-page {
  padding-top: 100px;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  body.no-banner .systems-page {
    margin-top: 0;
  }
}

body.no-banner .systems-page form#email-prefs-form {
  margin-top: -100px;
}

.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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 200px 40px;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  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;
}