/* ******************************************************************************
*********************************************************************************
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: 'Source Sans Pro'; /* 1 */
  font-size: 70%; /* 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 0px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}
.span12.widget-type-cell {
  padding: 0 !important;
}
.span12.widget-span {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "ult-silk";
  src: url("https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/ult-silk.woff") format("woff"), 
    url("https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/ult-silk.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
    font-family: 'Defaults';
    src: url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/Defaults.woff?rfa9z8) format('woff'),
         url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/Defaults.ttf?rfa9z8) format('truetype'),
         url('https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/Defaults.svg?rfa9z8#Defaults') format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: ult-silk;
    src: url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/ult-silk.woff) format('woff'),
      url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/ult-silk.ttf) format('truetype'),
      url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/ult-silk.svg) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
         url('https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
         url('https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
         url('https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/raw_assets/public/WelcomeMax_May2021/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

body{
  line-height:1.3334;
}
/* Anchor Links */
a {
  outline: medium none;
  text-decoration: none;
  font-weight: inherit;
}
a:hover{
      cursor: pointer;
    text-decoration: none;
    outline: none;
}
a:focus {
    text-decoration: none;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

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

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

h3 {
  font-size: 24px;
  line-height: 1.3;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  line-height: 1.44;
}

h6 {
  font-size: 36px;
  line-height: 1.44;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height:28px;
  margin-bottom:12px;
}

@media (max-width: 991px) {ul li{
  line-height:26px;
  margin-bottom:12px;
}}

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;
}
/* ******************************************************************************
*********************************************************************************
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: Montserrat, sans-serif;
  color: FF0000 !important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.334;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  
  text-decoration: none;
}

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




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

.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: Montserrat, serif;
}
.hs-input:focus,
.hs-button:focus,
.sidebar-search input:focus{
  outline: none;
  border:1px solid #3333CC !important;
  outline: 0px;
}
.hs-search-module .hs-input {
  margin-bottom: 18px;
}

.hs_error_rollup {
  margin-bottom: 18px;
}
.hs_error_rollup label.hs-main-font-element {
  margin-top: 0;
}
/* ******************************************************************************
*********************************************************************************
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: block;
  margin:0;
  padding:0;
  list-style: none;
}
.cm-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin: 0 -2px 0 -2.5px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a {
  text-align: center;
  font-size: 45px;
  font-family: 'Source sans pro';
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  padding: 70px 0;
  color: #fff;
  border: 0;
  width: 20vw;
  line-height: normal;
}

@media (min-width: 768px) and (max-width: 1199px){
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px){
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    padding: 30px 20px 20px;
    width: auto;
  }
}

@media (max-width: 767px){
  .cm-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto 5px;
  }
}

@media (max-width: 480px){
  .cm-menu-primary .hs-menu-wrapper > ul {
    margin: 0 0 0 0;
    width: 100%;
    padding: 0 30px 25px 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    text-align: right;
    line-height: 1;
    margin: 0;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 28px;
    padding: 12px 0;
    display: block;
    width: auto;
    text-align: right;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

li p {
    display: inline;
}

.custom-servies-banner .website-banner .sumarry {
  padding-bottom: 60px;
}

.custom-servies-banner .website-banner .website-banner-columns-row.row-bottom-banner {
  padding-right: 15px;
}


.project-page .website-banner .row-bottom-banner-col-in-content .content{
  line-height:32px
}
.hs-servies-wrapper .dnd-section>.row-fluid {
  max-width: 890px;
}

.custom-servies-rich h5 {
  font-size: 18px;
  line-height: 20px;
  color: #9d934d;
  margin: 0;
}

span.page-gap {
  display: block;
}

.custom-servies-rich h1 {
  font-size: 60px;
  line-height: 68px;
  color: #000000;
  margin: 0;
}

.custom-servies-rich h2 {
  font-size: 32px;
  line-height: 38px;
  color: #3333cc;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.custom-servies-rich p {
  font-size: 20px;
  line-height: 28px;
  color: #444444;
  margin: 0;
}

.border-btn {
  font-family: Montserrat;
  font-weight: normal;
  padding: 18px 22px;
  border-radius: 0px;
  border-width: 2px;
  border-color: rgb(51, 51, 204);
  border-style: solid;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 204);
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  text-align:center;
}

.border-btn span {
  text-align: center;
}

.border-btn:hover {
  border-color: rgb(102, 153, 235);
}

.custom-servies-section .custom-releated-project-group {
  padding-bottom: 110px;
}

.custom-col-1 {
  width: 8.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
}

.custom-col-7 {
  width: 58.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
}

.custom-col-4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
}

.custom-servies-inner-rich img {
  vertical-align: top;
}

.custom-servies-inner-rich h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Roboto Slab';
  font-style: normal;
  color: #9d934d;
  margin: 0;
  font-weight: normal;
}

.custom-servies-inner-rich hr {
  height: 5px;
  margin: 0;
  background-color: rgb(157, 147, 77);
}

.custom-servies-inner-rich .dnd-section {
  padding: 0 30px;
}

.custom-servies-inner-rich h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.custom-servies-inner-rich p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
}


.white-btn {
  display: inline-block;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: normal;
  min-width: 200px;
  padding: 20px 0px;
  border-radius: 0px;
  border-style: solid;
  background: #ffffff;
  color: #6699ff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  border: inherit;
}

.white-btn:hover {
  background-color: #000;
  color: #fff;
}

.custom-servies-inner-rich pre {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  margin: 0;
}


.custom-servies-inner-section-2 .image-gallery-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
}

.custom-servies-inner-rich p + span,.custom-servies-inner-rich h5 + span ,.custom-servies-inner-rich pre + span,.custom-servies-inner-rich h4 + span{
  display: block;
}

.custom-servies-rich p + span ,
.custom-servies-rich h5 + span,
.custom-servies-rich h2 + span ,
.custom-servies-rich h1 + span{
  display: block;
}

.custom-servies-inner-rich h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

.serice-research-banner .span6 h2 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #3333cc;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 0;
}

.serice-research-banner .custom-servies-banner {
  padding-top: 0;
}

.serice-research-banner .custom-servies-banner .custom-servies-banner-content p {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #9d934d;
}

.serice-research-banner .custom-servies-banner .custom-servies-banner-heading {
  margin-bottom: 60px;
}


.serice-research-banner .span6 p {
  margin: 0;
}

.serice-research-banner .span6 h2+p {
  line-height: 0;
  margin-bottom: 10px;
}

.serice-research-banner .custom-servies-banner .custom-servies-banner-top p {
  font-size: 18px;
  line-height: 26px;
}

.serice-research-banner .custom-servies-banner .custom-servies-banner-content {
  margin-bottom: 40px;
}

.custom-serice-research-section-1 .dnd-section>.row-fluid {
  padding: 0 30px;
}

.custom-serice-research-section-1 h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.custom-serice-research-section-1 h3 {
  color: #9d934d;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: normal;
  margin:0;
}
.custom-serice-research-rich img {
  vertical-align: top;
}

.custom-serice-research-section-1 h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
}

.custom-serice-research-section-1 p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.custom-serice-research-section-1 h1 {
  font-size: 80px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #9d934d;
  margin:0;
}

.custom-servies-research-section-2 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  font-size: 48px;
  line-height: 56px;
}

.custom-servies-research-section-2 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
  width: 66.66666667%;
}

.custom-servies-research-section-2 h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.custom-servies-research-section-2 p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.custom-servies-research-section-2 h4{
  font-size: 24px;
  line-height: 32px;
  color: #9d934d;
}

.custom-servies-research-section-3 .dnd-section>.row-fluid{
  padding: 0 30px;
}

.custom-servies-research-section-3 h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 300;
  margin: 0;
  color: #000;
}
.custom-servies-research-section-3 h2 {
  font-size: 40px;
  line-height: 50px;
}


.custom-servies-research-section-4 .row-fluid .span4 {
  padding: 0;
}

.custom-servies-research-section-4 .dnd-section[class*="max-width-section-centering"] > .row-fluid {
  padding: 0;

}

.custom-servies-research-section-4 .dnd-section>.row-fluid {
  padding: 0 30px;
}

.custom-servies-research-section-4 h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: #000000;
}

.custom-servies-research-section-4 img {
  margin-bottom: 20px;
  vertical-align: top;
}

.custom-servies-research-section-4 p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.custom-servies-research-section-6 h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  color: #000000;
  margin: 0;
}

.custom-servies-research-section-6 p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

.custom-servies-research-section-6 .dnd-section>.row-fluid {
  padding: 0 30px;
}

.custom-servies-research-section-6 img {
  vertical-align: top;
}

.custom-servies-research-section-6 h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.custom-servies-research-section-6 ul {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 0 20px;
}

.custom-servies-research-section-6 ul li {
  line-height: inherit;
}

.unifiee-top .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}

.unifiee-top .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}

.custom-unifiee-section-1 .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.custom-unifiee-section-1 .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}

.custom-unifiee-section-1 .custom-project-overview-group{
  padding:0 8px;
}

.custom-unifiee-section-2 .dnd-section {
  padding: 0 15px;
}

.custom-unifiee-section-2  h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  color: #000000;
}

.custom-unifiee-section-2 p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}

.custom-unifiee-section-2 h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  font-family: 'Montserrat';
  margin: 0;
}

.custom-unifiee-section-2 img {
  vertical-align: top;
}

.custom-unifiee-section-2 h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.custom-unifiee-section-2 h4 + p {
  font-size: 20px;
  line-height: 26px;
}

.custom-unifiee-section-3 img {
  vertical-align: top;
}

.custom-unifiee-section-3 p.p1 {
  font-style: italic;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin: 0;
}

.custom-moments-rich p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}

.custom-moments-rich h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.custom-moments-section-2 .image-gallery-section {
  padding: 0 30px;
}

.custom-moments-section-2 .image-gallery-section .image-gallery-item {
  margin: 0 5px;
}

.custom-moments-rich img {
  vertical-align: top;
}

.custom-moments-section-2 .custom-list-content-group .custom-content-col p {
  font-size: 20px;
  line-height: 28px;
}

.custom-moments-section-2 .custom-project-overview-group .four-column .custom-number p {
  font-size: 80px;
  line-height: 110px;
}

.custom-moments-section-2 .custom-project-overview-group .four-column .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.custom-moments-section-2 .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}

.custom-moments-section-3 h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.custom-moments-section-3 p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.custom-moments-section-3 .dnd-section>.row-fluid {
  padding: 0;
}

.custom-moments-section-4 img {
  vertical-align: top;
}

.custom-moments-section-4 p.p1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  color: #000000;
}

.hs-commerce-layout .custom-work-banner-group .custom-work-banner-content {
  padding: 0 30px;
  width: 83.33333333%;
}

.hs-commerce-layout .custom-work-banner-group .page-center {
  max-width: 1220px;
}

.custom-commerce-rich p {
  font-size: 26px;
  line-height: 32px;
  margin:0;
}

.custom-commerce-section-2 h1 {
  color: #000000;
  margin: 0;
}

.custom-commerce-section-2 p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}

.custom-commerce-section-2 p img {
  vertical-align: top;
}

.border-blue-btn {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  min-width: 200px;
  padding: 18px 0px;
  border-radius: 0px;
  border-width: 2px;
  border-color: #1470b7;
  border-style: solid;
  background: #ffffff;
  color: #1470b7;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  max-width: 100%;
}

.border-blue-btn:hover{
  background: rgb(20, 112, 183);
  color: #fff;
}

.custom-commerce-section-2 h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}

.custom-commerce-section-2 img {
  vertical-align: top;
  height: auto;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img:before {
  background-color: rgba(0,0,0,0.25);
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .page-center > div {
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .page-center {
  max-width: 1220px;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-project-overview-wrap {
  width: 100% !important;
  max-width: 980px !important;
  padding: 0 15px;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-project-overview-top {
  margin-bottom: 20px;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-project-summary-top {
  margin-bottom: 60px;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-title h5 {
  font-weight: normal;
}

.custom-commerce-section-4 h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.custom-commerce-section-4 p {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.custom-commerce-section-4 h1 {
  margin: 0;
  color: #1470b7;
  font-size: 100px;
  line-height: 110px;
  font-weight: normal;
  font-style: normal;
}

.custom-commerce-section-4 img {
  vertical-align: top;
  height: auto;
}

.custom-commerce-section-4 p.p1 {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  line-height: 40px;
}



/* Footer */

.custom-servies-footer-v2 {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #240485;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-footer-5 {
  width: 41.66666667%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  min-height: 1px;
}

.custom-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.custom-servies-footer-v2 .custom-column {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-footer-top-gap {
  height: 80px;
}

.custom-footer-contact {
  text-align: center;
}

.custom-footer-contact a {
  font-family: 'Montserrat';
  font-weight: normal;
  padding: 20px 0px;
  border-radius: 0px;
  border-style: solid;
  background: #ffffff;
  color: #3333cc;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  min-width: 240px;
  border: inherit;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.custom-footer-contact a:hover {
  background-color: #000;
  color: #fff;
}

.custom-footer-7 {
  width: 58.33333333%;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-servies-footer-menu .hs-menu-wrapper ul:before,
.custom-servies-footer-menu .hs-menu-wrapper ul:after {
  content: '';
  display: block;
  color: beige;
}

.custom-servies-footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  float: left;
}

.custom-servies-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #ffffff;
  color: #69F;
}

.custom-servies-footer-menu .hs-menu-wrapper > ul > li > ul {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 10px;
}

.custom-servies-footer-menu .hs-menu-wrapper > ul > li.active-item > ul > li > a {
  color: #fff;
  cursor: text;
}

.serice-research-banner .custom-servies-banner .custom-servies-banner-top {
  padding-bottom: 20px;
}

.hs-layout-btn .footer_menu .hs-menu-wrapper>ul {
  padding-top: 140px;
}

footer.cuetom-footer-research {
  background-color: #240485;
  padding: 0 30px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cuetom-footer-research-1 {
  width: 8.33333333%;
}

.cuetom-footer-research-7 {
  width: 58.33333333%;
}

.cuetom-footer-research-3 {
  width: 25%;
}

footer.cuetom-footer-research > div {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
}

.cuetom-footer-research-inner {
  padding: 0 15px;
  width: 100%;
}

.cuetom-footer-research-4 {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
}

.cuetom-footer-research-column {
  padding: 0 15px;
  margin: 10px;
}

.cuetom-footer-research-row:before,
.cuetom-footer-research-row:after {
  content: '';
  display: block;
  clear: both;
}

.cuetom-footer-research-space {
  height: 80px;
}

.cuetom-footer-research-content h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #6699ff;
  margin-bottom: 5px;
}

.cuetom-footer-research-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #6699ff;
  margin: 0;
}

.cuetom-footer-research-3 {
  align-items: center;
  text-align: center;
}

.cuetom-footer-research-button a {
  padding: 18px 0px;
  border-radius: 0px;
  border-width: 2px;
  border-color: #6699ff;
  border-style: solid;
  color: #6699ff;
  font-family: 'Montserrat';
  font-weight: normal;
  min-width: 200px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;

}

.cuetom-footer-research-button a:hover {
  color: rgb(102, 153, 255);
  background: rgb(255, 255, 255);
}

.cuetom-footer-research-4:first-child h2,
.cuetom-footer-research-4:first-child p {
  color: #fff;
}

.custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul>li.active-branch>a {
  color: #fff;
  font-weight:normal;
}

/* Footer */

/* change */

.serice-research-banner .custom-servies-banner .custom-servies-banner-top p {
  padding-top: 0;
  padding-bottom: 10px;
}

.custom-serice-research-section-1 h5 {
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

.container-fluid.custom-servies-research-section-2 .row-fluid .span4 {
  padding: 0;
}

.custom-serice-research-section-1 h4 + p {
  font-size: 24px;
  line-height: 32px;
}

.custom-servies-research-section-2 .row-fluid .span6 {
  padding: 0;
}

.custom-servies-research-section-2 .row-fluid .span6 .custom-servies-card .custom-servies-card-content {
  padding-left: 0;
  padding-right: 0;
}

.custom-servies-research-section-3 h1 {
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  margin: 0;
}

.custom-servies-research-section-3 img{
  vertical-align:top;
}

.custom-servies-research-section-3 p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}

.custom-servies-research-section-3 h4 {
  font-size: 24px;
  line-height: 32px;
  color: #9d934d;
  margin: 0;
}

.custom-servies-research-section-4 h3 {
  font-size: 24px;
  line-height: 32px;
  color: #9d934d;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  margin:0;
}

.custom-servies-research-section-4 .custom-list-content-group .custom-number p {
  color: #9d934d;
}

.custom-servies-research-section-4 .custom-list-content-group .custom-content-col p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

.custom-servies-research-section-4 .custom-list-content-group .custom-content-col p:last-child {
  margin: 0 0 40px;
}

.popup-open .custom-popup {
  background: rgb(51, 51, 51);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}


.popup-open .custom-popup .custom-popup-row {
  opacity: 1;
}


@media(max-width:1199px){

  .website-banner .row-bottom-banner-col-in-content .content {
    line-height: 32px;
  }

  .custom-servies-rich h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 24px;
  }

  .serice-research-banner .span6 h2+p {
    margin-bottom: 20px;
  }

  .custom-serice-research-section-1 h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .custom-servies-research-section-2 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
    padding: 0;
  }

  .custom-unifiee-section-1 .custom-project-overview-group {
    padding: 0;
  }

  .hs-moments-layout .custom-top-pane-group {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-commerce-layout .custom-work-banner-group .custom-work-banner-wrap {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .custom-commerce-section-2 h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-project-summary-top {
    font-size: 24px;
    line-height: 32px;
  }

  .cuetom-footer-research-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

}

@media(max-width:991px){
  .custom-servies-rich h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .custom-ux-slider .custom-ux-slider-rich p {
    font-size: 18px;
    line-height: 24px;
  }

  .serice-research-banner .span6 h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .serice-research-banner .span6 h2+p {
    margin-bottom: 30px;
  }

  .serice-research-banner .custom-servies-banner .custom-servies-banner-top p {
    font-size: 18px;
    line-height: 26px;
  }

  .cuetom-footer-research-content h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .container-fluid.custom-servies-research-section-2 .row-fluid .span4 {
    padding: 0 10px;
  }

  .custom-servies-research-section-2 .row-fluid .span6 {
    padding: 0 10px;
  }
}

@media(max-width:767px){
  .custom-servies-banner .website-banner .sumarry {
    padding-bottom: 40px;
  }

  .website-banner .row-bottom-banner-col:nth-child(4) .row-bottom-banner-col-in-content .content {
    font-size: 24px;
    line-height: 24px;
  }


  .website-banner .row-bottom-banner-col:nth-child(4) .row-bottom-banner-col-in-content .content {
    font-size: 22px;
    line-height: 24px;
  }

  .custom-servies-rich h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-servies-rich h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .custom-servies-rich h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hs-servies-wrapper .dnd-section>.row-fluid {
    padding: 0 30px;
  }

  .border-btn {
    font-size: 18px;
    line-height: 26px;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-servies-top-section .row-fluid .span9 .row-fluid-wrapper:last-of-type .page-gap:last-of-type {
    height: 30px !important;
  }

  .custom-servies-section_1 .row-fluid .span4 .span12 {
    display: block;
  }
  .custom-servies-section_3 .row-fluid .span6:first-child .page-gap {
    height: 30px !important;
  }

  .custom-servies-section_3 .row-fluid .span6:last-child .page-gap {
    height: 30px !important;
  }

  .custom-servies-section_1.custom-servies-rich p[style*="font-size: 16px"] {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-footer-7 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .custom-footer-5 {
    width: 100%;
  }

  .custom-servies-footer-v2 {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .custom-footer-contact a {
    font-size: 18px;
    line-height: 26px;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .custom-footer-5 .custom-footer-top-gap:first-of-type {
    height: 60px;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 22px;
    line-height: 24px;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a {
    line-height: 26px;
  }

  .custom-col-1 {
    width: 100%;
  }

  .custom-col-7 {
    width: 100%;
  }

  .custom-col-4 {
    width: 100%;
  }

  .serice-research-banner .span6 h2 {
    padding-top: 20px;
  }

  .serice-research-banner .span6 h2+p {
    margin-bottom: 10px;
  }

  .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h1, 
  .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-serice-research-section-1 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-serice-research-section-1 h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-serice-research-section-1 p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-servies-research-section-2 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    font-size: 32px;
    line-height: 48px;
  }

  .custom-servies-research-section-2 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
    width: 100%;
  }

  .custom-servies-research-section-2 .custom-content-with-bg-image-group {
    padding: 91px 0;
    background-position: center center;
    background-attachment: fixed;
  }

  .custom-servies-research-section-2 p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-servies-research-section-3 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-servies-research-section-4 .custom-servies-card .custom-servies-card-box {
    margin-bottom: 60px;
  }

  .custom-servies-research-section-4 p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-unifiee-section-1 .custom-project-overview-group .custom-number p {
    font-size: 80px;
    line-height: 110px;
  }
  .custom-unifiee-section-2 h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-unifiee-section-2 p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-unifiee-section-2 h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .custom-unifiee-section-2 h3 + div {
    height: 20px !important;
  }

  .custom-unifiee-section-3 p.p1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-unifiee-section-3 .custom-releated-project-group {
    padding-top: 50px;
  }

  .hs-layout-btn .footer-button {
    display: block;
  }

  .hs-unifiee-layout .footer-button{
    display:block;
  }

  .hs-layout-btn .footer_menu .hs-menu-wrapper>ul {
    padding-top: 193px;
  }

  .hs-layout-btn .footer-button a {
    width: 200px;
    margin-top: -34px;
  }

  .custom-moments-rich p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-moments-rich h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-moments-section-2 .custom-list-content-group .page-center {
    padding: 0 15px;
  }

  .custom-moments-section-2 .custom-project-overview-group .custom-project-overview-item {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }

  .custom-moments-section-2 .custom-project-overview-group .custom-project-overview-item:last-child {
    padding-bottom: 40px !important;
  }

  .custom-moments-section-4 p.p1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-moments-section-5 .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .custom-moments-section-5 .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }

  .hs-commerce-layout .custom-work-banner-group .custom-work-banner-content {
    width: 100%;
  }

  .custom-commerce-rich p {
    font-size: 24px;
    line-height: 32px;
  }


  .custom-commerce-section-2 h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .border-blue-btn {
    font-size: 18px;
    line-height: 26px;
  }

  .custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img {
    padding: 75px 15px !important;
  }

  .custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .page-center>div {
    width: 100%;
  }

  .custom-commerce-section-3 .custom-project-overview-group.custom-project-overview-group-background-img .custom-project-summary-top {
    margin-bottom: 81px;
  }

  .custom-commerce-section-4 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-commerce-section-4 p {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-commerce-section-4 p.p1 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-commerce-section-4 .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 145px;
  }

  .custom-commerce-section-4 .custom-releated-project-group .custom-releated-project-top {
    padding: 0 0 50px;
  }

  .cuetom-footer-research-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  footer.cuetom-footer-research>div {
    width: 100%;
  }

  .cuetom-footer-research-3 .cuetom-footer-research-space:last-child {
    height: 120px;
  }

  .cuetom-footer-research-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .cuetom-footer-research-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .cuetom-footer-research-3 .cuetom-footer-research-space:first-child {
    height: 30px;
  }

  .cuetom-footer-research-button a {
    font-size: 18px;
    line-height: 26px;
  }

  .custom-serice-research-section-1 h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .container-fluid.custom-servies-research-section-2 .row-fluid .span4,
  .container-fluid.custom-servies-research-section-2 .row-fluid .span6{
    padding: 0;
  }


  .container-fluid.custom-servies-research-section-2 .row-fluid .span4 {
    padding-bottom: .1px;
  }

  .custom-servies-research-section-3 h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-servies-research-section-3 p {
    font-size: 24px;
    line-height: 32px;
  }

  .popup-open {
    overflow: hidden;
  }

  .popup-open .custom-popup {
    overflow: auto;
  }

  .custom-servies-research-section-4 h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .custom-servies-research-section-4 .custom-list-content-group .custom-content-col p {
    line-height: 32px;
  }

  .custom-servies-research-section-4 .custom-list-content-group .custom-number p {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 12px;
  }

  .custom-servies-research-section-6 p[style*="font-size: 20px"] {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .container-fluid.custom-servies-research-section-2 .row-fluid .span6+.span6 .custom-servies-card.theme-blue:before {
    padding-top: 0px;
    content: "";
    display: table;
    width: 100%;
  }
}

@media(max-width:479px){


  .website-banner .row-bottom-banner-col:nth-child(4) .row-bottom-banner-col-in-content .content {
    font-size: 24px;
    line-height: 24px;
  }

  .custom-servies-rich h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .border-btn {
    min-width: 200px !important;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 24px;
    line-height: 24px;
  }

  .custom-servies-footer-menu .hs-menu-wrapper>ul>li>ul {
    padding: 0;
  }

  .custom-footer-7 {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .custom-footer-5 .custom-footer-top-gap:first-of-type {
    height: 40px;
  }

  .custom-servies-inner-rich pre {
    font-size: 18px;
    line-height: 20px;
  }

  .custom-servies-inner-section-2 .image-gallery-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .custom-servies-inner-rich .dnd-section {
    padding: 0 15px;
  }

  .serice-research-banner .span6 h2 {
    padding-top: 30px;
  }

  .custom-servies-research-section-6 .dnd-section>.row-fluid{
    padding: 0 15px;
  }

  .custom-servies-research-section-2 .dnd-section>.row-fluid, .custom-servies-research-section-3 .dnd-section>.row-fluid {
    padding: 0 15px;
  }
  .custom-serice-research-section-1 .dnd-section+.dnd-section>.row-fluid {
    padding: 0 15px;
  }

  .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h1, .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .custom-serice-research-section-1 h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .custom-unifiee-section-1 .custom-project-overview-group {
    padding-top: 80px !important;
  }

  .hs-moments-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hs-moments-layout .custom-top-pane-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-moments-layout .unifiee-top .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }

  .hs-moments-layout .custom-work-banner-group .custom-work-banner-wrap {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
  }

  .custom-moments-section-2 .image-gallery-section {
    padding: 0 15px;
  }

  .hs-commerce-layout .unifiee-top .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }

  .cuetom-footer-research-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .cuetom-footer-research-button a {
    min-width: 100%;
  }

  .cuetom-footer-research-3 .cuetom-footer-research-space:first-child {
    height: 50px;
  }
  .custom-servies-banner .custom-servies-banner-heading h1,
  .custom-servies-banner .custom-servies-banner-heading h2 {
    word-break: break-word;
  }
  .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h1, 
  .serice-research-banner .custom-servies-banner .custom-servies-banner-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-servies-research-section-4 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-ux-slider .page-center {
    width: 100% !important;
  }
  .cuetom-footer-research-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .cuetom-footer-research-button a {
    max-width: 200px !important;
  }

  .cuetom-footer-research-button {
    max-width: 200px;
    margin: 0 auto;
  }

  .cuetom-footer-research-space:first-child {
    height: 100px;
  }
}
/* mod */
/*======== Contact page  =======*/

.hs-contact-page .logo-gallery-section .logo-gallery-middle-column {
  padding-top: 30px;
}

.hs-contact-page .footer_menu .hs-menu-wrapper>ul {
  padding-top: 140px;
}
.hs-layout-en .hs-contact-page .contact-banner > div {
  min-height: 96vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  width: 100%;
}

.hs-layout-en .hs-contact-page .contact-banner .contact-banner-columns {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-layout-en .hs-contact-page .contact-banner.contact-en-banner .contact-banner-columns-row {
  width: 100%;
}
@media(max-width:767px){
  .hs-contact-page .logo-gallery-section .logo-gallery-middle-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hs-contact-page .footer_menu .hs-menu-wrapper>ul {
    padding-top: 134px;
  }
}

@media(max-width:479px){
  .hs-contact-page .footer_menu .hs-menu-wrapper>ul {
    padding-top: 142px;
  }
  .hs-layout-en .hs-contact-page .footer_menu .hs-menu-wrapper>ul {
    padding-top: 139px;
  }
}

/*========= End =========*/

/*========== About page ==========*/

.hs-about-page .body-container h6 {
  color: #9d9156;
  font-size: 18px;
  line-height: 20px;
  margin-bottom:20px;
}

.hs-about-page .body-container h1 {
  color: #000000;
  font-size: 40px;
  line-height: 48px;
  margin-bottom:40px;
}
.hs-about-page .dnd-section>.row-fluid {
  padding-right: 0;
  padding-left: 0;
}
.hs-about-page .row-fluid [class*="span"]{
  padding-right: 30px;
  padding-left: 30px;
}
.hs-about-page .span12.widget-span {
  padding-left: 0;
  padding-right: 0;
}
.hs-about-page .body-container h5 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
  width: 83.33333333%;
  padding-right: 10px;
  margin: 0;
}
.hs-about-page .body-container h2 {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.hs-about-page .body-container p {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.hs-about-page .body-container h3 {
  color: #9d9156;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.hs-about-page .body-container img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.hs-about-page .body-container img.hs-image-widget {
  margin-bottom: 5px;
}
.hs-about-page .custom-content-with-bg-image-group {
  min-height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.hs-about-page .body-container p.default {
  font-size: 22px;
  width: 75%;
  line-height: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.hs-about-page .body-container p.default:last-child {
  margin-bottom: 0;
}
.hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  padding: 30px;
  transition: all 700ms ease 0s;
  width: 100%;
}

.hs-about-page .custom-content-with-bg-image-group .page-center {
  max-width: 1220px;
  padding: 30px 45px;
  width:100%;
}

.hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  padding-top: 120px;
  padding-bottom: 120px;
}
.hs-about-page .body-container .about-sec3 h5 {
  width: 66.66666667%;
}

.hs-about-page .body-container .about-sec3 h2 {
  margin-bottom: 5px;
}
.hs-about-page {
  padding-bottom: 49px;
}

@media(max-width:1199px){
  .hs-about-page .body-container h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 991px){
  .hs-about-page .body-container h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hs-about-page .body-container h5 {
    font-size: 20px;
    line-height: 28px;
    padding-right: 40px;
  }

  .hs-about-page .body-container h2 {
    font-size: 30px;
    line-height: 38px;
  }  
}

@media (max-width: 767px){
  .hs-about-page .body-container h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-about-page .body-container h5 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    padding-right: 0;
  }

  .hs-about-page .body-container h1 {
    margin-bottom: 30px;
  }

  .hs-about-page .body-container h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hs-about-page .body-container p {
    font-size: 24px;
    line-height: 32px;
  } 
  .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }
  .about-sec2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-about-page .body-container p.default,
  .hs-about-page .body-container .about-sec3 h5{
    width: 100%;
    padding: 0;
  }
  .hs-about-page .about-sec3 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-about-page {
    padding-bottom: 60px;
  }
}

@media (max-width: 479px){
  .hs-about-page .body-container h6 {
    margin-bottom: 40px;
  }

  .hs-about-page .body-container h1 {
    margin-bottom: 20px;
  }  
  .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hs-about-page .custom-content-with-bg-image-group .page-center {
    padding: 30px;
  }

  .hs-about-page .body-container .about-sec3 h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

/*======== End =========*/

/*========= Voyage prive experience Page ======*/

.voyage-prive-experience-page .custom-top-pane-group {
  padding-top: 160px;
}

.voyage-prive-experience-page .custom-top-pane-group .custom-top-pane-image img {
  margin-bottom: 30px;
}

.voyage-prive-experience-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}

.voyage-prive-experience-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.voyage-prive-experience-page .custom-work-banner-group .custom-work-banner-overlay-pattern {
  opacity: 0.3;
  left: 0;
}

.voyage-prive-experience-page .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text p, 
.voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Source Sans Pro';
  color:#000;
}
.voyage-prive-experience-page h5{
  color:#000;
  margin-bottom: 10px;
  line-height: 24px;
}
.voyage-prive-experience-page .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text, 
.voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text {
  padding: 0 30px;
}
.voyage-prive-experience-page .custom-daniel-jouvance-row2 p {
  font-family: 'Source Sans Pro';
  font-size: 26px;
  line-height: 32px;
}
.voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-top-border {
  height: 0;
}

.voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-content {
  background-color: #ffffff;
  padding: 60px 30px;
  color: #000;
}

.voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-content * {
  color: inherit;
}
.voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-content-col p {
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  font-family: 'Source Sans Pro';
  padding-top: 10px;
}
.voyage-prive-experience-page .daniel-section3 .custom-work-banner-wrap {
  padding-top: 230px;
  padding-bottom: 230px;
}
.voyage-prive-experience-page .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.voyage-prive-experience-page .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}
.voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p{
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
}
.voyage-prive-experience-page .custom-daniel-jouvance-row3 img {
  vertical-align: middle;
}
.voyage-prive-experience-page .custom-image-wrapper{
  padding: 0 30px;
}
.voyage-prive-experience-page .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text{
  padding: 0 40px;
}
.voyage-prive-experience-page  .custom-daniel-jouvance-row2 .widget-type-linked_image {
  padding: 0 27px;
}


body .voyage-prive-experience-page .daniel-section4 .dnd-section>.row-fluid {
  padding: 0 30px;
}
.voyage-prive-experience-page .daniel-section4  img.hs-image-widget {
  vertical-align: middle;
}
@media(min-width:768px){
  .voyage-prive-experience-page .custom-top-pane-group .custom-top-pane-wrap {
    width: 83.33333333%;
  }
  .voyage-prive-experience-page  .custom-daniel-jouvance-row2 .widget-type-linked_image {
    width: 83.33333333%;
  }
  .voyage-prive-experience-page .custom-image-wrapper{
    width: 66.66666667%;
    margin: 0 auto;
  }
  .voyage-prive-experience-page .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text{
    width: 66.66666667%;
  }
  .voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-content {
    width: calc(66.66% - 30px);
  }
}
@media (max-width: 1240px){
  .voyage-prive-experience-page .custom-releated-project-group .custom-releated-project-content,
  .rhone-alpes-page .custom-releated-project-group .custom-releated-project-content{
    min-height: 130px; 
  }
}

@media(max-width:1199px){
  .voyage-prive-experience-page .custom-bottom-pane-group {
    padding: 70px 0 !important;
  }
}

@media(max-width:991px){
  .voyage-prive-experience-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media(max-width:767px){
  .voyage-prive-experience-page .custom-top-pane-group {
    padding-top: 111px;
    padding-bottom:71px;
  }

  .voyage-prive-experience-page .custom-work-banner-wrap {
    padding-top: 116px;
    padding-bottom: 116px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .voyage-prive-experience-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .voyage-prive-experience-page .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text {
    padding: 0 45px;
  }
  .voyage-prive-experience-page .custom-daniel-jouvance-row2 p {
    font-size: 24px;
  }

  .voyage-prive-experience-page .daniel-section3 .custom-work-banner-wrap {
    padding: 116px 15px;
  }

  .voyage-prive-experience-page .daniel-section3 .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 24px;
  }
  .voyage-prive-experience-page .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }

  .voyage-prive-experience-page .custom-project-overview-group .custom-content h4 {
    font-size: 24px;
  }

  .voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 24px;
    line-height: 32px;
  }

  .voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text {
    padding: 0 15px;
  }

  .voyage-prive-experience-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 143px;
  }

  .voyage-prive-experience-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  body .voyage-prive-experience-page .daniel-section4 .dnd-section>.row-fluid {
    padding: 0px 50px;
  }
  .voyage-prive-experience-page .custom-work-banner-group .custom-work-banner-wrap {
    min-height: unset;
  }
}


@media(max-width:479px){
  .voyage-prive-experience-page .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text, 
  .voyage-prive-experience-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text ,
  .voyage-prive-experience-page .custom-image-wrapper,
  .voyage-prive-experience-page .custom-daniel-jouvance-row2 .widget-type-linked_image{
    padding: 0 15px;
  }
  .voyage-prive-experience-page .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text {
    padding: 0 30px;
  }
  .voyage-prive-experience-page .daniel-section3 .custom-work-banner-wrap {
    padding: 76px 15px;
  }
  .voyage-prive-experience-page .custom-project-overview-group {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }

  .voyage-prive-experience-page .custom-project-overview-group .custom-content h4 {
    font-size: 20px;
  }
  .voyage-prive-experience-page .custom-releated-project-group {
    padding-top: 50px;
  }

  .voyage-prive-experience-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .voyage-prive-experience-page .custom-top-pane-group {
    padding-top: 161px;
    padding-bottom: 31px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .voyage-prive-experience-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }
  .voyage-prive-experience-page .daniel-section4 .widget-type-rich_text {
    margin: 0 -15px;
  }
  .voyage-prive-experience-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
/*======= End =========*/


/*======= Contact agence page ========*/

.contact-agence-lay .our-experience-section .our-experience-top {
  max-width: 100%;
}
.contact-agence-lay  .our-experience-section .our-experience-top-content {
  padding-right: 25px;
}
.contact-agence-lay .image-gallery-section {
  padding-top: 20px;
}
.contact-agence-lay .page-header.section-header h3 {
  font-family: 'Montserrat';
  line-height: 40px;
  margin-bottom: 10px;
}
.contact-agence-lay .resurch-center-section .resurch-center-bottom-col p {
  margin-bottom: 40px;
}
.contact-agence-lay .logo-gallery-section .logo-gallery-top-column-title {
  line-height: 40px;
}
@media(min-width:768px){
  .contact-agence-lay .our-experience-section .our-experience-top-in {
    width: 41.66666667%;
    margin-left: 25%;
  }
}

@media (max-width: 1199px){
  .contact-agence-lay .resurch-center-section .resurch-center-bottom-col h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px){
  .contact-agence-lay .resurch-center-section .resurch-center-bottom-col h3{
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px){
  .contact-agence-lay .our-experience-section .our-experience-top-content {
    padding: 0 45px;
  }
  .contact-agence-lay .our-experience-section .our-experience-bottom-col .content-wrap-in {
    padding-bottom: 0;
  }
  .contact-agence-lay .our-experience-section {
    padding-bottom: 50px;
  }
  .contact-agence-lay.design-thinking-page-lay .home-services-section .card-summary {
    padding-bottom: 20px;
  }
  .contact-agence-lay .page-header.section-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 49px;
  }
  .contact-agence-lay  .resurch-center-section {
    padding-top: 100px;
  }
  .contact-agence-lay .resurch-center-section .resurch-center-bottom-col h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-agence-lay .resurch-center-section .resurch-center-bottom-col:nth-child(2n) p:first-of-type {
    font-size: 20px;
    line-height: 28px;
  }
}

@media(max-width:479px){
  .contact-agence-lay .our-experience-section .our-experience-top-content {
    padding: 0 30px;
  } 
}

/*======== End ========*/


/*======= Rhone alpes page =====*/

.rhone-alpes-page .custom-top-pane-group .custom-top-pane-wrap {
  padding: 0;
}

.rhone-alpes-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 30px !important;
}
.rhone-alpes-page .custom-work-banner-group .custom-work-banner-image {
  background-size: cover !important;
}
.rhone-alpes-page img.hs-image-widget {
  vertical-align: middle;
}
.rhone-alpes-page .custom-bonobo-guerilla-row2 h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}
.rhone-alpes-page .custom-bonobo-guerilla-row2 h2 span {
  font-size: 80px;
  line-height: 110px;
  font-weight: normal;
}
.rhone-alpes-page .custom-bonobo-guerilla-row2 h5 {
  font-family: 'Source Sans Pro';
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
}
.rhone-alpes-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Source Sans Pro';
}

.rhone-alpes-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Montserrat';
  margin: 0;
}

.rhone-alpes-page .container-fluid.daniel-section3 .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.rhone-alpes-page .container-fluid.daniel-section3 .custom-work-banner-wrap {
  padding-top: 160px;
  padding-bottom: 160px;
}
.rhone-alpes-page .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.rhone-alpes-page .custom-bonobo-guerilla-row2 .widget-type-linked_image img {
  width: unset;
  margin: 0 auto;
}
.rhone-alpes-page.bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul {
  padding-bottom: 74px;
}
@media(min-width:768px){
  .rhone-alpes-page .custom-work-banner-group .custom-work-banner-content {
    width: 66.66666667% !important;
  }
}
@media(max-width:1199px){
  .rhone-alpes-page.bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul {
    padding-bottom: 70px;
  } 
  .rhone-alpes-page .custom-bottom-pane-group {
    padding: 70px 0 !important;
  }
}

@media(max-width:991px){
  .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  } 
}
@media(max-width:767px){

  .rhone-alpes-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 55px !important;
    line-height: 83px !important;
  } 
  .rhone-alpes-page .custom-bonobo-guerilla-row2 h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .rhone-alpes-page .custom-bonobo-guerilla-row2 .dnd-section>.row-fluid{
    display:block; 
  }
  .rhone-alpes-page .daniel-section3 .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .rhone-alpes-page  .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }
  .rhone-alpes-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 145px;
  }

  .rhone-alpes-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .rhone-alpes-page .custom-bonobo-guerilla-row1 .dnd-section>.row-fluid,
  .rhone-alpes-page .container-fluid.daniel-section2 .dnd-section>.row-fluid{
    padding: 0;
  }
  .rhone-alpes-page .custom-bonobo-guerilla-row2 .widget-type-linked_image {
    margin: 0 -15px;
    max-width: calc(100% +  30px);
    width: calc(100% +  30px);
  }
  .rhone-alpes-page.bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul {
    padding-bottom: 80px;
    padding-top: 195px;
  }

}

@media(max-width:479px){
  .rhone-alpes-page .custom-top-pane-group .custom-top-pane-title h1 {
    margin-bottom: 20px !important;
  }
  .rhone-alpes-page .container-fluid.daniel-section3 .dnd-section>.row-fluid {
    padding: 0;
  }

  .rhone-alpes-page .daniel-section3 .hs_cos_wrapper_type_linked_image {
    padding: 0 15px;
    display: inline-block;
  }
  .rhone-alpes-page .custom-project-overview-group .custom-project-overview-item {
    padding-bottom: 20px !important;
  }

  .rhone-alpes-page .custom-project-overview-group {
    padding-top: 30px;
    padding-bottom: 80px !important;
  }

  .rhone-alpes-page .container-fluid.daniel-section4 .dnd-section>.row-fluid{
    padding:0 15px
  }
  .rhone-alpes-page .daniel-section4  .widget-type-rich_text {
    padding-bottom: 10px;
  }
  .rhone-alpes-page.bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul {
    padding-bottom: 85px;
    padding-top: 202px;
  }
}

/*======= End ======*/


/*======== Royal canin experience page  ============*/

.royal-canin-experience-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}

.royal-canin-experience-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}

.royal-section1 p {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}

.royal-section1 {
  padding-left: 30px;
  padding-right: 30px;
}
.royal-canin-experience-page .custom-list-content-group .custom-content-col p {
  font-size: 20px;
  line-height: 28px;
}

.royal-canin-experience-page .custom-list-content-group .custom-number p {
  line-height: 72px;
  color: #dd3333;
}
.royal-canin-experience-page .custom-project-overview-group {
  padding-left: 30px;
  padding-right: 30px;
}

.royal-canin-experience-page img.hs-image-widget {
  vertical-align: middle;
}

.royal-canin-experience-page .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.royal-canin-experience-page .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}
.royal-section4 .dnd-section>.row-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.royal-section2 .widget-type-rich_text h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom:20px;
}
.royal-section2 .widget-type-rich_text p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}

.royal-section2 .dnd-section{
  padding-left:15px !important ;
  padding-right:15px !important ;
}
.royal-canin-experience-page .custom-list-content-group {
  padding: 0;
}
@media(min-width:768px){
  .royal-canin-experience-page .custom-list-content-group .custom-content-col {
    width: 58.33%;
  } 
}

@media (max-width: 1199px){
  .royal-section2 .widget-type-rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .royal-section2 .widget-type-rich_text p {
    font-size: 22px;
    line-height: 24px;
  }

  .royal-canin-experience-page .custom-list-content-group .custom-number p {
    line-height: 52px;
  }
  .royal-canin-experience-page .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

@media(max-width:991px){
  .royal-section2 .widget-type-rich_text h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media(max-width:767px){
  .royal-section1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .royal-section1 p {
    font-size: 24px;
    line-height: 32px;
  }

  .royal-section2 .widget-type-rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .royal-section2 .widget-type-rich_text p {
    font-size: 24px;
    line-height: 32px;
  }

  .royal-canin-experience-page .custom-list-content-group .custom-number p {
    font-size: 32px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .royal-canin-experience-page .custom-list-content-group .custom-content-col p {
    line-height: 32px;
  }
  .royal-canin-experience-page .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }

  .royal-canin-experience-page .custom-releated-project-group {
    padding-top: 50px;
  }

  .royal-canin-experience-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .royal-canin-experience-page .footer-button {
    display: block;
  }
}

@media(max-width:479px){
  .royal-canin-experience-page .custom-top-pane-group {
    padding: 131px 30px 31px;
  }

  .royal-canin-experience-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }

  .royal-canin-experience-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .royal-section2 .dnd-section{
    padding-left:0 !important ;
    padding-right:0 !important ;
  }
  .royal-canin-experience-page .custom-project-overview-group {
    padding-bottom: 40px !important;
  } 
  .royal-section4 .dnd-section>.row-fluid .widget-type-rich_text {
    padding: 0 8px;
  }

  .royal-section2 .widget-type-linked_image{
    padding:0 15px !important ;
  }
  .royal-canin-experience-page .custom-list-content-group {
    padding: 0 15px;
  }
}

@media(max-width:340px){

}

/*========  End ==========*/


/*======= About english ======*/

.hs-layout-en .hs-about-page .website-banner .sumarry {
  font-family: 'Roboto Slab';
  padding-bottom: 60px;
}

.hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content .content {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Source Sans Pro';
}

.hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content {
  padding: 0;
}

.hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col:first-child .row-bottom-banner-col-in {
  border: 0;
}
.hs-layout-en .hs-about-page .body-container h1 {
  font-size: 48px;
  line-height: 56px;
}
.hs-layout-en  .hs-about-page .body-container h2{
  font-size: 40px;
  line-height: 48px; 
}
.hs-layout-en .hs-about-page .body-container h5 {
  font-family: 'Source Sans Pro';
  width: 90%;
}
.hs-layout-en .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
  padding: 0;
  border: none;
}

.hs-layout-en .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  font-size: 48px;
  line-height: 56px;
  padding: 0;
}

.hs-layout-en .hs-about-page .custom-content-with-bg-image-group .page-center {
  padding: 0;
}
.hs-layout-en .hs-about-page .cm-mangement-wrapper .section-header p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 11px;
}

.hs-layout-en .hs-about-page .cm-mangement-wrapper .title p {
  font-weight: normal;
}

.hs-layout-en .hs-about-page .cm-mangement-wrapper .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.hs-layout-en .hs-about-page .cm-mangement-wrapper .uavc-list-desc p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: 300;
}

.hs-layout-en .hs-about-page .cm-mangement-wrapper .uavc-list-icon {
  display: none;
}

.hs-layout-en .hs-about-page .cm-mangement-wrapper.no-header {
  padding-top: 24px;
}
.hs-layout-en .hs-about-page .body-container .widget-type-rich_text p {
  color: #444444;
}
.hs-layout-en .hs-about-page .cm-mangement-wrapper .section-header p {
  color: #333;
}
@media (max-width: 1199px){
  .hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content .content {
    font-size: 28px;
    line-height: 36px;
  }

  .hs-layout-en .hs-about-page .body-container h5 {
    width: 100%;
  }

  .hs-layout-en .hs-about-page .body-container h2 {
    font-size: 32px;
    line-height: 40px;
  }

}
@media (max-width: 991px){
  .hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content .content {
    font-size: 20px;
    line-height: 24px;
  }
  .hs-layout-en .hs-about-page .body-container h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hs-layout-en .hs-about-page .body-container h5 {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }

  .hs-layout-en .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    font-size: 42px;
    line-height: 50px;
  }
  .hs-layout-en .hs-about-page .cm-mangement-wrapper .section-header p,
  .hs-layout-en .hs-about-page .cm-mangement-wrapper .sub-title{
    font-size: 14px;
    line-height: 22px;
  }

  .hs-layout-en .hs-about-page .body-container h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .hs-layout-en .hs-about-page .cm-mangement-wrapper .uavc-list-desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media(max-width:767px){
  .hs-layout-en .hs-about-page .website-banner .sumarry {
    padding-bottom: 40px;
  }

  .hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content .content {
    font-size: 22px;
    line-height: 24px;
  }

  .hs-layout-en .hs-about-page .body-container h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .hs-layout-en .hs-about-page .body-container h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .hs-layout-en .hs-about-page .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    font-size: 36px;
    line-height: 42px;
  }
  .hs-layout-en .hs-about-page .cm-mangement-wrapper.no-header {
    padding-top: 10px;
  }

  .hs-layout-en .hs-about-page .cm-mangement-wrapper .uavc-list-content {
    margin: 0;
  }
}

@media (max-width: 479px){
  .hs-layout-en .hs-about-page .website-banner .row-bottom-banner-col-in-content .content {
    font-size: 30px;
    line-height: 30px;
  }

  .hs-layout-en .hs-about-page .body-container h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .hs-layout-en .hs-about-page .body-container h2 {
    font-size: 24px;
    line-height: 30px;
  }  
}


/*======== English rhone alpes page ======*/
.hs-layout-en .rhone-alpes-page  .custom-work-banner-group .custom-work-banner-content-col p {
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 32px;
}

.hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row1 p {
  font-family: 'Roboto Slab' !important;
  font-size: 26px;
  line-height: 32px;
}


.hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row2 h2 span {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
  line-height: 30px !important;
}

.hs-layout-en .rhone-alpes-page .custom-project-overview-group .custom-title h5 {
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 30px;
}

.hs-layout-en .rhone-alpes-page .custom-project-overview-group .custom-project-overview-item:first-child .custom-title h5 {
  font-size: 24px;
}
.hs-layout-en .rhone-alpes-page .daniel-section4 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 1240px){
  .hs-layout-en .rhone-alpes-page .custom-releated-project-group .custom-releated-project-content,
  .hs-layout-en .orange-prototype-guerilla-page .custom-releated-project-group .custom-releated-project-content{
    height: 130px;
  }
}

@media(max-width:767px){
  .hs-layout-en .rhone-alpes-page .custom-work-banner-group .custom-work-banner-content-col p,
  .hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row1 p{
    font-size: 24px;
    line-height: 32px;
  }  
  .hs-layout-en .rhone-alpes-page .daniel-section4 .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width:479px){
  .hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row1 .row-fluid [class*="span"],
  .hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row2 .row-fluid [class*="span"]{
    padding: 0;
  }

  .hs-layout-en .rhone-alpes-page .custom-bonobo-guerilla-row2 .dnd_area2-row-0-padding {
    padding-bottom: 100px !important;
  }
  .hs-layout-en .rhone-alpes-page .daniel-section4 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rhone-alpes-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 40px !important;
    line-height: 68px !important;
  }
}

/*====== End ======*/


/*======== English orange prototype guerilla page ===========*/

.hs-layout-en .orange-prototype-guerilla-page .custom-top-pane-group .custom-top-pane-subtitle h1{
  font-family: 'Roboto Slab';
}

.hs-layout-en .orange-prototype-guerilla-page .custom-work-banner-group .custom-work-banner-content-col p{
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 32px;  
}

.hs-layout-en .orange-prototype-guerilla-page .custom-project-overview-group .custom-title h5 {
  font-family: 'Roboto Slab';
}
.hs-layout-en .orange-prototype-guerilla-page .page-header.section-header h2+p {
  color: #333333;
}

@media(max-width:767px){
  .hs-layout-en .orange-prototype-guerilla-page .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 24px;
    line-height: 32px;
  } 
}

@media(max-width:479px){
  .hs-layout-en  .orange-prototype-guerilla-page .banner-area {
    padding: 0 20px;
  } 

  .hs-layout-en .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .hs-layout-en .orange-prototype-guerilla-page-row-six .row-fluid [class*="span"] {
    padding: 0;
  }
}

/* Mod */

/* Project Layout */

.project-section1 .dnd-section {
  padding: 45px 0 90px;
}
.project-section2 .dnd-section {
  background: #f4efe7;
  padding: 100px 0 40px;
}
.project-section2 .dnd-section > .row-fluid {
  max-width: 900px;
}

/* Carrefour Audit Dispositif Page */

.cad-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0 0 10px;
}
.cad-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.cad-layout .custom-work-banner-group .custom-work-banner-wrap .page-center {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
}
.cad-hs-row1 .dnd-section {
  padding: 0;
}
.cad-hs-row1 .dnd-section > .row-fluid {
  padding: 0;
}
.cad-hs-row1 .custom-project-overview-group {
  padding-left: 15px;
  padding-right: 15px;
}
.cad-hs-row1 .custom-project-overview-group .custom-project-overview-top {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}
.cad-hs-row1 .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}
.cad-hs-row2 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 120px;
  padding-bottom: 150px;
}
.cad-hs-row2 .dnd-section > .row-fluid {
  max-width: 100%;
}
.cad-hs-row2 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.cad-hs-row3 .dnd-section {
  padding: 0;
}
.cad-hs-row3 .dnd-section > .row-fluid {
  padding: 0;
}
.cad-hs-row3 .custom-content-with-bg-image-group {
  background-color: #6699ff;
}
.cad-hs-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
  width: 66.66666667%;
}
.cad-hs-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  font-size: 48px;
  line-height: 56px;
}
.cad-hs-row4 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 120px;
  padding-bottom: 0;
}
.cad-hs-row4 .dnd-section > .row-fluid {
  max-width: 100%;
  width: 100%;
}
.cad-hs-row4 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
}
.cad-hs-row4 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.cad-hs-row5 .dnd-section h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cad-hs-row5 .dnd-section {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.cad-hs-row5 .dnd-section > .row-fluid {
  max-width: 100%;
}
.cad-hs-row5 .dnd-section p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.cad-hs-row5 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.cad-hs-row6 .dnd-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 120px;
}
.cad-hs-row6 .dnd-section p {
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
.cad-hs-row6 .dnd-section > .row-fluid {
  max-width: 100%;
}
.cad-hs-row6 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.cad-hs-row7 .dnd-section {
  padding: 0;
}
.cad-hs-row8 .dnd-section {
  padding: 0;
}

/* Carrefour Omnicanal */

.carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0 0 5px;
}
.carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 21px;
}
.carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-content {
  padding-bottom: 3px;
}
.carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 5px;
}
.carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-content-col p {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
}
.carrefour-omnicanal-row1 .dnd-section {
  padding-top: 170px;
  padding-bottom: 261px;
}
.custom-daniel-jouvance-row1.carrefour-omnicanal-row1 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 5px;
}
.carrefour-omnicanal-row1 .custom-list-content-group .custom-content-col p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 50px;
  font-family: 'Montserrat';
}
.carrefour-omnicanal-row1 .custom-list-content-group .custom-number p {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #e91007;
  line-height: 72px;
}
.carrefour-omnicanal-row2 .dnd-section {
  padding-top: 150px;
  padding-bottom: 60px;
}
.carrefour-omnicanal-row2 .dnd-section .hs_cos_wrapper_type_rich_text {
  text-align: center;
  width: 100%;
}
.carrefour-omnicanal-row2 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 5px;
}
.carrefour-omnicanal-row2 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #333333;
}
.carrefour-omnicanal-row3 .dnd-section {
  padding: 0;
}
.carrefour-omnicanal-row3 .dnd-section .widget-type-cell {
  padding: 0;
}
.carrefour-omnicanal-row3 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.carrefour-omnicanal-row4 .dnd-section {
  padding: 90px 0 0;
  background-color: #f2f2f2;
}
.carrefour-omnicanal-row4 .dnd-section > .row-fluid {
  max-width: 100%;
}
.carrefour-omnicanal-row4 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.carrefour-omnicanal-row4 .dnd-section h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
  color: #000000;
}
.carrefour-omnicanal-row4 .dnd-section p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.carrefour-omnicanal-row4 .custom-project-overview-group .four-column .custom-number p {
  font-size: 80px;
  line-height: 110px;
}
.carrefour-omnicanal-row4 .custom-project-overview-group .four-column .custom-title h5 {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
  margin: 5px 0 0;
}
.carrefour-omnicanal-row4 .custom-project-overview-group .custom-project-overview-wrap {
  padding-bottom: 20px;
}
.carrefour-omnicanal-row5 {
  padding-top: 100px;
}
.carrefour-omnicanal-row5 .dnd-section {
  padding: 0 15px;
}
.carrefour-omnicanal-row5 .dnd-section h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.carrefour-omnicanal-row5 .dnd-section p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
.carrefour-omnicanal-row5 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.carrefour-omnicanal-row6 .dnd-section {
  padding-top: 150px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
.carrefour-omnicanal-row6 .dnd-section h3 {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0 0 5px;
}
.carrefour-omnicanal-row6 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.carrefour-omnicanal-row7 .dnd-section {
  padding: 0 15px 100px;
}
.carrefour-omnicanal-row7 .dnd-section > .row-fluid {
  padding: 0;
}
.carrefour-omnicanal-row7 .dnd-section h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
.carrefour-omnicanal-row7 .dnd-section p {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.carrefour-omnicanal-row8 .dnd-section {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
.carrefour-omnicanal-row8 .dnd-section p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.carrefour-omnicanal-row9 .dnd-section {
  padding: 0;
}
.carrefour-omnicanal-row8 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.carrefour-omnicanal-row10 .dnd-section {
  padding: 0;
}

/* Casino Audit Parcours */

.casino-ap-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}
.casino-ap-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.casino-ap-row1 .dnd-section {
  padding: 0;
}
.casino-ap-row1 .custom-project-overview-group {
  padding-left: 15px;
  padding-right: 15px;
}
.casino-ap-row1 .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}
.casino-ap-row2 .dnd-section {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
.casino-ap-row2 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.casino-ap-row3 .dnd-section {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.casino-ap-row3 .dnd-section .widget-type-cell {
  padding-left: 30px;
  padding-right: 30px;
}
.casino-ap-row3 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.casino-ap-row3 .dnd-section h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.casino-ap-row3 .dnd-section p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.casino-ap-row4 .dnd-section {
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}
.casino-ap-row4 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 10px;
}
.casino-ap-row4 .dnd-section p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.casino-ap-row5 .dnd-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 120px;
}
.casino-ap-row5 .dnd-section p {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.casino-ap-row6 .dnd-section {
  padding: 0;
}
.casino-ap-row7 .dnd-section {
  padding: 0;
}





@-webkit-keyframes MultiColorVC {
  0% {
    background-color: #e14949
  }

  25% {
    background-color: #3de02c
  }

  50% {
    background-color: #2c8de0
  }

  100% {
    background-color: #e02cbc
  }
}

@-moz-keyframes MultiColorVC {
  0% {
    background-color: #e14949
  }

  25% {
    background-color: #3de02c
  }

  50% {
    background-color: #2c8de0
  }

  100% {
    background-color: #e02cbc
  }
}

@keyframes MultiColorVC {
  0% {
    background-color: #e14949
  }

  25% {
    background-color: #3de02c
  }

  50% {
    background-color: #2c8de0
  }

  100% {
    background-color: #e02cbc
  }
}
.casino-e-commerce-layout .custom-top-pane-group .page-center {
  padding: 0;
}
.casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 5px;
}
.casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 21px;
}
.casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-content {
  margin-bottom: 3px;
}
.casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-image {
  background-size: auto;
}
.casino-ecommerce-row1 .dnd-section {
  padding-top: 160px;
  padding-bottom: 40px;
}
.casino-ecommerce-row1 .dnd-section h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 10px;
}
.casino-ecommerce-row1 .dnd-section p {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.casino-ecommerce-row2 .dnd-section {
  padding-top: 90px;
}
.casino-ecommerce-row3 .dnd-section {
  padding-bottom: 0;
}
.casino-ecommerce-row3 .custom-content-with-bg-image-group {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.casino-ecommerce-row3 .custom-content-with-bg-image-group .page-center {
  padding: 0;
}
.casino-ecommerce-row3 .custom-content-with-bg-image-group .upb_bg_overlay_pattern {
  background-size: auto;
  opacity: 0.2;
}
.casino-ecommerce-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
  width: 66.66666667%;
}
.casino-ecommerce-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
}
.casino-ecommerce-row4 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.casino-ecommerce-row4 .dnd-section > .row-fluid {
  width: 66.66666667%;
}
.casino-ecommerce-row4 .dnd-section p {
  margin: 0;
}
.casino-ecommerce-row4 .dnd-section small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  margin-top: 0px;
  display: inherit;
}
.casino-ecommerce-row5 .dnd-section {
  padding-top: 140px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.casino-ecommerce-row5 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
}
.casino-ecommerce-row5 .dnd-section h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.casino-ecommerce-row6 .dnd-section {
  padding-top: 0;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.casino-ecommerce-row6 .dnd-section > .row-fluid {
  padding: 0;
}
.casino-ecommerce-row6 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.casino-ecommerce-row6 .dnd-section h5 {
  margin-bottom: 10px;
}
.casino-ecommerce-row6 .dnd-section p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.casino-ecommerce-row7 .dnd-section {
  padding: 0;
}
.casino-ecommerce-row8 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 160px;
}
.casino-ecommerce-row8 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.casino-ecommerce-row8 .dnd-section h5 {
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.casino-ecommerce-row8 .dnd-section h2 {
  line-height: 48px;
  margin: 0;
}
.casino-ecommerce-row9 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:128px;
}
.casino-ecommerce-row9 .dnd-section > .row-fluid {
  width: 66.66666667%;
  max-width: 100%;
}

.casino-ecommerce-row10 .dnd-section {
  padding: 0;
}
.casino-ecommerce-row11 .dnd-section {
  padding: 0;
}

/* Cegid E Commerce */


.cegid-e-commerce-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}
.cegid-e-commerce-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.cegid-e-commerce-layout .custom-work-banner-wrap .custom-work-banner-content {
  width: 83.33333333%;
}
.cegid-e-commerce-layout .custom-work-banner-group .page-center {
  max-width: 980px;
}
.cegid-ecommerce-row1 .dnd-section,
.TEMP_Projets_UX .dnd-section{
  padding-top: 120px;
}
.cegid-ecommerce-row1 .dnd-section>.row-fluid,
.TEMP_Projets_UX .dnd-section>.row-fluid{
  max-width: 1220px;
  padding-left: 30px;
  padding-right: 45px;
}
.cegid-ecommerce-row1 .dnd-section p {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.cegid-ecommerce-row2 .dnd-section,
.TEMP_Projets_UX2 .dnd-section {
  padding-top: 10px;
  padding-bottom: 140px;
}
.cegid-ecommerce-row2 .dnd-section img.hs-image-widget,
.TEMP_Projets_UX2 .dnd-section img.hs-image-widget{
  vertical-align: top;
}
.cegid-ecommerce-row2 .dnd-section .widget-type-cell,
.TEMP_Projets_UX2 .dnd-section .widget-type-cell{
  padding-left: 30px;
  padding-right: 30px;
}
.cegid-ecommerce-row3 .dnd-section {
  padding: 0;
}
.cegid-ecommerce-row3 .parallex-content-section>.upb_row_bg {
  background-position: center center;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-in {
  padding: 0;
  display: block;
  min-height: 100%;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card {
  padding-top: 175px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 175px;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-in {
  max-width: 980px;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-wrapper {
  width: 100%;
  padding: 0 15px;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-in-content {
  padding: 100px 40px;
  background-color: rgb(51, 51, 204);
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-title .content {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 20px;
}
.cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-summary .content {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  padding-bottom: 0;
}
.cegid-ecommerce-row4 .dnd-section {
  padding-top: 120px;
  padding-bottom: 0;
}
.cegid-ecommerce-row4 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
}
.cegid-ecommerce-row5 .dnd-section {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 141px;
}
.cegid-ecommerce-row5 .dnd-section > .row-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}
.cegid-ecommerce-row5 .custom-list-content-group .custom-number p {
  line-height: 72px;
  color: #3333cc;
}
.cegid-ecommerce-row5 .custom-list-content-group .custom-content-col p {
  font-size: 20px;
  line-height: 28px;
}
.cegid-ecommerce-row6 .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
.cegid-ecommerce-row6 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.cegid-ecommerce-row7 .dnd-section {
  padding: 0;
}
.cegid-ecommerce-row7 .custom-project-overview-group {
  padding-left: 8px;
  padding-right: 8px;
}
.cegid-ecommerce-row7 .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}
.cegid-ecommerce-row7 .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}
.cegid-ecommerce-row8{
  padding: 120px 0 60px;
}
.cegid-ecommerce-row8 .dnd-section{
  padding: 0 15px;
}
.cegid-ecommerce-row8 .dnd-section > .row-fluid {
  max-width: 100%;
}
.cegid-ecommerce-row8 .dnd-section h5 {
  margin-bottom: 10px;
  line-height: 24px;
  color: #000;
}
.cegid-ecommerce-row8 .dnd-section p {
  margin: 0;
}
.cegid-ecommerce-row8 .dnd-section img.hs-image-widget {
  vertical-align: top;
}
.cegid-ecommerce-section8-row2 .dnd-section,
.cegid-ecommerce-section8-row3 .dnd-section{
  padding-top: 60px;
}
.cegid-ecommerce-row9 .dnd-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 120px;
}
.cegid-ecommerce-row9 .dnd-section > .row-fluid {
  max-width: 100%;
}

.cegid-ecommerce-row9 .dnd-section img.hs-image-widget {
  vertical-align: top;
}





/* English Language */

/* Project Layout */

.hs-layout-en .project-section1 .dnd-section {
  padding: 5px 0 30px;
}
.hs-layout-en .hs-advanced-tabber-group .custom-title {
  padding: 0;
}
.hs-layout-en .hs-advanced-tabber-group .custom-title h2 {
  font-size: 40px;
  line-height: 50px;
}
.hs-layout-en .project-section2 .dnd-section {
  padding-bottom: 10px;
}

/* Casino E Commerce */

.hs-layout-en .casino-e-commerce-layout .custom-top-pane-group {
  padding-top: 140px;
}
.hs-layout-en .casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}
.hs-layout-en .casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 22px;
}
.hs-layout-en .casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-content {
  margin-bottom: 2px;
}
.hs-layout-en .daniel-jouvance-page.casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-content-col p{
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}
.hs-layout-en .casino-ecommerce-row1 .dnd-section p {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-en .casino-ecommerce-row2 .dnd-section {
  padding-top: 80px;
}
.hs-layout-en .casino-ecommerce-row5 .dnd-section h3 {
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-en .content-with-animated-background .custom-content-col p {
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-en .casino-ecommerce-row8 .dnd-section {
  padding-bottom: 97px;
}
.hs-layout-en .casino-ecommerce-row9 .dnd-section {
  padding-bottom: 118px;
}
.hs-layout-en .casino-ecommerce-row9 .dnd-section h5 {
  margin-bottom: 0;
}
.hs-layout-en .casino-ecommerce-row9 .dnd-section p {
  margin-top: 18px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  font-family: 'Roboto Slab';
  margin-bottom: 22px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-content {
  font-family: 'Roboto Slab';
  padding-bottom: 2px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-image {
  background-size: inherit;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-title h2 {
  margin: 0;
}
.hs-layout-en .custom-daniel-jouvance-row1.carrefour-omnicanal-row1 .hs_cos_wrapper_type_rich_text h3 {
  margin: 0;
}
.hs-layout-en .carrefour-omnicanal-layout .carrefour-omnicanal-row7 .dnd-section h3 {
  margin: 0;
}




@media (max-width: 1500px){
  .cegid-ecommerce-row1 .dnd-section>.row-fluid,
  .TEMP_Projets_UX .dnd-section>.row-fluid {
    padding-left: 8.5333vw;
    padding-right: 8.5333vw;
  }
}
@media (max-width: 1400px){
  .cegid-ecommerce-row1 .dnd-section>.row-fluid,
  .TEMP_Projets_UX .dnd-section>.row-fluid{
    padding-left: 5.6375vw;
    padding-right: 5.6375vw;
  }
}
@media (max-width: 1300px){
  .cegid-ecommerce-row1 .dnd-section>.row-fluid,
  .TEMP_Projets_UX .dnd-section>.row-fluid{
    padding-left: 2.15386vw;
    padding-right: 2.15386vw;
  }
}
@media (max-width: 1244px){
  .cegid-ecommerce-row1 .dnd-section>.row-fluid,
  .TEMP_Projets_UX .dnd-section>.row-fluid{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px){
  .project-section1 .dnd-section {
    padding: 45px 0 70px;
  }
  .cad-hs-row7 .custom-releated-project-group {
    padding-right: 0;
  }
  .cad-hs-row3 .custom-content-with-bg-image-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carrefour-omnicanal-row1 .custom-list-content-group {
    padding: 0;
  }
  .carrefour-omnicanal-row1 .custom-list-content-group .custom-number p {
    font-size: 32px;
    line-height: 32px;
    margin-top: 10px;
  }
  .carrefour-omnicanal-row4 .custom-project-overview-group .custom-project-overview-wrap {
    align-items: center;
  }
  .casino-ap-row7 .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .cegid-ecommerce-row5 .custom-list-content-group .custom-number p {
    line-height: 52px;
  }
  .hs-layout-en .casino-ecommerce-row3 .custom-content-with-bg-image-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-layout-en .casino-ecommerce-row9 .dnd-section h5 {
    line-height: 20px;
  }
  .hs-layout-en .casino-ecommerce-row9 .dnd-section p {
    margin-top: 11px;
  }
  .hs-layout-en .casino-ecommerce-row9 .dnd-section {
    padding-bottom: 148px;
  }
  .hs-layout-en .casino-ecommerce-row11 .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }






}
@media (max-width: 991px){
  .project-section2 .dnd-section > .row-fluid {
    max-width: 100%;
  }
  .casino-ecommerce-row9 .dnd-section p {
    margin: 10px 0;
  }

  .hs-layout-en .hs-advanced-tabber-group .custom-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-layout-en .hs-advanced-tabber-group .hs-tabber-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-layout-en .casino-ecommerce-row9 .dnd-section {
    padding-bottom: 208px;
    padding-top: 77px;
  }
  .project-page + div .footer_menu .hs-menu-wrapper>ul {
    width: 83.33333333%;
    max-width: 100%;
    padding-top: 156px;
  }




}
@media (max-width: 767px){
  .project-page+div .footer_menu .hs-menu-wrapper>ul {
    width: 100%;
    padding-top: 166px;
  }
  .project-section1 .dnd-section {
    padding: 30px 0 40px;
  }
  .project-section2 .dnd-section {
    padding: 50px 0 40px;
  }
  .cad-hs-row1 .custom-project-overview-group .custom-project-overview-top {
    font-size: 24px;
    line-height: 32px;
  }
  .cad-hs-row1 .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }
  .cad-hs-row2 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .cad-hs-row2 .dnd-section {
    padding-bottom: 75px;
  }
  .cad-hs-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
    width: 100%;
    padding: 0;
  }
  .cad-hs-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    font-size: 32px;
    line-height: 40px;
  }
  .cad-hs-row4 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .cad-hs-row4 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .cad-hs-row5 .dnd-section h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .cad-hs-row5 .dnd-section {
    padding-bottom: 100px;
  }
  .cad-hs-row6 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .cad-hs-row6 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .cad-hs-row7 .custom-releated-project-group {
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .cad-hs-row8 {
    display: none;
  }
  .cad-hs-row7 .custom-releated-project-group {
    padding-right: 5px;
    padding-top: 50px;
    padding-bottom: 145px;
    padding-left: 5px;
  }
  .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 22px;
  }
  .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 1px;
  }
  .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 32px;
    line-height: 48px;
  }
  .carrefour-omnicanal-row1 .dnd-section {
    padding-top: 85px;
  }
  .custom-daniel-jouvance-row1.carrefour-omnicanal-row1 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 6px;
  }
  .custom-daniel-jouvance-row1.carrefour-omnicanal-row1 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 5px;
    margin-top: 1px;
  }
  .carrefour-omnicanal-row1 .custom-list-content-group .custom-number p {
    font-size: 32px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .carrefour-omnicanal-row1 .custom-list-content-group .custom-number {
    width: 100%;
  }
  .carrefour-omnicanal-row1 .dnd-section {
    padding-top: 85px;
    padding-bottom: 110px;
  }
  .carrefour-omnicanal-row2 .dnd-section {
    padding-top: 75px;
  }
  .carrefour-omnicanal-row2 .dnd-section h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .carrefour-omnicanal-row2 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .carrefour-omnicanal-row4 .custom-project-overview-group .four-column .custom-title h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-wrap {
    padding: 0;
  }
  .carrefour-omnicanal-row2 .dnd-section .hs_cos_wrapper_type_rich_text {
    padding: 0;
  }
  .carrefour-omnicanal-row6 .dnd-section {
    padding-top: 75px;
  }
  .carrefour-omnicanal-row6 .dnd-section h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .carrefour-omnicanal-row6 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .carrefour-omnicanal-row7 .dnd-section {
    padding-bottom: 60px;
  }
  .carrefour-omnicanal-row8 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .carrefour-omnicanal-row9 .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 144px;
  }
  .carrefour-omnicanal-row9 .custom-releated-project-group .custom-releated-project-top {
    padding: 0 0 50px;
  }
  .carrefour-omnicanal-row10 {
    display: none;
  }
  .casino-ap-layout .custom-top-pane-group .custom-top-pane-content p {
    margin-bottom: 1px;
  }
  .casino-ap-layout .custom-work-banner-group .page-center {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .casino-ap-layout .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }
  .casino-ap-row2 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ap-row4 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .casino-ap-row4 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ap-row5 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ap-row6 .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 144px;
  }
  .casino-ap-row6 .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .casino-ap-row7 {
    display: none;
  }
  .casino-e-commerce-layout .custom-top-pane-group {
    padding-top: 130px;
  }
  .casino-e-commerce-layout .custom-top-pane-group .custom-top-pane-title h1 {
    margin-bottom: 6px;
  }
  .casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-title h2 {
    margin: 1px 0 11px;
  }
  .casino-ecommerce-row1 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .casino-ecommerce-row1 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ecommerce-row1 .dnd-section {
    padding-bottom: 20px;
  }
  .casino-ecommerce-row2 .dnd-section {
    padding-top: 80px;
  }
  .casino-ecommerce-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ecommerce-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content {
    width: 100%;
  }
  .casino-ecommerce-row3 .custom-content-with-bg-image-group {
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
  }
  .casino-ecommerce-row4 .dnd-section>.row-fluid {
    width: 100%;
  }
  .casino-ecommerce-row5 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .casino-ecommerce-row5 .dnd-section h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .casino-ecommerce-row6 .dnd-section {
    padding-bottom: 80px;
  }
  .casino-ecommerce-row8 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .casino-ecommerce-row9 .dnd-section>.row-fluid {
    width: 1220px;
    max-width: 100%;
  }
  .casino-ecommerce-row10 .custom-releated-project-group {
    padding-top: 51px;
    padding-bottom: 145px;
  }
  .casino-ecommerce-row10 .custom-releated-project-group .custom-releated-project-top {
    padding: 0 0 50px;
  }

  .casino-ecommerce-row11 {
    display: none;
  }
  .cegid-e-commerce-layout .custom-work-banner-wrap .custom-work-banner-content {
    width: 100%;
    margin: 0 auto;
  }
  .cegid-ecommerce-row1 .dnd-section,
  .TEMP_Projets_UX .dnd-section{
    padding-top: 75px;
  }
  .cegid-ecommerce-row1 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .cegid-ecommerce-row2 .dnd-section,
  .TEMP_Projets_UX2 .dnd-section {
    padding-bottom: 100px;
  }
  .cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card {
    padding-top: 75px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 75px;
  }
  .cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-title .content {
    font-size: 32px;
    line-height: 40px;
  }
  .cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-summary .content {
    font-size: 24px;
    line-height: 32px;
  }
  .cegid-ecommerce-row4 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .cegid-ecommerce-row5 .dnd-section {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .cegid-ecommerce-row5 .custom-list-content-group .custom-number p {
    line-height: 60px;
  }
  .cegid-ecommerce-row5 .custom-list-content-group .custom-content-col p {
    line-height: 32px;
  }
  .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }
  .cegid-ecommerce-row7 .custom-project-overview-group {
    padding-bottom: 80px !important;
  }
  .cegid-ecommerce-row8 {
    padding: 80px 0 30px;
  }
  .cegid-ecommerce-row8 .dnd-section h5 {
    margin-bottom: 8px;
  }
  .cegid-ecommerce-row11 {
    display: none;
  }
  .cegid-ecommerce-row10 .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 140px;
  }
  .cegid-ecommerce-row10 .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .cegid-ecommerce-section8-row2 .dnd-section,
  .cegid-ecommerce-section8-row3 .dnd-section{
    padding-top: 30px;
  }
  .cegid-ecommerce-section8-row2.left-image-content .dnd-section .dnd-row > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .carrefour-omnicanal-layout .footer-button,
  .cegid-e-commerce-layout .footer-button {
    padding-bottom: 55px;
  }

  .hs-layout-en .hs-advanced-tabber-group .custom-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .hs-layout-en .hs-advanced-tabber-group .hs-tabber-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-layout-en .casino-e-commerce-layout .custom-top-pane-group {
    padding-top: 141px;
  }
  .hs-layout-en .daniel-jouvance-page.casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .daniel-jouvance-page.casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-wrap {
    padding-top: 75px;
    padding-bottom: 96px;
  }
  .hs-layout-en .casino-ecommerce-row1 .dnd-section p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .casino-ecommerce-row2 .dnd-section {
    padding-top: 70px;
  }
  .hs-layout-en .casino-ecommerce-row5 .dnd-section h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .content-with-animated-background .custom-content-col p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .casino-ecommerce-row9 .dnd-section {
    padding-bottom: 85px;
    padding-top: 78px;
  }








}
@media (max-width: 479px){
  .project-page+div .footer_menu .hs-menu-wrapper>ul {
    padding-top: 175px;
  }
  .project-section1 .dnd-section {
    padding: 100px 0 120px;
  }
  .cad-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }
  .cad-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .cad-hs-row4 .dnd-section {
    padding-top: 80px;
  }
  .cad-hs-row6 .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cad-hs-row4 .dnd-section h2 {
    font-size: 25px;
  }
  .carrefour-omnicanal-layout .custom-top-pane-group {
    padding-top: 81px;
    padding-bottom: 70px;
  }
  .carrefour-omnicanal-row4 .dnd-section .widget-type-cell,
  .carrefour-omnicanal-row5 .dnd-section .widget-type-cell,
  .carrefour-omnicanal-row7 .dnd-section .widget-type-cell,
  .carrefour-omnicanal-row8 .dnd-section .widget-type-cell{
    padding-left: 0;
    padding-right: 0;
  }
  .casino-ap-layout .custom-top-pane-group .custom-top-pane-wrap {
    padding: 0 15px;
  }
  .casino-ap-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }
  .casino-ap-layout .custom-top-pane-group .custom-top-pane-content p {
    margin-bottom: 0;
  }
  .casino-ap-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .casino-ap-row3 .dnd-section .widget-type-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .casino-ap-row4 .dnd-section {
    padding-top: 80px;
  }
  .casino-ap-row5 .dnd-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .casino-e-commerce-layout .custom-top-pane-group .page-center,
  .casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-wrap{
    padding-left: 15px;
    padding-right: 15px;
  }
  .casino-e-commerce-layout .custom-top-pane-group {
    padding-bottom: 70px;
  }
  .casino-e-commerce-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 2px 0 11px;
  }
  .casino-ecommerce-row4 .dnd-section,
  .casino-ecommerce-row5 .dnd-section,
  .casino-ecommerce-row6 .dnd-section,
  .casino-ecommerce-row8 .dnd-section,
  .casino-ecommerce-row9 .dnd-section{
    padding-left: 0;
    padding-right: 0;
  }
  .cegid-e-commerce-layout .custom-top-pane-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cegid-e-commerce-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }
  .cegid-e-commerce-layout .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .cegid-ecommerce-row2 .dnd-section .widget-type-cell,
  .TEMP_Projets_UX2 .dnd-section .widget-type-cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-title .content {
    font-size: 26px;
    line-height: 34px;
  }
  .cegid-ecommerce-row3 .parallex-content-section .parallex-content-col-template-card-summary .content {
    padding: 0;
  }
  .cegid-ecommerce-row4 .dnd-section {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .cegid-ecommerce-row6 .dnd-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .cegid-ecommerce-row8 .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .cegid-ecommerce-row9 .dnd-section {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }

  .hs-layout-en .hs-advanced-tabber-group .custom-title {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-layout-en .hs-advanced-tabber-group .hs-tabber-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-layout-en .casino-ecommerce-row9 .dnd-section {
    padding-bottom: 148px;
  }
}

@media (max-width: 400px){
  .casino-ap-row4 .dnd-section h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

/* Land */
/* ======== Daniel Jouvance =========== */

.custom-daniel-jouvance-row1 .dnd-section>.row-fluid,
.custom-daniel-jouvance-row3 .dnd-section>.row-fluid,
.custom-daniel-jouvance-row2 .dnd-section>.row-fluid{
  max-width: 100%;
}
.custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text,
.custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text{
  width: 66.66%;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #000000;
  font-family: 'Montserrat';
  margin: 0;
}
.custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text p,
.custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p{
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #333333;
}
.custom-daniel-jouvance-row1 .hs_cos_wrapper_type_linked_image img,
.custom-daniel-jouvance-row2 .hs_cos_wrapper_type_linked_image img{
  display: block;
}

.custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.custom-daniel-jouvance-row2 p {
  font-size: 32px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.custom-daniel-jouvance-row2 .widget-type-linked_image {
  display: block;
  width: 66.66%;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
.custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #000000;
  font-family: 'Montserrat';
  margin: 0;
}
/*.bonobo-guerilla-page .footer-button,
.daniel-jouvance-page .footer-button{
  display: none;
}*/
/* =========== Bonobo =========== */

.bonobo-guerilla-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0;
}
.bonobo-guerilla-page .custom-work-banner-group .custom-work-banner-image {
  background-size: initial;
  background-repeat: repeat;
}
.bonobo-guerilla-page .custom-work-banner-group .custom-work-banner-content {
  width: 100%;
}
.custom-bonobo-guerilla-row1 .dnd-section>.row-fluid,
.custom-bonobo-guerilla-row2 .dnd-section>.row-fluid,
.custom-bonobo-guerilla-row3 .dnd-section>.row-fluid,
.custom-bonobo-guerilla-row4 .dnd-section>.row-fluid{
  max-width: 100%;
}
.custom-bonobo-guerilla-row1 h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}
.custom-bonobo-guerilla-row1 p {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #333333;
}
.custom-bonobo-guerilla-row2 .widget-type-linked_image {
  width: 100%;
}
.custom-bonobo-guerilla-row2 .widget-type-linked_image img,
.custom-bonobo-guerilla-row4 .widget-type-linked_image img{
  width: 100%;
  display: block;
}
.custom-bonobo-guerilla-row2 h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
}
.custom-bonobo-guerilla-row2 p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.custom-bonobo-guerilla-row2 .row-fluid .span6 {
  padding: 0;
}
.custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 300;
}
.custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
}
.custom-bonobo-guerilla-row3 .dnd-section {
  background-position: initial !important;
  background-size: auto !important;
}

.custom-bonobo-guerilla-row4 .row-fluid .span6 {
  padding: 0;
}

.custom-bonobo-guerilla-row4 .dnd-section>.row-fluid {
  padding: 0 !important;
}
.custom-utilisateurs-a-telecharger-row1 .row-fluid .span6 {
  border-left: 4px solid #f2f2f2;
  padding-left: 30px;
}
.custom-utilisateurs-a-telecharger-row1 .dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.custom-utilisateurs-a-telecharger-row1 h3 {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
}
.custom-utilisateurs-a-telecharger-row1 p {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 26px;
}
.container-fluid.daniel-section2 .dnd-section>.row-fluid {
  max-width: 100%;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-column-topic {
  font-size: 48px;
  line-height: 48px;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-column-title {
  font-size: 40px;
  line-height: 48px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #444444;
  padding: 0 0 20px;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-column-descript {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 30px;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top {
  max-width: 100%;
  padding: 0;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-in {
  width: 66.66%;
}
.container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-middle-column {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fluid.daniel-section3 .dnd-section>.row-fluid,
.container-fluid.daniel-section4 .dnd-section>.row-fluid,
.container-fluid.daniel-section5 .dnd-section>.row-fluid{
  padding-left: 45px;
  padding-right: 45px;
}
.custom-utilisateurs-a-telecharger-row3 h2 {
  margin: 0 0 40px;
}
.custom-utilisateurs-a-telecharger-row3 p,
.custom-utilisateurs-a-telecharger-row4 p,
.custom-utilisateurs-a-telecharger-row5 p{
  margin: 0;
}
.custom-utilisateurs-a-telecharger-row4 h2 {
  margin: 20px 0 20px;
}
.custom-utilisateurs-a-telecharger-row4 h5 {
  margin: 60px 0;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
}
.custom-utilisateurs-a-telecharger-row4 img,
.custom-utilisateurs-a-telecharger-row5 img {
  display: block;
}
.container-fluid.daniel-section5 h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px;
}
.container-fluid.daniel-section5 h1 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
}
.container-fluid.daniel-section5 h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #444444;
  margin: 0 0 20px;
}

/* ============= User Test ============ */

.utilisateur-ux-page .dnd-section>.row-fluid {
  padding: 0 30px;
}
.utilisateur-ux-page .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}
.utilisateur-ux-page .utilisateur-banner .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.custom-utilisateur-ux-row1 .hs_cos_wrapper_type_rich_text h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #000000;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 80px;
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text p img {
  display: block;
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 80px 0 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
}
.custom-utilisateur-ux-row1 .row-fluid .span4 {
  padding: 60px;
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h6 {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.custom-utilisateur-ux-row1 a.cta_button {
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat;
  font-weight: normal;
  width: 200px;
  padding: 18px 0px;
  border-radius: 0px;
  border-width: 2px;
  border-color: rgb(51, 51, 204);
  border-style: solid;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 204);
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.custom-utilisateur-ux-row1 a.cta_button:hover {
  color: rgb(102, 153, 255);
  border-color: rgb(102, 153, 255);
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h2 {
  margin: 0 0 40px;
}
.utilisateur-ux-page .dnd-section  .hs_cos_wrapper_type_rich_text img,
.utilisateur-ux-page .dnd-section  .hs_cos_wrapper_type_linked_image img{
  display: block;
}
.custom-utilisateur-ux-row8 .custom-version-group {
  padding: 0;
  max-width: 980px;
  margin: 0 auto;
  background-color: #000;
}
.custom-utilisateur-ux-row8 .custom-version-group .custom-top-content {
  padding: 0;
}
.custom-utilisateur-ux-row8 .custom-version-group .custom-image {
  border: 0;
}
.custom-utilisateur-ux-row8 .custom-version-group .custom-version-col {
  animation: none !important;
  padding-bottom: 0;
}
.custom-utilisateur-ux-row9 .custom-newsletter-wrap {
  margin-right: -60px;
  margin-left: 60px;
}
.custom-utilisateur-ux-row11 hr {
  margin: 0;
  border-top: 4px solid #9d934d;
  border-bottom: 0;
  height: 0;
}
.utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0px 0 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
}
.utilisateur-ux-page .custom-utilisateur-ux-row12 .dnd-section>.row-fluid {
  padding: 0 15px;
}

.utilisateur-ux-page .home-projects .home-projects-top {
  padding-top: 100px;
  padding-bottom: 30px;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.utilisateur-ux-page .home-projects .home-projects-card-link .content {
  padding: 0;
}
.utilisateur-ux-page .home-projects .home-projects-bottom-row {
  max-width: 1220px;
}
.utilisateur-ux-page .home-projects {
  padding-bottom: 130px;
}
.utilisateur-ux-page .home-projects-top-col1 {
  width: 41.66666667%;
  padding: 0 30px;
}
.utilisateur-ux-page .home-projects-top-col2 {
  width: 33.33333333%;
  padding: 0 30px;
  margin-left: 25%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.utilisateur-ux-page .home-projects .home-projects-top-title .content {
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  padding-bottom: 10px;
}
.utilisateur-ux-page .home-projects .home-projects-top-summary .content {
  padding: 0 0 0px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
.utilisateur-ux-page .home-projects .home-projects-top .content p {
  margin-bottom: 10px;
}
.utilisateur-ux-page .home-projects .home-projects-top-button-in {
  width: 100%;
  padding: 0 0 20px;
  text-align: right;
  margin: 0;
}
.utilisateur-ux-page .home-projects .project-butn {
  width: 260px;
  text-align: center;
  padding: 20px 0;
}
.utilisateur-ux-page .home-projects .home-projects-top-social .content {
  padding-bottom: 50px;
  line-height: 26px;
}
.utilisateur-ux-page .home-projects {
  background-color: #f9f4ee;
}
.utilisateur-ux-page .home-projects .home-projects-top-social .content p {
  margin: 0;
}
.utilisateur-ux-page .home-projects .home-projects-card-summary.home-projects-card-summary-padding .content {
  padding-bottom: 20px;
}
/* ========== Test Learn Method ========== */

.custom-test-learn-method-row4 {
  background-color: #000;
}
.custom-test-learn-method-row4 * {
  color: #fff;
}
.custom-test-learn-method-row4 .dnd-section {
  padding: 200px 15px 100px;
}
.custom-test-learn-method-row4 .dnd-section h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 20px;
}
.custom-test-learn-method-row4 .dnd-section p {
  margin: 0 0 20px;
}
.custom-test-learn-method-row2 {
  background-color: #240485;
  padding: 200px 15px 200px;
}
.custom-test-learn-method-row2 .dnd-section  {
  padding: 0;
}
.custom-test-learn-method-row2 * {
  color: #fff;
}
.custom-test-learn-method-row2 h5 {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #9d934d;
  margin: 0 0 20px;
}
.custom-test-learn-method-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-test-learn-method-row2 h2 {
  font-size: 80px;
  line-height: 100px;
  margin: 0 0 40px;
}
.custom-test-learn-method-row2 h4 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #9d934d;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  width: 63%;
}


.custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-image {
  background-size: 100%;
}
.custom-test-learn-method-row1 .custom-two-col-content-pallaz-col.right-col {
  padding-top: 340px;
}
.custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-col p {
  margin-top: 10px;
}
.custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-col {
  padding-bottom: 40px;
}
.daniel-jouvance-page .footer_menu .hs-menu-wrapper>ul,
.bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul{
  padding: 140px 0 74px;
}

/* =========== English =========== */

.hs-layout-en .custom-top-pane-group .custom-top-pane-content {
  font-family: 'Roboto Slab';
}
.hs-layout-en .daniel-jouvance-page .custom-work-banner-group .custom-work-banner-content-col p {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Roboto Slab';
}
.hs-layout-en .daniel-jouvance-page .custom-list-content-group .page-center {
  max-width: 100%;
  padding: 0;
}
.hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-spacer-first {
  width: 25%;
}
.hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-spacer-last {
  width: 25%;
}
.hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-number {
  display: none;
}
.hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-content-col {
  width: 50%;
}
.hs-layout-en .work-footer .custom-list-content-group .custom-content-col p {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 60px;
}
.hs-layout-en .custom-project-overview-group .custom-number p {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.hs-layout-en .work-footer .custom-project-overview-group .custom-title h5 {
  font-family: 'Roboto Slab';
  font-weight: 700;
}
.hs-layout-en .custom-project-overview-group .four-column .custom-title h5 {
  font-family: 'Montserrat';
  font-weight: 700;
}
.hs-layout-en .bonobo-guerilla-page .custom-top-pane-group .custom-top-pane-subtitle h1,
.hs-layout-en .bonobo-guerilla-page .custom-bonobo-guerilla-row1 p{
  font-family: 'Source Sans Pro';
}
.hs-layout-en .bonobo-guerilla-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
}
.hs-layout-en .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-subtitle h1 {
  font-family: 'Roboto Slab';
}
.hs-layout-en .carrefour-omnicanal-layout .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-content-col p {
  font-size: 48px;
  line-height: 56px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-title h2 {
  margin: 0;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col h1 {
  color: #e91007;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col p {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Source Sans Pro';
  margin-bottom: 60px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col {
  width: 66.66%;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-spacer-first,
.hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-spacer-last{
  width: 16.66%;
}
.hs-layout-en .carrefour-omnicanal-row2 .dnd-section h2,
.hs-layout-en .carrefour-omnicanal-row6 .dnd-section h3{
  margin: 0;
}
.hs-layout-en .carrefour-omnicanal-row7 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.hs-layout-en .carrefour-omnicanal-row7 .dnd-section p {
  font-size: 24px;
  line-height: 30px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .custom-project-overview-top {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .custom-project-summary-top {
  width: 50%;
  padding-bottom: 60px;
  font-size: 24px;
  line-height: 32px;
}
.hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .four-column .custom-title h5 {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Roboto Slab';
}
.hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .four-column .custom-number p {
  font-size: 80px;
  line-height: 110px;
}
.hs-layout-en .hs-site-page  .full-website-page .website-banner .row-bottom-banner-col-in-content .content {
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
.hs-layout-en  .full-website-page .logo-gallery-section.logo-gallery-section-widget_1622010555221 {
  padding-bottom: 78px;
  padding-top: 35px;
}
.hs-layout-en .hs-site-page  .full-website-page .website-banner .sumarry {
  font-family: 'Roboto Slab';
}
.hs-layout-en .hs-site-page  .full-website-page .website-banner .sumarry {
  padding-bottom: 62px;
}
.hs-layout-en .hs-site-page  .full-website-page .website-banner .row-bottom-banner-col-in-content {
  padding: 0;
}
.hs-layout-en .hs-site-page  .full-website-page .website-banner .website-banner-columns-row.row-bottom-banner {
  padding-right: 15px;
  padding-bottom: 2px;
}
.hs-layout-en  .full-website-page .logo-gallery-section .logo-gallery-middle-column {
  padding-left: 0;
  padding-right: 0;
}
.hs-layout-en  .full-website-page .logo-gallery-section .logo-gallery-middle-gallery-item a {
  pointer-events: none;
}
@media (max-width: 1199px) {
  .custom-utilisateurs-a-telecharger-row1 p {
    font-size: 16px;
    line-height: 22px;
  }
  .custom-utilisateurs-a-telecharger-row1 .dnd-section>.row-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  .custom-utilisateurs-a-telecharger-row4 h5 {
    margin: 50px 0;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-utilisateur-ux-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 40px;
    line-height: 48px;;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-image-wrap {
    padding: 120px 15px 80px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-col {
    padding-top: 300px !important;
  }
  .custom-test-learn-method-row2 h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-test-learn-method-row2 h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .custom-test-learn-method-row2 {
    background-color: #240485;
    padding: 200px 15px 100px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-col h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .hs-layout-en .custom-content-with-bg-image-group {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .custom-utilisateurs-a-telecharger-row1 h3 {
    line-height: 28px;
  }
  .container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-column-topic,
  .container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-column-title,
  .custom-utilisateurs-a-telecharger-row3 h2,
  .custom-utilisateurs-a-telecharger-row4 h2,
  .container-fluid.daniel-section5 h1,
  .container-fluid.daniel-section5 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h4 {
    font-size: 30px;
    line-height: 38px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-utilisateur-ux-row1 .hs_cos_wrapper_type_rich_text h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text p {
    line-height: 28px;
  }
  .custom-utilisateur-ux-row1 a.cta_button {
    width: auto;
    padding: 18px 15px;
  }
  .custom-test-learn-method-row2 h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .custom-test-learn-method-row2 {
    background-color: #240485;
    padding: 0px 15px 100px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-image-wrap {
    padding: 120px 15px 240px;
  }
  .utilisateur-ux-page .home-projects .project-butn {
    width: auto;
    text-align: center;
    padding: 20px 14px;
  }
}
@media (max-width: 767px) {
  .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row2 .widget-type-linked_image{
    width: 100%;
  }
  .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text p, 
  .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-daniel-jouvance-row2 p {
    font-size: 24px;
  }
  .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .bonobo-guerilla-page .footer-button,
  .work-footer .footer-button {
    display: block;
  }
  .daniel-jouvance-page .footer-button {
    display: block;
  }
  .daniel-jouvance-page .footer-button a {
    width: 200px;
    margin-top: -37px;
  }
  .work-footer .footer-button a,
  .bonobo-guerilla-page .footer-button a{
    width: 200px;
    margin-top: -37px;
  }
  .work-footer .footer_menu .hs-menu-wrapper>ul,
  .bonobo-guerilla-page .footer_menu .hs-menu-wrapper>ul{
    padding: 134px 0 80px;
  }
  .bonobo-guerilla-page .custom-work-banner-group .custom-work-banner-title h2 {
    line-height: 48px;
    font-size: 32px;
  }
  .custom-bonobo-guerilla-row1 h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .custom-bonobo-guerilla-row1 p {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-bonobo-guerilla-row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-bonobo-guerilla-row2 .row-fluid .span6 {
    order: 3;
  }
  .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text h2 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
  }
  
  .container-fluid.daniel-section2 .logo-gallery-section .logo-gallery-top-in {
    width: 100%;
  }
  .custom-utilisateurs-a-telecharger-row4 h2 {
    margin: 40px 0 20px;
  }
  .custom-utilisateurs-a-telecharger-row4 h5 {
    margin: 30px 0;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .utilisateur-ux-page .custom-utilisateur-ux-row1 .row-fluid .span1 {
    order: 3;
    display: block;
  }
  .utilisateur-ux-page .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .utilisateur-ux-page .row-fluid .span4 {
    order: 1;
    width: 100%;
  }
  .utilisateur-ux-page .row-fluid .span1 {
    width: 100%;
  }
  .utilisateur-ux-page .row-fluid .span7 {
    order: 2;
    width: 100%;
  }
  .custom-utilisateur-ux-row1 .row-fluid .span4 {
    padding: 0 0 80px;
  }
  .custom-utilisateur-ux-row1 .dnd-section .hs_cos_wrapper_type_rich_text h6:first-of-type,
  .custom-utilisateur-ux-row1 .dnd-section .hs_cos_wrapper_type_rich_text h6:last-of-type {
    font-size: 20px;
    line-height: 28px;
  }
  .custom-utilisateur-ux-row1 a.cta_button {
    width: 200px;
  }
  .custom-utilisateur-ux-row9 .custom-newsletter-wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .utilisateur-ux-page .home-projects-top-col1 {
    width: 100%;
    padding: 0 15px;
  }
  .utilisateur-ux-page .home-projects-top-col2 {
    width: 100%;
    padding: 40px 30px 0;
    margin-left: 0;
  }
  .utilisateur-ux-page .home-projects .home-projects-top-title .content {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .home-projects .home-projects-top-summary .content {
    font-size: 22px;
    line-height: 28px;
  }
  .utilisateur-ux-page .home-projects .home-projects-top-button-in {
    padding: 0 0 40px;
  }
  .custom-utilisateur-ux-row1 a.cta_button {
    font-size: 18px;
    line-height: 26px;
  }
  .utilisateur-ux-page .dnd-section>.row-fluid > div {
    width: 100%;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-col h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-col {
    padding-top: 112px !important;
    padding-bottom: 90px !important;
  }
  .custom-test-learn-method-row2 h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-image-wrap {
    padding: 0 15px 40px;
  }
  .custom-test-learn-method-row2 h4 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
  .custom-test-learn-method-row2 {
    padding: 0px 15px 40px;
  }
  .custom-test-learn-method-row4 .dnd-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .custom-test-learn-method-row2 h2 {
    margin: 0 0 42px;
  }
  .hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-spacer-first {
    width: 100%;
  }
  .hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-spacer-last {
    width: 100%;
  }
  .hs-layout-en .daniel-jouvance-page .custom-list-content-group .custom-content-col {
    width: 100%;
  }
  .hs-layout-en .daniel-jouvance-page .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col {
    width: 100%;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-spacer-first,
  .hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-spacer-last{
    width: 100%;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-content-col p {
    font-size: 32px;
    line-height: 48px;
  }
  .hs-layout-en .custom-daniel-jouvance-row1.carrefour-omnicanal-row1 .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 0;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col h1 {
    font-size: 100px;
    line-height: 110px;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-list-content-group .custom-content-col p {
    line-height: 32px;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .custom-project-summary-top {
    width: 100%;
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .four-column .custom-title h5 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto Slab';
  }
  .hs-layout-en .carrefour-omnicanal-layout .custom-project-overview-group .four-column .custom-number p {
    line-height: 110px;
  }
  .hs-layout-en .hs-site-page .full-website-page .website-banner .sumarry {
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row2 .hs_cos_wrapper_type_rich_text,
  .custom-daniel-jouvance-row2 .widget-type-linked_image{
    padding: 0;
  }
  .container-fluid.daniel-section3 .dnd-section>.row-fluid, 
  .container-fluid.daniel-section4 .dnd-section>.row-fluid, 
  .container-fluid.daniel-section5 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .utilisateur-ux-page .row-fluid [class*="span"] {
    padding-left: 0;
    padding-right: 0;
  }
  .utilisateur-ux-page .dnd-section .hs_cos_wrapper_type_rich_text h3 {
    margin: 60px 0 20px;
  }
  .utilisateur-ux-page .home-projects .project-butn {
    width: 200px;
    text-align: center;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-col {
    padding-top: 92px !important;
    padding-bottom: 110px !important;
  }
  .custom-test-learn-method-row2 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .custom-test-learn-method-row1 .custom-two-col-content-pallaz-group .custom-two-col-content-pallaz-image-wrap {
    padding: 0 15px 0px;
    margin-bottom: -10px;
  }
  .hs-layout-en .daniel-jouvance-page .custom-list-content-group {
    padding: 0;
  }
}
/* land */

img{
  max-width:100%;
}

/* home page */
.home-page-lay .home-projects .home-projects-bottom-row{
  max-width: 1220px;
}

@media (max-width:1199px){
  .home-page-lay .logo-gallery-section .logo-gallery-top-column-descript {
    font-size: 20px;
    line-height: 28px;
  }
  .home-page-lay .parallex-content-section .parallex-content-col-template-card {
    padding-left: 0;
    padding-right: 0;
  }
  .home-page-lay .home-services-section .card-link{
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width:991px){
  .home-page-lay .parallex-content-section .parallex-content-col-template-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-page-lay .home-services-section .card-link{
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width:767px){
  .home-page-lay .logo-gallery-section .logo-gallery-top-column-descript {
    font-size: 24px;
    line-height: 32px;
  }
  .home-page-lay .home-services-section .card-link {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 479px){
  .home-page-lay .parallex-content-section .parallex-content-col-template-card {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Service Footer */
.service-footer {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #240485;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-footer-col {
  min-height: 1px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-footer-col.col-left {
  width: 41.66666667%;
}

.service-footer-col.col-right {
  width: 58.33333333%;
}

.service-footer-col-in {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.service-footer-col.col-right .service-footer-col-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-footer-col-content .hs-menu-wrapper > ul:before, .service-footer-col-content .hs-menu-wrapper > ul:after {
  content: " ";
  display: table;
}

.service-footer-col-content .hs-menu-wrapper > ul:after {
  clear: both;
}

.service-footer-col-content .hs-menu-wrapper > ul > li {
  float: left;
  width: 25%;
  padding: 10px 25px;
  padding-right: 15px;
}

.service-footer-col.col-left .service-footer-col-in {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.service-footer-col-in a.cta_button {
  border: none;
  font-size: inherit;
  outline: medium none;
  font-weight: inherit;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  color: inherit;
  max-width: 100%;
  padding: 20px 0px;
  width: 240px;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px;
  border-style: solid;
  background: #ffffff;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #3333cc;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.service-footer-col-in a.cta_button:hover {
  color: #fff;
  background: #000;
}

.service-footer-col-content .hs-menu-wrapper > ul > li a {
  font-size: 18px;
  line-height: 25px;
  color: #6699ff;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: normal;
  position: relative;
  top: -1px;
}

.service-footer-col-content .hs-menu-wrapper > ul > li.active > a {
  color: #ffffff;
  pointer-events: none;
  cursor: text;
}


@media (max-width:1199px){
  .service-footer-col-content .hs-menu-wrapper > ul > li a {
    font-size: 16px;
    line-height: 20px;
    top: -2px;
  }
}


@media (max-width: 767px){
  .service-footer-col-content .hs-menu-wrapper>ul>li a {
    font-size: 16px;
    line-height: 20px;
    top: -2px;
  }

  .service-footer {
    flex-direction: column-reverse;
  }

  .service-footer-col {
    width: 100% !important;
  }

  .service-footer-col-in a.cta_button {
    font-size: 18px;
    line-height: 26px;
  }

  .service-footer-col-content .hs-menu-wrapper>ul>li {
    padding-right: 25px;
    float: none;
    width: 100%;
  }

  .service-footer-col.col-left .service-footer-col-in {
    padding-top: 30px;
  }

  .service-footer-col.col-right .service-footer-col-content {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .service-footer-col-content .hs-menu-wrapper>ul>li a {
    font-size: 22px;
    line-height: 24px;
    position: static;
  }

  .service-footer-col-content .hs-menu-wrapper>ul>li:nth-child(3) > a {
    line-height: 26px;
  }
}
@media (max-width: 479px){
  .service-footer-col-content .hs-menu-wrapper>ul>li {
    padding: 10px;
  }

  .service-footer-col-content .hs-menu-wrapper>ul>li a {
    font-size: 24px;
    line-height: 24px;
  }

  .service-footer-col.col-right .service-footer-col-content {
    padding-bottom: 10px;
    padding-top: 120px;
  }
}



.hs-cta-wrapper a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: middle;
}


/* Design Thinking page */
.design-thinking-page-lay .custom-content-with-bg-image-group {
  height: 540px;
}
.design-thinking-page-lay .logo-gallery-section {
  padding-top: 130px;
  padding-bottom: 90px;
}

.design-thinking-page-lay .logo-gallery-section .logo-gallery-top-column-topic {
  color: #3333cc;
  padding-bottom: 10px;
}

.design-thinking-page-lay .logo-gallery-section .logo-gallery-top-in {
  width: 66.66666667%;
}

.design-thinking-page-lay .logo-gallery-section .logo-gallery-top-column-title {
  font-family: 'Montserrat';
  font-weight: normal;
  padding-bottom: 30px;
}

.design-thinking-page-lay .logo-gallery-section .logo-gallery-middle-column {
  padding-top: 30px;
}
.design-thinking-page-lay .design-thinking-page-row-two .dnd-section {
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.design-thinking-page-lay .design-thinking-page-row-two .dnd-section > .row-fluid {
  max-width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.design-thinking-page-lay .page-header.section-header h2 {
  font-size: 32px;
  line-height: 42px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}

.design-thinking-page-lay .page-header.section-header p {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 45px;
}
.hs-button{
  max-width:100%;
}
.design-thinking-page-lay a.hs-button {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat;
  font-weight: normal;
  width: 260px;
  padding: 20px 0px;
  max-width: 100%;
}
ul.slick-dots {
  font-size: 16px;
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  line-height:inherit;
}


.design-thinking-page-lay .home-services-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.design-thinking-page-lay .home-services-section .card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.design-thinking-page-lay .home-services-section .card-summary {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}
.design-thinking-page-lay .home-projects {
  background: transparent;
  /*padding-bottom: 100px;*/
}

.design-thinking-page-lay .home-projects .home-projects-top {
  padding-top: 100px;
  width: 66.66666667%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.design-thinking-page-lay .home-projects .home-projects-top-title .content {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}

.design-thinking-page-lay .home-projects .home-projects-top-summary .content {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

.design-thinking-page-lay .home-projects .home-projects-card-title .content {
  font-size: 18px;
  line-height: 20px;
}



body.menu-open {
  overflow: hidden;
}
@media (max-width:1199px){
  ul.slick-dots {
    font-size: 14px;
    line-height: 20px;
  }
  .design-thinking-page-lay .home-projects .home-projects-top-title .content, 
  .design-thinking-page-lay .home-projects .home-projects-card-title .content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .design-thinking-page-lay-en .resurch-center-section .resurch-center-bottom-col h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
  ul.slick-dots {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width:991px){
  .design-thinking-page-lay .home-services-section .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width:767px){
  .design-thinking-page-lay .custom-content-with-bg-image-group {
    height: 300px;
  }
  .design-thinking-page-lay .logo-gallery-section {
    padding-top: 61px;
    padding-bottom: 19px;
  }

  .design-thinking-page-lay .logo-gallery-section .logo-gallery-top-in {
    width: 100%;
  }

  .design-thinking-page-lay .logo-gallery-section .logo-gallery-top-column-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  ul.slick-dots {
    font-size: 12px;
    line-height: normal;
  }
  .design-thinking-page-lay .design-thinking-page-row-two .dnd-section>.row-fluid {
    max-width: 100%;
  }

  .design-thinking-page-lay .page-header.section-header h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .design-thinking-page-lay .page-header.section-header p {
    margin-bottom: 30px;
  }

  .design-thinking-page-lay a.hs-button {
    font-size: 18px;
    line-height: 26px;
  }

  .design-thinking-page-lay .design-thinking-page-row-two .dnd-section {
    padding-bottom: 101px;
  }
  .design-thinking-page-lay .home-services-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .design-thinking-page-lay .home-services-section .card-title {
    font-size: 24px;
    line-height: 32px;
  }

  .design-thinking-page-lay .home-services-section .card-summary {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 80px;
  }
  .design-thinking-page-lay .home-projects .home-projects-top-title .content, 
  .design-thinking-page-lay .home-projects .home-projects-card-title .content {
    font-size: 14px;
  }

  /*.design-thinking-page-lay .home-projects .home-projects-top {
    padding-top: 101px;
    padding-bottom: 40px;
  }
  .design-thinking-page-lay .home-projects {
    padding-bottom: 50px;
  }*/
  .design-thinking-page-lay .our-experience-section .our-experience-top-content .content {
    padding-bottom: 62px;
  }
  .design-thinking-page-lay .home-projects .home-projects-top {
    width: 100%;
  }
}
@media (max-width:479px){
  .design-thinking-page-lay .design-thinking-page-row-two .dnd-section {
    padding-top: 22px;
    padding-bottom: 51px;
  }
  .design-thinking-page-lay .home-services-section {
    padding-top: 90px;
  }

  .design-thinking-page-lay .home-projects .home-projects-top {
    width: 100%;
    padding-bottom: 10px;
  }
  .design-thinking-page-lay .home-projects {
    padding-bottom: 0;
  }
  .design-thinking-page-lay .logo-gallery-section {
    padding-top: 81px;
  }
}

.refonte-borne-ux-instore-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0 0 10px;
}

.refonte-borne-ux-instore-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.refonte-borne-ux-instore-page .refonte-borne-ux-instore-row-two p:last-child {
  margin: 0;
}

.refonte-borne-ux-instore-row-two .page-header.section-header h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.refonte-borne-ux-instore-page .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
}

.refonte-borne-ux-instore-row-two .page-header.section-header p {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #de006f !important;
}

.refonte-borne-ux-instore-row-two .page-header.section-header p * {
  color: inherit !important;
}
.refonte-borne-ux-instore-row-three .page-header.section-header {
  padding-top: 10px;
}

.refonte-borne-ux-instore-row-three .page-header.section-header h6 {
  font-size: 24px;
  line-height: 32px;
  font-family: inherit;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.refonte-borne-ux-instore-row-three .page-header.section-header p {
  margin: 0;
}
.refonte-borne-ux-instore-row-three .widget-type-rich_text h6 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.refonte-borne-ux-instore-row-three .widget-type-rich_text h6:last-of-type {
  margin-bottom: 40px;
}

.refonte-borne-ux-instore-row-three .widget-type-rich_text p {
  margin: 0 0 40px;
}

.refonte-borne-ux-instore-row-three .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}

.refonte-borne-ux-instore-row-four .widget-type-rich_text p {
  margin: 0;
}

.refonte-borne-ux-instore-row-four .widget-type-rich_text h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 700;
  margin-bottom: 5px;
}
.refonte-borne-ux-instore-row-four .widget-type-header h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 0;
}

.refonte-borne-ux-instore-row-four a.hs-button {
  font-family: 'Montserrat';
  font-weight: normal;
  border: none;
  background: #de006f;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 30px;
}

.refonte-borne-ux-instore-row-four a.hs-button:hover {
  background: #ffffff;
  color: #9ec902;
}
.refonte-borne-ux-instore-row-five .widget-type-text {
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
}


@media (max-width:1199px){
  .refonte-borne-ux-instore-page .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .refonte-borne-ux-instore-page .custom-releated-project-group {
    padding-right: 0;
  }
}
@media (max-width:767px){
  .refonte-borne-ux-instore-page .custom-top-pane-group {
    padding-bottom:71px;
  }
  .refonte-borne-ux-instore-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .refonte-borne-ux-instore-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
  .refonte-borne-ux-instore-page .custom-work-banner-wrap {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .refonte-borne-ux-instore-row-two .page-header.section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .refonte-borne-ux-instore-row-two .page-header.section-header p {
    font-size: 24px;
    line-height: 32px;
  }
  .refonte-borne-ux-instore-row-three .widget-type-rich_text h6:last-of-type, 
  .refonte-borne-ux-instore-row-three .widget-type-rich_text p {
    margin-bottom: 20px;
  }
  .refonte-borne-ux-instore-row-four .widget-type-header h2,
  .refonte-borne-ux-instore-row-five .widget-type-text{
    font-size: 24px;
    line-height: 32px;
  }

  .refonte-borne-ux-instore-page .custom-bottom-pane-group {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .refonte-borne-ux-instore-page .custom-bottom-pane-content a {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0px;
    width: 200px;
    border-width: 2px;
    border-color: #3333cc;
    border-style: solid;
    background: #3333cc;
    font-family: Montserrat;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }

  .refonte-borne-ux-instore-page .custom-bottom-pane-content a:hover {
    color: #6699ff;
    border-color: #ffffff;
    background: #ffffff;
  }
}
@media (min-width:480px){
  .refonte-borne-ux-instore-row-three .dnd-section .widget-type-linked_image {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:479px){
  .refonte-borne-ux-instore-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }

  .refonte-borne-ux-instore-page .custom-top-pane-group {
    padding-bottom: 31px;
  }

  .refonte-borne-ux-instore-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }



  .refonte-borne-ux-instore-row-four .dnd-column {
    padding-left: 0;
    padding-right: 0;
  }
  .refonte-borne-ux-instore-page .custom-releated-project-group {
    padding-bottom: 145px;
  }
  .refonte-borne-ux-instore-page .custom-bottom-pane-group {
    display: none;
  }
}


/* presence-mobile-page */
.presence-mobile-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 10px;
}

.presence-mobile-page .custom-work-banner-group .custom-work-banner-title h2 {
  color: #000000;
}

.presence-mobile-page .custom-list-content-group .custom-number p {
  color: #fe3b75;
  line-height: 32px;
}

.presence-mobile-page .custom-list-content-group .custom-number {
  padding-top: 20px;
}

.presence-mobile-page .custom-list-content-group .custom-content-col p {
  font-size: 20px;
  line-height: 28px;
}

.presence-mobile-page-row-one .widget-type-linked_image {
  padding-left: 15px;
  padding-right: 15px;
}

.presence-mobile-page .custom-project-overview-group .custom-project-overview-item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.presence-mobile-page .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
}

.presence-mobile-page .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.presence-mobile-page .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}

.presence-mobile-page-row-two .dnd-section {
  padding-left: 45px;
  padding-right: 45px;
}

.presence-mobile-page-row-two .page-header.section-header h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 10px;
}

.presence-mobile-page-row-two .page-header.section-header p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.presence-mobile-page-row-three .span5+.span5 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.presence-mobile-page-row-three .widget-type-rich_text {
  font-size: 24px;
  line-height: 30px;
}

.presence-mobile-page-row-three .widget-type-rich_text p {
  margin: 0 0 20px;
}

.presence-mobile-page-row-three .widget-type-rich_text p:last-child {
  margin: 0;
}

.presence-mobile-page-row-four .dnd-section {
  padding-left: 45px;
  padding-right: 45px;
}

.presence-mobile-page-row-four .page-header.section-header h2 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 10px;
}

.presence-mobile-page-row-four .page-header.section-header p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
.presence-mobile-page-row-four .widget-type-text {
  line-height: 30px;
}
.presence-mobile-page-row-five .page-header.section-header h1 {
  color: #000000;
  line-height: 56px;
  margin-bottom: 10px;
}

.presence-mobile-page-row-five .page-header.section-header p {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}

.presence-mobile-page .image-gallery-section {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}

.presence-mobile-page .image-gallery-section .image-gallery-in {
  width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.presence-mobile-page .image-gallery-section .slick-slide img {
  margin: 0 auto;
}

.presence-mobile-page .image-gallery-section ul.slick-dots {
  display: none !important;
}
.presence-mobile-page-row-six .widget-type-header h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.presence-mobile-page-row-six .span4.widget-span .widget-type-linked_image {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 15px;
}
.presence-mobile-page-row-swvwn .widget-type-text {
  font-size: 32px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}

.presence-mobile-page ~ div .footer_menu .hs-menu-wrapper>ul {
  padding-top: 140px;
}
.presence-mobile-page .custom-top-pane-group .page-center {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:1199px){
  .presence-mobile-page .custom-list-content-group {
    padding: 0;
  }

  .presence-mobile-page .custom-list-content-group .custom-number {
    padding-top: 10px;
  }

  .presence-mobile-page .custom-releated-project-group {
    padding-right: 0;
  }
  .presence-mobile-page .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width:767px){
  .presence-mobile-page .custom-list-content-group .custom-number {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .presence-mobile-page .custom-list-content-group .custom-content-col p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 41px;
  }

  .presence-mobile-page .custom-list-content-group {
    padding-bottom: 2px;
  }
  .presence-mobile-page .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }

  .presence-mobile-page-row-two .page-header.section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .presence-mobile-page-row-four .page-header.section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .presence-mobile-page-row-five .page-header.section-header h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .presence-mobile-page-row-five .page-header.section-header p {
    font-size: 24px;
    line-height: 32px;
  }

  .presence-mobile-page .image-gallery-section .image-gallery-in {
    width: 100%;
  }

  .presence-mobile-page .image-gallery-section {
    padding-top: 20px;
  }

  .presence-mobile-page .image-gallery-section ul.slick-dots {
    display: block !important;
  }
  .presence-mobile-page-row-swvwn .widget-type-text {
    font-size: 24px;
    line-height: 32px;
  }

  .presence-mobile-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 144px;
  }

  .presence-mobile-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }

  .presence-mobile-page .custom-bottom-pane-group {
    display: none;
  }

  .presence-mobile-page ~ div .footer-button {
    display: block;
  }
}


@media (max-width:479px){
  .presence-mobile-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .presence-mobile-page-row-one .widget-type-linked_image {
    padding-left: 0;
    padding-right: 0;
  }

  .presence-mobile-page-row-two .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .presence-mobile-page-row-three .span5+.span5>div {
    padding-left: 0;
    padding-right: 0;
  }

  .presence-mobile-page-row-four .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .presence-mobile-page .image-gallery-section .image-gallery-in {
    padding-left: 0;
    padding-right: 0;
  }

  .presence-mobile-page-row-six .span5.widget-span {
    padding-left: 0;
    padding-right: 0;
  }

  .presence-mobile-page-row-six .span4.widget-span .widget-type-linked_image {
    margin: 0;
  }
}

/* chandon-architecture-information-page */
.chandon-architecture-information-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin-bottom: 0;
}

.chandon-architecture-information-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  margin-bottom: 30px;
}
.chandon-architecture-information-page .page-header.section-header h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.chandon-architecture-information-page .page-header.section-header h2+p {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #333333;
  margin: 0;
}

.chandon-architecture-information-page .page-header.section-header h6 {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.chandon-architecture-information-page .page-header.section-header p {
  margin: 0;
}

.chandon-architecture-information-page .widget-type-header h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 40px;
}
.chandon-architecture-information-page .page-header.section-header h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-weight: 700;
  margin: 0;
}

.chandon-architecture-information-page .page-header.section-header h3+p,
.chandon-architecture-information-page .chandon-architecture-information-page-row-four .page-header.section-header h6+p{
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.chandon-architecture-information-page .chandon-architecture-information-page-row-three .dnd-section[class*="background-color"] .page-header.section-header h3 {
  color: #f2f2f2;
}

.chandon-architecture-information-page .chandon-architecture-information-page-row-three .dnd-section[class*="background-color"] .page-header.section-header p {
  color: #fff;
}
.chandon-architecture-information-page .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
}
.chandon-architecture-information-page-row-six .widget-type-linked_image {
  padding: 6px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.chandon-architecture-information-page-row-six .widget-type-linked_image img {
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.chandon-architecture-information-page .widget-type-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #333333;
}
.chandon-architecture-information-page-row-three .custom-image-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.chandon-architecture-information-page .widget-type-linked_image img {
  height: auto;
}
@media (max-width:479px){
  .chandon-architecture-information-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
    margin-bottom: 20px;
  }
}



@media (max-width:1199px){
  .chandon-architecture-information-page .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width:767px){
  .chandon-architecture-information-page .widget-type-linked_image img {
    height: auto;
  }

  .chandon-architecture-information-page .page-header.section-header h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .chandon-architecture-information-page .page-header.section-header h2+p {
    font-size: 24px;
    line-height: 32px;
  }

  .chandon-architecture-information-page .widget-type-header h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .chandon-architecture-information-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 145px;
  }

  .chandon-architecture-information-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
}
@media (max-width:479px){
  .chandon-architecture-information-page .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .chandon-architecture-information-page .page-header.section-header h6 {
    font-size: 16px;
    line-height: 18px;
  }

  .chandon-architecture-information-page-row-three .custom-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .chandon-architecture-information-page-row-four .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .chandon-architecture-information-page .chandon-architecture-information-page-row-four .page-header.section-header h6 {
    font-size: 18px;
    line-height: 20px;
  }

  .chandon-architecture-information-page .chandon-architecture-information-page-row-five .page-header.section-header h6 {
    font-size: 18px;
    line-height: 20px;
  }

  .chandon-architecture-information-page-row-five .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}

/* orange-prototype-guerilla-page */
.orange-prototype-guerilla-page .custom-top-pane-group .custom-top-pane-title h1 {
  margin: 0;
}
.orange-prototype-guerilla-page .page-header.section-header h2 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.orange-prototype-guerilla-page .page-header.section-header h2+p {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}
.orange-prototype-guerilla-page-row-two .widget-type-text {
  line-height: 30px;
}
.orange-prototype-guerilla-page .widget-type-linked_image img {
  display: block;
  margin: 0 auto;
}
.orange-prototype-guerilla-page-row-four .custom-work-banner-group .custom-work-banner-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: inherit;
  font-weight: 300;
}
.orange-prototype-guerilla-page-row-five .widget-type-header h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: inherit;
  font-weight: 300;
  margin: 0;
}
.orange-prototype-guerilla-page a.hs-button {
  display: inline-block;
  margin: 0;
  color: inherit;
  max-width: 100%;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 30px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: normal;
  border: none;
  background: #ffffff;
  color: #ff6600;
}

.orange-prototype-guerilla-page a.hs-button:hover {
  background: #0a0a0a;
  color: #ff6600;
}

.orange-prototype-guerilla-page-row-six .widget-type-text {
  color: #999999;
  font-size: 20px;
  line-height: 30px;
}

.orange-prototype-guerilla-page-row-six .widget-type-header h4 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-family: inherit;
  font-weight: 300;
  color: #333333;
}
.orange-prototype-guerilla-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  color: #000000;
}
.orange-prototype-guerilla-page .custom-project-overview-group .custom-title h5 {
  font-size: 24px;
  line-height: 30px;
}

.orange-prototype-guerilla-page .custom-project-overview-group .custom-content h4 {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width:1199px){
  .orange-prototype-guerilla-page .custom-bottom-pane-group {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width:767px){
  .orange-prototype-guerilla-page .page-header.section-header h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .orange-prototype-guerilla-page .page-header.section-header h2+p {
    font-size: 24px;
    line-height: 32px;
  }

  .orange-prototype-guerilla-page .orange-prototype-guerilla-page-row-three .page-header.section-header h2 {
    line-height: 48px;
  }

  .orange-prototype-guerilla-page-row-four .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .orange-prototype-guerilla-page-row-five .widget-type-header h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .orange-prototype-guerilla-page a.hs-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .orange-prototype-guerilla-page-row-five .custom-work-banner-group .custom-work-banner-title h2 {
    line-height: 48px;
  }

  .orange-prototype-guerilla-page-row-six .widget-type-header h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .orange-prototype-guerilla-page .custom-project-overview-group .custom-number p {
    line-height: 110px;
  }

  .orange-prototype-guerilla-page .custom-releated-project-group {
    padding-top: 50px;
    padding-bottom: 144px;
  }

  .orange-prototype-guerilla-page .custom-releated-project-group .custom-releated-project-top {
    padding-bottom: 50px;
  }
}
@media (max-width:479px){
  .custom-top-pane-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .orange-prototype-guerilla-page-row-two .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .orange-prototype-guerilla-page-row-three .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .orange-prototype-guerilla-page-row-five .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.chandon-architecture-information-page ~ div .footer_menu .hs-menu-wrapper>ul,
.orange-prototype-guerilla-page ~ div .footer_menu .hs-menu-wrapper>ul,
.refonte-borne-ux-instore-page ~ div .footer_menu .hs-menu-wrapper>ul{
  padding-top: 140px;
}
.home-page-lay ~ div .footer_menu .hs-menu-wrapper>ul {
  padding-top: 155px;
}

.header-multilingue .lang_switcher_class.lang_switcher_class_addis ul li:first-child{
  margin-right:22px;
}
.header-multilingue ul li.active-language>a {
  pointer-events: none;
}
@media (max-width:767px){
  .refonte-borne-ux-instore-page .custom-releated-project-group {
    padding-bottom: 147px;
  }
  /*.chandon-architecture-information-page .custom-bottom-pane-group,
  .orange-prototype-guerilla-page .custom-bottom-pane-group,
  .refonte-borne-ux-instore-page .custom-bottom-pane-group{
    display: none;
  }*/

  .refonte-borne-ux-instore-page ~ div .footer-button,
  .chandon-architecture-information-page ~ div .footer-button,
  .orange-prototype-guerilla-page ~ div .footer-button{
    display: block;
  }

  .chandon-architecture-information-page ~ div .footer-button a,
  .orange-prototype-guerilla-page ~ div .footer-button a{
    width: 200px;
    margin-top: -38px;
  }
  .refonte-borne-ux-instore-page ~ div .footer-button a {
    width: 200px;
    margin-top: -39px;
  }

  .chandon-architecture-information-page ~ div .footer_menu .hs-menu-wrapper>ul,
  .orange-prototype-guerilla-page ~ div .footer_menu .hs-menu-wrapper>ul,
  .refonte-borne-ux-instore-page ~ div .footer_menu .hs-menu-wrapper>ul,
  .presence-mobile-page ~ div .footer_menu .hs-menu-wrapper>ul{
    padding-top: 194px;
  }

  .orange-prototype-guerilla-page .orange-prototype-guerilla-page ~ div .footer-button a {
    margin-top: -36px;
  }
  .home-page-lay ~ div .footer_menu .hs-menu-wrapper>ul {
    padding-top: 168px;
  }

  .presence-mobile-page ~ div .footer-button a {
    margin-top: -37px;
    width: 200px;
  }
}
@media (max-width:479px){
  .home-page-lay ~ div .footer_menu .hs-menu-wrapper > ul {
    padding-top: 175px;
  }
  .refonte-borne-ux-instore-page ~ div .footer_menu .hs-menu-wrapper>ul,
  .presence-mobile-page ~ div .footer_menu .hs-menu-wrapper>ul,
  .chandon-architecture-information-page ~ div .footer_menu .hs-menu-wrapper > ul,
  .orange-prototype-guerilla-page ~ div .footer_menu .hs-menu-wrapper>ul{
    padding-top: 201px;
  }
}

/* Home page EN */
.hs-layout-en .home-page-lay .home-page-banner-section .home-page-banner-in * {
  text-align: left;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-in {
  padding: 0 15px;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column {
  max-width: 1000px;
  margin: 0 auto;
}

.hs-layout-en .home-page-lay .home-page-banner-section .home-page-banner-in {
  min-height: 96.7983vh;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-top {
  padding-bottom: 80px;
  padding-top: 60px;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top {
  padding-bottom: 21px;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content {
  font-size: inherit;
  line-height: inherit;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content h2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content h2+p {
  padding-top: 20px;
}

.hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content p {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Roboto Slab';
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-top-in {
  padding-top: 120px;
  width: 83.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.hs-layout-en .home-page-lay .home-page-banner-section {
  margin-bottom: 0;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-top {
  max-width: 1000px;
  padding: 0;
}
.hs-layout-en .home-page-lay .client-experience-section .client-experience-top-row-summary {
  font-size: 32px;
  line-height: 40px;
  color: #9d934d;
  font-family: 'Roboto Slab';
  padding-right: 0;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-top {
  padding-bottom: 90px;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-in {
  max-width: 100%;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col {
  width: 33.33333333%;
  max-width: 33.333333%;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-padding-top .client-experience-bottom-col-in {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-bottom-col-in {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-padding-top .client-experience-bottom-col-in {
  padding-top: 120px;
  padding-bottom: 0;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .client-experience-card-in,
.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-card-in {
  padding-top: 140px;
  padding-bottom: 140px;
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .summary-content,
.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .summary-content {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto Slab';
}

.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-bottom-col-in {
  padding-top: 19px;
  padding-bottom: 15px;
  margin-right: 30px;
}

.hs-layout-en .home-page-lay .client-experience-section {
  padding-bottom: 120px;
}

.hs-layout-en .home-page-lay .logo-gallery-section .logo-gallery-middle-column {
  padding-top: 30px;
}

.hs-layout-en .home-page-lay .logo-gallery-section {
  padding-bottom: 190px;
}
.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .summary-content, 
.hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .summary-content {
  padding-left: 10px;
  padding-right: 10px;
}
.hs-layout-en .chandon-architecture-information-page .custom-top-pane-group .custom-top-pane-subtitle h1 {
  font-family: 'Roboto Slab';
}

.hs-layout-en .chandon-architecture-information-page .page-header.section-header h2+p {
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 32px;
}
.header-multilingue .lang_list_class li.active-language {
  cursor: text;
}
footer.footer.footer-english .header-multilingue ul,
.cm-header-outer.cm-header-outer-english .header-multilingue ul{
  justify-content: center !important;
}
@media (max-width:1199px){
  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content h2 {
    font-size: 65px;
    line-height: 72px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .client-experience-card-in, 
  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-card-in {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width:991px){
  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .title-content, 
  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .title-content {
    font-size: 40px;
    line-height: 46px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-card-in {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-layout-en .home-page-lay .client-experience-section {
    padding-bottom: 90px;
  }
}
@media (max-width:767px){
  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content h2+p {
    font-size: 26px;
    line-height: 30px;
    padding-top: 5px;
  }

  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-top {
    padding-top: 95px;
    padding-bottom: 62px;
  }

  .hs-layout-en .home-page-lay .home-page-banner-section .home-page-banner-in {
    min-height: 100vh;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top-in {
    width: 100%;
    padding-top: 71px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top-row-title {
    padding-bottom: 5px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top-row-summary {
    font-size: 26px;
    line-height: 30px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col {
    width: 100%;
    max-width: 100%;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-bottom-col-in {
    margin-right: 0;
    padding-top: 15px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top {
    padding-bottom: 62px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-padding-top .client-experience-bottom-col-in {
    padding-top: 0;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .client-experience-card-in, 
  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-card-in {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-brn .title-content, 
  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .title-content {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 1px;
  }

  .hs-layout-en .home-page-lay .logo-gallery-section .logo-gallery-middle-column {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .hs-layout-en .home-page-lay .client-experience-section {
    padding-bottom: 61px;
  }

  .hs-layout-en .home-page-lay .logo-gallery-section {
    padding-bottom: 127px;
  }
  .hs-layout-en .chandon-architecture-information-page .page-header.section-header h2+p {
    font-size: 24px;
    line-height: 32px;
  }

  .design-thinking-page-lay .home-projects .home-projects-top-social .content {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width:479px){
  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-in {
    padding: 0;
  }

  .hs-layout-en .home-page-lay .home-page-banner-section .banner-content-column-row-content-top .banner-content-top-content {
    padding-top: 24px;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-top-in {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-padding-top .client-experience-bottom-col-in,
  .hs-layout-en .home-page-lay .client-experience-section .client-experience-bottom-col-theme-blu .client-experience-bottom-col-in {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-layout-en .home-page-lay .client-experience-section {
    padding-bottom: 61px;
  }

  .hs-layout-en .home-page-lay .logo-gallery-section .logo-gallery-middle-column {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .hs-layout-en .chandon-architecture-information-page .page-header.section-header h2+p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-en .chandon-architecture-information-page-row-three .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .design-thinking-page-lay .home-projects .home-projects-top-social .content {
    font-size: 24px;
    line-height: 24px;
  }
  .cm-header-outer.cm-header-outer-english .header-multilingue ul {
    justify-content: end !important;
  }
}
@media (max-width:370px){
  .home-page-lay .parallex-content-section .parallex-content-col-template-card-wrapper {
    padding: 0;
  }
}
.hs-layout-fr .casino-ecommerce-row3 .custom-content-with-bg-image-group .custom-content-with-bg-image-content p {
  font-family: 'Montserrat';
}
.hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row4 .widget-type-rich_text {
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row6 .dnd-section p {
  font-size: 22px;
}
.hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row6 .dnd-section h5 {
  color: #000000;
}
.hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row9 .dnd-section p {
  font-family: 'Montserrat';
  font-size: 32px;
  line-height: 40px;
}

.hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row9 .dnd-section p em {
  font-style: normal;
}
.hs-layout-fr .cegid-e-commerce-layout .cegid-ecommerce-row8 .dnd-section h5+p {
  font-size: 22px;
  line-height: 30px;
}
.refonte-borne-ux-instore-row-five .widget-type-text,
.hs-layout-fr .cegid-e-commerce-layout .cegid-ecommerce-row9 .dnd-section p {
  font-family: 'Montserrat';
  font-style: normal;
}
.refonte-borne-ux-instore-row-two .widget-type-rich_text,
.refonte-borne-ux-instore-row-four .widget-type-header h2{
  font-size: 26px;
  line-height: 32px;
}
.refonte-borne-ux-instore-row-three .page-header.section-header h6,
.refonte-borne-ux-instore-row-three .page-header.section-header p,
.refonte-borne-ux-instore-row-three .widget-type-rich_text,
.refonte-borne-ux-instore-row-four .widget-type-rich_text p,
.refonte-borne-ux-instore-page .custom-project-overview-group .custom-project-summary-top{
  font-size: 22px;
  line-height: 30px;
}
.hs-layout-fr .carrefour-omnicanal-layout .custom-work-banner-group .custom-work-banner-title h2 {
  font-family: 'Montserrat';
}

.hs-layout-fr .carrefour-omnicanal-layout .custom-daniel-jouvance-row2 p {
  font-family: 'Source Sans Pro';
}

.hs-layout-fr .carrefour-omnicanal-layout .carrefour-omnicanal-row4 .dnd-section .widget-type-rich_text p {
  font-size: 22px;
  line-height: 30px;
}

.hs-layout-fr .carrefour-omnicanal-layout .carrefour-omnicanal-row5 .dnd-section p {
  font-size: 22px;
  line-height: 30px;
}

.hs-layout-fr .carrefour-omnicanal-layout .carrefour-omnicanal-row6 .dnd-section p {
  font-family: 'Source Sans Pro';
}

.hs-layout-fr .carrefour-omnicanal-layout .carrefour-omnicanal-row8 .dnd-section p {
  font-family: 'Montserrat';
}

.hs-layout-fr .carrefour-omnicanal-layout .carrefour-omnicanal-row8 .dnd-section p em {
  font-style: normal;
}
.presence-mobile-page-row-four .widget-type-text,
.presence-mobile-page-row-three .widget-type-rich_text,
.presence-mobile-page-row-four .page-header.section-header p,
.presence-mobile-page-row-two .page-header.section-header p {
  font-size: 26px;
  line-height: 32px;
}

.presence-mobile-page-row-swvwn .widget-type-text {
  font-style: normal;
  font-family: 'Montserrat';
}
.hs-layout-fr .chandon-architecture-information-page .page-header.section-header p,
.hs-layout-fr .chandon-architecture-information-page .chandon-architecture-information-page-row-three .dnd-section[class*="background-color"] .page-header.section-header p,
.hs-layout-fr .chandon-architecture-information-page .chandon-architecture-information-page-row-four .page-header.section-header h6+p {
  font-size: 22px;
  line-height: 30px;
}
.casino-ecommerce-row6 .dnd-section h5,
.hs-layout-en .casino-ecommerce-row9 .dnd-section h5{
  color:#000;
}
.hs-layout-fr .service-pg-nw-lay .website-banner .row-bottom-banner-col-in-content .content,
.hs-about-page .website-banner .row-bottom-banner-col-in-content .content{
  line-height: 32px;
}
@media (max-width:1199px){
  .hs-layout-fr .project-page .website-banner .row-bottom-banner-col-in-content .content {
    line-height: 30px;
  }
  .hs-layout-fr .service-pg-nw-lay .website-banner .row-bottom-banner-col-in-content .content,
  .hs-about-page .website-banner .row-bottom-banner-col-in-content .content{
    line-height: 30px;
  }
}
@media (max-width:991px){
  .hs-layout-fr .project-page .website-banner .row-bottom-banner-col-in-content .content {
    line-height: 32px;
  }
  .hs-layout-fr .service-pg-nw-lay .website-banner .row-bottom-banner-col-in-content .content,
  .hs-about-page .website-banner .row-bottom-banner-col-in-content .content{
    line-height: 32px;
  }
}
@media (max-width:767px){

  .hs-layout-fr .service-pg-nw-lay .website-banner .row-bottom-banner-col-in-content .content,
  .hs-about-page .website-banner .row-bottom-banner-col-in-content .content{
    line-height: 30px;
  }
  .hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row4 .widget-type-rich_text {
    font-size: 24px;
  }
  .hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row6 .dnd-section p {
    font-size: 24px;
  }
  .refonte-borne-ux-instore-row-three .page-header.section-header h6,
  .refonte-borne-ux-instore-row-two .widget-type-rich_text,
  .hs-layout-fr .cegid-e-commerce-layout .cegid-ecommerce-row8 .dnd-section h5+p,
  .hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row9 .dnd-section p,
  .hs-layout-fr .cegid-e-commerce-layout .cegid-ecommerce-row9 .dnd-section p,
  .refonte-borne-ux-instore-row-three .page-header.section-header p,
  .refonte-borne-ux-instore-row-three .widget-type-rich_text,
  .refonte-borne-ux-instore-row-four .widget-type-rich_text p,
  .refonte-borne-ux-instore-row-four .widget-type-header h2,
  .refonte-borne-ux-instore-page .custom-project-overview-group .custom-project-summary-top,
  .hs-layout-fr .daniel-jouvance-page.carrefour-omnicanal-layout .custom-daniel-jouvance-row2 p,
  .hs-layout-fr .daniel-jouvance-page.carrefour-omnicanal-layout .carrefour-omnicanal-row4 .dnd-section .widget-type-rich_text p,
  .hs-layout-fr .daniel-jouvance-page.carrefour-omnicanal-layout .carrefour-omnicanal-row5 .dnd-section p,
  .presence-mobile-page-row-four .widget-type-text,
  .presence-mobile-page-row-three .widget-type-rich_text,
  .presence-mobile-page-row-four .page-header.section-header p,
  .presence-mobile-page-row-two .page-header.section-header p,
  .hs-layout-fr .chandon-architecture-information-page .page-header.section-header p,
  .hs-layout-fr .chandon-architecture-information-page .chandon-architecture-information-page-row-three .dnd-section[class*="background-color"] .page-header.section-header p,
  .hs-layout-fr .chandon-architecture-information-page .chandon-architecture-information-page-row-four .page-header.section-header h6+p{
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width:479px){
  .hs-layout-fr .project-page .website-banner .row-bottom-banner-col-in-content .content,
  .hs-about-page .website-banner .row-bottom-banner-col-in-content .content{
    line-height: 34px;
  }
  .hs-layout-fr .casino-e-commerce-layout .casino-ecommerce-row2 .dnd-section>.row-fluid {
    padding: 0;
  }
  .hs-layout-fr .service-pg-nw-lay .website-banner .row-bottom-banner-col-in-content .content{
    line-height: 34px;
  }
}

/*======= Legal page =======*/

.legal-page p {
  font-size: 20px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  margin: 0;
}
.legal-page .body-container-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.legal-page .banner-section .widget-type-header {
  padding: 30px;
}

.legal-page .banner-section .dnd-section>.row-fluid > div {
  margin-left: 8.33333333%;
  width: 66.66666667%;
}

.legal-page .banner-area {
  padding: 0 30px;
}
.legal-page .banner-area  h6{
  margin: 32px 0 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #33c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.legal-page  .custom-utilisateurs-a-telecharger-row1 .row-fluid .span6 {
  border: 0;
  padding: 0 15px;
}

.legal-page  img.hs-image-widget {
  vertical-align: middle;
}

.legal-page  .custom-utilisateurs-a-telecharger-row1 h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 1199px){
  .legal-page  .custom-utilisateurs-a-telecharger-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px){
  .legal-page p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px){
  .legal-page .banner-area h6 {
    margin: 61px 0 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .legal-page .banner-section .dnd-section>.row-fluid>div {
    width: 100%;
    margin: 0;
  }
  .legal-page .custom-utilisateurs-a-telecharger-row1 h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media(max-width:479px){
  .legal-page .banner-section {
    padding-top: 20px;
  }
  .legal-page .custom-utilisateurs-a-telecharger-row1 .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .legal-page p a {
    word-break: break-word;
  }
}
/* ******************************************************************************
*********************************************************************************
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-website {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cm-header-outer {
  position: relative;
  z-index: 99;
}
.header__container {
  max-width: 100% !important;
  margin: 0 auto;
  position:relative;
}
.header__logo--main{
  padding: 20px 30px 20px 31px;
  display: inline-block;
  line-height: 0;
}
.header__logo--main img {
  max-width: 230px;
  position: relative;
  top: 8px;
}

.header_stick_logo img {
  top: 0;
}

.drawer-toggle.drawer-hamburger {
  height: 20px;
  cursor: pointer;
}
.drawer-hamburger-icon{
  background-color: transparent !important;
  width: 34px;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
  transition: all .6s cubic-bezier(.19,1,.22,1);
  position: relative;
  display: block;
  top: 9px;
  position: relative;
}
.drawer-hamburger-icon:before, 
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: ' ';
}


.header_stick_logo{
  display:none;
}
.show-fixed-header.header-up .header_stick_logo{
  display:inline-block;
}
.header-up .header_normal_logo{
  display:none;
}
.with-banner .header_normal_logo{
  display:none !important;
}
.with-banner .header_stick_logo,
.without-banner .header_stick_logo,
.without-banner .header_logo_banner{
  display: none;
}

.show-fixed-header.header-up .header_logo_banner {
  display: none;
}

.show-fixed-header .drawer-hamburger-icon,
.show-fixed-header .drawer-hamburger-icon:before,
.show-fixed-header .drawer-hamburger-icon:after,
.without-banner .show-fixed-header.header-up .drawer-hamburger-icon, 
.without-banner .show-fixed-header.header-up .drawer-hamburger-icon:before, 
.without-banner .show-fixed-header.header-up .drawer-hamburger-icon:after{
  background-color: #fff;
}
.with-banner .drawer-hamburger-icon, 
.with-banner .drawer-hamburger-icon:before, 
.with-banner .drawer-hamburger-icon:after{
  background-color: #fff !important;
}
.with-banner .drawer-hamburger-icon {
  background-color: transparent !important;
}
.without-banner .drawer-hamburger-icon, 
.without-banner .drawer-hamburger-icon:before, 
.without-banner .drawer-hamburger-icon:after {
  background-color: #33c;
}
.menu-open  .show-fixed-header.header-up .drawer-hamburger-icon, 
.menu-open .drawer-hamburger-icon,
.with-banner.menu-open  .show-fixed-header.header-up .drawer-hamburger-icon, 
.without-banner.menu-open .drawer-hamburger-icon{
  background-color: transparent !important;
}
body.with-banner.menu-open {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

.header__logo--main {
  padding: 16px 0 17px 30px;
  display: inline-block;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
  width: 100%;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
  transition: all .6s cubic-bezier(.19,1,.22,1);
}
.drawer-hamburger-icon:after {
  top: 8px;
}
.drawer-navbar-header {
  float: right;
  padding-top: 36px;
  padding-right: 30px;
  position: fixed;
  z-index: 109;
  right: 30px;
  top: 34px;
}
.menu-open .drawer-hamburger-icon {
  background-color: #000;
} 
.menu-open .drawer-hamburger-icon:before {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.menu-open .drawer-hamburger-icon:after {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.drawer-navbar-header:after,
.drawer-toggle.drawer-hamburger:after {
  content: " ";
  display: table;
  clear: both;
}
.slide-menu-section {
  position: fixed;
  z-index: 101;
  top: 0;
  right: -100%;
  background-color: #000;
  height: 100%;
  width: 100%;
  line-height:0;
}
.menu-open .slide-menu-section {
  right: 0;
}
.menu-section-logo{
  top: 50px;
  left: 60px;
  position: absolute;
}
.menu-section-logo img{
  max-width:230px;
}
.manu-button-and-lang-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50vh;
  transform: translateY(-50%);
}

.header-multilingue ul {
  margin: 30px 0;
  padding: 0;
  list-style: None;
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: static;
  background: transparent;
}
.header-multilingue ul li {
  border: medium none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 41px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
  width: 20px;
  border: 0;
  background: transparent !important;
}
.header-multilingue ul li.fr {
  margin-right: 22px;
}
.header-multilingue ul li a{
  color: #fff;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: top;
}
.header-multilingue ul li a.lang_switcher_link:before {
  content: attr(data-language);
  font-size: 14px;
  display:block;
}
.header-multilingue ul li.active-language{
  border-bottom: 3px solid #33C;
}
.header-multilingue ul li.active-language > a:hover,
.header-multilingue ul li.active-language > a{
  color:#fff;
  cursor:text;
}
.header-multilingue .lang_list_class:before,
.header-multilingue .lang_list_class:after{
  display:none;
}
.header-multilingue .globe_class {
  width: 100%;
  height: unset;
}
.header-multilingue ul li a:hover {
  color: #33C;
}
.header-multilingue .lang_list_class li:first-child {
  padding-top: 0;
  border-top: 0;
  margin-right: 17px;
}


.without-banner .header__logo--main {
  padding: 20px 30px 20px 30px;
}
.cm-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
  position: relative;
  z-index: 3;
}

.cm-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  text-align: center;
  width: 100%;
}

.cm-menu-primary .hs-menu-wrapper > ul ul li {
  padding: 5px;
}
/* Mobile Styles */

@media (max-width: 767px) {
  .header-website {
    padding: 0;
  }
  .drawer-navbar-header {
    right: 30px;
    top: 23px;
    padding-top: 9px;
    padding-right: 0;
  }
  .drawer-hamburger-icon:after, 
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon {
    height: 2px;
    width: 28px;
  }
  .header__logo--main img {
    max-width: 32px;
    right: -2px;
    top: 4px;
  }
  .cm-header-outer.header-up.show-fixed-header img {
    max-width: 160px;
    top:0px;
  }

  .menu-section-logo img {
    max-width: 162px;
  }
  .header__logo--main {
    padding: 32px 30px 28px 30px;
    display: inline-block;
  }
  .menu-section-logo {
    top: 0;
    left: 0;
    position: absolute;
    padding: 20px 0 32px 30px;
  }
  .header-multilingue ul {
    margin: 0;
  }
} 
@media (min-width: 480px) and (max-width: 767px){
  .header-button a{
    padding: 15px 0;
    margin: 0 0 0 4px!important;
    display: inline-block!important;
  }
  .without-banner .header__logo--main {
    padding: 20px 30px 20px 28px;
  }
}
@media (max-width:767px) and (max-height:500px){
  .manu-button-and-lang-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }
}
@media (max-width: 480px){
  .manu-button-and-lang-wrapper {
    margin-top: 53vh;
    text-align: right;
  }

  .header-multilingue_language_list {
    padding: 0 30px 0 0;
  }
  .header-button a {
    margin: 20px 30px 40px 100px;
    padding: 18px 0;
    display: block;
    border: 1px solid #fff;
  }
  .header-multilingue ul {
    margin: 0px 0 14px;
  }
}




.cm-header-outer.header-up {
  -webkit-animation-name: menuOut;
  animation-name: menuOut;
  animation-name: menuOut;
}

.cm-header-outer {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes menuOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes menuOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.cm-header-outer.header-up.show-fixed-header {
  -webkit-animation-name: menuIn;
  animation-name: menuIn;
  animation-name: menuIn;
}
@-webkit-keyframes menuIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}


/* English Header */
.cm-header-outer.cm-header-outer-english .header-multilingue ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.cm-header-outer.cm-header-outer-english .header-multilingue .lang_list_class li:first-child {
  margin-left: 0;
  margin-right: 0;
}
.cm-header-outer.cm-header-outer-english .header-multilingue .lang_list_class li+li {
  margin-right: 22px;
}
.header-multilingue .globe_class {
  background: transparent !important;
}
.cm-header-outer.header-up {
  visibility: hidden;
  transition: visibility 2s;
}
.cm-header-outer.header-up.show-fixed-header,
.menu-open .cm-header-outer.header-up.show-fixed-header,
.menu-open .header-up{
  visibility: visible;
  transition: visibility 2s;
  -webkit-animation-name: menuIn;
  animation-name: menuIn;
  animation-name: menuIn;
}
.cm-header-outer {
  transition: visibility 2s;
  visibility: visible;
}
.with-banner .header__logo--main {
  padding: 20px 30px 20px 30px;
}
.manu-button-and-lang-wrapper:after {
  content: "";
  display: table;
  width: 100%;
}
/*@media (max-width:767px) and (min-width:480px){
.cm-header-outer.header-up.show-fixed-header .header__logo--main{
visibility:hidden;
opacity:0;
}
.cm-header-outer.header-up.show-fixed-header .header-website .header__container {
background: transparent !important;
}
}*/
@media (max-width:767px){

  .with-banner .header__logo--main {
    padding: 20px 0 20px 29px;
  }

  .with-banner .header-up .header__logo--main {
    padding: 20px 0 20px 28px;
  }
}
.cm-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover > ul {
  opacity:1;
  visibility:visible;
}
.cm-menu-primary .hs-menu-wrapper>ul ul {
  opacity:0;
  visibility:hidden;
}
@media (min-width:481px) and (max-width:767px){
  .cm-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
  }

  .cm-menu-primary .hs-menu-wrapper>ul ul {
    min-width: 180px;
    text-align: left;
  }
}
@media (min-width:481px){
  .cm-menu-primary .hs-menu-wrapper>ul ul {
    display:block!important;
  }
  .child-trigger{
    display:none!important;
  }
  .cm-menu-primary .hs-menu-wrapper>ul ul ul {
    left: 100%;
    right: auto;
  }

  .cm-menu-primary .hs-menu-wrapper>ul ul ul ul {
    left: auto;
    right: 100%;
  }
}
@media (max-width:480px){
  .without-banner .header__logo--main {
    padding: 20px 0 20px 28px;
  }

  /*.with-banner .cm-header-outer.header-up.show-fixed-header .header__logo--main,
  .without-banner .cm-header-outer.header-up.show-fixed-header  .header__logo--main{
  padding: 17px 0 16px 30px;
}

  .cm-header-outer.header-up.show-fixed-header .drawer-navbar-header {
  top: 21px;
}*/
  .cm-menu-primary .hs-menu-wrapper>ul ul {
    text-align: right;
    opacity: 1;
    visibility: visible;
    display: none;
    right: -25px;
    position: relative;
  }

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

  .cm-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }
  .child-trigger{
    display:block!important;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 44px;
    cursor: pointer;
    text-align: right;
    line-height: 44px;
  }
  .child-trigger:before{
    content:attr(data-open);
  }
  .child-trigger.child-open:before{
    content:attr(data-close);
  }
  .cm-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    padding-right: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: black;
  padding:0 0 90px;
  text-align:center;
}
.footer__container {
  padding:0 15px;
  margin: 0 auto;
  max-width:100% !important;
}
.footer_menu .hs-menu-wrapper > ul{
  display:block;
  padding:155px 0 74px;
  list-style:None;
  max-width: calc(100% - 20%);
  margin: 0 auto;
}
.footer_menu .hs-menu-wrapper > ul > li{
  display:inline-block;
  margin:0 -2px 0 -2.5px;
  width: 19vw;
}
.footer_menu .hs-menu-wrapper > ul > li > a{
  color: #fff;
  font-family: "SOurce sans pro";
  font-weight: 300;
  font-size: 45px;
  line-height: 45px;
}

.footer-button a {
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
  visibility: visible;
  backface-visibility: hidden;
  margin-top: -37px;
}





@media (min-width: 768px) and (max-width: 1199px){
  .footer_menu .hs-menu-wrapper > ul {
    line-height:0;
  }
  .footer_menu .hs-menu-wrapper > ul li a {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px){
  .footer_menu .hs-menu-wrapper>ul {
    padding-bottom:71px;
  }
}
@media (max-width: 767px){
  .footer_menu .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    line-height: 20px;
  }
  footer.footer {
    background-color: black;
    padding: 0 0 101px;
    text-align: center;
  }
  .footer_menu .hs-menu-wrapper > ul {
    padding: 168px 0 80px;
    max-width: 100%;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    width: 20vw;
  }
  
  .footer_menu .hs-menu-wrapper>ul {
    padding: 103px 0 80px;
  }
}


@media (max-width: 480px){
  footer.footer {
    background-color: black;
    padding: 0 0 90px;
    text-align: center;
  }
  footer.footer .header-multilingue_language_list {
    padding: 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    width: 100%;
    display: block;
    padding: 20px 0;
    margin: 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li > a {
    font-size: 28px;
    line-height: 28px;
  }
  .footer_menu .hs-menu-wrapper>ul {
    font-size: 12px;
    line-height: normal;
  }

  .footer_menu .hs-menu-wrapper>ul {
    padding: 110px 0 85px;
  }
}

/* English Footer */
footer.footer.footer-english .header-multilingue ul {
  display: flex;
  flex-direction: row-reverse;
}

footer.footer.footer-english .header-multilingue .lang_list_class li:first-child {
  margin-right: 0;
}

footer.footer.footer-english .header-multilingue .lang_list_class li+li {
  margin-right: 22px;
}
.custom-servies-footer-menu .hs-menu-wrapper > ul > li.active-branch a {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-weight: 300 !important;
  pointer-events: none;
}

.custom-servies-footer-menu .hs-menu-wrapper > ul > li.active-branch {
  cursor: text;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


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

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

.blog-header__inner {
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  color:#000;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
  font-size: 20px;
  font-family: 'Source Sans Pro';
  color: #000;
  font-weight: inherit;
}

.blog-header__form {
  margin: 0 1rem;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: 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 p {
  font-family: Montserrat, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 100px;
  width: 100px;
  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 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Montserrat, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}


.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.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:hover{
text-decoration: none;
}*/

.blog-post__body {
  margin-bottom: 80px;
  word-break: break-word;
}

.blog-post__tags h4 {
  font-size: 20px;
  line-height: 28px;
  color: #6699ff;
  font-weight: 700;
}

.blog-post__tags h4 a {
  color: inherit !important;
  font-weight:bold;
}

.blog-post__tags h4 a:hover {
  color: #7b6c00 !important;
}

.blog-index__post-content--small h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
}

.blog-index__post-content--small h2 a{
  color: #000;
  text-decoration: none;
  font-family: 'Montserrat';
}
.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
  color: #000;
}

.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 h3 {
  color: #000;
  font-family: Roboto Slab;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
}

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

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

.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%;
  }
  
  .blog-header__subtitle {
    display:none;
  }
}

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

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  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;
}
.blog-header {
  padding-top: 80px;
}
.blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 0 0 10px 6px;
}
@media (max-width:1199px){
  .blog-index__post-content--small h2,
  .blog-post h1{
    font-size: 32px;
  }

  .blog-index__post-inner-card .blog-index__post-content,
  .blog-post__body{
    font-size: 18px;
  }
}
@media (max-width:991px){
  .blog-index__post-content--small h2,
  .blog-post h1,
  .blog-post__body h2{
    font-size:28px;
  }

  .blog-index__post-inner-card .blog-index__post-content,
  .blog-post__body{
    font-size: 16px;
  }
}

@media (max-width:767px){
  .blog-index__post-content--small h2,
  .blog-post h1,
  .blog-post__body h3{
    font-size:24px;
  }

}

/*===== Blog post =======*/

.blog-banner-image {
  background-size:cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  background-attachment: fixed;
  min-width: calc(100vw - 30px);
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  z-index: 0;
  position: absolute;
}

.blog-banner {
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-banner-inner {
  position: relative;
  z-index: 1;
  margin-left: 8.33333333%;
  width: 66.66666667%;
}
.blog-banner{
  padding:30px 30px 0; 
}
.blog-top-content{
  padding:30px;
}
.blog-top-content h6{
  margin: 2px 0 10px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #33c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.banner-spacer {
  height: 400px;
}
.blog-bannner-content {
  padding: 30px;
  background-color: #ffffff;
  padding-right:60px;
  padding-bottom:0px;
}

.bloctexteavance {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #7B6C00;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform:capitalize;
}

.bloctexteavance p {
  margin: 0;
}

.blog-banner-title h1 {
  font-size: 40px;
  line-height: 48px;
  margin:0px;
}

.blog-banner-content p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
}
.blog-post-content-wrapper {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 30px;
}

.blog-post-content-wrapper .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media(min-width: 768px) {
  .blog-post-content-wrapper .content-wrapper {
    margin-left: 8.33333333%;
    width: 66.66666667%;
  }
}

.blog-post__body h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
}

.blog-post__body p {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin:0;
}
.blog-post-content-wrapper .custom-social-icon-wrap {
  padding-top: 50px;
}

.blog-post-inner {
  padding-top: 40px;
}

.blog-post__body h4 {
  color: #000000;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.blog-post__body p img {
  margin-top: 40px;
  vertical-align: middle;
}

.blog-post__body h4 {
  color: #000000;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.blog-post__body .custom-testimonial-wrap {
  margin-top: 160px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 4px;
  margin-bottom: 120px;
}

.blog-post__body h2 {
  font-size: 36px;
  margin-bottom: 46px;
  line-height: 48px;
}

.blog-post__body p + h4 {
  margin-top: 50px;
}

.blog-post__body .custom-newsletter-wrap {
  margin-top: 100px;
  margin-bottom: 120px;
  padding: 60px;
  background-color: #f9f4ee;
  margin-right: -76px;
  margin-left: 240px;
}

.blog-post__body .custom-newsletter-wrap h2 {
  font-size: 20px;
  line-height: 32px;
  margin: 0
}

.blog-post__body .custom-newsletter-wrap p {
  margin: 5px 0 20px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #33c;
  font-size: 20px;
  line-height: 32px
}

.blog-post__body .custom-newsletter-wrap a.hs-button {
  width: 260px;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat
}
.blog-post__body .custom-testimonial-wrap.differ-padding {
  margin-top: 140px;
  margin-bottom:80px;
}
.blog-post__body h3.advanced-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-post__body {
  margin-bottom: 80px;
}

.cm-author-wrapper {
  margin-top: 80px;
  margin-bottom:100px;
}
.author-top-sec > div {
  padding: 0 !important;
}
.cm-author-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.cm-author-title {
  padding-top: 20px;
  padding-left:15px;
  padding-right:15px;
}
.cm-author-wrapper hr {
  margin: 0;
  border-top: 4px solid #9d934d;
  border-bottom: 0;
  height: 0;
}
.cm-author-row {
  margin-top: 40px;
  margin-left: 20px;
}

.hs-author-avatar img {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.cm-author-content-block p {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}

.cm-author-content-block p:first-of-type {
  font-family: 'Montserrat';
  margin-bottom: 20px;
  font-size: 18px;
}

.author-social-icon-wrap p:first-of-type {
  font-family: 'Source Sans Pro';
}

.cm-author-content-block p:last-of-type {
  font-size: 18px;
}

@media(max-width: 1199px) {
  .blog-post__body .custom-newsletter-wrap {
    margin-left:120px
  }
}

@media(max-width: 991px) {
  .blog-post__body .custom-newsletter-wrap {
    margin-left:115px
  }

  .blog-post__body .custom-newsletter-wrap h2 {
    line-height: 28px
  }

  .blog-post__body .custom-newsletter-wrap p {
    font-size: 20px;
    line-height: 28px
  }
}

@media(max-width: 767px) {
  .banner-spacer {
    height: 165px;
  }

  .blog-banner-image {
    background-attachment: inherit;
    background-position: inherit;
  }

  .blog-post__body .custom-newsletter-wrap {
    margin-left:0;
    margin: 0
  }

  .blog-post__body .custom-newsletter-wrap a.hs-button {
    font-size: 18px;
    line-height: 26px
  }

  .cm-author-row {
    margin-left: 0px;
  }

  .cm-author-title {
    padding-left:0px;
  }
}

@media(max-width: 479px) {
  .blog-post__body .custom-newsletter-wrap {
    padding:60px 20px
  }

  .blog-post__body .custom-newsletter-wrap a.hs-button {
    width: auto;
    padding: 20px 10px
  }
}

.blog-post__body .custom-testimonial-wrap {
  border-left: 6px solid #33c;
  padding: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post__body .custom-testimonial-wrap .custom-testimonial-col {
  padding: 60px 0
}

.blog-post__body .custom-testimonial-wrap .custom-testimonial-col p {
  font-family: 'Roboto Slab';
  font-weight: 400;
  color: #9d9156;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 20px
}

.blog-post__body .custom-testimonial-wrap .custom-testimonial-col h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin: 0
}

@media(max-width: 767px) {
  .blog-post__body .custom-testimonial-wrap {
    margin-top: 145px;
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: 200px;
  }

  .blog-post__body  .custom-testimonial-wrap .custom-testimonial-col {
    padding: 30px 0
  }

  .blog-post__body  .custom-testimonial-wrap .custom-testimonial-col p {
    font-size: 24px;
    line-height: 32px
  }

  .blog-post__body .custom-testimonial-wrap .custom-testimonial-col h3 {
    font-size: 20px;
    line-height: 28px
  }

  .blog-post__tags {
    text-align: center;
  }
}

/*    Blog post bottom pane style */



.home-projects {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 119px;
}

.home-projects .home-projects-top {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 40px;
}

/*.home-projects .home-projects-top .content * {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-family: inherit;
margin: 0;
color: inherit;
}*/

.home-projects .home-projects-top-title .content {
  font-size: 80px;
  line-height: 56px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #3333cc;
  padding-bottom: 30px;
}

.home-projects .home-projects-top-summary .content {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  color: #000000;
  padding-bottom: 30px;
}

.home-projects .home-projects-top-social .content {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #6699ff;
  padding-bottom: 20px;
}
.home-projects .home-projects-top-button-in {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
}

.home-projects .project-butn {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  font-family: Montserrat;
  font-weight: normal;
  width: 180px;
  padding: 18px 0px;
  border-radius: 0px;
  border-width: 2px;
  border-color: #3333cc;
  border-style: solid;
  background: #3333cc;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}

.home-projects .project-butn:hover {
  border-color: #6699ff;
  background: #fff;
  color: #0199ff;
}
.home-projects {
  padding-left: 15px;
  padding-right: 15px;
}

.home-projects .home-projects-top {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 40px;
}

/*.home-projects .home-projects-top .content * {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-family: inherit;
margin: 0;
color: inherit;
}*/

.home-projects .home-projects-top-title .content {
  font-size: 90px;
  line-height: 56px;
  font-family: 'Montserrat';
  font-weight: 700;
  color: #3333cc;
  padding-bottom: 30px;
}

.home-projects .home-projects-top-summary .content {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #000000;
  padding-bottom: 30px;
}

.home-projects .home-projects-top-social .content {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #6699ff;
  padding-bottom: 20px;
}
.home-projects .home-projects-top-button-in {
  width: 50%;
  margin: 0 auto;
  padding: 15px;
}

.home-projects .project-butn {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  font-family: Montserrat;
  font-weight: normal;
  width: 180px;
  padding: 18px 0px;
  border-radius: 0px;
  border-width: 2px;
  border-color: #3333cc;
  border-style: solid;
  background: #3333cc;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
}

.home-projects .project-butn:hover {
  border-color: #6699ff;
  background: #fff;
  color: #0199ff;
}

.home-projects .home-projects-bottom-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-projects .home-projects-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 33.33333333%;
}

.home-projects .home-projects-col-in {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.home-projects .home-projects-card-image {
  text-align: center;
  padding-bottom: 20px;
}

.home-projects .home-projects-card-image-in {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.home-projects .home-projects-card-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.home-projects .home-projects-card-in {
  padding-bottom: 30px;
}

.home-projects .home-projects-card-in .content * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: 0;
  color: inherit;
}

.home-projects .home-projects-card-title .content {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #444444;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}

.home-projects .home-projects-card-title .content strong {
  font-weight: 700;
}

.home-projects .home-projects-card-summary .content {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #3333cc;
  padding-bottom: 20px;
}
.home-projects .home-projects-card-summary.home-projects-card-summary-padding .content {
  padding-bottom: 30px;
}


.home-projects .home-projects-card-link .content {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #444444;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
}

.home-projects .home-projects-card-link .content a,
.home-projects .home-projects-card-link .content a:hover {
  font-size: inherit;
  color: #69F;
}
.home-projects ul.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1;
}

.home-projects .home-projects-card-image {
  position: relative;
  z-index: 3;
}
.home-projects .home-projects-card-image-slider-wrap img{
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.home-projects .home-projects-card-image-slider-wrap {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.home-projects ul.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.home-projects ul.slick-dots li i {
  opacity: .75;
  transition: all .3s ease-in-out;
}

.home-projects ul.slick-dots li.slick-active i {
  opacity: 1;
}
@media (max-width:1199px){
  .home-projects .home-projects-top-title .content {
    font-size: 80px;
    line-height: 46px;
  }

  .home-projects .home-projects-top-social .content {
    font-size: 22px;
    line-height: 30px;
  }
  .blog-post__body h3 {
    line-height: 30px;
  }

  .blog-post__tags h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .cm-author-wrapper {
    margin-top: 50px;
  }

  .cm-author-content-block p {
    font-size: 22px;
    line-height: 26px;
  }

  .blog-post-lay.utilisateur-ux-page .home-projects .home-projects-top-summary .content {
    font-size: 22px;
    line-height: 24px;
  }

  .blog-banner-inner-desktop .blog-bannner-content {
    display: none !important;
  }

  .blog-banner-inner-mobile {
    display:block !important;
  }

  .blog-banner-inner-mobile .banner-spacer {
    height: 0px;
  }

  .blog-banner-inner-mobile .blog-bannner-content {
    padding: 0px 0px 30px;
  }

  .blog-banner-inner-mobile {
    display: block !important;
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
  }

}
@media (max-width:991px){
  .home-projects .home-projects-top-title .content {
    font-size: 65px;
    line-height: 46px;
  }

  .home-projects .home-projects-top-social .content {
    font-size: 20px;
    line-height: 28px;
  }
  .bloctexteavance p {
    font-size: 16px;
    line-height: 28px;
  }
  .blog-post__body h3 {
    line-height: 32px;
  }

  .blog-post__body p {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-post__body h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .blog-post__body h3.advanced-title {
    font-size: 30px;
    line-height: 38px;
  }

  .cm-author-content-block p {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-post-lay.utilisateur-ux-page .home-projects .home-projects-top-title .content {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-post-lay.utilisateur-ux-page .home-projects .project-butn {width: 100%;}
  .blog-post-lay.utilisateur-ux-page .home-projects .home-projects-top-summary .content {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width:767px){
  .home-projects .home-projects-col-in {
    padding: 0;
  }
  .home-projects .home-projects-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-projects .home-projects-top-title .content {
    font-size: 50px;
    line-height: 40px;
  }

  .home-projects .home-projects-top-summary .content {
    font-size: 26px;
    line-height: 32px;
  }

  .home-projects .home-projects-top-social .content {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 21px;
  }

  .home-projects .home-projects-top-button-in {
    width: 100%;
  }

  .home-projects .project-butn {
    font-size: 18px;
    line-height: 26px;
  }

  .home-projects .home-projects-col {
    width: 100%;
  }


  .home-projects {
    padding-bottom: 75px;
  }

  .home-projects ul.slick-dots li,.home-projects ul.slick-dots {
    font-size: 12px;
  }
  .home-projects .home-projects-top-social .content {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-banner-inner {
    width: 100%;
    margin: 0;
  }

  .blog-top-content h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-banner-title h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-post__body h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog-post__body p+h4 {
    margin-top: 60px;
  }
  .blog-post__body .custom-testimonial-wrap.differ-padding {
    margin-top: 90px;
    margin-bottom: 160px;
  }

  .blog-post__body {
    margin-bottom: 50px;
  }

  .cm-author-title h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .cm-author-image-block {
    width: 16.66666667%;
  }

  .cm-author-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width:479px){
  .home-projects .home-projects-top-social .content {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-post__body .custom-testimonial-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }

  .blog-post__body .custom-newsletter-wrap {
    margin: 20px 0;
  }

  .blog-post__body h3.advanced-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media(max-width:400px){
  .blog-bannner-content {
    padding: 30px 20px;
  }

  .blog-banner-title h1 {
    font-size: 26px;
  }
}

/*   End   */

/*======= End =========*/



/*========Blog listing =========*/
/*   Banner   */


.blog-list-banner {
  color: #fff;
  padding: 30px;
}

.blog-list-banner * {
  color: inherit;
}

.blog-list-banner .blog-banner-in {
  background-color: #240485;
  padding-bottom: 100px;
  width:100%;
}


.blog-list-banner * {
  margin: 0;
}

.blog-list-banner .blog-banner-columns {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.blog-list-banner .blog-banner-columns-row {
  max-width: 890px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-list-banner .blog-banner-columns-row-in {
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333333%;
}

.blog-list-banner .title {
  padding-top: 150px;
  padding-bottom: 20px;
}

.blog-list-banner .title p {
  font-size: 60px;
  line-height: 68px;
  font-family: 'Montserrat';
  font-weight: 700;
}

.blog-list-banner .sumarry {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
  padding-bottom: 40px;
}

.blog-list-banner .sumarry * {
  font-size: inherit ;
  line-height: inherit ;
  font-weight: inherit ;
  font-family: inherit ;
  margin: 0 ;
}

.blog-list-banner.blog-banner-columns-row.row-top-banner .blog-banner-columns-row-in {
  width: 75%;
}

.blog-list-banner.blog-banner-columns-row-in {
  display: flex;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.blog-list-banner .row-bottom-banner-col {
  width: 25%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-list-banner .row-bottom-banner-col-in {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left-width: 2px;
  border-left-color: #6699ff;
  border-left-style: dotted;
  border-radius: 2px;
}

.blog-list-banner .blog-banner-columns-row.row-bottom-banner .blog-banner-columns-row-in {
  padding-left: 0;
  padding-right: 0;
  width:100%;
}

.blog-list-banner  .blog-banner-columns-row.row-top-banner .blog-banner-columns-row-in.banner-12 {
  width: 100%;
}

.blog-list-banner  .blog-banner-columns-row.row-top-banner .blog-banner-columns-row-in.banner-6 {
  width: 50%;
}
.blog-banner-btn a {
  width: 260px;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat;
}
.blog-banner-con p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Source Sans Pro';
  font-weight: 300;
}

.blog-list-banner .blog-banner-columns-row.row-bottom-banner .blog-banner-columns-row-in > div {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px){
  .blog-list-banner  .title {
    padding-top: 125px;
  }

  .blog-list-banner .row-bottom-banner-col-in-content .content {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 991px){
  .blog-list-banner  .row-bottom-banner-col-in-content .content {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px){
  .blog-list-banner  {
    padding: 0;
  }

  .blog-list-banner .blog-banner-columns-row.row-top-banner .blog-banner-columns-row-in {
    width: 100%;
  }

  .blog-list-banner .title {
    padding-top: 150px;
    padding-bottom: 10px;
  }

  .blog-list-banner .title p {
    font-size: 40px;
    line-height: 46px;
  }

  .blog-list-banner .sumarry {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 31px;
  }

  .blog-list-banner .row-bottom-banner-col {
    width: 100%;
  }

  .blog-list-banner .row-bottom-banner-col-in-content .content {
    font-size: 22px;
    line-height: 24px;
  }

  .blog-list-banner .blog-banner-in {
    padding-bottom: 40px;
  }

  .blog-list-banner .blog-banner-columns-row.row-top-banner .blog-banner-columns-row-in.banner-6 {
    width: 100%;
  }

  .blog-list-banner .blog-banner-columns-row-in {
    width: 100%;
  }
  .blog-banner-btn a {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-list-banner .blog-banner-columns-row.row-bottom-banner .blog-banner-columns-row-in>div {
    display: block;
  }

  .blog-banner-con {
    padding-top: 30px;
  }

}
@media (max-width: 479px){
  .blog-list-banner  .blog-banner-columns-row {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-list-banner  .row-bottom-banner-col-in-content {
    padding-left: 0;
  }

  .blog-list-banner .row-bottom-banner-col-in-content .content {
    font-size: 26px;
    line-height: 26px;
  }

  .blog-post-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/* End */


.blog-listing-top .content-wrapper {
  padding: 0;
}

.blog-sidebar {
  padding: 15px;
}

.blog-sidebar-inner {
  padding: 20px;
  background-color: #f9f4ee;
}

.blog-sidebar-inner h2, 
.blog-sidebar-inner .content_title_blog p {
  font-family: Montserrat !important;
  font-weight: 800 !important;
  color: #33c;
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important;
}

.blog-sidebar-inner h2 a {
  color: inherit;
  font-weight: 800;
}

.blog-sidebar-inner p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  color: #9d934d;
  margin-bottom: 20px;
  margin: 0;
}

.side-bar-topic h4 {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.side-bar-topic h4 a,.side-bar-topic h4 a:hover {
  color: inherit;
}

.side-bar-topic {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-sidebar-inner p a {
  color: #69F;
}


.sidebar-search {
  margin-bottom: 30px;
  margin-right: 17px;
}

.blog-listing-wrapper {
  padding-top: 10px;
  margin-bottom:50px;
}

.hs-blog-listing {
  background: #fff !important;
}
.blog-large-post-wrap {
  padding: 15px;
}

.blog-large-post-wrap-inner {
  font-size: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-width: 4px;
  border-bottom-color: #f3efe7;
  border-bottom-style: solid;
  border-radius: 4px;
}

.ult-spacer {
  height: 20px;
}

.large-blog-post,
.small-blog-post-inner{
  font-size: 16px;
  line-height: 32px;
}

.hs-featured-image-wrapper img {
  vertical-align: middle;
}

.blog-meta p {
  margin: 0;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #7B6C00;
  text-transform:capitalize;
}

.large-post-title p {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #3333cc;
  font-size: 26px;
  line-height: 34px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.large-post-title p a {
  color: inherit;
}

.read-more {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
}

.blog-listing-top {
  margin-bottom: 30px;
  padding-left:15px;
  padding-right:15px;
}

.blog-small-row > div {
  padding: 15px;
}

.blog-small-row {
  font-size: 0;
  padding:0 !important;
}
.small-blog-post-inner {
  padding: 0 15px;
}
.small-post-title {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  color: #3333cc;
  font-size: 22px;
  line-height: 30px;
}

.small-post-title a,
.small-post-title a:hover{
  color: inherit;
  font-size: 24px;
  font-family: 'Montserrat';
  line-height: 32px;
}
.small-post-title p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.small-blog-post {
  margin-bottom: 10px;
}

.sidebar-search button {
  padding:0;
  position: absolute;
  left: 0;
  bottom: auto;
  left: 20px;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 0;
  background: transparent;
}

.sidebar-search form {
  position: relative;
}

.sidebar-search button svg {
  display: none;
}

.sidebar-search button:before {
  font-size: 20px;
  font-family: 'Defaults';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #ffffff00;
  background: url(https://19825894.fs1.hubspotusercontent-na1.net/hubfs/19825894/Digitaweb/Icon/Magnifying%20glass.svg) center center no-repeat;
}

.sidebar-search button:before:hover {
  cursor:pointer;
}

.blog-listing-post-bottom {
  padding-bottom: 80px;
  padding-left:15px;
  padding-right:15px;
}

@media(max-width:1199px){
  .blog-listing-wrapper {
    padding-top: 20px;
  }
  .blog-sidebar-inner h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media(max-width:991px){
  .blog-sidebar-inner p {
    line-height: 28px;
  }

  .large-blog-post, .small-blog-post-inner {
    line-height: 28px;
  } 
  .side-bar-topic h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media(max-width:767px){
  .side-bar-topic h4 {
    font-size: 16px;
    line-height: 26px;
  }


  .large-post-title p {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-list-spacer {
    padding: 15px;
  }

  .blog-listing-post-bottom {
    padding-bottom: 65px;
  } 
}

@media(max-width:479px){
  .blog-large-post-wrap-inner {
    padding: 0;
  }
  .blog-listing-top {
    margin-bottom: 0;
  }

  .small-blog-post-inner {
    padding: 0;
  }


  .blog-listing-post-bottom {
    padding-bottom: 15px;
  }
}

/*========== End ==============*/

.blog-sidebar .hs-search-field--open li a, .blog-sidebar .hs-search-field--open li#results-for {
  padding: 10px;
}

.blog-sidebar .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  font-size: initial;
}

.blog-sidebar .hs-search-field--open .hs-search-field__suggestions li {
  background: transparent;
  padding: 0;
}

.blog-post-lay .home-projects .home-projects-card-title .content {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
}

.blog-post-social-outer .custom-social-icon-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-post-social-outer .custom-social-icon-wrap ul li i {
  line-height: 1em;
  color: #6699ff;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 12px;
}
.author-social-icon-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.author-social-icon-wrap ul li {
  display: table;
  width: 100%;
  margin-bottom: 7px;
}

.author-social-icon-wrap ul li i {
  margin-right: 5px;
  color: #6699ff;
  font-size: 24px;
  display: inline-block;
}

.author-social-icon-wrap ul li p {
  font-family: 'Source Sans Pro';
  color: #6699ff;
  font-size: 16px;
  line-height: 24px;
  display: table-cell;
  padding: 0;
  margin: 0 0 10px;
  vertical-align: middle;
  width: 100%;
}

.author-social-icon-wrap ul li p a {
  margin: 0 0 2px;
  display: inline-block;
  font-weight: normal;
}

.author-social-icon-wrap {
  margin-top: 20px;
}
.post-contimg-block .image-block {
}

.post-contimg-block .image-block img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.post-contimg-block .content-block {
  padding-left: 15px;
  padding-right: 15px;
}

.post-contimg-block .content-block p {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #444444;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.post-contimg-block .image-block .image {
}

.post-contimg-block {
  display: flex;
  align-items: center;
  margin-left:15px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .blog-post-social-outer .custom-social-icon-wrap ul li i {
    margin-bottom: 10px;
  }
}

/*@media(max-width:767px){
.post-contimg-block .image-block,
.post-contimg-block .content-block {
width: 100%;
float: none;
}
}*/

@media(max-width:500px){
  .post-contimg-block {
    display: block;
  }

  .image-block {
    margin-bottom: 10px;
  }

  .post-contimg-block .content-block {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

.content-404-wrapper {
  padding: 30px;
}

.error-404-page {
  background-color: #1d1c80;
  color: #fff;
  text-align: center;
  padding:0 10px;
}


.error-404-page * {
  color: inherit;
}

.error-404-page h1 {
  text-align: center;
  margin: 20% 0;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 68px;
  font-family: "Montserrat",arial,sans-serif;
}

.error-404-page:before,.error-404-page:after {
  display: table;
  content: "";
  line-height: 0;
}

.error-404-page h1 a {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}
.form-container .hs-form-field {
  margin-bottom: 18px;
}
.form-container form .hs-button {
  margin: 17px 0;
}
ul.hs-error-msgs {
  padding-left: 0;
}
.form-container .hs-form-field > label:first-child {
  display: block;
}
.form-container form {
  max-width: 767px;
}
input.email-edit.hs-input {
  height: auto !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
  width: 100% !important;
  max-width: 767px;
  margin-bottom: 18px;
}
.system-page-body-wrap {
  padding: 120px 0;
}
.content-404-wrapper.banner-include {
  margin-bottom: 60px;
}

.error-404-page {
  padding: 0;
}

.error-404-page h1 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 1024px){
  .error-404-page h1{
    margin: 20% 0;
    font-size: 40px;
    line-height: 44px;
  }
  .error-404-page h1 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px){
  .content-404-wrapper {
    padding: 0;
  }
  .error-404-page h1{
    margin: 20% 0;
    font-size: 30px;
    line-height: 34px;
  }
  .error-404-page h1 a {
    font-size: 16px;
    line-height: 20px;
  }
  .systems-page .page-header h1, .systems-page .page-header h2, .systems-page .page-header h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px){
  .systems-page {
    padding: 20px 15px;
  }
}

@media (max-width: 480px){
  .content-404-wrapper {
    padding: 0;
  }
  .error-404-page h1{
    margin: 20% 0;
    font-size: 30px;
    line-height: 34px;
  }
  .error-404-page h1 a {
    font-size: 16px;
    line-height: 20px;
  }
  .systems-page .page-header h1, .systems-page .page-header h2, .systems-page .page-header h3 {
    font-size: 18px;
  }
}
[class^="Defaults-"],[class*=" Defaults-"] {
  font-family: 'Defaults';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.Defaults-glass:before {
  content: "\f000"
}

.Defaults-music:before {
  content: "\f001"
}

.Defaults-search:before {
  content: "\f002"
}

.Defaults-envelope-o:before {
  content: "\f003"
}

.Defaults-heart:before {
  content: "\f004"
}

.Defaults-star:before {
  content: "\f005"
}

.Defaults-star-o:before {
  content: "\f006"
}

.Defaults-user:before {
  content: "\f007"
}

.Defaults-film:before {
  content: "\f008"
}

.Defaults-th-large:before {
  content: "\f009"
}

.Defaults-th:before {
  content: "\f00a"
}

.Defaults-th-list:before {
  content: "\f00b"
}

.Defaults-check:before {
  content: "\f00c"
}

.Defaults-close:before {
  content: "\f00d"
}

.Defaults-remove:before {
  content: "\f00d"
}

.Defaults-times:before {
  content: "\f00d"
}

.Defaults-search-plus:before {
  content: "\f00e"
}

.Defaults-search-minus:before {
  content: "\f010"
}

.Defaults-power-off:before {
  content: "\f011"
}

.Defaults-signal:before {
  content: "\f012"
}

.Defaults-cog:before {
  content: "\f013"
}

.Defaults-gear:before {
  content: "\f013"
}

.Defaults-trash-o:before {
  content: "\f014"
}

.Defaults-home:before {
  content: "\f015"
}

.Defaults-file-o:before {
  content: "\f016"
}

.Defaults-clock-o:before {
  content: "\f017"
}

.Defaults-road:before {
  content: "\f018"
}

.Defaults-download:before {
  content: "\f019"
}

.Defaults-arrow-circle-o-down:before {
  content: "\f01a"
}

.Defaults-arrow-circle-o-up:before {
  content: "\f01b"
}

.Defaults-inbox:before {
  content: "\f01c"
}

.Defaults-play-circle-o:before {
  content: "\f01d"
}

.Defaults-repeat:before {
  content: "\f01e"
}

.Defaults-rotate-right:before {
  content: "\f01e"
}

.Defaults-refresh:before {
  content: "\f021"
}

.Defaults-list-alt:before {
  content: "\f022"
}

.Defaults-lock:before {
  content: "\f023"
}

.Defaults-flag:before {
  content: "\f024"
}

.Defaults-headphones:before {
  content: "\f025"
}

.Defaults-volume-off:before {
  content: "\f026"
}

.Defaults-volume-down:before {
  content: "\f027"
}

.Defaults-volume-up:before {
  content: "\f028"
}

.Defaults-qrcode:before {
  content: "\f029"
}

.Defaults-barcode:before {
  content: "\f02a"
}

.Defaults-tag:before {
  content: "\f02b"
}

.Defaults-tags:before {
  content: "\f02c"
}

.Defaults-book:before {
  content: "\f02d"
}

.Defaults-bookmark:before {
  content: "\f02e"
}

.Defaults-print:before {
  content: "\f02f"
}

.Defaults-camera:before {
  content: "\f030"
}

.Defaults-font:before {
  content: "\f031"
}

.Defaults-bold:before {
  content: "\f032"
}

.Defaults-italic:before {
  content: "\f033"
}

.Defaults-text-height:before {
  content: "\f034"
}

.Defaults-text-width:before {
  content: "\f035"
}

.Defaults-align-left:before {
  content: "\f036"
}

.Defaults-align-center:before {
  content: "\f037"
}

.Defaults-align-right:before {
  content: "\f038"
}

.Defaults-align-justify:before {
  content: "\f039"
}

.Defaults-list:before {
  content: "\f03a"
}

.Defaults-dedent:before {
  content: "\f03b"
}

.Defaults-outdent:before {
  content: "\f03b"
}

.Defaults-indent:before {
  content: "\f03c"
}

.Defaults-video-camera:before {
  content: "\f03d"
}

.Defaults-image:before {
  content: "\f03e"
}

.Defaults-photo:before {
  content: "\f03e"
}

.Defaults-picture-o:before {
  content: "\f03e"
}

.Defaults-pencil:before {
  content: "\f040"
}

.Defaults-map-marker:before {
  content: "\f041"
}

.Defaults-adjust:before {
  content: "\f042"
}

.Defaults-tint:before {
  content: "\f043"
}

.Defaults-edit:before {
  content: "\f044"
}

.Defaults-pencil-square-o:before {
  content: "\f044"
}

.Defaults-share-square-o:before {
  content: "\f045"
}

.Defaults-check-square-o:before {
  content: "\f046"
}

.Defaults-arrows:before {
  content: "\f047"
}

.Defaults-step-backward:before {
  content: "\f048"
}

.Defaults-fast-backward:before {
  content: "\f049"
}

.Defaults-backward:before {
  content: "\f04a"
}

.Defaults-play:before {
  content: "\f04b"
}

.Defaults-pause:before {
  content: "\f04c"
}

.Defaults-stop:before {
  content: "\f04d"
}

.Defaults-forward:before {
  content: "\f04e"
}

.Defaults-fast-forward:before {
  content: "\f050"
}

.Defaults-step-forward:before {
  content: "\f051"
}

.Defaults-eject:before {
  content: "\f052"
}

.Defaults-chevron-left:before {
  content: "\f053"
}

.Defaults-chevron-right:before {
  content: "\f054"
}

.Defaults-plus-circle:before {
  content: "\f055"
}

.Defaults-minus-circle:before {
  content: "\f056"
}

.Defaults-times-circle:before {
  content: "\f057"
}

.Defaults-check-circle:before {
  content: "\f058"
}

.Defaults-question-circle:before {
  content: "\f059"
}

.Defaults-info-circle:before {
  content: "\f05a"
}

.Defaults-crosshairs:before {
  content: "\f05b"
}

.Defaults-times-circle-o:before {
  content: "\f05c"
}

.Defaults-check-circle-o:before {
  content: "\f05d"
}

.Defaults-ban:before {
  content: "\f05e"
}

.Defaults-arrow-left:before {
  content: "\f060"
}

.Defaults-arrow-right:before {
  content: "\f061"
}

.Defaults-arrow-up:before {
  content: "\f062"
}

.Defaults-arrow-down:before {
  content: "\f063"
}

.Defaults-mail-forward:before {
  content: "\f064"
}

.Defaults-share:before {
  content: "\f064"
}

.Defaults-expand:before {
  content: "\f065"
}

.Defaults-compress:before {
  content: "\f066"
}

.Defaults-plus:before {
  content: "\f067"
}

.Defaults-minus:before {
  content: "\f068"
}

.Defaults-asterisk:before {
  content: "\f069"
}

.Defaults-exclamation-circle:before {
  content: "\f06a"
}

.Defaults-gift:before {
  content: "\f06b"
}

.Defaults-leaf:before {
  content: "\f06c"
}

.Defaults-fire:before {
  content: "\f06d"
}

.Defaults-eye:before {
  content: "\f06e"
}

.Defaults-eye-slash:before {
  content: "\f070"
}

.Defaults-exclamation-triangle:before {
  content: "\f071"
}

.Defaults-warning:before {
  content: "\f071"
}

.Defaults-plane:before {
  content: "\f072"
}

.Defaults-calendar:before {
  content: "\f073"
}

.Defaults-random:before {
  content: "\f074"
}

.Defaults-comment:before {
  content: "\f075"
}

.Defaults-magnet:before {
  content: "\f076"
}

.Defaults-chevron-up:before {
  content: "\f077"
}

.Defaults-chevron-down:before {
  content: "\f078"
}

.Defaults-retweet:before {
  content: "\f079"
}

.Defaults-shopping-cart:before {
  content: "\f07a"
}

.Defaults-folder:before {
  content: "\f07b"
}

.Defaults-folder-open:before {
  content: "\f07c"
}

.Defaults-arrows-v:before {
  content: "\f07d"
}

.Defaults-arrows-h:before {
  content: "\f07e"
}

.Defaults-bar-chart:before {
  content: "\f080"
}

.Defaults-bar-chart-o:before {
  content: "\f080"
}

.Defaults-twitter-square:before {
  content: "\f081"
}

.Defaults-facebook-square:before {
  content: "\f082"
}

.Defaults-camera-retro:before {
  content: "\f083"
}

.Defaults-key:before {
  content: "\f084"
}

.Defaults-cogs:before {
  content: "\f085"
}

.Defaults-gears:before {
  content: "\f085"
}

.Defaults-comments:before {
  content: "\f086"
}

.Defaults-thumbs-o-up:before {
  content: "\f087"
}

.Defaults-thumbs-o-down:before {
  content: "\f088"
}

.Defaults-star-half:before {
  content: "\f089"
}

.Defaults-heart-o:before {
  content: "\f08a"
}

.Defaults-sign-out:before {
  content: "\f08b"
}

.Defaults-linkedin-square:before {
  content: "\f08c"
}

.Defaults-thumb-tack:before {
  content: "\f08d"
}

.Defaults-external-link:before {
  content: "\f08e"
}

.Defaults-sign-in:before {
  content: "\f090"
}

.Defaults-trophy:before {
  content: "\f091"
}

.Defaults-github-square:before {
  content: "\f092"
}

.Defaults-upload:before {
  content: "\f093"
}

.Defaults-lemon-o:before {
  content: "\f094"
}

.Defaults-phone:before {
  content: "\f095"
}

.Defaults-square-o:before {
  content: "\f096"
}

.Defaults-bookmark-o:before {
  content: "\f097"
}

.Defaults-phone-square:before {
  content: "\f098"
}

.Defaults-twitter:before {
  content: "\f099"
}

.Defaults-facebook:before {
  content: "\f09a"
}

.Defaults-facebook-f:before {
  content: "\f09a"
}

.Defaults-github:before {
  content: "\f09b"
}

.Defaults-unlock:before {
  content: "\f09c"
}

.Defaults-credit-card:before {
  content: "\f09d"
}

.Defaults-rss:before {
  content: "\f09e"
}

.Defaults-hdd-o:before {
  content: "\f0a0"
}

.Defaults-bullhorn:before {
  content: "\f0a1"
}

.Defaults-bell-o:before {
  content: "\f0a2"
}

.Defaults-certificate:before {
  content: "\f0a3"
}

.Defaults-hand-o-right:before {
  content: "\f0a4"
}

.Defaults-hand-o-left:before {
  content: "\f0a5"
}

.Defaults-hand-o-up:before {
  content: "\f0a6"
}

.Defaults-hand-o-down:before {
  content: "\f0a7"
}

.Defaults-arrow-circle-left:before {
  content: "\f0a8"
}

.Defaults-arrow-circle-right:before {
  content: "\f0a9"
}

.Defaults-arrow-circle-up:before {
  content: "\f0aa"
}

.Defaults-arrow-circle-down:before {
  content: "\f0ab"
}

.Defaults-globe:before {
  content: "\f0ac"
}

.Defaults-wrench:before {
  content: "\f0ad"
}

.Defaults-tasks:before {
  content: "\f0ae"
}

.Defaults-filter:before {
  content: "\f0b0"
}

.Defaults-briefcase:before {
  content: "\f0b1"
}

.Defaults-arrows-alt:before {
  content: "\f0b2"
}

.Defaults-group:before {
  content: "\f0c0"
}

.Defaults-users:before {
  content: "\f0c0"
}

.Defaults-chain:before {
  content: "\f0c1"
}

.Defaults-link:before {
  content: "\f0c1"
}

.Defaults-cloud:before {
  content: "\f0c2"
}

.Defaults-flask:before {
  content: "\f0c3"
}

.Defaults-cut:before {
  content: "\f0c4"
}

.Defaults-scissors:before {
  content: "\f0c4"
}

.Defaults-copy:before {
  content: "\f0c5"
}

.Defaults-files-o:before {
  content: "\f0c5"
}

.Defaults-paperclip:before {
  content: "\f0c6"
}

.Defaults-floppy-o:before {
  content: "\f0c7"
}

.Defaults-save:before {
  content: "\f0c7"
}

.Defaults-square:before {
  content: "\f0c8"
}

.Defaults-bars:before {
  content: "\f0c9"
}

.Defaults-navicon:before {
  content: "\f0c9"
}

.Defaults-reorder:before {
  content: "\f0c9"
}

.Defaults-list-ul:before {
  content: "\f0ca"
}

.Defaults-list-ol:before {
  content: "\f0cb"
}

.Defaults-strikethrough:before {
  content: "\f0cc"
}

.Defaults-underline:before {
  content: "\f0cd"
}

.Defaults-table:before {
  content: "\f0ce"
}

.Defaults-magic:before {
  content: "\f0d0"
}

.Defaults-truck:before {
  content: "\f0d1"
}

.Defaults-pinterest:before {
  content: "\f0d2"
}

.Defaults-pinterest-square:before {
  content: "\f0d3"
}

.Defaults-google-plus-square:before {
  content: "\f0d4"
}

.Defaults-google-plus:before {
  content: "\f0d5"
}

.Defaults-money:before {
  content: "\f0d6"
}

.Defaults-caret-down:before {
  content: "\f0d7"
}

.Defaults-caret-up:before {
  content: "\f0d8"
}

.Defaults-caret-left:before {
  content: "\f0d9"
}

.Defaults-caret-right:before {
  content: "\f0da"
}

.Defaults-columns:before {
  content: "\f0db"
}

.Defaults-sort:before {
  content: "\f0dc"
}

.Defaults-unsorted:before {
  content: "\f0dc"
}

.Defaults-sort-desc:before {
  content: "\f0dd"
}

.Defaults-sort-down:before {
  content: "\f0dd"
}

.Defaults-sort-asc:before {
  content: "\f0de"
}

.Defaults-sort-up:before {
  content: "\f0de"
}

.Defaults-envelope:before {
  content: "\f0e0"
}

.Defaults-linkedin:before {
  content: "\f0e1"
}

.Defaults-rotate-left:before {
  content: "\f0e2"
}

.Defaults-undo:before {
  content: "\f0e2"
}

.Defaults-gavel:before {
  content: "\f0e3"
}

.Defaults-legal:before {
  content: "\f0e3"
}

.Defaults-dashboard:before {
  content: "\f0e4"
}

.Defaults-tachometer:before {
  content: "\f0e4"
}

.Defaults-comment-o:before {
  content: "\f0e5"
}

.Defaults-comments-o:before {
  content: "\f0e6"
}

.Defaults-bolt:before {
  content: "\f0e7"
}

.Defaults-flash:before {
  content: "\f0e7"
}

.Defaults-sitemap:before {
  content: "\f0e8"
}

.Defaults-umbrella:before {
  content: "\f0e9"
}

.Defaults-clipboard:before {
  content: "\f0ea"
}

.Defaults-paste:before {
  content: "\f0ea"
}

.Defaults-lightbulb-o:before {
  content: "\f0eb"
}

.Defaults-exchange:before {
  content: "\f0ec"
}

.Defaults-cloud-download:before {
  content: "\f0ed"
}

.Defaults-cloud-upload:before {
  content: "\f0ee"
}

.Defaults-user-md:before {
  content: "\f0f0"
}

.Defaults-stethoscope:before {
  content: "\f0f1"
}

.Defaults-suitcase:before {
  content: "\f0f2"
}

.Defaults-bell:before {
  content: "\f0f3"
}

.Defaults-coffee:before {
  content: "\f0f4"
}

.Defaults-cutlery:before {
  content: "\f0f5"
}

.Defaults-file-text-o:before {
  content: "\f0f6"
}

.Defaults-building-o:before {
  content: "\f0f7"
}

.Defaults-hospital-o:before {
  content: "\f0f8"
}

.Defaults-ambulance:before {
  content: "\f0f9"
}

.Defaults-medkit:before {
  content: "\f0fa"
}

.Defaults-fighter-jet:before {
  content: "\f0fb"
}

.Defaults-beer:before {
  content: "\f0fc"
}

.Defaults-h-square:before {
  content: "\f0fd"
}

.Defaults-plus-square:before {
  content: "\f0fe"
}

.Defaults-angle-double-left:before {
  content: "\f100"
}

.Defaults-angle-double-right:before {
  content: "\f101"
}

.Defaults-angle-double-up:before {
  content: "\f102"
}

.Defaults-angle-double-down:before {
  content: "\f103"
}

.Defaults-angle-left:before {
  content: "\f104"
}

.Defaults-angle-right:before {
  content: "\f105"
}

.Defaults-angle-up:before {
  content: "\f106"
}

.Defaults-angle-down:before {
  content: "\f107"
}

.Defaults-desktop:before {
  content: "\f108"
}

.Defaults-laptop:before {
  content: "\f109"
}

.Defaults-tablet:before {
  content: "\f10a"
}

.Defaults-mobile:before {
  content: "\f10b"
}

.Defaults-mobile-phone:before {
  content: "\f10b"
}

.Defaults-circle-o:before {
  content: "\f10c"
}

.Defaults-quote-left:before {
  content: "\f10d"
}

.Defaults-quote-right:before {
  content: "\f10e"
}

.Defaults-spinner:before {
  content: "\f110"
}

.Defaults-circle:before {
  content: "\f111"
}

.Defaults-mail-reply:before {
  content: "\f112"
}

.Defaults-reply:before {
  content: "\f112"
}

.Defaults-github-alt:before {
  content: "\f113"
}

.Defaults-folder-o:before {
  content: "\f114"
}

.Defaults-folder-open-o:before {
  content: "\f115"
}

.Defaults-smile-o:before {
  content: "\f118"
}

.Defaults-frown-o:before {
  content: "\f119"
}

.Defaults-meh-o:before {
  content: "\f11a"
}

.Defaults-gamepad:before {
  content: "\f11b"
}

.Defaults-keyboard-o:before {
  content: "\f11c"
}

.Defaults-flag-o:before {
  content: "\f11d"
}

.Defaults-flag-checkered:before {
  content: "\f11e"
}

.Defaults-terminal:before {
  content: "\f120"
}

.Defaults-code:before {
  content: "\f121"
}

.Defaults-mail-reply-all:before {
  content: "\f122"
}

.Defaults-reply-all:before {
  content: "\f122"
}

.Defaults-star-half-empty:before {
  content: "\f123"
}

.Defaults-star-half-full:before {
  content: "\f123"
}

.Defaults-star-half-o:before {
  content: "\f123"
}

.Defaults-location-arrow:before {
  content: "\f124"
}

.Defaults-crop:before {
  content: "\f125"
}

.Defaults-code-fork:before {
  content: "\f126"
}

.Defaults-chain-broken:before {
  content: "\f127"
}

.Defaults-unlink:before {
  content: "\f127"
}

.Defaults-question:before {
  content: "\f128"
}

.Defaults-info:before {
  content: "\f129"
}

.Defaults-exclamation:before {
  content: "\f12a"
}

.Defaults-superscript:before {
  content: "\f12b"
}

.Defaults-subscript:before {
  content: "\f12c"
}

.Defaults-eraser:before {
  content: "\f12d"
}

.Defaults-puzzle-piece:before {
  content: "\f12e"
}

.Defaults-microphone:before {
  content: "\f130"
}

.Defaults-microphone-slash:before {
  content: "\f131"
}

.Defaults-shield:before {
  content: "\f132"
}

.Defaults-calendar-o:before {
  content: "\f133"
}

.Defaults-fire-extinguisher:before {
  content: "\f134"
}

.Defaults-rocket:before {
  content: "\f135"
}

.Defaults-maxcdn:before {
  content: "\f136"
}

.Defaults-chevron-circle-left:before {
  content: "\f137"
}

.Defaults-chevron-circle-right:before {
  content: "\f138"
}

.Defaults-chevron-circle-up:before {
  content: "\f139"
}

.Defaults-chevron-circle-down:before {
  content: "\f13a"
}

.Defaults-html5:before {
  content: "\f13b"
}

.Defaults-css3:before {
  content: "\f13c"
}

.Defaults-anchor:before {
  content: "\f13d"
}

.Defaults-unlock-alt:before {
  content: "\f13e"
}

.Defaults-bullseye:before {
  content: "\f140"
}

.Defaults-ellipsis-h:before {
  content: "\f141"
}

.Defaults-ellipsis-v:before {
  content: "\f142"
}

.Defaults-rss-square:before {
  content: "\f143"
}

.Defaults-play-circle:before {
  content: "\f144"
}

.Defaults-ticket:before {
  content: "\f145"
}

.Defaults-minus-square:before {
  content: "\f146"
}

.Defaults-minus-square-o:before {
  content: "\f147"
}

.Defaults-level-up:before {
  content: "\f148"
}

.Defaults-level-down:before {
  content: "\f149"
}

.Defaults-check-square:before {
  content: "\f14a"
}

.Defaults-pencil-square:before {
  content: "\f14b"
}

.Defaults-external-link-square:before {
  content: "\f14c"
}

.Defaults-share-square:before {
  content: "\f14d"
}

.Defaults-compass:before {
  content: "\f14e"
}

.Defaults-caret-square-o-down:before {
  content: "\f150"
}

.Defaults-toggle-down:before {
  content: "\f150"
}

.Defaults-caret-square-o-up:before {
  content: "\f151"
}

.Defaults-toggle-up:before {
  content: "\f151"
}

.Defaults-caret-square-o-right:before {
  content: "\f152"
}

.Defaults-toggle-right:before {
  content: "\f152"
}

.Defaults-eur:before {
  content: "\f153"
}

.Defaults-euro:before {
  content: "\f153"
}

.Defaults-gbp:before {
  content: "\f154"
}

.Defaults-dollar:before {
  content: "\f155"
}

.Defaults-usd:before {
  content: "\f155"
}

.Defaults-inr:before {
  content: "\f156"
}

.Defaults-rupee:before {
  content: "\f156"
}

.Defaults-cny:before {
  content: "\f157"
}

.Defaults-jpy:before {
  content: "\f157"
}

.Defaults-rmb:before {
  content: "\f157"
}

.Defaults-yen:before {
  content: "\f157"
}

.Defaults-rouble:before {
  content: "\f158"
}

.Defaults-rub:before {
  content: "\f158"
}

.Defaults-ruble:before {
  content: "\f158"
}

.Defaults-krw:before {
  content: "\f159"
}

.Defaults-won:before {
  content: "\f159"
}

.Defaults-bitcoin:before {
  content: "\f15a"
}

.Defaults-btc:before {
  content: "\f15a"
}

.Defaults-file:before {
  content: "\f15b"
}

.Defaults-file-text:before {
  content: "\f15c"
}

.Defaults-sort-alpha-asc:before {
  content: "\f15d"
}

.Defaults-sort-alpha-desc:before {
  content: "\f15e"
}

.Defaults-sort-amount-asc:before {
  content: "\f160"
}

.Defaults-sort-amount-desc:before {
  content: "\f161"
}

.Defaults-sort-numeric-asc:before {
  content: "\f162"
}

.Defaults-sort-numeric-desc:before {
  content: "\f163"
}

.Defaults-thumbs-up:before {
  content: "\f164"
}

.Defaults-thumbs-down:before {
  content: "\f165"
}

.Defaults-youtube-square:before {
  content: "\f166"
}

.Defaults-youtube:before {
  content: "\f167"
}

.Defaults-xing:before {
  content: "\f168"
}

.Defaults-xing-square:before {
  content: "\f169"
}

.Defaults-youtube-play:before {
  content: "\f16a"
}

.Defaults-dropbox:before {
  content: "\f16b"
}

.Defaults-stack-overflow:before {
  content: "\f16c"
}

.Defaults-instagram:before {
  content: "\f16d"
}

.Defaults-flickr:before {
  content: "\f16e"
}

.Defaults-adn:before {
  content: "\f170"
}

.Defaults-bitbucket:before {
  content: "\f171"
}

.Defaults-bitbucket-square:before {
  content: "\f172"
}

.Defaults-tumblr:before {
  content: "\f173"
}

.Defaults-tumblr-square:before {
  content: "\f174"
}

.Defaults-long-arrow-down:before {
  content: "\f175"
}

.Defaults-long-arrow-up:before {
  content: "\f176"
}

.Defaults-long-arrow-left:before {
  content: "\f177"
}

.Defaults-long-arrow-right:before {
  content: "\f178"
}

.Defaults-apple:before {
  content: "\f179"
}

.Defaults-windows:before {
  content: "\f17a"
}

.Defaults-android:before {
  content: "\f17b"
}

.Defaults-linux:before {
  content: "\f17c"
}

.Defaults-dribbble:before {
  content: "\f17d"
}

.Defaults-skype:before {
  content: "\f17e"
}

.Defaults-foursquare:before {
  content: "\f180"
}

.Defaults-trello:before {
  content: "\f181"
}

.Defaults-female:before {
  content: "\f182"
}

.Defaults-male:before {
  content: "\f183"
}

.Defaults-gittip:before {
  content: "\f184"
}

.Defaults-gratipay:before {
  content: "\f184"
}

.Defaults-sun-o:before {
  content: "\f185"
}

.Defaults-moon-o:before {
  content: "\f186"
}

.Defaults-archive:before {
  content: "\f187"
}

.Defaults-bug:before {
  content: "\f188"
}

.Defaults-vk:before {
  content: "\f189"
}

.Defaults-weibo:before {
  content: "\f18a"
}

.Defaults-renren:before {
  content: "\f18b"
}

.Defaults-pagelines:before {
  content: "\f18c"
}

.Defaults-stack-exchange:before {
  content: "\f18d"
}

.Defaults-arrow-circle-o-right:before {
  content: "\f18e"
}

.Defaults-arrow-circle-o-left:before {
  content: "\f190"
}

.Defaults-caret-square-o-left:before {
  content: "\f191"
}

.Defaults-toggle-left:before {
  content: "\f191"
}

.Defaults-dot-circle-o:before {
  content: "\f192"
}

.Defaults-wheelchair:before {
  content: "\f193"
}

.Defaults-vimeo-square:before {
  content: "\f194"
}

.Defaults-try:before {
  content: "\f195"
}

.Defaults-turkish-lira:before {
  content: "\f195"
}

.Defaults-plus-square-o:before {
  content: "\f196"
}

.Defaults-space-shuttle:before {
  content: "\f197"
}

.Defaults-slack:before {
  content: "\f198"
}

.Defaults-envelope-square:before {
  content: "\f199"
}

.Defaults-wordpress:before {
  content: "\f19a"
}

.Defaults-openid:before {
  content: "\f19b"
}

.Defaults-bank:before {
  content: "\f19c"
}

.Defaults-institution:before {
  content: "\f19c"
}

.Defaults-university:before {
  content: "\f19c"
}

.Defaults-graduation-cap:before {
  content: "\f19d"
}

.Defaults-mortar-board:before {
  content: "\f19d"
}

.Defaults-yahoo:before {
  content: "\f19e"
}

.Defaults-google:before {
  content: "\f1a0"
}

.Defaults-reddit:before {
  content: "\f1a1"
}

.Defaults-reddit-square:before {
  content: "\f1a2"
}

.Defaults-stumbleupon-circle:before {
  content: "\f1a3"
}

.Defaults-stumbleupon:before {
  content: "\f1a4"
}

.Defaults-delicious:before {
  content: "\f1a5"
}

.Defaults-digg:before {
  content: "\f1a6"
}

.Defaults-pied-piper:before {
  content: "\f1a7"
}

.Defaults-pied-piper-alt:before {
  content: "\f1a8"
}

.Defaults-drupal:before {
  content: "\f1a9"
}

.Defaults-joomla:before {
  content: "\f1aa"
}

.Defaults-language:before {
  content: "\f1ab"
}

.Defaults-fax:before {
  content: "\f1ac"
}

.Defaults-building:before {
  content: "\f1ad"
}

.Defaults-child:before {
  content: "\f1ae"
}

.Defaults-paw:before {
  content: "\f1b0"
}

.Defaults-spoon:before {
  content: "\f1b1"
}

.Defaults-cube:before {
  content: "\f1b2"
}

.Defaults-cubes:before {
  content: "\f1b3"
}

.Defaults-behance:before {
  content: "\f1b4"
}

.Defaults-behance-square:before {
  content: "\f1b5"
}

.Defaults-steam:before {
  content: "\f1b6"
}

.Defaults-steam-square:before {
  content: "\f1b7"
}

.Defaults-recycle:before {
  content: "\f1b8"
}

.Defaults-automobile:before {
  content: "\f1b9"
}

.Defaults-car:before {
  content: "\f1b9"
}

.Defaults-cab:before {
  content: "\f1ba"
}

.Defaults-taxi:before {
  content: "\f1ba"
}

.Defaults-tree:before {
  content: "\f1bb"
}

.Defaults-spotify:before {
  content: "\f1bc"
}

.Defaults-deviantart:before {
  content: "\f1bd"
}

.Defaults-soundcloud:before {
  content: "\f1be"
}

.Defaults-database:before {
  content: "\f1c0"
}

.Defaults-file-pdf-o:before {
  content: "\f1c1"
}

.Defaults-file-word-o:before {
  content: "\f1c2"
}

.Defaults-file-excel-o:before {
  content: "\f1c3"
}

.Defaults-file-powerpoint-o:before {
  content: "\f1c4"
}

.Defaults-file-image-o:before {
  content: "\f1c5"
}

.Defaults-file-photo-o:before {
  content: "\f1c5"
}

.Defaults-file-picture-o:before {
  content: "\f1c5"
}

.Defaults-file-archive-o:before {
  content: "\f1c6"
}

.Defaults-file-zip-o:before {
  content: "\f1c6"
}

.Defaults-file-audio-o:before {
  content: "\f1c7"
}

.Defaults-file-sound-o:before {
  content: "\f1c7"
}

.Defaults-file-movie-o:before {
  content: "\f1c8"
}

.Defaults-file-video-o:before {
  content: "\f1c8"
}

.Defaults-file-code-o:before {
  content: "\f1c9"
}

.Defaults-vine:before {
  content: "\f1ca"
}

.Defaults-codepen:before {
  content: "\f1cb"
}

.Defaults-jsfiddle:before {
  content: "\f1cc"
}

.Defaults-life-bouy:before {
  content: "\f1cd"
}

.Defaults-life-buoy:before {
  content: "\f1cd"
}

.Defaults-life-ring:before {
  content: "\f1cd"
}

.Defaults-life-saver:before {
  content: "\f1cd"
}

.Defaults-support:before {
  content: "\f1cd"
}

.Defaults-circle-o-notch:before {
  content: "\f1ce"
}

.Defaults-ra:before {
  content: "\f1d0"
}

.Defaults-rebel:before {
  content: "\f1d0"
}

.Defaults-empire:before {
  content: "\f1d1"
}

.Defaults-ge:before {
  content: "\f1d1"
}

.Defaults-git-square:before {
  content: "\f1d2"
}

.Defaults-git:before {
  content: "\f1d3"
}

.Defaults-hacker-news:before {
  content: "\f1d4"
}

.Defaults-tencent-weibo:before {
  content: "\f1d5"
}

.Defaults-qq:before {
  content: "\f1d6"
}

.Defaults-wechat:before {
  content: "\f1d7"
}

.Defaults-weixin:before {
  content: "\f1d7"
}

.Defaults-paper-plane:before {
  content: "\f1d8"
}

.Defaults-send:before {
  content: "\f1d8"
}

.Defaults-paper-plane-o:before {
  content: "\f1d9"
}

.Defaults-send-o:before {
  content: "\f1d9"
}

.Defaults-history:before {
  content: "\f1da"
}

.Defaults-circle-thin:before {
  content: "\f1db"
}

.Defaults-genderless:before {
  content: "\f1db"
}

.Defaults-header:before {
  content: "\f1dc"
}

.Defaults-paragraph:before {
  content: "\f1dd"
}

.Defaults-sliders:before {
  content: "\f1de"
}

.Defaults-share-alt:before {
  content: "\f1e0"
}

.Defaults-share-alt-square:before {
  content: "\f1e1"
}

.Defaults-bomb:before {
  content: "\f1e2"
}

.Defaults-futbol-o:before {
  content: "\f1e3"
}

.Defaults-soccer-ball-o:before {
  content: "\f1e3"
}

.Defaults-tty:before {
  content: "\f1e4"
}

.Defaults-binoculars:before {
  content: "\f1e5"
}

.Defaults-plug:before {
  content: "\f1e6"
}

.Defaults-slideshare:before {
  content: "\f1e7"
}

.Defaults-twitch:before {
  content: "\f1e8"
}

.Defaults-yelp:before {
  content: "\f1e9"
}

.Defaults-newspaper-o:before {
  content: "\f1ea"
}

.Defaults-wifi:before {
  content: "\f1eb"
}

.Defaults-calculator:before {
  content: "\f1ec"
}

.Defaults-paypal:before {
  content: "\f1ed"
}

.Defaults-google-wallet:before {
  content: "\f1ee"
}

.Defaults-cc-visa:before {
  content: "\f1f0"
}

.Defaults-cc-mastercard:before {
  content: "\f1f1"
}

.Defaults-cc-discover:before {
  content: "\f1f2"
}

.Defaults-cc-amex:before {
  content: "\f1f3"
}

.Defaults-cc-paypal:before {
  content: "\f1f4"
}

.Defaults-cc-stripe:before {
  content: "\f1f5"
}

.Defaults-bell-slash:before {
  content: "\f1f6"
}

.Defaults-bell-slash-o:before {
  content: "\f1f7"
}

.Defaults-trash:before {
  content: "\f1f8"
}

.Defaults-copyright:before {
  content: "\f1f9"
}

.Defaults-at:before {
  content: "\f1fa"
}

.Defaults-eyedropper:before {
  content: "\f1fb"
}

.Defaults-paint-brush:before {
  content: "\f1fc"
}

.Defaults-birthday-cake:before {
  content: "\f1fd"
}

.Defaults-area-chart:before {
  content: "\f1fe"
}

.Defaults-pie-chart:before {
  content: "\f200"
}

.Defaults-line-chart:before {
  content: "\f201"
}

.Defaults-lastfm:before {
  content: "\f202"
}

.Defaults-lastfm-square:before {
  content: "\f203"
}

.Defaults-toggle-off:before {
  content: "\f204"
}

.Defaults-toggle-on:before {
  content: "\f205"
}

.Defaults-bicycle:before {
  content: "\f206"
}

.Defaults-bus:before {
  content: "\f207"
}

.Defaults-ioxhost:before {
  content: "\f208"
}

.Defaults-angellist:before {
  content: "\f209"
}

.Defaults-cc:before {
  content: "\f20a"
}

.Defaults-ils:before {
  content: "\f20b"
}

.Defaults-shekel:before {
  content: "\f20b"
}

.Defaults-sheqel:before {
  content: "\f20b"
}

.Defaults-meanpath:before {
  content: "\f20c"
}

.Defaults-buysellads:before {
  content: "\f20d"
}

.Defaults-connectdevelop:before {
  content: "\f20e"
}

.Defaults-dashcube:before {
  content: "\f210"
}

.Defaults-forumbee:before {
  content: "\f211"
}

.Defaults-leanpub:before {
  content: "\f212"
}

.Defaults-sellsy:before {
  content: "\f213"
}

.Defaults-shirtsinbulk:before {
  content: "\f214"
}

.Defaults-simplybuilt:before {
  content: "\f215"
}

.Defaults-skyatlas:before {
  content: "\f216"
}

.Defaults-cart-plus:before {
  content: "\f217"
}

.Defaults-cart-arrow-down:before {
  content: "\f218"
}

.Defaults-diamond:before {
  content: "\f219"
}

.Defaults-ship:before {
  content: "\f21a"
}

.Defaults-user-secret:before {
  content: "\f21b"
}

.Defaults-motorcycle:before {
  content: "\f21c"
}

.Defaults-street-view:before {
  content: "\f21d"
}

.Defaults-heartbeat:before {
  content: "\f21e"
}

.Defaults-venus:before {
  content: "\f221"
}

.Defaults-mars:before {
  content: "\f222"
}

.Defaults-mercury:before {
  content: "\f223"
}

.Defaults-transgender:before {
  content: "\f224"
}

.Defaults-transgender-alt:before {
  content: "\f225"
}

.Defaults-venus-double:before {
  content: "\f226"
}

.Defaults-mars-double:before {
  content: "\f227"
}

.Defaults-venus-mars:before {
  content: "\f228"
}

.Defaults-mars-stroke:before {
  content: "\f229"
}

.Defaults-mars-stroke-v:before {
  content: "\f22a"
}

.Defaults-mars-stroke-h:before {
  content: "\f22b"
}

.Defaults-neuter:before {
  content: "\f22c"
}

.Defaults-facebook-official:before {
  content: "\f230"
}

.Defaults-pinterest-p:before {
  content: "\f231"
}

.Defaults-whatsapp:before {
  content: "\f232"
}

.Defaults-server:before {
  content: "\f233"
}

.Defaults-user-plus:before {
  content: "\f234"
}

.Defaults-user-times:before {
  content: "\f235"
}

.Defaults-bed:before {
  content: "\f236"
}

.Defaults-hotel:before {
  content: "\f236"
}

.Defaults-viacoin:before {
  content: "\f237"
}

.Defaults-train:before {
  content: "\f238"
}

.Defaults-subway:before {
  content: "\f239"
}

.Defaults-medium:before {
  content: "\f23a"
}
[class^="ultsl-"],[class*=" ultsl-"] {
  font-family: 'ult-silk';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ultsl-arrow-right:before {
  content: "\e600"
}

.ultsl-arrow-left:before {
  content: "\e601"
}

.ultsl-arrow-right2:before {
  content: "\e602"
}

.ultsl-arrow-left2:before {
  content: "\e603"
}

.ultsl-arrow-right3:before {
  content: "\e604"
}

.ultsl-arrow-left3:before {
  content: "\e605"
}

.ultsl-checkbox-unchecked:before {
  content: "\e606"
}

.ultsl-checkbox-partial:before {
  content: "\e607"
}

.ultsl-radio-checked:before {
  content: "\e608"
}

.ultsl-radio-unchecked:before {
  content: "\e609"
}

.ultsl-record:before {
  content: "\e60a"
}

.ultsl-stop:before {
  content: "\e60b"
}

.ultsl-arrow-left4:before {
  content: "\e60c"
}

.ultsl-arrow-right4:before {
  content: "\e60d"
}

.ultsl-arrow-left5:before {
  content: "\e60e"
}

.ultsl-arrow-right5:before {
  content: "\e60f"
}

.ultsl-arrow-left6:before {
  content: "\e610"
}

.ultsl-arrow-right6:before {
  content: "\e611"
}
/* Slider */
.slick-slider
{
  position: relative;
  color:#D8D8D8;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  z-index: 5;
}
.daniel-jouvance-page .custom-daniel-jouvance-row3 .container-fluid.daniel-section3 .dnd-section>.row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-layout-fr .daniel-jouvance-page .custom-daniel-jouvance-row1 .hs_cos_wrapper_type_rich_text p, 
.hs-layout-fr .daniel-jouvance-page .custom-daniel-jouvance-row3 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Source Sans Pro';
}
.hs-layout-fr .daniel-jouvance-page .custom-daniel-jouvance-row2 p {
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-fr .custom-bonobo-guerilla-row2 p {
  font-size: 22px;
  line-height: 30px;
}
.hs-layout-fr .custom-bonobo-guerilla-row4 .hs_cos_wrapper_type_rich_text p {
  font-style: normal;
  font-family: 'Montserrat';
}

.hs-layout-fr .rhone-alpes-page .custom-bonobo-guerilla-row2 p {
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-fr .rhone-alpes-page .custom-bonobo-guerilla-row2 h5 {
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-fr .rhone-alpes-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 22px;
}
.custom-utilisateur-ux-row1 .hs_cos_wrapper_type_rich_text h1 {
  font-family: 'Montserrat';
}
.custom-moments-section-3 h2 + p {
  font-size: 26px;
  line-height: 32px
}
.custom-moments-section-3 p {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.hs-layout-fr .orange-prototype-guerilla-page .page-header.section-header h2+p {
  font-size: 26px;
  line-height: 32px;
}
.hs-layout-fr .orange-prototype-guerilla-page-row-two .widget-type-text {
    line-height: 30px;
    font-size: 22px;
}
.hs-layout-fr .orange-prototype-guerilla-page-row-four .custom-work-banner-group .custom-work-banner-title h2 {
  font-family: 'Montserrat';
}
.hs-layout-fr .orange-prototype-guerilla-page-row-five .row-number-3 .widget-type-header h2 {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.hs-layout-fr .orange-prototype-guerilla-page-row-five .row-number-24 .widget-type-header h2 {
  font-size: 26px;
  line-height: 32px;
  font-family: 'Source Sans Pro';
}
.hs-layout-fr .orange-prototype-guerilla-page-row-six .widget-type-header h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Source Sans Pro';
}
.hs-layout-en .custom-content-image-col-wrap .custom-content-content-col p {
  font-size: 24px;
  line-height: 32px;
}
.hs-layout-en .custom-project-overview-group .custom-content h4 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width:768px){
  .contact-agence-lay .resurch-center-section .feature-image {
    max-width: 54%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width:767px){
  .footer_menu .hs-menu-wrapper>ul {
    padding-top: 168px;
  }
  .rhone-alpes-page .custom-bonobo-guerilla-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 24px;
    line-height: 32px !important;
  }
  .hs-layout-fr .rhone-alpes-page .custom-bonobo-guerilla-row2 p {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-moments-section-3 p {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-moments-section-3 h2+p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-fr .orange-prototype-guerilla-page .page-header.section-header h2+p {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-fr .orange-prototype-guerilla-page-row-five .custom-work-banner-group .custom-work-banner-title h2 {
    line-height: 48px;
    font-size: 32px;
  }
  .hs-layout-fr .orange-prototype-guerilla-page-row-six .widget-type-header h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-layout-fr .orange-prototype-guerilla-page-row-two .widget-type-text {
    line-height: 32px;
    font-size: 24px;
  }
  .hs-layout-fr .custom-work-banner-group .custom-work-banner-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .hs-layout-fr .custom-work-banner-wrap.custom-work-banner-wrap-widget_1621842363204 .custom-work-banner-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width:479px){
  .footer_menu .hs-menu-wrapper>ul {
    padding-top: 175px;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}