/* COULEURS PRINCIPALES */


/* text_color = theme.global_colors.text_color.color #706F6F */



/* ACTIONS ET PROJETS */

/* orange_color = theme.global_colors.primary_color.color */




/* HUMAIN + RSE */



















.cleram-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.171303075vw;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 79.64860908vw;
  padding: 0;
}

.square {
  background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Cleram_2021/logos/logos-cleram/web/Fichier%203.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 2.928257687vw;
}
.square > * {
  margin-bottom: 2.928257687vw;
}
.square-tl {
  background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_top_left.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 2.928257687vw;
  padding-top: 2.928257687vw;
  padding-left: calc(2.928257687vw + 1.171303075vw);
}
.square-tr {
  background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_Plan%20de%20travail%20top%20right.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 2.928257687vw;
  padding: 2.928257687vw 2.928257687vw 0 0;
}
.square-bl {
  background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_top_left.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 2.928257687vw;
  padding: 2.928257687vw 0 0 2.928257687vw;
}
.quote {
  background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Trace%CC%81%201126.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.68374817vw;
}
.quote > * {
  padding: 1.68374817vw 1.830161054vw;
}
.white-border {
  border: 0.5124450952vw solid #ffffff;
  box-shadow: inset 10px 10px 10px white;
}
.mt-36 {
  margin-top: 2.635431918vw;
}
.pb-36 {
  padding-bottom: 2.635431918vw;
}
/* ANIMATION */

.animate-text {
  position: relative;
}
.animate-line {
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  visibility: collapse;
  position: absolute;
  padding-left: .2rem;
  width: calc((4 * 5.563689605vw) - 2.928257687vw);
}
.shown {
  opacity: 1;
  visibility: visible;
}
/*.animate-text {
  float: left;
  overflow: hidden;
  height: 1.830161054vw;
}*/
/*.animate-line {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
  top: 0;
  left: 0;*/


/*animation*/
/*-webkit-animation:move 10s;
   -moz-animation:move 10s;
    -ms-animation:move 10s;
     -o-animation:move 10s;
        animation:move 10s;*/
/*animation-iteration-count*/
/*-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;*/
/*animation-delay*/
/*-webkit-animation-delay:3s;
   -moz-animation-delay:3s;
    -ms-animation-delay:3s;
     -o-animation-delay:3s;
        animation-delay:3s;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}

@-webkit-keyframes move {
0%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
@-moz-keyframes move {
0%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
@-o-keyframes move {
0%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
@keyframes move {
0%  { top: 0px; }
20% { top: -35px; }
40% { top: -70px; }
60% { top: -105px; }
80% { top: -140px; }
}
*/
@media(max-width: 540px) {
  .cleram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.666666667vw;
  }

  .content-wrapper {
    margin: 0 auto;
    padding: 0 !important;
    max-width: 80.53333333vw;
  }
  .square {
    padding-right: 18.13333333vw;
    background-size: 5.333333333vw;
  }
  .square-tl,
  .square-tr,
  .square-bl {
    background-size: 7.2vw;
  }
  .square-tl {
    padding-top: 7.2vw;
    padding-left: calc(7.2vw + 2.666666667vw);
  }
  .mt-36 {
    margin-top: 9.6vw;
  }
  .pb-36 {
    padding-bottom: 9.6vw;
  }
  .white-border {
    border: 1.333333333vw solid #ffffff;
  }
  .quote {
    background-size: 5.333333333vw;
  }
  .animate-line {
    width: calc(3 * 18.13333333vw);
  }
}
/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
 font-family: 'Quentin';
 src: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Fonts/Quentin.otf') format('truetype')
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  /*max-width: 1088px;*/
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1088px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
html:not(.cleram-grid) button {
  padding: 12px 20px;
}
button a, .button a,
a.button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #EFBE99;
  border-radius: 0px;
  color: #EFBE99;
  padding: 0.7320644217vw 0;
  font-family: Poppins, sans-serif;
  font-size: 1.171303075vw; /*16px;*/
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

button:hover a, button:focus a, button:active a,
.button:hover a, .button:focus a, .button:active a,
a.button:hover, a.button:focus, a.button:active {
  background-color: rgba(239, 190, 153, 1.0);
  border-color: rgba(239, 190, 153, 1.0);
  color: #FFF;
  text-decoration: none;
}

button:disabled, .button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button a, .button a {
  color: #EFBE99;
}
.kl-header button a, 
.kl-header .button a {
  width: auto;
}

button a:hover, .button a:hover,
button a:focus, .button a:focus,
button:hover a, .button:hover a,
a.button:hover {
  color: white;
  text-decoration: none;
  transition-delay: .5s;
}

.button a:before, .button a:after,
a.button span:before, a.button span:after {
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
}
.button a:before,
a.button span:before {
  border-top: 2px solid rgba(239, 190, 153, 1.0);;
  border-right: .1464128843vw solid rgba(239, 190, 153, 1.0);;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.button a:after,
a.button span:after {
  border-left: 2px solid rgba(239, 190, 153, 1.0);;
  border-bottom: .1464128843vw solid rgba(239, 190, 153, 1.0);;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.button:hover a,
a.button:hover span {
  color: white;
  background-color: rgba(239, 190, 153, 1.0);;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease;
}
.button:hover a:before, .button:hover a:after,
a.button:hover span:before, a.button:hover span:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.button:hover a:before,
a.button:hover span:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.button:hover a:after,
a.button:hover span:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.widget-type-cta a {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #EFBE99;
  border-radius: 0px;
  color: #EFBE99;
  padding: 0.8052708638vw 0;
  font-family: Poppins, sans-serif;
  font-size: 1.171303075vw; /*16px;*/
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.464128843vw;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover a, .widget-type-cta:focus a, .widget-type-cta:active a {
  background-color: rgba(239, 190, 153, 1.0);
  border-color: rgba(239, 190, 153, 1.0);
  color: #FFF;
  text-decoration: none;
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a:before, .widget-type-cta a:after {
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
}
.widget-type-cta a:before {
  border-top: 2px solid rgba(239, 190, 153, 1.0);;
  border-right: 2px solid rgba(239, 190, 153, 1.0);;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.widget-type-cta a:after {
  border-left: 2px solid rgba(239, 190, 153, 1.0);;
  border-bottom: 2px solid rgba(239, 190, 153, 1.0);;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.widget-type-cta:hover a {
  color: white;
  text-decoration: none;
  background-color: rgba(239, 190, 153, 1.0);;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease;
}
.widget-type-cta a:hover {
  text-decoration: none;
}
.widget-type-cta:hover a {
  color: white;
  text-decoration: none;
  transition-delay: .5s;
  transition-timing-function: ease;
}
.widget-type-cta:hover a:before, .widget-type-cta:hover a:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.widget-type-cta:hover a:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.widget-type-cta:hover a:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.button--secondary a {
  background-color: transparent;
  color: #A3C5D2;
  border: 2px solid #A3C5D2;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--secondary:hover a, .button--secondary:focus a, .button--secondary:active a {
  background-color: #A3C5D2;
  color: #ffffff;
  border: 2px solid #A3C5D2;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--secondary a:before {
  border-top: 2px solid #A3C5D2;
  border-right: 2px solid #A3C5D2;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.button--secondary a:after {
  border-left: 2px solid #A3C5D2;
  border-bottom: 2px solid #A3C5D2;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.button--secondary a:hover {
  color: white;
  background-color: #A3C5D2;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease;
}

.button--secondary a {
  color: inherit;
}

.button--navbar a {
  color: #E0754B;
  background-color: transparent;
  border: 2px solid #E0754B;
  font-size: 0.878477306vw; /*12px;*/
  padding: 0.6588579795vw 2.415812592vw; /*9px 33px;*/
}

.button--navbar.button a {
  color: #E0754B;
}
.button--navbar.button:hover a {
  color: #ffffff;
}
.button--navbar:hover a, .button--navbar:focus a, .button--navbar:active a {
  background: #E0754B;
  border-color: #E0754B;
  color: #ffffff;
}

.button--navbar a:before {
  border-color: #E0754B;
  /* border-top: 2px solid #E0754B;
  border-right: 2px solid #E0754B;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0; */
  }
.button--navbar a:after {
  border-color: #E0754B;
  /* border-left: 2px solid #E0754B;
  border-bottom: 2px solid #E0754B;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s; */
}
.button--navbar:hover a {
  color: white;
  background-color: #E0754B;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease;
}

.button--arrow {
  color: #706F6F;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23706F6F'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #E0754B;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23E0754B'/%3E%3C/svg%3E");
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a {
  color: inherit;
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a {
  color: inherit;
}


/*MEDIA QUERIES*/

@media(max-width: 540px) {
  button a, .button a, a.button,
  .widget-type-cta a {
    border: 0.5333333333vw solid #EFBE99;
    border-radius: 0px;
    padding: 3.2vw 0;
    font-size: 4.266666667vw;
    line-height: 5.333333333vw;
  }
  .button--navbar a {
    font-size: 3.2vw; /*12px*/
    border: 2px solid #E0754B;
    padding: 2.4vw 8.8vw; /*9px 33px;*/
    width: auto;
  }
}
/*#hubspot-messages-iframe-container {
  z-index: 0 !important;
}
*/
/* Form */
form, .submitted-message {
  font-family: Poppins, sans-serif;
}

.hs-form-field {
  margin: 0 0 1.537335286vw;
}
@media(max-width: 540px) {
  .hs-form-field {
    margin: 0 0 3.466666667vw; /*13px*/
  }
}
/* Labels */
form label {
  /*color: #706F6F;*/
  display: none;
/*  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;*/
}
form .legal-consent-container label {
  display: flex;
  align-items: center;
}
form .legal-consent-container {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.171303075vw; /*16px;*/
  line-height: 1.464128843vw; /*20px;*/
}
/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #707070;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  color: #706F6F;
  height: 4.026354319vw; /*55px;*/
}
@media(max-width: 540px){
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea {
    height: 9.333333333vw; /*35px;*/
    padding: 4.533333333vw 3.733333333vw;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: #706F6F1C;
  font-weight: 500;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 4px;
  margin-right: 4px;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

::placeholder {
  font-family: Poppins, sans-serif;
  font-weight: 100;
  font-size: 1.171303075vw; /*16px*/
}
@media(max-width: 540px){
  ::placeholder {
    font-size: 3.2vw; /*12px*/
  }
}
/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: 1vw;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: 1vw;
}
@media(max-width: 540px){
  .hs-input[type=checkbox] {
    width: 5vw;
    height: 5vw;
  }
}
.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #E0754B;
}

.fn-date-picker td.is-today .pika-button {
  color: #E0754B;
}

.fn-date-picker td.is-selected .pika-button {
  background: #E0754B;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #E0754B !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #706F6F;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

/*.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}*/

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
/*form input[type=submit],
form .hs-button {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #EFBE99;
  border-radius: 0px;
  color: #EFBE99;
  padding: 0.878477306vw 1.464128843vw;
  font-family: Poppins, sans-serif;
  font-size: 1.171303075vw; 16px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.464128843vw;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  To affect HubSpot CTAs
}*/

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(239, 190, 153, 1.0);
  border-color: rgba(239, 190, 153, 1.0);
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: #EFBE99;
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

form .hs_submit.hs-submit {
  margin-right: calc(5.563689605vw + 1.171303075vw);
  text-align: right;
  margin-top: 3.294289898vw;
}

/* BUTTON SUBMIT HOVER */
input[type=submit] {
  border: none;
  text-align: center;
  color: #EFBE99;
  font-family: "Poppins";
  font-size: 1.098096633vw;
  background: transparent;
}
.body-container--home .actions {
  text-align: left;
}
.actions {
  position: relative;
  padding: 12px 6px;
  border: 2px solid #EFBE99;
  color: #EFBE99;
  text-align: center;
  width: max-content;
  cursor: pointer;
}
.actions:before, .actions:after {
  content: '';
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.actions:before {
  border-top: 2px solid #EFBE99;
  border-right: 2px solid #EFBE99;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.actions:after {
  border-left: 2px solid #EFBE99;
  border-bottom: 2px solid #EFBE99;
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.actions:hover {
  color: white;
  background-color: #EFBE99;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease;
}
.actions:hover input {
  color: white;
  transition-delay: .5s;
  cursor: pointer;
}
.actions:hover:before, .actions:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.actions:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.actions:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

/* BUTTON SUBMIT HOVER */

@media(max-width: 540px) {
  form .hs_submit.hs-submit {
    margin: unset;
    margin-top: 8.266666667vw;
  }
  form input[type=submit],
  form .hs-button {
    padding: 3.87vw 5.333333333vw;
    font-size: 4.266666667vw;
    width: 100%;
    line-height: 5.333333333vw;
  }
}
/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #706F6F;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #706F6F;
}

/* Table Cells */
th,
td {
  border: 1px solid #706F6F;
  color: #706F6F;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(224, 117, 75, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #706F6F;
}
html {
  font-size: 0.878477306vw; /*12px*/
}
@media(max-width: 540px){
  html {
    font-size: 3.2vw;
  }
}

body {
  font-family: Poppins, sans-serif;
  color: #706F6F;
  margin: 0;
  line-height: 1.756954612vw;
  word-break: break-word;
  font-weight: 500;
}
@media(max-width: 540px){
  body {
    line-height: 6.4vw;
  }
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 0.878477306vw; /*12px*/
  line-height: 1.756954612vw; /*24px*/
  margin: 0 0 1.4rem;
}
@media(max-width: 540px) {
  p {
    font-size: 10px;
    line-height: 19px;
  }
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #EFBE99;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: Poppins, sans-serif;
  font-size: 4.685212299vw; /*64px*/
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 5.344070278vw; /*73px;*/
}
@media(max-width: 540px) {
  h1 {
    font-size: 8vw; /*30px;*/
    line-height: 11.46666667vw; /*43px;*/
  }
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 2.342606149vw; /*32px*/
  /*font-size: 51px;*/
  color: #706F6F;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 4.319180088vw; /*59px;*/
}
@media(max-width: 540px) {
  h2 {
    font-size: 6.666666667vw; /*25px;*/
    line-height: 10.4vw; /*39px;*/
  }
}


h2.text_h1,
.title h2 {
  font-family: Poppins, sans-serif;
  font-size: 3.733528551vw; /*51px*/
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 4.319180088vw; /*59px;*/
}
h2.square {
  padding-bottom: 2.928257687vw; /*40px;*/
}
@media(max-width: 540px) {
  h2.text_h1,
  .title h2  {
    font-size: 6.666666667vw; /*25px;*/
    line-height: 10.4vw; /*39px;*/
  }
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 2.415812592vw; /*33px*/
  color: #000000;
  font-style: normal;
  font-weight: 100;
  text-decoration: none;
  line-height: 2.855051245vw; /*39px;*/
}
@media(max-width: 540px) {
  h3 {
    font-size: 5.333333333vw; /*20px;*/
    line-height: 8.533333333vw; /*32px;*/
  }
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.317715959vw; /*18px*/
  color: #e0754b;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 2.489019034vw; /*34px;*/
  text-transform: uppercase;
}
@media(max-width: 540px) {
  h4 {
    font-size: 3.733333333vw; /*14px;*/
    line-height: 6.4vw; /*24px;*/
  }
}

h5 {
  font-family: Poppins, sans-serif;
  font-size: 1.390922401vw; /*19px*/
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  line-height: 2.489019034vw; /*34px;*/
}
@media(max-width: 540px) {
  h5 {
    font-size: 6.666666667vw; /*25px;*/
    line-height: 10.4vw; /*39px;*/
  }
}


h6 {
  font-family: Poppins, sans-serif;
  font-size: 1.171303075vw; /*16px*/
  color: #706F6F;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.464128843vw; /*20px;*/
}
@media(max-width: 540px) {
  h6 {
    font-size: 3.466666667vw; /*13px;*/
    line-height: 6.133333333vw; /*23px;*/
  }
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

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

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  margin: 3.513909224vw 0;
  transform: translateX(calc(5.563689605vw + 1.171303075vw));
  width: calc(8 * 5.563689605vw + 7 * 1.171303075vw);
  position: relative;
  padding: 2.196193265vw;
}
blockquote:before,
blockquote:after {
  content: "";
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_top_left.png);
  position: absolute;
  width: 2.928257687vw; /*40px;*/
  height: 2.928257687vw; /*40px;*/
}
blockquote:before {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
blockquote:after {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
blockquote p {
  font-size: 3.733528551vw; /*51px;*/
  line-height: 4.319180088vw; /*59px;*/
  margin: 0;
}
@media(max-width: 540px){
  blockquote {
    width: 100%;
    transform: unset;
    padding: 10.66666667vw;
    margin: 12.8vw 0;
  }
  blockquote:before,
  blockquote:after {
   width: 10.66666667vw;
   height: 10.66666667vw;
  }
  #blog-post blockquote p {
    font-size: 6.666666667vw;
    line-height: 10.4vw;
  }
}
/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #E0754B;
}

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

/* CUSTOM TYPO */
.body_2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #706F6F;
  line-height: 1.756954612vw; /*24px;*/
  font-size: 0.878477306vw; /*12px*/
  margin: 0 0 1.4rem;
}
@media(max-width: 540px) {
  .body_2 {
    font-size: 2.933333333vw; /*11px;*/
    line-height: 5.866666667vw; /*22px;*/
  }
}

.testimonial_name {
  font-family: 'Quentin', serif;
  font-size: 2.489019034vw; /*34px;*/
  color: #706F6F;
  line-height: 3.221083455vw; /*44px;*/
}
@media(max-width: 540px) {
  .testimonial_name {
    font-size: 4.266666667vw; /*16px;*/
    line-height: 6.4vw; /*24px;*/
  }
}

.annotation {
  font-family: 'Quentin';
  font-size: 1.756954612vw; /*24px*/
  color: #706F6F;
  display: block;
  margin: 0 0 .75rem;
}
@media(max-width: 540px) {
  .annotation {
    font-size: 4.266666667vw; /*16px;*/
    line-height: 6.4vw; /*24px;*/
  }
}

.surtitle {
  font-family: Poppins, sans-serif;
  font-size: 1.317715959vw; /*18px;*/
  color: #000000;
  display: block;
  line-height: 2.855051245vw; /*39px;*/
  font-weight: 100;
  font-style: italic;
  margin: 0 0 .75rem;
}
@media(max-width: 540px) {
  .surtitle {
    font-size: 4vw; /*15px;*/
    line-height: 5.333333333vw; /*20px;*/
  }
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 6.0761347vw 0; /*83px*/
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}
/*
.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}
*/
@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}

/*BLOG HEADER SUBSCRIBE*/
#blog-header__subscribe {
  background-color: rgba(112, 111, 111, .05);
  margin-bottom: 5.05124451vw; /*69px;*/
  overflow-x: clip;
}
#blog-index .blog-subscribe__header h2 {
  color: #707070;
  font-size: 3.733528551vw;
  line-height: 4.319180088vw;
}
#blog-header__subscribe .surtitle {
  grid-row: 1;
  grid-column: 1 / 7;
  margin-left: calc(5.563689605vw / 2);
}
#blog-header__subscribe .blog-subscribe__header {
  grid-row: 2;
  grid-column: 2 / 7;
}
#blog-header__subscribe .blog-subscribe__form {
  grid-row: 1 / 3;
  grid-column: 7 / 12;
  padding-top: 2.928257687vw; /*40px;*/
  margin-left: 0;
}
#blog-header__subscribe .blog-subscribe__form .actions {
  text-align: left;
}
#blog-header__subscribe .blog-subscribe__form .actions input {
  width: calc(3 * 5.563689605vw);
}
/*BLOG END BANNER SUBSCRIBE*/
#blog-banner__subscribe {
  background-color: rgba(112, 111, 111, .05);
  margin-top: 11.452416vw; /*375px;*/
  overflow-x: clip;
}
#blog-index #blog-banner__subscribe {
  margin-top: 11.452416vw; /*375px;*/
}
#blog-post #blog-banner__subscribe {
  margin-top: 17.34992679vw;
}
#blog-index .blog-subscribe__header h2 {
  color: #707070;
}
#blog-banner__subscribe .surtitle {
  grid-row: 1;
  grid-column: 1 / 7;
  margin-left: calc(5.563689605vw / 2);
}
#blog-banner__subscribe .blog-subscribe__header {
  grid-row: 2;
  grid-column: 2 / 7;
}
#blog-banner__subscribe .blog-subscribe__header h2 {
  font-size: 3.733528551vw;
  line-height: 4.319180088vw;
}
#blog-banner__subscribe .blog-subscribe__form {
  grid-row: 3;
  grid-column: 2 / 7;
  padding-top: 40px;
  margin-left: unset;
  flex-basis: unset;
}
#blog-banner__subscribe .blog-subscribe__form form .hs_submit.hs-submit {
  margin-right: 0;
}
#blog-banner__subscribe .blog-subscribe__form input.hs-button {
  width: calc((3 * 5.563689605vw) + (2 * 1.171303075vw));
}
#blog-banner__subscribe .blog-subscribe__form .actions {
  text-align: right;
  margin-left: auto;
}
#blog-banner__subscribe.blog-subscribe .image {
  grid-row: 1 / 4;
  grid-column: 6 / 13;
  transform: translate(calc((2 * 5.563689605vw) + (2 * 1.171303075vw)), -11.71303075vw);
  height: 36.01756955vw;
}
#blog-banner__subscribe.blog-subscribe .image img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
#blog-banner__subscribe.blog-subscribe .legend {
  grid-row: 3;
  grid-column: 8 / 13;
  margin-top: 1.171303075vw;
  font-size: 2.635431918vw;
  line-height: 3.221083455vw;
}

@media(max-width: 540px) {
  #blog-header__subscribe {
    margin-top: 36.53333333vw;
  }
  #blog-header__subscribe .surtitle {
    grid-column:  1 / 5;
    margin-left: 0;
  }
  #blog-header__subscribe .blog-subscribe__header {
    grid-column: 1 / 5;
    margin-left: calc(7.2vw + 2.666666667vw);
  }
  #blog-header__subscribe .blog-subscribe__header h2 {
    font-size: 6.666666667vw;
    line-height: 10.4vw;
  }
  #blog-header__subscribe .blog-subscribe__form {
    grid-row: 3;
    grid-column: 1 / 5;
  }
  #blog-header__subscribe .blog-subscribe__form .actions input {
    width:  100%;
  }
  #blog-banner__subscribe {
    overflow-x: clip;
  }
  #blog-banner__subscribe.blog-subscribe .image {
    grid-row: 1;
    grid-column: 1 / 5;
    height: 65.33333333vw; /*245px*/
    transform: translate(calc(18.13333333vw + 2.666666667vw), -18.66666667vw);
  }
  #blog-banner__subscribe .surtitle {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: calc(18.13333333vw - 7.2vw);
  }
  #blog-banner__subscribe .blog-subscribe__header {
    grid-row: 3;
    grid-column: 2 / 5;
  }
  #blog-banner__subscribe .blog-subscribe__header h2 {
    font-size: 6.666666667vw;
    line-height: 10.4vw;
  }
  #blog-banner__subscribe .blog-subscribe__form {
    grid-row: 4;
    grid-column: 1 / 5;
  }
  #blog-banner__subscribe .blog-subscribe__form input.hs-button {
    width: 100%;
  }
  #blog-banner__subscribe.blog-subscribe .legend {
    font-size: 4.266666667vw;
    line-height: 6.4vw;
  }
  #blog-index #blog-banner__subscribe {
    margin-top: 22.452416vw;
  }
}
#banner-home {
  background-repeat: no-repeat;
  background-size: calc(((100vw - 79.64860908vw) / 2) + (7 * 5.563689605vw) + (6 * 1.171303075vw));
  background-position: top left;
  display: flex;
  align-items: flex-end;
  overflow-x: clip;
}
#banner-home .cleram-grid {
  z-index: 10;
}
#banner-home .placeholder {
  width: calc((100vw - 79.64860908vw ) / 4 );
}
#banner-home .placeholder.image {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Cleram_motif-13.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 100vh;
  margin-bottom: 7.320644217vw;
}
#banner-home .title {
  grid-column: 1 / 11;
  grid-row: 1;
  padding-top: 3.660322108vw;
}
#banner-home .subtitle {
  grid-column: 9 / 13;
  grid-row: 2;
  height: 8.78477306vw;
}
#banner-home .subtitle h5 {
  margin-bottom: 0.878477306vw;
}
#banner-home .row-4__left {
  grid-column: 1 / 7;
  grid-row: 4;
}
#banner-home .testimonial_name {
  color: #000000;
}
#banner-home .row-4__right {
  grid-column: 12;
  grid-row: 4;
}
#banner-home .row-4__right img {
  width: 3.660322108vw;
}
#banner-home .cta {
  grid-column: 6 / 9;
  grid-row: 3;
}
#banner-home .row-5 {
  grid-row: 5;
  grid-column: 7 / 11;
  height: 26.64714495vw;
}
#banner-home .row-6 {
  grid-column: 1 / 6;
  grid-row: 6;
  margin-top: -4.831625183vw;
  text-align: center;
}
#banner-home .row-7 {
  grid-column: 5 / 13;
  height: 25.47584187vw;
}
#banner-home .row-5 img,
#banner-home .row-7 img {
  height: 100% !important;
  width: 100%;
  max-width:  unset;
  object-fit: cover;
  object-position: center;
}

/*MEDIA QUERIES*/

@media(max-width: 540px) {
  #banner-home {
    background-repeat: no-repeat;
    background-size: 180.8vw;
    background-position: top right;
    display: flex;
    align-items: center;
  }
  #banner-home .placeholder {
    align-self: flex-end;
    width: calc((100vw - 80.53333333vw) / 4);
  }
  #banner-home .placeholder.image {
    height: 201.8666667vw;
    margin-bottom: -8vw;
  }
  #banner-home .title {
    grid-column: 1/ 5;
    padding-top: 32.8vw;
  }
  #banner-home .subtitle {
    grid-column: 2 / 5;
  }
  #banner-home .subtitle.square {
    background-image: none;
    padding: 0;
    margin-bottom: 16vw;
  }
  #banner-home .subtitle h5 {
    font-size: 3.2vw;
    line-height: 11.73333333vw;
    margin: 0;
  }
  #banner-home .row-4__left,
  #banner-home .row-4__right {
    display: none;
  }
  #banner-home .cta {
    grid-column: 1 / 5;
    margin-top: 13.33333333vw;
  }
  #banner-home .row-5 {
    grid-column: 1 / 4;
    margin-left: calc(18.13333333vw / 2);
    height: 50.4vw;
  }
  #banner-home .row-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #banner-home .row-6 {
    grid-column: 1 / 5;
    margin-top: 15.2vw;
    margin-bottom: 6.666666667vw;
  }
  #banner-home .row-7 {
    grid-column: 1 / 5;
    grid-row: 7;
    height: 39.46666667vw;
    transform: translateX(18.13333333vw);
  }
  #banner-home .row-7 img {
    height: 100% !important;
    width: 100%;
    max-width:  unset;
    object-fit: cover;
    object-position: center;
  }
}
#banner-work {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#banner-work .content-wrapper {
  padding: 7.320644217vw 0; /*100px 0;*/
}
#banner-work .title {
  grid-column: 3 / 12;
  grid-row: 1;
}

#banner-work .square-fix {
  grid-column: 1 / 2;
  grid-row: 2;
  margin-left: auto;
}
#banner-work .subtitle {
  grid-column: 2 / 6;
  grid-row: 3;
}
#banner-work .subtitle h5 {
  color: #706F6F;
}
#banner-work .cta {
  grid-column: 3 / 6;
  grid-row: 4;
}
#banner-work .anchor {
  grid-column: 12;
  grid-row: 4;
}
#banner-work .anchor img {
  width: 3.660322108vw; /*50px;*/
}
#banner-work .cta a {
  font-size: 1.098096633vw; /*15px*/
}

@media(max-width: 540px) {
  #banner-work {
    background-repeat: no-repeat;
    background-position-x: calc(50vw + (2.666666667vw / 2));
    background-position-y: 61.33333333vw; /*230px;*/
    background-size: cover;
  }
  #banner-work .title {
    grid-column: 1 / 5;
    grid-row: 1;
    padding-top: 17.6vw; /*66px;*/
  }

  #banner-work .square-fix {
    grid-column: 1;
    grid-row: 2;
    margin-left: unset;
    padding-top: 16vw; /*60px;*/
  }
  #banner-work .square-fix img {
    width: 7.2vw; /*27px;*/
  }
  #banner-work .subtitle {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  #banner-work .subtitle h5 {
    padding-left: 7.2vw; /*27px;*/
    font-size: 2.933333333vw; /*11px;*/
    line-height: 5.866666667vw; /*22px;*/
    font-weight: 500;
    margin-top: -5.333333333vw; /*-20px;*/
  }
  #banner-work .cta {
    grid-column:1 / 5;
    grid-row: 4;
    margin-bottom: 66.66666667vw; /*250px;*/
  }
  #banner-work .cta a {
    font-size: 4vw; /*15px*/
  }
  #banner-work .anchor {
    display: none;
  }
}
#banner-about .content-color {
  background-image: url("https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/ABOUT/mac14058d063.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10.2489019vw 0 6.954612006vw 0;
}
#banner-about .title {
  grid-column: 3 / 13;
  grid-row: 1;
}
#banner-about .subtitle {
  grid-column: 3 / 10;
  grid-row: 2;
}
#banner-about .subtitle-mobile {
  display: none;
}
#banner-about .cleram-grid {
  transform: translateY(-0.7320644217vw);
}
#banner-about .content {
  grid-column: 2 / 9;
  margin-left: -2.928257687vw;
}
#banner-about .anchor {
  grid-column: 12;
  grid-row: 2;
}
#banner-about .anchor a img {
  width: 3.513909224vw;
}

@media(max-width: 540px) {
  #banner-about .content-color {
    padding: 31.2vw 0 4.266666667vw;
  }
  #banner-about .title {
    grid-column: 1 / 5;
    grid-row: 1;
  }
  #banner-about .subtitle {
    display: none;
  }
  #banner-about .subtitle-mobile {
    padding-top: 8vw;
    display: block;
    grid-column: 1 / 4;
    grid-row: 1;
  }
  #banner-about .cleram-grid {
    transform: translateY(0px);
  }
  #banner-about .square-tl {
    background-size: 7.2vw;
    padding: 7.2vw 0 0 7.2vw;
  }
  #banner-about .content {
    grid-column: 2 / 5;
    margin-left: -10.66666667vw;
    padding-bottom: 21.33333333vw;
  }
  #banner-about .content h5 {
    font-size: 2.933333333vw;
    line-height: 5.866666667vw;
    font-weight: 500;
  }
  #banner-about .anchor {
    grid-column: 4;
    grid-row: 3;
  }
  #banner-about .anchor a img {
    width: 12.8vw;
  }
}
#blog-author {
  margin-top: 7.320644217vw;
}
#blog-author .blog-author {
  background-color: rgba(112, 111, 111, .05);
  padding: 6.588579795vw 0 4.39238653vw 0;
}
#blog-author .blog-author .image {
  grid-row:  1;
  grid-column: 2 / 5;
  transform: translateY(-9.516837482vw);
}
#blog-author .blog-author .image .annotation {
  margin-top: 1vw;
}
#blog-author .blog-author .image img {
  width: calc((2 * 5.563689605vw) + 1.171303075vw);
  height: calc((2 * 5.563689605vw) + 1.171303075vw) !important;
  object-fit: cover;
}
#blog-author .blog-author .content {
  grid-row: 1;
  grid-column: 5 / 11;
  margin-left: calc(5.563689605vw - 2.928257687vw);
}
#blog-author .blog-author .square-tl {
  padding: 2.928257687vw 0 0 4.099560761vw;
}

@media(max-width: 540px){
  #blog-author .blog-author {
    padding-bottom: 18.66666667vw;
  }
  #blog-author .blog-author .image {
    grid-row: 1;
    grid-column: 1 / 3;
  }
  #blog-author .blog-author .content {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: calc(18.13333333vw - 7.2vw);
    padding-left: calc(2.666666667vw + 7.2vw);
    padding-top: calc(14.4vw);
  }
  #blog-author .blog-author .image img {
    width: calc(2.666666667vw + (2 * 18.13333333vw));
    height:37.33333333vw !important;
  }
}
#blog-post-image {
  margin-bottom: 7.320644217vw;
  height: 44.87554905vw;
}
#blog-post-image img{
  height: 100% !important;
  object-fit: cover;
}

@media(max-width: 540px) {
  #blog-post-image {
      height: 63.46666667vw;
    width: 100vw;
    display: block;
    transform: translateX(calc((100vw - 80.53333333vw) / -2));
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 20px 24px;
  color: #706F6F;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #706F6F;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #E0754B;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
#gallery-slider {
  overflow-x: clip;
}
#gallery-slider .owl-carousel {
  transform: scale(1.3);
  padding: 17vw 0;
}
#gallery-slider .owl-carousel .kl-logos__item {
  padding: unset;
  height: 44.87554905vw;
  object-fit: cover;
}
#gallery-slider .owl-carousel .owl-item img {
  height: 44.87554905vw !important;
  object-fit: contain;
  object-position: center;
}
.kl-rich-text__preheader {
  font-family: 'Quentin';
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text h1 {
  color: #000000;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons .button {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
#difference {
  overflow-x: clip;
}
#difference .first_image {
  grid-row: 2/6;
  grid-column: 9/ 13;
  transform: translateX(calc(( 3 * 5.563689605vw) + ( 3 * 1.171303075vw)));
  height: 47.80380673vw;
}
#difference .preheader {
  grid-row: 1;
  grid-column: 2 / 7;
}
#difference .title {
  grid-column: 2 / 7;
  grid-row: 2 / 4;
}
#difference .subtitle {
  grid-column: 8 / 12;
  grid-row: 3 / 5;
  padding-right: 3.660322108vw;
}

#difference .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.171303075vw;
}
#difference .card-header h6 {
  color: #EFBE99;
  margin-left: 1.171303075vw;
  margin-bottom: 0;
  font-size: 1.171303075vw;
  line-height: 1.464128843vw;
}
#difference .card-header .image img {
  width: 3.660322108vw;
}
#difference .cards {
  grid-column: 3 / 10;
  grid-row: 5;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
#difference .card {
  width: calc((5.563689605vw * 3) + (1.171303075vw * 2 ));
  margin: 2.342606149vw 0;
}
#difference .card .content {
  margin-bottom: 2.196193265vw;
  font-size: 0.878477306vw;
  line-height: 1.756954612vw;
  color: #706F6F;
}
#difference .little_image {
  grid-row: 6;
  grid-column: 2 / 6;
  z-index: 100;
  height: 20.20497804vw;
}
#difference .last_image {
  grid-row: 7;
  grid-column: 1 / 10;
  transform: translate(calc((5.563689605vw * -3) + (1.171303075vw * -3 )), -7.320644217vw);
  height: 30.60029283vw
}
#difference .little_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#difference .last_image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: right;
}
#difference .first_image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left;
}
@media(max-width: 540px) {
  #difference {
    padding-top: 16vw;
  }
  #difference .first_image {
    grid-row: 4;
    grid-column: 1 / 5;
    transform: translateX(calc(( -2 * 18.13333333vw) + ( -2 * 2.666666667vw)));
    margin: 10.66666667vw 0;
    height: 73.6vw;
  }
  #difference .first_image img {
    object-fit: cover;
    object-position: center;
  }
  #difference .preheader {
    grid-row: 1;
    grid-column: 1 / 5;
  }
  #difference .title {
    grid-column: 1 / 4;
    grid-row: 2;
  }
  #difference .title.square {
    background-size: 7.2vw;
  }
  #difference .subtitle {
    grid-column: 2 / 5;
    grid-row: 3;
    padding-right: 0;
    margin-top: 17.06666667vw;
  }
  #difference .cards {
    grid-column: 1 / 5;
    grid-row: 5;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12vw;
  }
  #difference .card {
    width: 100%;
  }
  #difference .card:first-child {
    order: 2;
  }
  #difference .card:nth-child(1) {
    order: 1;
  }
  #difference .card:nth-child(3) {
    order: 4;
  }
  #difference .card:nth-child(4) {
    order: 3;
  }
  #difference .card:nth-child(5) {
    order: 5;
  }
  #difference .card .title {
    margin-left: 2.666666667vw;
  }
  #difference .card-header .image img {
    width: 60px;
  }
  #difference .card .card-header {
    margin-bottom: 0;
    align-items: flex-start;
  }
  #difference .card-header h6 {
    font-size: 4.266666667vw;
    line-height: 5.333333333vw;
  }
  #difference .card .content {
    margin-left: 20.26666667vw;
    margin-top: -8vw;
    font-size: 2.933333333vw;
    line-height: 5.866666667vw;
  }
  #difference .little_image {
    grid-row: 6;
    grid-column: 2 / 5;
    z-index: 100;
    height: 46.93333333vw;
  }
  #difference .last_image {
    grid-row: 7;
    grid-column: 1 / 5;
    transform: scale(1.2) translate(6.666666667vw,-11vw);
    height:69.33333333vw;
  }
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #706F6F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #706F6F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-footer {
  background-color: #EFBE99;
  /*background-color: rgba(255, 255, 255, 1.0);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.kl-subfooter {
  background-color: rgba(255, 255, 255, .75);
  height: 8.125915081vw; /*111px;*/
  display: flex;
  align-items: center;
}

@media(max-width: 920px) {
  .kl-subfooter {
    display:  block;
    height: inherit;
  }
}
.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
}

.kl-footer__legal {
/*  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
*/  font-size: 0.8052708638vw; /*0.875rem;*/
  margin: 0.5124450952vw 1.098096633vw; /*-0.625rem -1.25rem;*/
}
.kl-footer__legal img {
  width: calc((5.563689605vw) * 2 + 1.171303075vw);
}
.kl-footer__legal > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__legal a {
  color: rgba(0, 0, 0, 1.0);
  grid-column: 1 / 5;
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: #E0754B;
  text-decoration: none;
}

.kl-footer__legal .kl-footer__group-legals {
  grid-column: 7 / 13;
  grid-row: 1;
  display: flex;
  align-items: center;
}

.kl-footer__legal .kl-footer__group-legals ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__legal .kl-footer__group-legals ul li {
  padding-right: 1.756954612vw; /*0 2rem;*/
}

.kl-footer__legal .copyright {
  grid-column: 12 / 13;
  grid-row: 1;
  display: flex;
  align-items: center;
}

@media(max-width: 540px) {
  .kl-footer__legal.cleram-grid {
    display: block;
    text-align: center;
    padding: 30.66666667vw 0 4.533333333vw; /*115px 0 17px;*/
  }
  .kl-footer__legal .kl-footer__group-legals {
    padding-top: 9.6vw; /*36px;*/
  }
  .kl-footer__legal .kl-footer__group-legals ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kl-footer__legal .copyright {
    justify-content: flex-end;
    padding: 0 3rem;
  }
  .kl-footer__legal .kl-footer__group-legals ul li {
    padding: 1vw 2.67vw;
  }
  .kl-footer__legal,
  .kl-footer__legal .kl-footer__group-legals ul li a {
    font-size: 2.933333333vw; /*11px;*/
    line-height: 5.333333333vw; /*20px;*/
    color: #706F6F;
  }
  .kl-footer__legal img {
    width: 44.8vw; /*168px*/
  }
}
.kl-footer__byline-wrapper {
  background-color: black;
}

.kl-footer__byline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #E0754B;
  text-decoration: none;
}

.kl-footer__content {
  padding: 100px 0;
}

.kl-footer__address p,
.kl-footer__address a {
  color: rgba(0, 0, 0, 1.0);
}

@media(max-width: 920px) {
  .kl-footer__address {
    padding: 6.4vw 0;
  }
}
.kl-footer__info {
  flex-basis: 250px;
  grid-column: 6 / 8;
}

.kl-footer__info img {
  display: block;
  height: 48px;
  max-width: 200px;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
  grid-column: 10 / 13;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.830161054vw; /*25px;*/
  height: 1.830161054vw; /*25px;*/
  margin: 8px 16px;
}

.kl-footer__social img {
  display: block;
  width: 1.830161054vw; /*25px;*/
  height: 1.830161054vw; /*25px;*/
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover img {
  fill: #E0754B;
}

.kl-footer__social a {
  margin: 0.7320644217vw; /*6px;*/
}

@media(max-width:  920px) {
  .kl-footer__social {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / 5;
  margin-left: 22px;
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.kl-footer__menu-submenu {
  padding-left: 30px;
}

@media(max-width: 920px) {
  ul.kl-footer__menu-submenu {
    padding-left: 0;
  }
}
.kl-footer__menu h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2rem;
  color: rgba(0, 0, 0, 1.0);
}

.kl-footer__menu a {
  display: block;
  font-size: 0.8052708638vw; /*11px*/
  font-weight: 500;
  line-height: 1.464128843vw; /*20px*/
  color: rgba(0, 0, 0, 1.0);
  margin: 0 0 8px;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #E0754B;
  text-decoration: none;
}

.kl-footer__group + .kl-footer__group{
  margin-left: 40px;
}

@media (max-width: 540px) {
  .kl-footer__menu {
    margin: 16px -16px 0;
    display: block;
    text-align: center;
  }
  .kl-footer__menu a {
    font-size: 2.933333333vw; /*11px*/
    line-height: 5.333333333vw; /*20px*/
  }
  .kl-footer__group {
    margin: 16px;
  }
  .kl-footer__group + .kl-footer__group{
    margin-left: 16px;
  }
  .kl-footer__content {
    display: block;
    padding: 8.533333333vw 0;
  }
  .kl-footer__social {
    justify-content:  space-around;
  }
  .kl-footer__social a img {
    width: 6.666666667vw;
    height: 6.666666667vw;
  }
  .kl-footer__content .button {
    text-align: center;
  }
}
#engagements {
  overflow: hidden;
}
#engagements .preheader {
  grid-column: 2 / 9;
  grid-row: 1;
  margin-left: calc(-2.928257687vw - 1.171303075vw);
  padding-left: calc(2.928257687vw + 1.171303075vw);
}
#engagements .title {
  grid-column: 2 / 9;
  grid-row: 2;
}
#engagements .content {
  grid-column: 5 / 10;
  grid-row: 3;
  padding-bottom: 3.660322108vw;
  margin-top: 5.124450952vw;
}
#engagements .image_left {
  grid-row: 4;
  grid-column: 1 / 8;
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
  height: 26.50073206vw
}
#engagements .vertically_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#engagements .image_right img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left;
}
#engagements .image_left img {
  object-fit: contain;
  object-position: right;
  width: 100%;
  height: 100% !important;
}
#engagements .vertically_image {
  grid-row: 4;
  grid-column: 9 / 11;
  height: 17.86237189vw;
  margin: auto;
  z-index: 10;
}
#engagements .image_right {
  grid-row: 5;
  grid-column: 7 / 13;
  transform: translate(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)), -8.052708638vw);
  height: 17.715959vw;
  border: none;
}

@media(max-width: 540px){
  #engagements .preheader {
    grid-column: 1 / 5;
    grid-row: 1;
    margin-left: 0;
    padding-left: 10.66666667vw;
  }
  #engagements .title {
    grid-column: 1 / 5;
    grid-row: 2;
    margin-left: 10.66666667vw;
  }
  #engagements .content {
    grid-column: 1 / 5;
    grid-row: 3;
    padding-bottom: 13.33333333vw;
    margin-top: 26.66666667vw;
  }
  #engagements .image_left {
    grid-row: 4;
    grid-column: 1 / 5;
    transform: translateX(calc(-2 * (18.13333333vw + 2.666666667vw)));
    height: 50.4vw
  }
  #engagements .vertically_image {
    grid-row: 5;
    grid-column: 4;
    height: 27.2vw;
    margin: -16vw auto;
    z-index: 10;
  }
  #engagements .image_right {
    grid-column: 1 / 5;
    transform: translateX(calc(2 * (18.13333333vw + 2.666666667vw)));
    grid-row: 6;
    margin-top: 10.66666667vw;
    height: 35.2vw;
  }
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
/* #livre-blanc {
  padding: 14.0556369vw 0;
} */
#livre-blanc .livre-blanc.bg-color {
  background-color: rgba(112, 111, 111, .05);
  padding: 6.0761347vw 0; /*83px*/
}
#livre-blanc .livre-blanc .title {
  grid-row: 2;
  grid-column: 7 / 12;
}
#livre-blanc .livre-blanc .surtitle {
  grid-row: 1;
  grid-column: 6 / 12;
  margin-left: calc(5.563689605vw / 2);
}
#livre-blanc .livre-blanc .content {
  grid-row: 3;
  grid-column: 7 / 12;
}
#livre-blanc .livre-blanc .cta {
  grid-row: 1;
  grid-column: 9 / 12;
  margin-top: -1.68374817vw;
}
#livre-blanc .livre-blanc .legend {
  margin-top: 1.171303075vw;
  font-size: 2.635431918vw;
  line-height: 3.221083455vw;
}
#livre-blanc .livre-blanc .image {
  grid-row: 1 / 4;
  grid-column: 2 / 6;
  height: 36.01756955vw;
  transform: translateY(-11.71303075vw);
}
#livre-blanc .livre-blanc .image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

@media(max-width: 540px) {
  /* #livre-blanc {
    padding: 40vw 0;
  } */
  #livre-blanc .livre-blanc .image {
    height: 95.2vw; /*357px*/
    max-height: unset;
    grid-row: 1;
    grid-column: 1 / 4;
    transform: translateY(-20vw);
  }
  #livre-blanc .livre-blanc .surtitle {
    display: none;
  }
  #livre-blanc .livre-blanc .title {
    grid-row: 2;
    grid-column: 1 / 4;
    background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Cleram_2021/logos/logos-cleram/web/Fichier%203.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 7.2vw;
  }
  #livre-blanc .livre-blanc .content {
    grid-row: 3;
    grid-column: 2 / 5;
    margin: 21.33333333vw 0;
  }
  #livre-blanc .livre-blanc .legend {
    margin: 2.666666667vw 0;
    font-size: 4.266666667vw;
    line-height: 6.4vw;
  }
  #livre-blanc .livre-blanc .cta {
    grid-column: 1 /5;
    margin-top: -6.133333333vw;
  }
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos__item {
  padding: 16px 24px;
}
/*
.kl-logos__item a {
  display: block;
}
*/
.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.kl-about-modal__wrapper__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-about-modal__wrapper__content h1, .kl-about-modal__wrapper__content h2, .kl-about-modal__wrapper__content h3, .kl-about-modal__wrapper__content h4, .kl-about-modal__wrapper__content h5, .kl-about-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-about-modal__wrapper__content p {
  margin: 0 0 2rem;
}

.kl-about-modal__container {
  max-width: 680px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal__head {
  padding: 32px;
  background-color: #E0754B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 20px;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 32px;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #706F6F;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #E0754B;
  /*fill: $secondary-color;*/
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}
.kl-header {
  position: fixed;
  z-index: 16;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}

.kl-header-placeholder {
  height: 8.125915081vw; /*111px*/
}

.kl-navbar {
  height: 8.125915081vw; /*111px*/
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
    height: 20.26666667vw; /*76px*/
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .kl-header-placeholder {
    height: 20.26666667vw;
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  margin-right: 3.074670571vw; /*42px;*/
  height: 3.660322108vw; /*50px*/
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: calc(100% - 20.26666667vw);
    left: 0;
    bottom: 0;
    padding: 45px 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
  .kl-navbar__logo {
    height: 8vw; /*30px*/
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 3.4vw;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #E0754B;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-navbar__item {
    margin: 0;
    text-align: center;
    padding: 5.333333333vw 0; /*20px 0;*/
    border-bottom: 1px solid #E0754B;
  }
}

.kl-navbar__button {
  font-weight: 400;
  font-size: 0.9516837482vw;
  font-family: Poppins, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #000000;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 3.466666667vw; /*13px;*/
    line-height: 5.333333333vw; /*20px;*/
  }
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  text-decoration: none;
  color: #E0754B;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end a + a {
  margin-left: 25px;
}

.kl-navbar__socials {
  display: none;
}


@media(max-width: 920px) {
  .kl-navbar__socials {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    padding-top: 40px;
  }
  .kl-navbar__social-item {
    width: 20px;
  }
  .kl-navbar__social-item.facebook {
    width: 15px;
  }
  .kl-navbar__social-item.twitter,
  .kl-navbar__social-item.mail {
    width: 23px;
  }
  .kl-navbar__social-item:not(:last-child) {
    margin-right: 20px;
  }
}
.kl-navbar__panel {
  background-color: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 111px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: #000000;
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #000000;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #E0754B;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
    text-align: right;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 8vw; /*30px;*/
  height: 8vw; /*30px;*/
  display: inline-block;
  position: relative;
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/navbar/menu.png);
  background-repeat: no-repeat;
  background-position: right;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-box {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/navbar/Close.png);
}

/*.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}*/

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: 0;
  visibility: hidden;
  bottom: 70px;
  transition: ease 1s;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
  bottom: -11.71303075vw; /*-160px;*/
  transition: ease 1s;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: max-content;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
  border-bottom: 1px solid #E0754B;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-weight: 400;
  font-size: 0.9516837482vw;
  font-family: Poppins, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: #000000;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #000000;
  background-color: #EFBE99;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item {
    border-bottom: none;
  }
  .kl-navbar-submenu__item a {
    padding: 3.2vw 0;
    font-size: 3.466666667vw; /*13px*/
    color: #707070;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
    justify-content: center;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #E0754B;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid #DAE3F9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: Poppins, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #E0754B;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__features li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='7.59' cy='7.62' r='7.5' fill='%23EBF1FF'/%3E%3Cpath d='M10.84 4.39L6.37 9.11 4.61 7.26l-.95 1.01 2.71 2.86 5.43-5.72-.96-1.02z' fill='%234678EE'/%3E%3C/svg%3E");
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #E0754B;
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #E0754B;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #E0754B;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #E0754B;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
#portfolio-post-citation {
  padding: 2.122986823vw 0 9.80966325vw 0;
}
#portfolio-post-citation .portfolio-post-citation h3 {
  grid-row: 1;
  grid-column: 6 / 11;
  align-items: center;
  display: flex;
  margin-left: 1.171303075vw;
}
#portfolio-post-citation .portfolio-post-citation .image {
  grid-row: 1;
  grid-column: 1 / 7;
  height: 29.28257687vw; /*400px*/
  transform: translateX(calc((-2 * 5.563689605vw) + (-2 * 1.171303075vw)));
}

#portfolio-post-citation .portfolio-post-citation .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media(max-width: 540px){
  #portfolio-post-citation {
    padding-bottom: 53.33333333vw;
  }
  #portfolio-post-citation .portfolio-post-citation .image {
    grid-row: 1;
    grid-column: 1 / 5;
    transform: translateX(calc(-18.13333333vw - 2.666666667vw));
    height: 66.66666667vw;
  }
  #portfolio-post-citation .portfolio-post-citation h3 {
    grid-row: 2;
    grid-column: 2 / 5;
    margin-top: 12.26666667vw;
  }
}
#portfolio #portfolio-content {
  padding-top: 2.781844802vw;
}
#portfolio-content {
  padding-top: 8.272327965vw; /* - 113px*/
  padding-bottom: 0; /*10.2489019vw - 140px*/
  overflow-x: clip;
}
#portfolio-content .portfolio-content .content {
  columns: 2;
  column-gap: calc(2 * 1.171303075vw);
  grid-row: 1;
  grid-column: 2 / 8;
  margin-left: calc((2.928257687vw + 1.171303075vw) * -1);
  align-self: center;
}
#portfolio-content .portfolio-content .image {
  grid-row: 1;
  grid-column: 6 / 13;
  height: 31.7715959vw; /*434px*/
  transform: translateX(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)));
}
#portfolio-content .portfolio-content .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.kl-card {
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #E0754B;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 50px;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #E0754B;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 50px;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(4px);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 50px;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry:last-child:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 50px 50px;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 20px 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
#why-cleram {
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 6.510416667vw 0;
  overflow-x: clip;
}
#why-cleram .surtitle {
  grid-column: 1 / 12;
  grid-row: 1;
}
#why-cleram .cleram-grid div:nth-child(2) {
  grid-column: 1 / 6;
  grid-row: 2;
}
#why-cleram .cleram-grid .why-cleram__content {
  grid-column: 6 / 9;
  grid-row: 2;
  padding-top: 1.02489019vw; /*14px*/
}
#why-cleram .cleram-grid .menu {
  grid-column: 10 / 13;
  grid-row: 2;
}
#why-cleram .menu li h4{
  font-size: 0.8052708638vw; /*11px;*/
  line-height: 1.317715959vw; /*18px*/
}
#why-cleram .menu .animate-text-why:not(.orange) h4 {
  color: #EFBE99;
}
#why-cleram .why-cleram__image {
  grid-column:  1 / 8;
  grid-row: 3 / 6;
  height: 39.67789165vw;
}
#why-cleram .why-cleram__image img {
  max-width: unset;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#why-cleram .cta {
  grid-column: 7 / 10;
  grid-row: 4;
}
#why-cleram .why-cleram__little-image {
  grid-column: 9 / 13;
  grid-row: 4 / 6;
  transform: translateX(calc((2 * 5.563689605vw) + (2 * 1.171303075vw)));
  height: 27.15959004vw; /*371px*/
}
#why-cleram .why-cleram__little-image img {
  max-width: unset !important;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left;
}

/* ANIMATION */
#why-cleram .quote > * {
  padding-left: 1.68374817vw; /*23px;*/
  margin-top: 2rem;
}
.animate-text-why {
  padding-bottom: 6rem;
}
.animate-line-why {
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  visibility: collapse;
  position: absolute;
  padding-left: .2rem;
  width: calc((4 * 5.563689605vw) - 2.928257687vw);
}
.shown {
  opacity: 1;
  visibility: visible;
}
/*.animate-line-why {
  height: 2.928257687vw;
  overflow: hidden;
  position: relative;
}

.animate-line-why ul {
  float: right;
  margin: 0;
  padding: 0;
  -webkit-animation: scrollUp 10s ease-in-out infinite normal;
          animation: scrollUp 10s ease-in-out infinite normal;
}
.animate-line-why ul li {
  opacity: 1;
  height: 3.660322108vw;
  list-style: none;
}
*/
@media(max-width: 540px) {
  #why-cleram {
    padding-bottom: 0;
  }
  #why-cleram .surtitle {
    grid-column: 1 / 5;
  }
  #why-cleram .quote > * {
    padding-left: 8.8vw; /*33px;*/
  }
  #why-cleram .cleram-grid div:nth-child(2) {
    grid-column:1 / 5;
    grid-row: 2;
  }
  #why-cleram .cleram-grid .why-cleram__content {
    grid-column: 1 / 5;
    grid-row: 3;
    padding-right: 13.33333333vw; /*50px;*/
    padding-bottom: 10.66666667vw; /*40px;*/
  }
  #why-cleram .cleram-grid .menu {
    grid-column: 2 / 5;
    grid-row: 5;
    margin-left: -8vw; /*30px;*/
    padding-top: 7.8125vh; /*60px;*/
  }
  #why-cleram .why-cleram__image {
    grid-column:  1 / 5;
    grid-row: 4;
    height: 62.93333333vw;
    transform: translateX(calc(((18.13333333vw) + (2.666666667vw)) * -1 ));
  }
  #why-cleram .menu li h4{
    font-size: 2.933333333vw; /*11px;*/
    line-height: 6.4vw;
  }
  #why-cleram .cta {
    grid-column: 1 / 4;
    grid-row: 6;
  }
  #why-cleram .why-cleram__little-image {
    grid-column: 1 / 5;
    grid-row: 7;
    margin-top: 13.33333333vw; /*50px;*/
    height: 54.13333333vw;
    transform: translateX(calc(18.13333333vw + 2.666666667vw));
  }
  .animate-line-why {
    width: calc(3 * 18.13333333vw);
  }
}
#steps-header {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
#steps-header .bg_image_left,
#steps-header .bg_image_right {
  object-fit: cover;
  width: calc((100vw - 79.64860908vw)/2);
  height: 35.72474378vw !important;
}
#steps-header .bg_image_left {
  object-position: right;
  height: 48.30729167vh !important;
}
#steps-header .bg_image_right {
  object-position: left;
  margin-top: auto;
}
#steps-header .cleram-grid {
  min-width: 79.64860908vw;
}
#steps-header .surtitle {
  grid-column: 5 / 10;
  grid-row: 1;
}
#steps-header .title {
  grid-column: 5 / 12;
  grid-row: 2;
  margin-bottom: 2.196193265vw; /*30px*/
}
#steps-header .content {
  grid-column: 2 / 6;
  grid-row: 3;
  text-align: right;
}
#steps-header .cta {
  grid-column: 6 / 9;
  grid-row: 3;
}
#steps-header .image {
  grid-column: 8 / 13;
  grid-row: 4;
  transform: translate(calc((2 * 5.563689605vw) + (2 * 1.171303075vw)),-4.39238653vw);
  height: 17.715959vw;
}
#steps-header .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#steps-header .placeholder {
  grid-row: 5;
}

@media(max-width: 540px) {
  #steps-header {
    display: block !important;
    padding-top: 28.26666667vw;
    background-size: auto 122.4vw;
    background-position: calc((100vw + 79.64860908vw)/2);
    background-repeat: no-repeat;
  }
  #steps-header .cleram-grid {
    min-width: unset;
  }
  #steps-header .bg_image_left {
    width: calc(100vw / 2);
    margin-bottom: 11.2vw;
  }
  #steps-header .bg_image_left {
    height: 36.8vw !important;
  }
  #steps-header .surtitle {
    grid-column: 1 / 5;
    grid-row: 1;
  }
  #steps-header .title {
    grid-column: 1 / 4;
    grid-row: 2;
  }
  #steps-header .title h2 {
    margin-bottom: 0;
    line-height: 10.4vw;
    font-size: 6.666666667vw; /*25px*/
    line-height: 10.4vw; /*39px*/
  }
  #steps-header .square {
    background-image: none;
    padding-right: unset;
  }
  #steps-header .content {
    grid-column: 1 / 4;
    grid-row: 3;
    margin-top: 4.266666667vw;
    margin-bottom: 9.066666667vw;
    text-align: left;
  }
  #steps-header .content h3 {
    font-size: 2.933333333vw; /*11px*/
    line-height: 5.866666667vw; /*22px*/
    font-weight: 500;
    color: #706F6F;
  }
  #steps-header .cta {
    grid-column: 1 / 4;
    grid-row: 4;
    margin-right: calc(18.13333333vw / 2);
  }
  #steps-header .image,
  #steps-header .bg_image_right {
    display: none;
  }
}
/*#steps {
  margin-top: -6.510416667vw;
}*/
#steps .title {
  grid-column: 1 / 8;
  grid-row: 1;
}
#steps .square-fix {
  grid-column: 8;
  grid-row: 2;
}
#steps .subtitle {
  grid-column: 9 / 13;
  grid-row: 3;
}
#steps .cards {
  grid-column: 1 / 13;
  grid-row: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.171303075vw;
}
#steps a.card-wrapper,
#steps a.card-wrapper:hover {
  text-decoration: none;
  color: #706F6F;
  cursor: pointer;
}
#steps .card-wrapper img {
  width: 4.39238653vw; /*60px*/
}
#steps .card__image-container {
  position: relative;
  height: 10.98096633vw; /*150px*/
}
#steps .square-hover {
  opacity: 0;
  transition: 1s ease;
  height: 2.928257687vw; /*40px*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  width: 2.928257687vw; /*40px*/
}
#steps .card__image-hover {
  opacity: 0;
}
#steps .card__image,
#steps .card__image-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: 1s ease;
}
#steps .card {
  border: 1px solid #707070;
  transition: 1s ease;
  position:relative;
  margin: 1rem 0;
}
#steps .card:hover {
  box-shadow: 0 0 30px rgba(112, 112, 112, .5);
  transition: 1s ease;
}
#steps .card:hover .square-hover,
#steps .card:hover .card__image-hover {
  opacity: 1;
  transition: 1s ease;
}
#steps .card__content {
  padding: 0.878477306vw;
  min-height: 16.8374817vw;
}
#steps .card__content p.body_2 {
  margin-bottom: 4.6875vw;
}

@media(max-width: 540px) {
  #steps {
    margin-top: 26.4vw; /*99px*/
  }
  #steps .title {
    grid-column: 1 / 5;
  }
  #steps .square-fix {
    grid-column: 1;
    text-align: right;
    margin-top: 5.46875vh; /*42px*/
  }
  #steps .square-fix img {
    width: 7.2vw; /*27px*/
  }
  #steps .card-wrapper {
    margin-bottom: 11.2vw; /*30px;*/
  }
  #steps .card-wrapper img {
    width: 15.73333333vw;
  }
  #steps .card__image-container {
    height: 40vw;
  }
  #steps .card__content {
    padding: 7.466666667vw 3.733333333vw;
  }
  #steps .card__content .body_2 {
    text-transform: uppercase;
    font-weight: 500;
  }
  #steps .subtitle {
    grid-column: 2 / 5;
    grid-row: 3;
    margin-bottom: 14.13333333vw; /*53px;*/
  }
  #steps .cards {
    grid-column: 1 / 5;
    display: block;
  }
}
#steps-work {
  margin-top: 3.660322108vw;
}
#steps-work .surtitle {
  grid-column: 2 / 12;
  grid-row: 1;
}
#steps-work .title {
  grid-column: 2 / 8;
  grid-row: 2 / 4;
}

#steps-work .subtitle {
  grid-column: 9 / 13;
  grid-row: 3;
}
#steps-work .cards {
  display: flex;
  justify-content: center;
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-gap: 0.878477306vw;*/
  padding: 5.856515373vw 0; /*80px 0;*/
}
#steps-work .card-wrapper{
  display: flex;
  flex-direction: column;
  width: calc((3 * 5.563689605vw) + (2 * 1.171303075vw));
}
#steps-work .card-wrapper: not(:last-child) {
  margin-right: 1.171303075vw;
}
#steps-work .card-wrapper img {
  width: 4.39238653vw; /*60px;*/
}
#steps-work .number {
  display: inline-flex;
}
#steps-work .card-wrapper:not(:last-child) .number:after {
  content: "";
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Picto/Groupe%20329.svg);
  height: 2.928257687vw; /*40px;*/
  width: -webkit-fill-available;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
}
#steps-work .card__image-container {
  position: relative;
  height: 13.5431918vw; /*185px;*/
}
#steps-work .square-hover {
  opacity: 0;
  transition: 1s ease;
  height: 2.928257687vw; /*40px;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
  width: 2.928257687vw; /*40px;*/
}
#steps-work .card__image-hover {
  opacity: 0;
}
#steps-work .card__image,
#steps-work .card__image-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: 1s ease;
}
#steps-work .card {
  border: 0.07320644217vw solid #707070; /*1px*/
  transition: 1s ease;
  position:relative;
  margin: 1.464128843vw 0;
  flex-grow: 1;
}
#steps-work .card:hover {
  box-shadow: 0 0 2.196193265vw rgba(112, 112, 112, .5);
  transition: 1s ease;
}
#steps-work .card:hover .square-hover,
#steps-work .card:hover .card__image-hover {
  opacity: 1;
  transition: 1s ease;
}
#steps-work .card__content {
  padding: 0.878477306vw; /*12px;*/
  min-height: 14.64128843vw;
  display: flex;
  flex-direction: column;
}
#steps-work .card__content h3 {
  min-height: 6.002928258vw;
  font-size: 2.415812592vw;
  margin-top: 0.7320644217vw;
  line-height: 2.855051245vw;
}
#steps-work .card__content p.body_2,
#steps-work .card__content p {
  margin-bottom: 2.635431918vw; /*36px;*/
  margin-top: auto;
}
#steps-work .cta {
  grid-column: 9 / 12;
  grid-row: 1;
}

@media(max-width: 540px) {
  #steps-work .card-wrapper{
    width: 100%;
  }
  #steps-work .card-wrapper: not(:last-child) {
    margin-right: unset;
  }
  #steps-work .surtitle {
    grid-column: 1 / 5;
    grid-row: 1;
    background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_Plan%20de%20travail%20top%20right.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 5.333333333vw; /*20px;*/
    padding-top: 8vw; /*30px;*/
  }
  #steps-work .number img {
    width: 10.66666667vw; /*40px*/
  }
  #steps-work .card__image-container {
    height: 41.86666667vw;
  }
  #steps-work .card {
    margin: 5.333333333vw 0;
  }
  #steps-work .card__content {
    padding: 3.466666667vw; /*13px*/
  }
  #steps-work .card__content h3 {
    font-size: 5.333333333vw; /*20px*/
    margin-top: 4vw; /*15px*/
    line-height: 8.533333333vw; /*32px*/
  }
  #steps-work .title {
    grid-column: 1 / 5;
    grid-row: 2;
  }
  #steps-work .title.square {
    background-image: none;
    padding-right: 0;
  }
  #steps-work .subtitle {
    grid-column: 1 / 5;
    grid-row: 3;
    padding-bottom: 13.33333333vw; /*50px;*/
  }
  #steps-work .cta {
    grid-column: 1 / 5;
    grid-row: 1;
  }
  #steps-work .cards {
    display: block;
  }
  #steps-work .card-wrapper {
    padding-bottom: 9.866666667vw; /*37px;*/
  }
  #steps-work .card-wrapper:not(:last-child) .number:after {
    background-image: none;
  }
}
#study-case .header {
  grid-column: 3 / 9;
  grid-row: 1;
  margin-bottom: 8.565153734vw; /*117px*/
}
#study-case .study-case-scroll {
  display: flex;
  overflow-x: auto;
}
#study-case .study-case {
  background-size: cover;
  background-position: calc(50vw - (1.171303075vw /2)); /*522px;*/
  background-repeat: no-repeat;
}
#study-case .study-case a:hover,
#study-case .study-case a:focus {
  text-decoration: none;
}
#study-case .infos {
  grid-column: 4 / 12;
  grid-row: 1;
}
#study-case .infos .annotation {
  font-size: 2.489019034vw;
  line-height: 3.733528551vw;
}
#study-case .square-fix {
  grid-row: 1;
  grid-column: 1 / 2;
}
#study-case .square-fix img {
  width: 2.928257687vw;
}
#study-case .square-fix:not(.bottom-left) img {
  transform: rotate(-90deg);
}
#study-case .name {
  grid-row: 2;
  grid-column: 2 / 5;
  text-transform: uppercase;
  padding: 4.6875vw 0;
}
#study-case .name h6 {
  font-size: 2.049780381vw; /*28px*/
  line-height: 3.879941435vw; /*53px*/
}
#study-case .image {
  grid-column: 4 / 9;
  grid-row: 3;
  height: 21.44948755vw; /*293px*/
  transform: translate(calc(5.563689605vw / -2));
}
#study-case .image img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
#study-case .content {
  grid-column: 2 / 6;
  grid-row: 4;
  padding: 4.6875vw 0;
}
#study-case .square-fix.bottom-left {
  grid-column: 1 / 2;
  grid-row: 5;
  transform: rotate(270deg) translateX(1.464128843vw);
}
#study-case .image_mobile {
  display: none;
}

@media(max-width: 540px) {
  #study-case .header {
    grid-column: 1 / 5;
    grid-row: 1;
    margin-bottom: 79px;
  }
  #study-case .study-case {
    grid-column: 1 / 5;
    grid-row: 2;
    background-image: none !important;
  }
  #study-case .infos {
    grid-column: 3 / 5;
    grid-row: 1;
  }
  #study-case .square-fix {
    grid-row: 1;
    grid-column: 4;
    margin-left: auto;
    transform: translateX(calc((100vw - 80.53333333vw) / 2 ));
  }
  #study-case .square-fix:not(.bottom-left) img {
    transform: unset;
  }
  #study-case .infos .annotation {
    font-size: 4.266666667vw; /*16px*/
    line-height: 6.4vw; /*24px*/
  }
  #study-case .square-fix img {
    width: 7.2vw;
  }
  #study-case .name {
    grid-row: 2;
    grid-column: 3 / 5;
    text-transform: uppercase;
    /*padding: 36px 0;*/
    padding: 7.733333333vw 0;
    text-align: center;
  }
  #study-case .name h6 {
    font-size: 3.466666667vw; /*13px*/
  }
  #study-case .image {
    grid-column: 2 / 4;
    grid-row: 3;
    height: 26.66666667vw;
  }
  #study-case .content {
    grid-column: 3 / 5;
    grid-row: 4;
    padding: 9.6vw 0 0 0;
  }
  #study-case .study-case .testimonial_name {
    font-size: 4.266666667vw; /*16px*/
    line-height: 6.4vw; /*24px*/
  }
  #study-case .square-fix.bottom-left {
    grid-column: 4;
    grid-row: 5;
    margin-bottom: auto;
    transform: rotate(180deg) translate(calc((100vw - 80.53333333vw) / -2), 0px);
  }
  #study-case .image_mobile {
    grid-row: 1 / 6;
    grid-column: 1 /5;
    transform: translate(-10vw);
    z-index: -1;
    display: block;
  }
  #study-case .image_mobile img {
    width: calc(50vw - (2.666666667vw / 2));
    height: 100% !important;
    object-fit: cover;
  }
}
#study-testimonials .title {
  grid-column: 7 / 13;
  grid-row: 1;
  margin-bottom: 8.565153734vw; /*117px;*/
}
#study-testimonials .cards {
  display: flex;
  overflow-x: auto;
}
#study-testimonials .card {
  min-width: 25.6954612vw; /*351px;*/
  margin-right: 14.64128843vw; /*200px;*/
}
#study-testimonials .bg_image {
  height: 25.32942899vw; /*346px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
#study-testimonials .quote-left {
  width: 50%;
  /*height: 40%;*/
  object-fit: cover;
  padding: 0.3660322108vw; /*5px;*/
}
#study-testimonials .quote-left img {
  width: 4.39238653vw; /*60px;*/
  transform: scale(1, -1);
}
#study-testimonials .quote-right img {
  float: right;
  transform: rotate(180deg);
  width: 3.660322108vw; /*50px;*/
}
#study-testimonials .image-right {
  width: 12.29868228vw; /*168px;*/
  height: 12.29868228vw; /*168px;*/
  object-fit: cover;
  transform: translate(70%, -40px);
  align-self: flex-end;
}
#study-testimonials .testimonial_name {
  padding-top: 2.196193265vw;
}
@media(max-width: 540px) {
  #study-testimonials .title {
    grid-column: 1 / 5;
    grid-row: 1;
    text-align: right;
    margin-bottom: 10.66666667vw; /*40px;*/
  }
  #study-testimonials .square {
    background-image: none;
  }
  #study-testimonials .card {
    width: 75.2vw; /*282px;*/
    margin-right: 26.66666667vw; /*100px;*/
    min-width: inherit;
    padding: 2.666666667vw; /*10px;*/
  }
  #study-testimonials .bg_image {
    width: 53.33333333vw; /*200px;*/
    height: 53.33333333vw; /*200px;*/
  }
  #study-testimonials .quote-left img {
    width: 11.46666667vw; /*43px;*/
  }
  #study-testimonials .quote-right img {
    width: 8.266666667vw; /*31px ;*/
  }
  #study-testimonials .image-right {
    width: 28.26666667vw; /*106px;*/
    height: 28.26666667vw; /*106px;*/
  }
}
#rse {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  background-color: rgba(112, 111, 111, .05);
  padding-top: 4.39238653vw; /*60px;*/
  overflow-x: clip;
}
#rse .content-wrapper {
  align-items: center;
}
#rse .content-wrapper:first-child{
  padding-bottom: 5.636896047vw; /*77px;*/
}
#rse .rse_image {
  grid-row: 1 / 4;
  grid-column: 4 / 13;
  transform: translateX(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)));
  height: 37.40849195vw;
}
#rse .preheader {
  grid-row: 1;
  grid-column: 1 / 6;
}
#rse .title {
  grid-row: 2;
  grid-column: 1 / 6;
  padding-right: 2.928257687vw; /*40px;*/
}
#rse .content {
  grid-row: 3;
  grid-column: 1 / 5;
}
#rse .rse_image img {
  max-width: inherit !important;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left;
}
#rse .cta {
  grid-column: 4 / 7;
  margin-bottom: -1.68374817vw; /*23px;*/
}

@media(max-width: 540px) {
  #rse {
    padding-top: 22.66666667vw; /*85px;*/
  }
  #rse .rse_image {
    grid-row: 1;
    grid-column: 1 / 5;
    transform: scale(1.3);
    margin-bottom: 13.33333333vw; /*50px;*/
    height: 61.33333333vw;
  }
  #rse .preheader {
    grid-row: 2;
    grid-column: 1 / 5;
  }
  #rse .title {
    grid-row: 3;
    grid-column: 1 / 4;
    padding-right: unset;
  }
  #rse .content {
    grid-row: 4;
    grid-column: 1 / 4;
  }
  #rse .rse_image img {
    max-width: 100% !important;
  }
  #rse .cta {
    grid-column: 2 / 5;
    margin: 13.33333333vw 0; /*50px;*/
    padding-left: calc(18.13333333vw / 2);
  }
}
#seo {
  display: flex;
  align-items: flex-start;
}
#seo .placeholder {
  width: calc((100vw - 79.64860908vw) / 2);
}
#seo .placeholder.image {
  background-repeat: no-repeat;
  height: 47.80380673vw;
  transform: translateY(36.60322108vw);
  background-size: cover;
}
#seo .content {
  grid-column: 2 / 10;
  grid-row: 5;
}
#seo .content .double-columns {
  column-count: 2;
  column-gap: 1.171303075vw;
}
#seo .surtitle {
  grid-column: 9 / 13;
  grid-row: 1;
}
#seo .title {
  grid-column: 9 / 13;
  grid-row: 2;
}
#seo .image {
  grid-column: 1 / 8;
  grid-row: 1 / 4;
  height: 37.55490483vw; /*513px*/
}
#seo .little_image {
  grid-column: 7 / 9;
  grid-row: 3;
  height: 17.86237189vw;
}
#seo .image img,
#seo .little_image img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}

#seo .square-fix {
  grid-row: 4;
  grid-column: 1 / 2;
  margin-left: auto;
  margin-top: 4.245973646vw;
}
#seo .cta {
  grid-column: 7 / 10;
  grid-row: 6;
  margin-top: 2.928257687vw; /*40px;*/
}

@media(max-width: 540px) {
  #seo {
    display: block;
    overflow: hidden;
  }
  #seo .placeholder {
    display: none;
  }
  #seo .placeholder.image {
    background-repeat: no-repeat;
    height: 650px;
    transform: translateY(30%);
  }
  #seo .content {
    grid-column: 1 / 5;
    grid-row: 6;
    padding-left: 20px;
  }
  #seo .content .double-columns {
    column-count: revert;
  }
  #seo .surtitle {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  #seo .title {
    grid-column:1 / 5;
    grid-row: 4;
  }
  #seo .image {
    grid-column: 1 / 5;
    grid-row: 1;
    transform: translateX(calc((18.13333333vw + 2.666666667vw) * -1));
    height: 77.33333333vw; /*290px*/
  }
  #seo .image img {
    width: 100%;
    height: 100% !important;
  }
  #seo .little_image {
    grid-column: 2 / 5;
    grid-row: 2;
    height: 43.46666667vw;
    transform: translate(calc(18.13333333vw + 2.666666667vw), -18.66666667vw);
  }
  #seo .little_image img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
  }
  #seo .square-fix {
    grid-row: 5;
    grid-column: 1;
    margin-left: revert;
    margin-top: 13.33333333vw; /*50px;*/
  }
  #seo .square-fix img {
    width: 20px;
  }
  #seo .cta {
    grid-column: 2 / 5;
    grid-row: 7;
    margin-top: 8vw; /*30px*/
  }
}
#cta_banner .image {
  width: 42.67935578vw;
  height: 29.79502196vw;
}
#cta_banner .image img,
#cta_banner .secondary_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
#cta_banner .cleram-grid {
  margin-top: 4.612005857vw; /*63px*/
}
#cta_banner .content {
  grid-column: 2 / 7;
  grid-row: 2;
}
#cta_banner .content h5,
#cta_banner .content h3 {
  font-size: 2.635431918vw; /*37px;*/
  line-height: 5.856515373vw; /*80px;*/
  color: #706F6F;
}
#cta_banner .secondary_image {
  grid-column: 8 / 12;
  grid-row: 1 / 3;
  height: 27.0863836vw;
}
#cta_banner .form {
  grid-column: 7 / 13;
}
#cta_banner .form a {
  float: right;
}

@media(max-width: 540px) {
  #cta_banner .image {
    width: 90.13333333vw; /*338px*/
    height: 73.86666667vw; /*277px*/
  }
  #cta_banner .content {
    grid-column: 1 / 5;
    grid-row: 2;
    margin-top: 68px;
    color: #707070;
  }
  #cta_banner .content h5 {
    font-size: 6.666666667vw; /*25px*/
    line-height: 9.6vw; /*39px*/
    padding-right: calc(18.13333333vw + 2.666666667vw);
  }
  #cta_banner .content h3 {
    font-size: 5.333333333vw; /*20px*/
    line-height: 8.533333333vw; /*32px*/
    padding-left: calc(18.13333333vw + 2.666666667vw);
  }
  #cta_banner .secondary_image {
    grid-column: 2 / 5;
    grid-row: 1;
    height: 62.93333333vw;
    margin-top: 17.86666667vw; /*67px*/
  }
  #cta_banner .form {
    grid-column: 1 / 5;
  }
  #cta_banner .form a {
    float: right;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 4.8vw;
  }
}

/* BANNER 02 */

#cta_banner_02 .title {
  grid-column: 6 / 12;
  grid-row: 1;
  margin: auto;
}
#cta_banner_02 .image {
  grid-row: 1;
  grid-column: 1 / 8;
  height: 39.67789165vw; /*542px;*/
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
}
#cta_banner_02 .image img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  object-position: right;
}
#cta_banner_02 .cta_banner_02 .content {
  grid-column: 1 / 7;
  grid-row: 1;
  margin: auto;
}
#cta_banner_02 .cta_banner_02 .content h3 {
  line-height: 5.856515373vw;
  font-size: 2.70863836vw;
  text-align: right;
}
#cta_banner_02 .cta_banner_02 .secondary_image {
  grid-row: 1;
  grid-column: 8 / 12;
  height: 27.0863836vw;
}
#cta_banner_02 .cta_banner_02 .secondary_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#cta_banner_02 .cta_banner_02 .form {
  grid-column: 7 / 13;
  grid-row: 2;
}
#cta_banner_02 .cta_banner_02:last-child {
  margin-top: 3.660322108vw;
}
@media(max-width: 540px) {
  #cta_banner_02 {
    margin-top: 37.33333333vw; /*140px*/
  }
  #cta_banner_02 .image {
    grid-row: 1;
    grid-column: 1 / 5;
    height: 54.93333333vw; /*274px*/
    transform: scale(1.33) translateX(calc((100vw - 79.64860908vw) / -2));
    margin-top: 13.33333333vw; /*50px*/
  }
  #cta_banner_02 .title {
    grid-column: 1 / 4;
    grid-row: 2;
    margin: auto;
    margin-top: 33.6vw; /*126px;*/
  }
  #cta_banner_02 .cta_banner_02 .content {
    grid-column: 2 / 5;
    grid-row: 3;
    margin: auto;
    padding: 10.66666667vw 0 33.6vw 0;
  }
  #cta_banner_02 .cta_banner_02 .content h3 {
    font-size: 5.333333333vw;
    line-height: 8.533333333vw;
    text-align: left;
  }
  #cta_banner_02 .cta_banner_02 .secondary_image {
    display: none;
  }
  #cta_banner_02 .cta_banner_02 .form {
    grid-column: 1 / 5;
    grid-row: 4;
    padding-bottom: 100px;
  }
  #cta_banner_02 .cta_banner_02:last-child {
    margin-top: unset;
  }
}


/* BANNER 03 */

#cta_banner_03 {
  padding-bottom: 5.636896047vw;
}
#cta_banner_03 .title {
  grid-column: 5 / 12;
  grid-row: 1;
  margin: auto;
  margin-left: calc(5.563689605vw / 2);
}
#cta_banner_03 .title.square-tl {
  padding-left: calc(2.928257687vw + 1.171303075vw);
}
#cta_banner_03 .image {
  grid-row: 1;
  grid-column: 1 / 8;
  height: 39.67789165vw; /*542px*/
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
}
#cta_banner_03 .content {
  grid-column: 2 / 7;
  grid-row: 2;
  margin: auto;
  margin-top: 7.320644217vw;
}
#cta_banner_03 .content h3 {
  font-size: 2.415812592vw;
  line-height: 2.855051245vw;
}
#cta_banner_03 .secondary_image {
  grid-row: 2;
  grid-column: 8 / 12;
  margin-top: -3.660322108vw;
}
#cta_banner_03 .image img,
#cta_banner_03 .secondary_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
#cta_banner_03 .cta {
  grid-row: 3;
  grid-column: 5 / 10;
  margin-top: 6.295754026vw;
}
#cta_banner_03 .cta a.button {
  padding: 1.02489019vw 0;
}

@media(max-width: 540px){
  #cta_banner_03 {
    padding-bottom: 2.666666667vw;
  }
  #cta_banner_03 .image {
    grid-row: 1;
    grid-column: 1 / 5;
    height: 81.06666667vw;
    transform: translateX(calc((-2 * 18.13333333vw ) + ( -2 * 2.666666667vw)));
  }
  #cta_banner_03 .title {
    grid-column: 2 / 5;
    grid-row: 2;
    margin-top: 10.68814056vw; /*46px;*/
    margin-left: calc(-7.2vw - 2.666666667vw);
  }
  #cta_banner_03 .title.square-tl {
    padding-left: calc(7.2vw + 2.666666667vw);
  }
  #cta_banner_03 .image img {
    max-height: 542px
  }
  #cta_banner_03 .content {
    grid-column: 1 / 4;
    grid-row: 3;
  }
  #cta_banner_03 .content h3 {
    font-size: 5.333333333vw; /*20px;*/
    line-height: 8.533333333vw; /*32px;*/
    font-weight: 100;
  }
  #cta_banner_03 .secondary_image {
    grid-row: 4;
    grid-column: 2 / 5;
    margin-top: 16vw;
  }
  #cta_banner_03 .cta {
    grid-row: 5;
    grid-column: 2 / 5;
    margin-top: 10.66666667vw; /*40px*/
  }
}
#why-work {
  display: flex;
  align-items: flex-start;
  overflow-x: clip;
}
#why-work .placeholder {
  width: calc((100vw - 79.64860908vw ) / 4 );
}
#why-work .placeholder.image {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Motif_cleram-15.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 55.41727672vw; /*757px;*/
}
#why-work .content-wrapper {
  padding-top: 2.635431918vw; /*36px;*/
}
#why-work .why-first_image {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
  transform: translateX(calc((-2 * 5.563689605vw) + (-2 * 1.171303075vw)));
  height: 27.15959004vw;
}
#why-work .surtitle {
  grid-column: 5 / 10;
  grid-row: 1;
}
#why-work .title {
  grid-column: 5 / 10;
  grid-row: 2;
}
#why-work .subtitle {
  grid-column: 2 / 6;
  grid-row: 3;
  padding-top: 5.270863836vw; /*72px;*/
}
#why-work .subtitle .body_2 {
  font-weight: 600;
}
#why-work .menu {
  grid-column: 4 / 8;
  grid-row: 4;
  transform: translateX(-2.342606149vw); /*32px*/
}
#why-work .menu i {
  font-size: 0.7320644217vw; /*10px;*/
}
#why-work .menu h4 {
  font-size: 0.878477306vw; /*12px;*/
  line-height: 1.756954612vw; /*24px;*/
  font-weight: 500;
  margin-left: 1.171303075vw;
}
#why-work .menu-item {
  display: flex;
  align-items: baseline;
}
#why-work .why-secondary_image {
  grid-column: 6 / 12;
  grid-row: 4 / 5;
  transform: translateX(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)));
  height: 39.67789165vw;
}
#why-work .why-little_image {
  grid-column: 6 / 10;
  grid-row: 5;
  margin-top: -7vw;
  z-index: 100;
  height: 26.06149341vw;
}
#why-work .why-first_image img,
#why-work .why-little_image img,
#why-work .why-secondary_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
#why-work .why-first_image img {
  object-fit: contain;
  object-position: right;
}

@media(max-width: 540px) {
  #why-work .placeholder.image {
    height: 201.8666667vw;
  }
  #why-work .placeholder {
    width: calc((100vw - 80.53333333vw) / 4);
  }
  #why-work .menu h4 {
    font-size: 3.2vw; /*12px;*/
    line-height: 5.6vw; /*24px;*/
    font-weight: 500;
    margin-left: 2.666666667vw;
  }
  #why-work .menu-item i {
    font-size: 2.666666667vw;
  }
  #why-work .why-first_image {
    grid-column: 1 / 5;
    grid-row: 1;
    transform: translate(calc((18.13333333vw + 2.666666667vw) * -1), -18.66666667vw); /*-70px*/
    height: 69.86666667vw;
  }
  #why-work .surtitle {
    grid-column: 1 / 5;
    grid-row: 2;
  }
  #why-work .title {
    grid-column: 1 / 5;
    grid-row: 3;
    padding-bottom: 0;
  }
  #why-work .title h2 {
    margin-bottom: 0;
  }
  #why-work .title.square {
    padding-right: unset;
  }
  #why-work .subtitle {
    grid-column: 1 / 5;
    grid-row: 4;
    padding-top: 8vw; /*30px;*/
  }
  #why-work .menu {
    grid-column: 2 / 5;
    grid-row: 5;
    transform: translateX(calc(-2.666666667vw - 2.666666667vw)); /*-20px*/
  }
  #why-work .why-secondary_image {
    grid-column: 1 / 5;
    grid-row: 6;
    transform: translateX(calc(18.13333333vw + 2.666666667vw));
    z-index: 100;
    height: 67.73333333vw;
    margin-top: 13.33333333vw;
  }
  #why-work .why-secondary_image img {
    object-fit: contain;
    object-position: left;
  }
  #why-work .why-little_image img {
    object-fit: contain;
    object-position: right;
  }
  #why-work .why-little_image {
    grid-column: 1 / 4;
    grid-row: 7;
    margin-top: -20.26666667vw; /*-36px;*/
    z-index: 0;
    height: 60.53333333vw;
    transform: translateX(calc((18.13333333vw + 2.666666667vw) * -1));
  }
}
#why-work-2 {
  overflow-x: clip;
}
#why-work-2 .surtitle {
  grid-column: 5 / 12;
  grid-row: 1;
}
#why-work-2 .title {
  grid-column: 5 / 12;
  grid-row: 2;
}
#why-work-2 .subtitle {
  grid-column: 5 / 10;
  grid-row: 3;
}
#why-work-2 .square-fix {
  grid-column: 12;
  grid-row: 5;
}
#why-work-2 .square-fix img {
  transform: rotate(180deg);
}
#why-work-2 .first_image {
  grid-column: 1 / 6;
  grid-row: 1 / 4;
  transform: translate(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw) ), -7.320644217vw);
  height: 26.06149341vw;
}
#why-work-2 .first_image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: right;
}
#why-work-2 .card-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.171303075vw; /*16px;*/
}
#why-work-2 .card-header h6 {
  color: #EFBE99;
  margin-left: 1.171303075vw; /*16px;*/
}
#why-work-2 .image img {
  width: 3.660322108vw; /*50px;*/
}
#why-work-2 .cards {
  grid-column: 4 / 11;
  grid-row: 6;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
#why-work-2 .card {
  width: calc((5.563689605vw * 3) + (1.171303075vw * 3 ));
  margin: 2rem 0;
}
#why-work-2 .secondary_image {
  grid-column: 1 / 10;
  grid-row: 7;
  transform: translate(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)), -8.052708638vw);
  height: 30.60029283vw; /*418px*/
}
#why-work-2 .secondary_image img {
  height: 100% !important;
  width:  100%;
  object-fit: contain;
  object-position: right;
}
#why-work-2 .little_image {
  grid-column: 1 / 3;
  grid-row: 7;
  z-index: 10;
  transform: translateY(-21.8374817vw); /* - 16.8374817vw*/
  height: 17.86237189vw; /*244px;*/
}
#why-work-2 .third_image {
  grid-column: 6 / 13;
  grid-row: 8;
  margin-top: -18.30161054vw;
  transform: translate(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)));
  height: 27.30600293vw; /*373px*/
}
#why-work-2 .third_image img,
#why-work-2 .little_image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left;
}
#why-work-2 .little_image img {
  object-fit: cover;
  box-shadow: 5px 3px 0px white;
}

@media(max-width: 540px) {
  #why-work-2 .first_image {
    grid-column: 1 / 5;
    grid-row: 1;
    transform: translateX(calc(((2 * 18.13333333vw) + (2 * 2.666666667vw )) * -1));
    height: 63.2vw;
  }
  #why-work-2 .surtitle {
    grid-column: 1 / 5;
    grid-row: 2;
    padding-top: 17.06666667vw; /*64px;*/
  }
  #why-work-2 .title {
    grid-column: 1 / 5;
    grid-row: 3;
    margin-left: 2.666666667vw;
  }
  #why-work-2 .square-fix {
    grid-column: 4;
    grid-row: 4;
    margin-left: auto;
    margin-top: -6.666666667vw; /*-25px;*/
  }
  #why-work-2 .square-fix img {
    width: 7.2vw; /*27px;*/
  }
  #why-work-2 .subtitle {
    grid-column: 1 / 5;
    grid-row: 5;
    padding-top: 5.066666667vw; /*19px;*/
  }
  #why-work-2 .cards {
    display: block;
    grid-column: 1 / 5;
    margin-top: 26.66666667vw;
  }
  #why-work-2 .card {
    width: auto;
    margin-bottom: 14.4vw;
  }
  #why-work-2 .image img {
    width: 16.53333333vw;
  }
  #why-work-2 .card-header {
    margin-bottom: 0;
    align-items: center;
  }
  #why-work-2 .card-header h6 {
    font-size: 4.266666667vw;
  }
  #why-work-2 .card .content {
    padding-left: 17.6vw;
    font-size: 2.933333333vw;
    line-height: 5.866666667vw;
    font-weight: 500;
    margin-left: 2.666666667vw;
  }
  #why-work-2 .little_image {
    grid-column: 1 / 3;
    grid-row: 7;
    z-index: 100;
    transform: none;
    height: 55.46666667vw; /*208px;*/
  }
  #why-work-2 .secondary_image {
    grid-column: 1 / 5;
    grid-row: 8;
    transform: scale(1.3) translateY(-13.33333333vw);
    height: 72.8vw;
  }
  #why-work-2 .little_image img {
    object-fit: cover;
    object-position: center;
  }
  #why-work-2 .third_image {
    display: none;
/*    grid-column: 1 / 5;
    grid-row: 9;
    transform: translate(calc(18.13333333vw + 2.666666667vw), 100px);*/
  }
}
#why-about-01 {
  overflow-x: clip;
}
#why-about-01 .preheader {
  grid-column: 3 / 9;
  grid-row: 1;
  margin-top: 2.928257687vw;
}
#why-about-01 .title {
  grid-column: 3 / 9;
  grid-row: 2;
}
#why-about-01 .bg_image_left {
  grid-column: 1 / 5;
  grid-row: 1 / 5;
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
  max-height: 51.68374817vw;
}
#why-about-01 .bg_image_right {
  grid-row: 1 /4;
  grid-column: 6 / 11;
  height: 26.06149341vw;
  transform: translateX(calc((5 * 5.563689605vw) + (5 * 1.171303075vw)));
}
#why-about-01 .square-fix {
  grid-column: 8;
  grid-row: 3;
}
#why-about-01 .square-fix img {
  transform: rotate(180deg);
  width: 2.928257687vw;
}
#why-about-01 .image_aside_text {
  grid-row: 4;
  grid-column: 1 / 10;
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
  height: 25.47584187vw;
}
#why-about-01 .bg_image_right img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
#why-about-01 .bg_image_left img,
#why-about-01 .image_aside_text img,
#why-about-01 .team_picture img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100%;
}
#why-about-01 .content {
  grid-row: 4;
  grid-column: 8 / 12;
  padding-top: 8.491947291vw;
  padding-bottom: 2.928257687vw;
}
#why-about-01 .team_picture {
  grid-row: 5;
  grid-column: 1 / 13;
  height: 44.87554905vw;
}

@media(max-width: 540px){
  #why-about-01 {
    margin-top: -29.33333333vw;
  }
  #why-about-01 .preheader {
    grid-column: 1 / 5;
    grid-row: 2;
    margin-top: 16vw;
  }
  #why-about-01 .title {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  #why-about-01 .bg_image_left {
    grid-column: 1;
    grid-row: 1 / 5;
    transform: translate(-18.13333333vw, -42.66666667vw);
    max-height: 101.6vw;
  }
  #why-about-01 .bg_image_right {
    grid-row: 1;
    grid-column: 1 / 4;
    height: 49.6vw;
    transform: translateX(calc(2 * (18.13333333vw + 2.666666667vw)));
  }
  #why-about-01 .square-fix {
    grid-column: 4;
    grid-row: 4;
    text-align: right;
  }
  #why-about-01 .square-fix img {
    transform: rotate(180deg);
    width: 7.2vw;
  }
  #why-about-01 .image_aside_text {
    grid-row: 6;
    grid-column: 1 / 5;
    transform: translateX(0);
    height: 36.53333333vw;
  }
  #why-about-01 .bg_image_left img,
  #why-about-01 .bg_image_right img,
  #why-about-01 .image_aside_text img,
  #why-about-01 .team_picture img {
    object-fit: cover;
    object-position: center;
    height: 100% !important;
    width: 100%;
  }
  #why-about-01 .bg_image_right img {
    object-fit: cover;
    object-position: top;
    height: 100% !important;
    width: 100%;
  }
  #why-about-01 .content {
    grid-row: 5;
    grid-column: 1 / 5;
    padding-top: 13.33333333vw;
    padding-bottom: 10.66666667vw;
  }
  #why-about-01 .team_picture {
    grid-row: 7;
    grid-column: 1 / 5;
    transform: scale(1.3);
    margin-top: 21.33333333vw;
  }
}
#numbers {
  padding-bottom: 2.342606149vw;
}
#numbers .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.171303075vw;
  text-align: center;
}
#numbers .card-wrapper .image {
  margin-bottom: -2.196193265vw;
}
#numbers .card-wrapper .image img {
  width: 5.856515373vw;
  height: 5.856515373vw;
  object-fit: cover;
}
#numbers .card h5 {
  font-size: 3.733528551vw;
}
#numbers .square-top {
  text-align: right;
}
#numbers .square-top img {
  transform: rotate(90deg);
}
#numbers .square-bottom {
  text-align: left;
}
#numbers .card-content {
  padding: 2.635431918vw 0;
}

@media(max-width: 540px){
  #numbers .cards {
    display: block;
  }
  #numbers .card-wrapper:not(:last-child) {
    padding-bottom: 16vw;
  }
  #numbers .card-content {
    padding: 1rem 0 0;
  }
  #numbers .card h5 {
    font-size: 6.666666667vw;
    color: #707070;
    text-transform: uppercase;
    font-weight: 600;
  }
  #numbers .card h3 {
    color: #707070;
  }
  #numbers .card-wrapper .image img {
    width: 21.33333333vw;
    height: 21.33333333vw;
  }
}
#conseil {
  overflow-x: clip;
}
#conseil .surtitle {
  grid-column: 2 / 6;
  grid-row: 1;
}
#conseil .title {
  grid-column: 2 / 9;
  grid-row: 2;
  margin-bottom: 3.294289898vw; /*45px*/
}
#conseil .image {
  grid-column: 7 / 13;
  grid-row: 1 / 3;
  transform: translate(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)),-80px);
  height: 17.715959vw; /*242px;*/
}
#conseil .image img {
  height: 100% !important;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
#conseil .content {
  grid-column: 6 / 11;
  grid-row: 3;
}
#conseil .cta {
  grid-column: 2 / 5;
  grid-row: 3;
}

@media(max-width: 540px) {
  #conseil .image {
    grid-column: 1 / 5;
    grid-row: 1;
    transform: translateX(calc(18.13333333vw + 2.666666667vw));
    margin-top: -10.66666667vw;
    height: 53.33333333vw;
  }
  #conseil .surtitle {
    padding-top: 16.53333333vw; /*62px;*/
    grid-column: 1 / 5;
    grid-row: 2;
  }
  #conseil .title {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  #conseil .title.square {
    padding-right: 0;
  }
  #conseil .content {
    grid-column: 2 / 5;
    grid-row: 4;
    padding: 16.53333333vw 0; /*62px 0;*/
  }
  #conseil .image img {
    object-fit: cover;
    object-position: center;
  }
  #conseil .cta {
    grid-column: 1 / 4;
    grid-row: 5;
  }
}
#directory {
  overflow-x: hidden;
}
#directory .bg-image_right {
  height: 27.15959004vw; /*370px;*/
  background-repeat: no-repeat;
  background-position: calc((100vw - 79.64860908vw)/2 + (79.64860908vw - 5.563689605vw));
  background-size: contain;
}

#directory .color-wrapper {
  background-color: rgba(112, 111, 111, 0.05);
  margin-top: -2.928257687vw;
}
#directory .content-wrapper {
  transform: translateY(-5.124450952vw);
}
#directory .profil_image {
  grid-column: 2 / 6;
  grid-row: 1 / 4;
  height: 25.32942899vw; /*346px*/
  background-repeat: no-repeat;
  background-size: cover;
}
#directory .profil_image img {
  width: 5.563689605vw;
  text-align: center;
  padding: 0.5rem;
  transform: scale(1,-1);
}
#directory .testimonial_name {
  grid-column: 2 / 6;
  grid-row: 4;
}
#directory .member_position {
  grid-column: 2 / 6;
  grid-row: 5;
}
#directory .content {
  grid-column: 7 / 13;
  grid-row: 3 / 7;
  columns: 2;
  column-gap: 1.171303075vw;
}
#directory .quote-fix {
  grid-row: 7;
  grid-column: 11;
  transform: scale(-1, -1);
}
#directory .quote-fix img {
  width: 3.660322108vw; /*50px;*/
}
#directory .bg-image_left {
  height: 17.715959vw; /*242px;*/
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  transform: translateY(-7.320644217vw);
}

/*PORTFOLIO*/
#portfolio-post #directory .bg-image_right {
  display: none;
}
#portfolio-post #directory .color-wrapper {
  margin-top: 9.516837482vw;
}
/* MEDIA QUERIES */
@media(max-width:  540px) {
  #directory .bg-image_right {
    height: 74.4vw; /*279px;*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  #directory .color-wrapper {
    padding: 16vw 0 18.66666667vw; /*60px 0 70px;*/
  }
  #directory .content-wrapper {
    transform: none;
  }
  #directory .profil_image {
    grid-column: 1 / 4;
    grid-row: 1;
    height: 58.66666667vw; /*220px;*/
    background-size: cover;
  }
  #directory .content {
    grid-column: 1 / 5;
    grid-row: 3;
    columns: 1;
    padding: 10.66666667vw 0;
  }
  #directory .quote-fix {
    grid-row: 4;
    grid-column: 4;
    transform: scale(-1, -1);
    margin-right: auto;
  }
  #directory .quote-fix img {
    width: 13.33333333vw;
  }
  #directory .profil_image img {
    width: 11.2vw;
    text-align: center;
    padding: 0.5rem;
  }
  #directory .testimonial_name {
    grid-column: 1 / 4;
    grid-row: 2;
    font-size: 6.666666667vw; /*25px;*/
    line-height: 11.73333333vw; /*44px;*/
  }
  #directory .member_position {
    grid-column: 1 / 4;
    grid-row: 3;
    font-size: 2.933333333vw; /*11px;*/
    line-height: 6.4vw; /*24px;*/
    margin-top: -5.333333333vw; /*-20px;*/
  }
  #directory .bg-image_left {
    height: 41.86666667vw; /*157px;*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    transform: translate(calc((50vw - (2.666666667px / 2)) * -1), -20.8vw);
  }
}
#image_banner .big_image {
  grid-row: 1 / 4;
  grid-column: 1 / 13;
  height: 44.87554905vw;
}
#image_banner .big_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#image_banner .little_image {
  grid-row: 3;
  grid-column: 11 / 13;
  height: 17.86237189vw;
  transform: translate(calc(5.563689605vw + 1.171303075vw), 5.856515373vw);
}
#image_banner .little_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

@media(max-width: 540px){
  #image_banner .big_image {
    grid-row: 1;
    grid-column: 1 / 5;
    height: 49.6vw;
  }
  #image_banner .little_image {
    grid-row: 2;
    grid-column: 4;
    height: 26.66666667vw;
    transform: translateY(-9.333333333vw);
  }
  #image_banner .little_image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }
}
#recrutements {
  overflow: hidden;
}
#recrutements .image {
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  transform: translateX(calc((-3 * 5.563689605vw) + (-3 * 1.171303075vw)));
  height: 39.67789165vw;
}
#recrutements .surtitle {
  grid-row: 1;
  grid-column: 5 / 10;
}
#recrutements .title {
  grid-row: 2;
  grid-column: 5 / 11;
}
#recrutements .cta {
  grid-row: 3;
  grid-column: 5 / 8;
}
#recrutements .secondary_image {
  grid-row: 5;
  grid-column: 6 / 13;
  transform: translate(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)), -7.320644217vw);
  height: 27.15959004vw;
}
#recrutements .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#recrutements .secondary_image img {
 width: 100%;
 height: 100% !important;
 object-fit: contain;
 object-position: left;
}
@media(max-width: 540px){
  #recrutements .image {
    display: none;
  }
  #recrutements .surtitle {
    grid-row: 1;
    grid-column: 1 / 5;
  }
  #recrutements .title {
    grid-row: 2;
    grid-column: 1 / 5;
    padding-right: 0;
  }
  #recrutements .cta {
    grid-row: 3;
    grid-column: 2 / 5;
    margin-top: 12.8vw;
  }
  #recrutements .secondary_image {
    grid-row: 4;
    grid-column: 1 / 5;
    transform: translateX(calc(18.13333333vw + 2.666666667vw));
    height: 53.33333333vw;
    margin-top: 28.26666667vw;
  }
}
#poles {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/HOME/Panneaux-accoustiques-bureaux.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: calc(50vw - (5.563689605vw + 1.171303075vw + (1.171303075vw /2)));
  padding-bottom: 18.30161054vw;
  overflow: hidden;
}
#poles .surtitle {
  grid-row: 1;
  grid-column: 1 / 6;
}
#poles .banner .title {
  grid-row: 2;
  grid-column: 1 / 9;
}
#poles .cards-wrapper {
  padding-top: 7.320644217vw; /*100px;*/
}
#poles .cards-wrapper .first_image {
  grid-row: 1;
  grid-column: 1 / 7;
  transform: translateX(calc((-4 * 5.563689605vw) + (-4 *1.171303075vw)));
}
#poles .cards-wrapper .first_image img,
#poles .little_image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
#poles .cards-wrapper .first_image img {
  height: 60.83455344vw !important;
}
#poles .card-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.171303075vw; /*16px;*/
}
#poles .card-header h6 {
  color: #EFBE99;
  margin-left: 1.171303075vw; /*16px;*/
}
#poles .image img {
  min-width: 5.563689605vw;
}
#poles .cards {
  grid-column: 4 / 11;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#poles .card {
  width: calc((5.563689605vw * 3) + (1.171303075vw * 3 ));
}
#poles .card .content {
  font-size: 0.878477306vw; /*12px;*/
  line-height: 1.756954612vw; /*24px;*/
  color: #706F6F;
}
#poles .little_image {
  height: 27.45241581vw; /*375px;*/
  grid-row: 1;
  grid-column: 9/13;
  margin-top: auto;
  transform: translateX(calc((5.563689605vw * 3) + (1.171303075vw * 3 )));
}

@media(max-width: 540px){
  #poles {
    background-position-y: bottom;
    background-size: contain;
    padding-bottom: 48vw;
    overflow-x: clip;
    background-position-x: calc((100vw - 80.53333333vw) / 2 + (18.13333333vw + 2.666666667vw));
  }
  #poles .surtitle {
    grid-row: 1;
    grid-column: 1 / 5;
  }
  #poles .title {
    grid-row: 2;
    grid-column: 1 / 5;
  }
  #poles .cards-wrapper {
    padding-top: 17.6vw;
  }
  #poles .cards-wrapper .first_image img {
    height: 67.73333333vw !important;
  }
  #poles .cards-wrapper .first_image {
    grid-row: 1;
    grid-column: 1 / 5;
    transform: translateX(calc((-2 * 18.13333333vw) + (-2 *2.666666667vw)));
  }
  #poles .cards {
    display: block;
    grid-column: 1 / 5;
    grid-row: 2;
    margin-top: 33.06666667vw;
  }
  #poles .card {
    width: 100%;
    padding-bottom: 13.33333333vw;
  }
  #poles .image img {
    min-width: 18.13333333vw;
    padding: 3.2vw;
  }
  #poles .card-header {
    align-items: center;
  }
  #poles .card-header h6 {
    margin-left: 0;
  }
  #poles .card-header .title {
    margin-left: 2.666666667vw;
  }
  #poles .little_image {
    height: 50.66666667vw;
    grid-row: 3;
    grid-column: 2 / 5;
    margin-top: 26.66666667vw;
    transform: translateX(calc((2 * 18.13333333vw) + (2 * 2.666666667vw)));
  }
  #poles .card .content {
    margin-left: calc(18.13333333vw + 2.666666667vw);
    margin-top: -5.333333333vw;
  }
}
#logos_banner .title {
  grid-row: 1;
  grid-column: 7 / 11;
}
#logos_banner .kl-logos {
  padding-top: 100px;
}
@media(max-width: 540px){
  #logos_banner {
    margin-top: -90px;
  }
  #logos_banner .kl-logos {
    padding-top: 40px;
  }
  #logos_banner .title {
    grid-column: 2 / 5;
  }
}
#typo-space {
  overflow-x: clip;
}
#typo-space .typo-space .surtitle {
  grid-row: 1;
  grid-column: 2 / 6;
}
#typo-space .typo-space .title {
  grid-row: 2;
  grid-column: 2 / 8;
  margin-bottom: 3vw;
}
#typo-space .typo-space .content {
  grid-row: 3;
  grid-column: 2 / 7;
}
#typo-space .typo-space .spaces {
  grid-row: 4;
  grid-column: 3 / 7;
  padding-top: 5.320644217vw;
}
#typo-space .typo-space .spaces ul {
  list-style: none;
  padding-left: 0;
}
#typo-space .typo-space .spaces li {
  text-transform: uppercase;
  color: #E0754B;
}
#typo-space .typo-space .illu {
  grid-row: 4;
  grid-column: 1 / 3;
  padding: 7.320644217vw 0;
}
#typo-space .typo-space .illu img {
  width: 70%;
  display: flex;
  margin: auto;
}
#typo-space .typo-images {
  grid-row: 3 / 5;
  grid-column: 6 / 13;
  transform: translateX(calc((2 * 5.563689605vw) + (2 * 1.171303075vw)));
}
#typo-space .typo-space .big-image {

  height: 31.33235725vw;
}
#typo-space .typo-space .big-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
#typo-space .typo-space .small-image {
  grid-row: 4 / 7;
  grid-column: 10 / 13;
  z-index: 15;
  height: 27.23279649vw;
  width: 18.74084919vw;
  transform: translate(calc((3 * 5.563689605vw) + (3 * 1.171303075vw)), -4.39238653vw);
  /*transform: translateY(5.856515373vw);*/
}
#typo-space .typo-space .small-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media(max-width: 540px){
  #typo-space .typo-space .surtitle {
    grid-row: 1;
    grid-column: 1 / 5;
    background-size: 7.2vw;
    background-image: url('https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Motifs/Equerre_top_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 7.2vw;
    padding-left: calc(7.2vw + 2.666666667vw);
  }
  #typo-space .typo-space .title {
    grid-row: 2;
    grid-column: 1 / 5;
    padding-left: calc(7.2vw + 2.666666667vw);
    padding-right: 0;
    background-image: none;
    margin-bottom: 8vw;
  }
  #typo-space .typo-space .content {
    grid-row: 3;
    grid-column: 1 / 5;
  }
  #typo-space .typo-space .illu {
    grid-row: 6;
    grid-column: 1 / 3;
    margin-top: -10vw;
    padding: 0;
  }
  #typo-space .typo-space .spaces {
    grid-row: 7;
    grid-column: 2 / 5;
  }
  #typo-space .typo-space .spaces li {
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-bottom: 5vw;
  }
  #typo-space .typo-images {
    grid-row: 4;
    grid-column: 1 / 5;
    transform: none;
  }
  #typo-space .typo-space .big-image {
    height: 56.8vw;
    transform: translateX(0);
    margin-top: 20vw;
  }
  #typo-space .typo-space .small-image {
    grid-row: 5;
    grid-column: 3 / 5;
    height: 66.93333333vw;
    width: 46.13333333vw;
    transform: translate(calc((2 * 18.13333333vw) + (2 * 2.666666667vw)), -6vw);
  }
}
#listen {
  /* padding-bottom: 10.98096633vw; */
  overflow-x: clip;
}
#listen .listen .surtitle {
  grid-row: 1;
  grid-column: 2 / 6;
  /*padding-left: 56px;*/
  margin-left: calc((1.171303075vw + 2.928257687vw) * -1);
}
#listen .listen .title {
  grid-row: 2;
  grid-column: 2 / 8;
}
#listen .listen .content {
  grid-row: 3;
  grid-column: 2 / 7;
}
#listen .listen .big-image {
  grid-row: 1 / 4;
  grid-column: 6 / 13;
  transform: translateX(calc((2 * 5.563689605vw) + (2 * 1.171303075vw)));
  height: 28.477306vw;
}
#listen .listen .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#listen .listen .small-image {
  grid-row: 3;
  grid-column: 10 / 13;
  z-index: 15;
  height: 27.23279649vw;
  /*transform: translateY(10.98096633vw);*/
}
#listen .listen .small-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media(max-width: 540px){
  #listen .listen .surtitle {
    grid-row: 1;
    grid-column: 1 / 5;
    margin-left: 0;
  }
  #listen .listen .title {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: calc(7.2vw + 2.666666667vw);
  }
  #listen .listen .content {
    grid-row: 3;
    grid-column: 1 / 5;
    margin-top: 8vw;
    margin-bottom: 30vw;
  }
  #listen .listen .big-image {
    grid-row: 4;
    grid-column: 1 / 5;
    height: 60.53333333vw;
    transform: translateX(0);
  }
  #listen .listen .small-image {
    grid-row: 5;
    grid-column: 2 / 5;
    height: 90.93333333vw;
    transform: translateY(-10vw);
  }
}
#blog-post {
  overflow-x: clip;
}
/* Blog header */
#blog-index .blog-header {
  background-repeat: no-repeat;
  background-size: calc(((100vw - 79.64860908vw) / 2) + (7 * 5.563689605vw) + (6 * 1.171303075vw));
  height: 48.0966325vw; /*657px*/
}
#blog-index .blog-header .content-wrapper,
#blog-index .blog-header .cleram-grid {
  height: 100%;
}
#blog-index .blog-header h1.annotation {
  grid-row: 1;
  grid-column: 2 / 9;
  color: #000000;
  margin-top: 6.149341142vw;
  font-size: 2.489019034vw; /*34px*/
  height: 4.831625183vw;
  margin-bottom: 0;
}
#blog-index .blog-header .blog-header__title {
  grid-row: 2;
  grid-column: 2 / 9;
  max-width: unset;
}
#blog-index .blog-header .blog-header__title span {
  font-size: 4.685212299vw; /*64px;*/
  font-weight: 400;
  line-height: 5.344070278vw; /*73px;*/
  color: #000000;
}
#blog-index .blog-header .content {
  grid-row: 3;
  grid-column: 8 / 12;
  margin-left: calc(5.563689605vw / 2);
  margin-top: -5.856515373vw;
}
#blog-index .blog-header .content h3 {
  font-size: 1.464128843vw; /*20px;*/
  line-height: 2.342606149vw; /*32px;*/
  font-weight: 100;
}
#blog-index .blog-header .anchor {
  grid-row: 4;
  grid-column: 12;
  margin: auto;
}
#blog-index .blog-header .anchor img {
  width: 3.660322108vw; /*50px;*/
  height: 3.660322108vw; /*50px;*/
}
#blog-index .blog-header__bg-white,
.body-container--home .blog-header__bg-white {
  display: none;
}
@media screen and (max-width: 768px) {
  #blog-index .blog-header {
    height: 180.5333333vw; /*677px*/
    background-size: auto 180.5333333vw;
    background-position: right;
    position: relative;
  }
  #blog-index .blog-header h1.annotation {
    font-size: 9.066666667vw;
    line-height: 11.73333333vw;
    padding-top: 40vw;
    padding-bottom: 7vw;
    height: unset;
  }
  #blog-index .blog-header .blog-header__title span {
    font-size: 8vw;
    line-height: 11.46666667vw;
  }
  #blog-index .blog-header .content h3 {
    font-size: 5.333333333vw;
    line-height: 8.533333333vw;
  }
  #blog-index .blog-header .content.square-tl {
    background-image: none;
    padding-left: 0;
    margin-left: calc(18.13333333vw + 2.666666667vw);
  }
  #blog-index .blog-header .anchor {
    display: none;
  }
  #blog-index .blog-header .content-wrapper {
    position: absolute;
    top: 0;
    left: calc((100vw - 80.53333333vw) / 2);
    z-index: 10;
  }
  .body-container--home .blog-header__bg-white,
  #blog-index .blog-header__bg-white {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: white;
    height: 100%;
    width: calc(((100vw - 80.53333333vw) / 2) + (3 * 18.13333333vw) + (3 * 2.666666667vw));
  }
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 27.81844802vw; /*380px;*/
  flex-basis: 27.81844802vw; /*380px;*/
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #E0754B;
}

.blog-header__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #706F6F;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#blog-index .blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 2.342606149vw 0 5.41727672vw;
}
#blog-index .blog-dropdown-filter {
  border: 0.1464128843vw solid #EFBE99;
}
#blog-index .blog-dropdown-filter__placeholder {
  color: #EFBE99;
  padding: 0.878477306vw 1.903367496vw; /*12px 26px;*/
  cursor: pointer;
  font-size: 1.171303075vw; /*16px;*/
  font-weight: 500;
  width: calc((3 * 5.563689605vw) + (2 * 1.171303075vw));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blog-index .blog-dropdown-filter .arrow-svg svg {
  transform: rotate(90deg);
  float: right;
  fill: #EFBE99;
  width:0.7320644217vw; /*10px*/
}
#blog-index .blog-dropdown-filter__placeholder.active {
  background-color: #efbe99;
  color: white;
}
#blog-index .blog-dropdown-filter__placeholder.active svg{
  fill: #ffffff;
}
#blog-index .blog-dropdown-filter__inner {
  display: none;
}
#blog-index .blog-dropdown-filter__inner.active {
  display: block;
}
#blog-index .blog-dropdown-filter__inner ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#blog-index .blog-dropdown-filter__inner-list li {
  padding: 8px 26px;
  cursor: pointer;
  font-weight:  400;
}
#blog-index .blog-dropdown-filter__inner-list li:hover a {
  text-decoration: underline;
}
#blog-index .hs-search-field input[type=text] {
  border: 0.1464128843vw solid #EFBE99;
}
.blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
  max-width: 680px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}

.blog-tags__link {
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #EFBE99;
  border-radius: 0px;
  color: #EFBE99;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 1px solid #dadada;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: rgba(239, 190, 153, 1.0);
  border-color: rgba(239, 190, 153, 1.0);
  color: #FFF;
  text-decoration: none;
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: #EFBE99;
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #E0754B;
  border: none;
  color: white;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 2.342606149vw 0 0;
}
#blog-index .blog-search {
  margin: 0;
  flex-basis: calc((8 * 5.563689605vw) + (7 * 1.171303075vw));
}

@media(max-width: 540px){
  #blog-index .blog-filter {
    display: none;
  }
}
/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  /*padding: 32px 0;*/
  margin: -8px;
}
#blog-index .blog-index,
#blog-index .blog-more-posts {
  margin:calc(1.171303075vw / -2);
}
.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}
@media(max-width: 540px){
  #portfolio .blog-index{
    margin: unset;
  }
  .blog-more-posts {
    margin: unset;
  }
}
.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: calc(1.171303075vw / 2);
}
#blog-index .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  padding: calc(1.171303075vw / 2);
  padding-bottom: 5.929721816vw; /*81px;*/
}
@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media(max-width: 540px){
  #blog-index .blog-index__post-wrapper,
  #blog-index .blog-more-posts__post-wrapper {
    padding: 0;
    padding-bottom: 11.73333333vw; /*44px*/
  }
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    padding: 0 0 11.46666667vw 0; /*43px*/
    width: calc((4 * 18.13333333vw) + (3 * 2.666666667vw));
  }
  #blog-index .blog-index, #blog-index .blog-more-posts {
    margin: unset;
  }
}
.blog-index__post-wrapper:hover .blog-index__post {
  box-shadow: -1px 11px 36px #00000029;
  transition: .5s ease;
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: .5s ease;
}
.blog-index__post {
  border: 1px solid ;
}
#blog-index .blog-index__post .blog-index__post-link,
#blog-post .blog-index__post .blog-index__post-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#blog-index .blog-index__post a:hover,
#blog-post .blog-index__post a:hover {
  text-decoration: none;
}
#blog-index .blog-index__post-summary,
#blog-post .blog-index__post-summary {
  color: #706F6F;
}
#blog-post .blog-index__post-summary p,
#blog-post .blog-index__post-summary h1,
#blog-post .blog-index__post-summary h2,
#blog-post .blog-index__post-summary h3 {
  font-size: 12px;
  line-height: 24px;
}
.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}
#blog-index .blog-index__post a .blog-index__post-image,
#blog-post .blog-index__post a .blog-index__post-image {
  position: relative;
}
#blog-index .blog-index__post a .blog-index__post-image:after,
#blog-post .blog-index__post a .blog-index__post-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e0754b;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0;
  transition: .5s ease;
}
#blog-index .blog-index__post a:hover .blog-index__post-image:after,
#blog-post .blog-index__post a:hover .blog-index__post-image:after {
  opacity: 1;
  transition: .5s ease;
}
.blog-index__post-content, .blog-more-posts__post-content {
  padding: 2.196193265vw; /*30px;*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
#blog-index .blog-index__post-content .annotation,
#blog-post .blog-index__post-content .annotation {
  font-size: 1.390922401vw; /*19px;*/
  line-height: 2.342606149vw; /*32px*/
  display: initial;
}
#blog-index .blog-index__post-button span,
#blog-post .blog-index__post-button span {
  font-weight: 600;
  font-size: 1.171303075vw; /*16px;*/
  color: #EFBE99;
  position: relative
}
#blog-index .blog-index__post-button:hover span,
#blog-post .blog-index__post-button:hover span {
  text-decoration: underline;
}
#blog-index .blog-index__post-button span:after,
#blog-post .blog-index__post-button span:after {
  content: "";
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Picto/Groupe%20329.svg);
  position: absolute;
  width: 5.563689605vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2.196193265vw;
}
#blog-index .blog-index__post-content h3, #blog-post .blog-index__post-content h3 {
  font-size: 1.390922401vw; /*19px;*/
  line-height: 2.489019034vw; /*34px;*/
  margin: 1.464128843vw 0;
  font-weight: 400;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #000000;
  text-decoration: none;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #706F6F;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 32px 0 0;
  color: #C6C6C6;
  font-size: .75rem;
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
  margin-left: 54px;
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('//8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/raw_assets/public/theme-CLERAM/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20.05856515vw; /*274px*/
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

@media(max-width: 540px){
  #blog-index {
    overflow-x: clip;
  }
  .blog-index__post-image, .blog-more-posts__post-image {
    padding-bottom: 66.13333333vw;
  }
  #blog-index .blog-index__post-content,
  #blog-index .blog-more-posts__post-content,
  #blog-post .blog-index__post-content,
  #blog-post .blog-more-posts__post-content {
    padding: 4.8vw;
  }
  #blog-index .blog-post__featured .blog-index__post-button {
    margin: 12.8vw 0;
  }
  #blog-index .blog-post__featured .blog-index__post-button span,
  #blog-post .blog-post__featured .blog-index__post-button span {
    font-size: 4.266666667vw; /*16vw*/
    line-height: 8.266666667vw; /*31px*/
    margin-left: calc(18.13333333vw / 2);
  }
  #blog-index .blog-index__post-button span: after,
  #blog-post .blog-index__post-button span: after {
    width: 18.4vw;
    background-position: bottom;
  }
  #blog-post .blog-index__post-summary {
    display: none;
  }
/*  .blog-index__post-image, .blog-more-posts__post-image {
    padding-bottom: 73.06666667vw;
  }*/
  #blog-index .blog-index__post-image, #blog-index .blog-more-posts__post-image {
    padding-bottom: 66.13333333vw; /*248px*/
  }
  #blog-index .blog-index__post-content .annotation,
  #blog-post .blog-index__post-content .annotation {
    font-size: 4.266666667vw;
    line-height: 6.4vw;
  }
  #blog-index .blog-index__post-content h3,
  #blog-post .blog-index__post-content h3 {
    font-size: 5.066666667vw;
    line-height: 9.066666667vw;
    margin: 2.666666667vw 0;
  }
  #blog-index .blog-index__post-content .blog-index__post-summary {
    display: none;
  }
  #blog-index .blog-index__post-content .blog-index__post-button span,
  #blog-post .blog-index__post-content .blog-index__post-button span {
    font-size: 4vw;
    line-height: 8.266666667vw;
  }
  #blog-index .blog-index__post-button span:after,
  #blog-post .blog-index__post-button span:after {
    margin-left: 8vw;
  }
}
/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.635431918vw 0;
}
.blog-pagination > div {
  display: flex;
  align-items: center;
}
.blog-pagination__link {
  font-family: 'Quentin', sans-serif;
  color: #706F6F;
  margin: 0 0.8052708638vw;
  text-decoration: none;
  width: 3.147877013vw; /*45px;*/
  height: 3.147877013vw; /*45px;*/
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 2.122986823vw; /*29px;*/
  font-weight: 400;
  border: 1.5px solid #706F6F
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #E0754B;
  border-color: #E0754B;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #ffffff;
  background-color: #E0754B;
  border-color: #E0754B;
}

.blog-pagination__ellipsis {
  color: #706F6F;
  font-size: 3rem;
}
.blog-pagination__img {
  display: flex;
}
.blog-pagination__img img {
  margin: 0 0.8052708638vw;
  width: 3.147877013vw;
  height: 3.147877013vw;
  object-fit: contain;
}
@media(max-width: 540px){
  .blog-pagination__link {
    width: 8.266666667vw; /*31px*/
    height: 8.266666667vw;
    font-size: 5.6vw; /*21px*/
    margin: 0 2.133333333vw;
  }
  .blog-pagination__ellipsis {
    font-size: 13.6vw; /*51px*/
    margin: 0 2.133333333vw;
  }
  .blog-pagination__img img {
    margin: 0 2.133333333vw;
    width: 8.266666667vw;
    height: 8.266666667vw;
    object-fit: cover;
  }
  .blog-pagination>div {
    align-items: inherit;
  }
}
/*Blog featured post*/

#blog-index .blog-post__featured-meta {
  margin-bottom: 1.610541728vw; /*22px;*/
}
#blog-index .blog-post__featured-meta .annotation {
  font-size: 2.489019034vw; /*34px;*/
}
#blog-index .blog-post__featured-meta .date {
  grid-row: 1;
  grid-column: 1 / 4;
}
#blog-index .blog-post__featured-meta .tags {
  grid-row: 1;
  grid-column: 4 / 13;
}
#blog-index .blog-post__featured {
  background-color: rgba(112, 111, 111, .05);
  margin-bottom: 4.978038067vw; /*68px;*/
  height: 47.80380673vw; /*653px;*/
}
#blog-index .blog-post__featured .title {
  grid-row: 1;
  grid-column: 8 / 12;
  margin-left: calc(5.563689605vw / 2);
  margin-top: 5.490483163vw;
}
#blog-index .blog-post__featured .title h3 {
  font-weight: 400;
  font-size: 3.733528551vw; /*51px;*/
  line-height: 4.319180088vw; /*59px;*/
}
#blog-index .blog-post__featured .summary {
  grid-row: 2;
  grid-column: 9 / 12;
}
#blog-index .blog-post__featured .blog-index__post-button {
  grid-row: 3;
  grid-column: 9 / 12;
  margin-bottom: 5.490483163vw;
}
#blog-index .blog-post__featured img {
  grid-row: 1 / 4;
  grid-column: 1 / 12;
  width: 100%;
  height: inherit;
  object-fit: cover;
  transform: translateX(calc(((4 * 5.563689605vw) + (4 * 1.171303075vw)) * -1));
}
@media(max-width: 540px){
  #blog-index .blog-post__featured-meta {
    display: block;
    margin-top: 26.66666667vw;
    margin-bottom: 0;
    background-color: #706f6f0d;
    padding: 2.666666667vw;
  }
  #blog-index .blog-post__featured-meta .annotation {
    font-size: 4.266666667vw;
    line-height: 6.4vw;
  }
  #blog-index .blog-post__featured {
    height: unset;
    margin-bottom: 20.53333333vw;
  }
  #blog-index .blog-post__featured img {
    grid-row: 1;
    grid-column: 1 / 5;
    transform: scale(1.3);
    margin: 8vw 0;
  }
  #blog-index .blog-post__featured .title {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: calc(18.13333333vw - 7.2vw );
  }
  #blog-index .blog-post__featured .title h3 {
    font-size: 8vw;
    line-height: 11.46666667vw;
  }
  #blog-index .blog-post__featured .blog-index__post-button {
    grid-row: 3;
    grid-column: 1 / 5;
  }
}


/* Blog post */
#blog-post h1 {
  font-size: 3.733528551vw;
  color: #706F6F;
  line-height: 4.319180088vw;
}
#blog-post .blog-header--post .surtitle a {
  font-style: normal;
  color: #706F6F;
}
#blog-post .blog-header--post .image {
  grid-row: 2 / 5;
  grid-column: 1 / 10;
  height: 40.26354319vw;
  transform: translateX(calc(((-2 * 5.563689605vw) + (-2 * 1.171303075vw))));
}
#blog-post .blog-header--post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#blog-post .blog-post__timestamp {
  grid-row: 1;
  grid-column: 1 / 4;
  color: inherit;
}
#blog-post .blog-header--post .blog-post__tags {
  grid-row: 1;
  grid-column: 4 / 12;
}
#blog-post .blog-post__timestamp,
#blog-post .blog-header--post .blog-post__tags {
  font-size: 2.489019034vw;
  line-height: 3.806734993vw;
}
#blog-post .blog-header--post .surtitle {
  grid-row: 2;
  grid-column: 8 / 12;
  font-size: 2.415812592vw;
  margin-left: calc(5.563689605vw / 2);
  align-self: end;
  padding: 1.390922401vw 0;
}
#blog-post .blog-post__title {
  grid-row: 3;
  grid-column: 8 / 13;
  margin-left: calc(5.563689605vw / 2);
}

#blog-post .blog-header--post .anchor {
  grid-row: 4;
  grid-column: 12;
  align-self: end;
  margin: auto;
}
#blog-post .blog-header--post .anchor img {
  width: 3.660322108vw;
}
#blog-post #livre-blanc {
  padding: unset;
  padding-top: 14.64128843vw;
}
.blog-header--post {
  padding: 3.074670571vw 0 4.245973646vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media(max-width: 540px){
  #blog-post #livre-blanc {
    padding-top: 53.33333333vw;
  }
  #blog-post .blog-post__timestamp {
    grid-row: 1;
    grid-column: 1;
  }
  #blog-post .blog-header--post .image {
    grid-row: 2;
    grid-column: 1 / 5;
    height: 50vw;
    transform: scale(1.3);
    margin: 8vw 0;
  }
  #blog-post .blog-post__timestamp,
  #blog-post .blog-header--post .blog-post__tags {
    font-size: 4.266666667vw;
    line-height: 6.4vw;
  }
  #blog-post .blog-header--post .blog-post__tags {
    grid-row: 1;
    grid-column: 2 / 5;
  }
  #blog-post .blog-header--post .surtitle {
    grid-row: 3;
    grid-column: 2 / 5;
    margin-left: 0;
  }
  #blog-post .blog-header--post .surtitle a {
    font-size: 5.333333333vw;
    margin-top: 5vw;
    display: block;
  }
  #blog-post .blog-post__title {
    grid-row: 4;
    grid-column: 2 / 5;
    font-size: 8vw;
    line-height: 11.46666667vw;
    margin-left: 0;
  }
  #blog-post .blog-header--post .anchor {
    display: none;
  }
}
.blog-post {
  margin: 0 auto;
  padding: 4.5rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: #E0754B;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #C6C6C6;
}

.blog-post__divider {
  margin: 64px 0 52px;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 680px;
}

#blog-post .blog-post__body-wrapper {
  width: calc((7 * 5.563689605vw) + (6 * 1.171303075vw));
  margin-left: calc(5.563689605vw + 1.171303075vw);
}

#blog-post .blog-post__body-wrapper {
  position: relative;
}
#blog-post .blog-post__socials {
  position: absolute;
  top: 0;
  left: calc((8 * 5.563689605vw) + (8 * 1.171303075vw));
  width: fit-content;
}
#blog-post .blog-post__socials .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blog-post .blog-post__socials .icon svg {
  height: 1.610541728vw;
  width: auto;
}
#blog-post .blog-post__socials .facebook .a,
#blog-post .blog-post__socials .facebook .b {
  fill:#fff;
  stroke:#706F6F;;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#blog-post .blog-post__socials .facebook .a {
  stroke-width:1.26px;
}
#blog-post .blog-post__socials .facebook .b{
  stroke-width:0.405px;
}
#blog-post .blog-post__socials .twitter .a,
#blog-post .blog-post__socials .twitter .b,
#blog-post .blog-post__socials .twitter .c {
  fill:#fff;
  stroke:#706F6F;;
}
#blog-post .blog-post__socials .twitter .a,
#blog-post .blog-post__socials .twitter .c {
  stroke-linecap:round;
  stroke-linejoin:round;
}
#blog-post .blog-post__socials .twitter .a {
  stroke-width:1.26px;
}
#blog-post .blog-post__socials .twitter .b {
  stroke-miterlimit:10;
  stroke-width:0.416px;
}
#blog-post .blog-post__socials .twitter .c {
  stroke-width:0.5px;
  stroke-dasharray:0.999 1.249;
}
#blog-post .blog-post__socials .linkedin .a,
#blog-post .blog-post__socials .linkedin .b,
#blog-post .blog-post__socials .linkedin .c {
  fill:#706F6F;;
}
#blog-post .blog-post__socials .linkedin .a,
#blog-post .blog-post__socials .linkedin .b,
#blog-post .blog-post__socials .linkedin .c,
#blog-post .blog-post__socials .linkedin .d {
  stroke:#706F6F;;
}
#blog-post .blog-post__socials .linkedin .b,
#blog-post .blog-post__socials .linkedin .c{
  stroke-miterlimit:10;
}
#blog-post .blog-post__socials .linkedin .b{
  stroke-width:0.738px;
}
#blog-post .blog-post__socials .linkedin .c{
  stroke-width:0.819px;
}
#blog-post .blog-post__socials .linkedin .d {
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:0.405px;
  stroke-dasharray:0.9 1.125;
}
.blog-post__body img,
.blog-post__body .wp-caption {
  width: 100% !important;
  height: 100%;
}
#blog-post .blog-post__body h2 {
  font-family: "poppins";
  font-weight: 100;
  font-size: 2.415812592vw;
  line-height: 2.855051245vw;
}
#blog-post .blog-post__body h3 {
  font-family: "poppins";
  font-weight: 100;
  font-size: 1.756954612vw;
  line-height: 2.855051245vw;
}
.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #E0754B;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

@media(max-width: 540px){
  #blog-post .blog-post__body-wrapper {
    width: 80.53333333vw;
    margin-left: unset;
  }
  #blog-post .blog-post__socials {
    display: none;
  }
  #blog-post .blog-post__body h2 {
    font-size: 5.333333333vw;
    line-height: 8.533333333vw;
    margin: 9.866666667vw 0;
  }
  #blog-post p {
    font-size: 2.933333333vw;
    line-height: 5.866666667vw;
  }
  .blog-post__body img {
    margin: 20.8vw 0;
  }
}
/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}
#blog-post .blog-more .cleram-grid {
  padding-bottom: 5.124450952vw; /*70px;*/
}
.blog-more--centered h2 {
  text-align: center;
}
#blog-post .blog-more .surtitle {
  grid-row: 1;
  grid-column: 2 / 9;
}
#blog-post .blog-more .title {
  grid-row: 2;
  grid-column: 2 / 9;
}
#blog-post .blog-more .square-fix {
  grid-row: 3;
  grid-column: 7;
  transform: rotate(180deg);
}

@media(max-width: 540px){
  #blog-post .blog-more .cleram-grid {
    padding: 19.2vw 0 !important;
  }
  #blog-post .blog-more .title {
    grid-row: 3;
    grid-column: 1 / 4;
    margin-left: 7.2vw;
  }
  #blog-post .blog-more .surtitle {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: 7.2vw;
  }
  #blog-post .blog-more .square-fix {
    grid-row: 1;
    grid-column: 1;
    transform: unset;
  }
  #blog-post .blog-more .square-fix img {
    width: 7.2vw;
    height: 7.2vw;
  }
}
/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #706F6F;
}
#portfolio .content-wrapper.portfolio {
  width: calc((10 * 5.563689605vw) + (9 * 1.171303075vw));
}
#portfolio-index_banner .cleram-grid {
  grid-row-gap: 0;
  margin-bottom: -6.588579795vw;
}

/*BANNER */
#portfolio-index_banner {
  overflow: hidden;
}
#portfolio-index_banner .title {
  grid-row: 1;
  grid-column: 2 / 7;
  display: flex;
  align-items: center;
}
#portfolio-index_banner .content h5 {
  font-weight: 100;
  font-size: 1.464128843vw;
}
#portfolio .image-row_1 {
  grid-row: 1;
  grid-column: 5 / 13;
  height: 20.86383602vw; /*285px;*/
  transform: translateX(calc((3 * 5.563689605vw) + (2 * 1.171303075vw)));
}
#portfolio .image-row_1 img,
#portfolio .image-row_2 img,
#portfolio .image-row_3 img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
#portfolio .image-row_2 {
  grid-row: 2 / 4;
  grid-column: 1 / 10;
  height: 27.23279649vw; /*372px;*/
  transform: translateX(calc((-2 * 5.563689605vw) + (-2 * 1.171303075vw)));
  overflow: hidden;
}
#portfolio .image-row_3 {
  grid-row: 5;
  grid-column: 3 / 7;
  transform: translateY(-13.124451vw);
  height: 21.96193265vw;
}
#portfolio .content {
  grid-row: 2;
  grid-column: 8 / 13;
  margin-left: calc(5.563689605vw / 2);
  margin-top: 4.538799414vw; /*62px*/
  display: flex;
  align-items: center;
}
/*#portfolio .content .square-tl {
  padding-left: calc(2.928257687vw + 1.171303075vw);
}*/
#portfolio .anchor {
  grid-row: 3;
  grid-column: 12;
}
#portfolio .anchor img {
  width: 3.660322108vw; /*50px;*/
  height: 3.660322108vw; /*50px;*/
}
#portfolio .blog-filter {
  padding: 30px 0;
}

@media(max-width: 540px){
  #portfolio-index_banner .cleram-grid {
    margin-bottom: unset;
  }
  #portfolio .content-wrapper.portfolio {
    width: calc((4 * 18.13333333vw) + (4 * 2.666666667vw));
  }
  #portfolio-index_banner .title {
    grid-row: 1;
    grid-column: 1 / 5;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    z-index: 10;
    margin-bottom: 7vw;
  }
  #portfolio .image-row_1 {
    grid-row: 1;
    grid-column: 2 / 5;
    height: 76vw;
    transform: translateX(calc((18.13333333vw) + (2.666666667vw)));
  }
  #portfolio .image-row_2 {
    grid-row: 2;
    grid-column: 1 / 4;
    height: 99.2vw;
    transform: translateX(calc((-2 * 18.13333333vw) - (2 * 2.666666667vw)));
  }
  #portfolio .image-row_2 img {
    height: 100%;
  }
  #portfolio .image-row_3 {
    grid-row: 3;
    grid-column: 1 / 3;
    height: 44.53333333vw; /*167px;*/
    margin-top: -14.66666667vw;
    z-index: 10;
    transform: unset;
  }
  #portfolio .content {
    grid-row: 2;
    grid-column: 1 / 5;
    margin-left: calc(2.666666667vw + 18.13333333vw / 2);
    z-index: 10;
  }
  #portfolio .content h5 {
    font-size: 2.933333333vw; /*11px;*/
    line-height: 22px;
    font-weight: 500;
  }
  #portfolio .anchor {
    display: none;
  }
}
/* SEARCH */
#portfolio .hs-search-field input[type=text] {
  border: 2px solid #EFBE99;
}
#portfolio .hs-search-field input:focus {
  background-color: transparent;
  border-color: #E0754B;
}
#portfolio .hs-search-field__bar:after,
#blog-index .hs-search-field__bar:after {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Copernic-2021/Picto/Groupe%20467.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#portfolio .blog-index__post, .blog-more-posts__post {
  box-shadow: none;
}

#portfolio .blog-index__post-wrapper, #portfolio .blog-more-posts__post-wrapper {
  flex-basis: calc(100% / 2);
}
#portfolio .hs-search-field {
  max-width: unset;
}
#portfolio .blog-search {
  grid-row: 1;
  grid-column: 2 / 8;
}
@media(max-width: 540px){
  #portfolio .blog-search {
    grid-column: 1 / 5;
  }
  #portfolio .blog-index__post-wrapper, #portfolio .blog-more-posts__post-wrapper {
    flex-basis: 100%;
  }
}
/*CARDS */
#portfolio-post .blog-more-posts__post-image {
  padding-bottom: 25.32942899vw;
  border: unset;
}
#portfolio .blog-index__post {
  position: relative;
}
#portfolio .blog-index__post-content, #portfolio .blog-more-posts__post-content {
  background-color: #ffffff;
  flex-grow: 1;
  z-index: 10;
}
#portfolio .blog-index__post a.blog-index__post-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E0754B;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0;
  transition: .5s ease;
}
#portfolio .blog-index__post:hover a.blog-index__post-image:after {
  opacity: 1;
  transition: .5s ease;
}

#portfolio .blog-index__post-preheader, #portfolio .blog-more-posts__post-preheader,
#portfolio .blog-header__author-name {
  font-family: 'Quentin', serif;
  font-size: 1.390922401vw; /*19px;*/
  line-height: 2.342606149vw; /*32px;*/
  color: #706F6F;
  font-weight: 400;
}
#portfolio .blog-index__type_city {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width: 540px){
  #portfolio .blog-index__post-image,
  #portfolio-post .blog-more-posts__post-image {
    padding-bottom: 73.06666667vw; /*274px*/
  }
  #portfolio .blog-index__post-preheader,
  #portfolio .blog-header__author-name {
    font-size: 4.266666667vw; /*16px*/
    line-height: 6.4vw; /*24px*/
  }
  #portfolio .blog-index__post-content {
    padding: 5.333333333vw 4.266666667vw 3.733333333vw;;
  }
}
/* CTA BANNER */
#portfolio .cta_banner_02:first-child {
  padding-top: 0; /* 12.44509517vw - 170px*/
}
#portfolio .cta_banner_02:nth-child(2) {
  padding-top: 0; /*6.368960469vw - 87px */
  padding-bottom: 4.03074671vw; /*54px*/
}
#portfolio-post #cta_banner_02 {
  padding-top: 0vw; /* 6.588579795vw */
  padding-bottom: 4.98535871vw;
}
#portfolio-post #cta_banner_02 .cta_banner_02:nth-child(2) {
  padding-top: 6.368960469vw; /*87vw*/
}
#portfolio #cta_banner_02 form .actions,
#portfolio-post #cta_banner_02 form .actions {
  margin-left: calc((2 * 5.563689605vw) + (2 * 1.171303075vw));
  width: calc((3 * 5.563689605vw) + (2 * 1.171303075vw));
}
@media(max-width: 540px){
  #portfolio #cta_banner_02 form .actions,
  #portfolio-post #cta_banner_02 form .actions {
    padding: unset;
    width: unset;
    margin: unset;
  }
}
/*PORTFOLIO POST */
#portfolio-post .blog-header {
  padding-top: 62px;
}
#portfolio-post .blog-post {
  padding-top: 0;
}
#portfolio-post .blog-header .image {
  grid-row: 1 / 6;
  grid-column: 1 / 9;
  transform: translateX(calc(((2 * 5.563689605vw) + (2 * 1.171303075vw)) * -1 ));
  height: 49.41434846vw;
}
#portfolio-post .blog-header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio-post .blog-post__title {
  grid-row: 1;
  grid-column: 7 / 13;
  padding-bottom: 2.928257687vw;
}
#portfolio-post .blog-post__title h1 {
  margin-left: calc(1.171303075vw);
}
#portfolio-post .blog-post__infos {
  grid-row: 2;
  grid-column: 9 / 13;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#portfolio-post .blog-header .small-image > div {
  height: 100%;
}
#portfolio-post .blog-header .small-image {
  grid-row: 2;
  grid-column: 3 / 8;
  z-index: 15;
  height: 21.44948755vw;
}
#portfolio-post .blog-header .small-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
#portfolio-post .blog-header .cta {
  grid-row: 4;
  grid-column: 7 / 10;
  z-index: 30;
  align-self: end;
  transform: translateX(1.171303075vw);
}
#portfolio-post .blog-header .cta > div:first-child {
  width: 100%;
}
#portfolio-post .blog-header .square-fix {
  grid-column: 12;
  grid-row: 5;
  text-align: right;
}
#portfolio-post .blog-header .square-fix img {
  transform: rotate(180deg);
}
#portfolio-post #directory {
  overflow: hidden;
}
#portfolio-post .testimonial .title {
  grid-row: 1;
  grid-column: 2 / 7;
}
#portfolio-post .blog-more .surtitle {
  grid-row: 1;
  grid-column: 5 / 12;
}
#portfolio-post .blog-more .title {
  grid-row: 2;
  grid-column: 5 / 12;
}
#portfolio-post .blog-more .blog-more-posts {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  /*margin-left: -9.516837482vw;*/
}
#portfolio-post .blog-more-posts__post-wrapper {
  margin-top: 6.954612006vw;
}

#portfolio-post #gallery-slider .owl-carousel {
  transform: unset;
  padding: 12.66471449vw 0;
}

@media(max-width: 540px) {
  #portfolio-post .blog-post__title {
    grid-row: 1;
    grid-column: 1 / 5;
  }
  #portfolio-post .blog-header .image {
    grid-row: 2 / 6;
    grid-column:  1 / 4;
    height: 100.2666667vw;
    transform: translateX(calc((-18.13333333vw) - (2.666666667vw)));
  }
  #portfolio-post .blog-header .small-image {
    grid-row: 3;
    grid-column: 2 / 4;
    border-width: 1.333333333vw;
    height: 26.66666667vw;
  }
  #portfolio-post .blog-post__infos {
    grid-row: 6;
    grid-column: 2 / 5;
    margin-top: 5.066666667vw;
  }
  #portfolio-post .blog-header .cta {
    grid-row: 4;
    grid-column: 2 / 5;
    transform: translateX(0);
    margin-bottom: 16vw;
  }
  #portfolio-post .blog-header .square-fix {
    grid-column: 4;
    grid-row: 5;
  }
  #portfolio-post .blog-header .square-fix img {
    width: 7.2vw;
  }
  #portfolio-content .portfolio-content .content {
    columns: 1;
    grid-row: 1;
    grid-column: 1 / 5;
    margin-left: calc(18.13333333vw - 7.2vw);
  }
  #portfolio-content .portfolio-content .image {
    grid-row: 2;
    grid-column: 1 / 5;
    height: 54.13333333vw;
    margin-top: 10vw;
    transform: scale(1.1);
  }
  #portfolio-post .testimonial .title {
    grid-row: 1;
    grid-column: 1 / 4;
  }
  #portfolio-post .blog-more .surtitle {
    grid-row: 1;
    grid-column: 1 / 5;
  }
  #portfolio-post .blog-more .title {
    grid-row: 2;
    grid-column: 1 / 5;
    padding-right: 0;
  }
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 120px 20px;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(//8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/raw_assets/public/theme-CLERAM/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #E0754B;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #E0754B;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #E0754B;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #E0754B;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
/*.hs-search-field {
  max-width: 750px;
}*/

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #706F6F;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #E0754B;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #706F6F;
  font-family: Poppins, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  display: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* modif bouton nav */
.owl-dots {
  height: 0;
}
.owl-nav {
  position: relative;
  height: 0;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev:before,
.owl-nav button.owl-next:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.39238653vw;
  height: 4.39238653vw;
}
#portfolio-post  .owl-nav button.owl-prev {
  top: -27.0863836vw;
  left: -6.852123vw;
  position: absolute;
}
#portfolio-post  .owl-nav button.owl-next {
  top: -27.0863836vw;
  left: 81.459736vw;
  position: absolute;
}

.body-container--a-propos .owl-nav button.owl-prev {
  top: -13.916545vw;
  left: 3.147877vw;
  position: absolute;
}
.body-container--a-propos .owl-nav button.owl-next {
  top: -13.916545vw;
  left: 91.459736vw;
  position: absolute;
}

.owl-nav button.owl-prev:before {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Cleram_2021/icons/icons-pictos/Groupe%20440.png);
}
.owl-nav button.owl-next:after {
  background-image: url(https://8625569.fs1.hubspotusercontent-na1.net/hubfs/8625569/Cleram_2021/icons/icons-pictos/Groupe%20440-1.png);
}
.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out;
}
.chocolat-open {
    overflow: hidden;
}
.chocolat-overlay {
    transition: opacity 0.4s ease, visibility 0s 0.4s ease;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}
.chocolat-overlay.chocolat-visible {
    transition: opacity 0.4s, visibility 0s;
    visibility: visible;
    opacity: 0.8;
}

.chocolat-wrapper {
    transition: opacity 0.4s ease, visibility 0s 0.4s ease;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 16;
    color: #fff;
    visibility: hidden;
}
.chocolat-wrapper.chocolat-visible {
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
    visibility: visible;
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in;
}
.chocolat-loader {
    transition: opacity 0.3s;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../images/loader.gif);
    opacity: 0;
}
.chocolat-loader.chocolat-visible {
    opacity: 1;
}

.chocolat-image-wrapper {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left;
    transform: translate(-50%, -50%);
}

.chocolat-image-wrapper .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.chocolat-wrapper .chocolat-left {
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: url(../images/left.png) 50% 50% no-repeat;
    z-index: 17;
    visibility: hidden;
}

.chocolat-layout {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.chocolat-image-canvas {
    transition: opacity .2s;
    opacity: 0;
    flex-grow: 1;
    align-self: stretch;
}
.chocolat-image-canvas.chocolat-visible {
    opacity: 1;
}
.chocolat-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.chocolat-wrapper .chocolat-right {
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: url(../images/right.png) 50% 50% no-repeat;
    z-index: 17;
    visibility: hidden;
}
.chocolat-wrapper .chocolat-right.active {
    visibility: visible;
}
.chocolat-wrapper .chocolat-left.active {
    visibility: visible;
}
.chocolat-wrapper .chocolat-top {
    height: 50px;
    overflow: hidden;
    z-index: 17;
    flex-shrink: 0;
}
.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    display: flex;
    align-items: center;

}
.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(../images/fullscreen.png) 50% 50% no-repeat;
    display: block;
    cursor: pointer;
    float: right;
}
.chocolat-wrapper .chocolat-description {
    display: inline-block;
    flex-grow: 1;
    text-align: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
    z-index: 15;
}
body.chocolat-open > .chocolat-loader {
    z-index: 15;
}
body.chocolat-open > .chocolat-image-wrapper {
    z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
    position: absolute;
}
.chocolat-in-container {
    position: relative;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
    transition: width .2s ease, height .2s ease;
}
.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
    transition: margin .2s ease;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/

html {
  scroll-behavior: smooth;
}

.body-container-wrapper {
  overflow: hidden;
}

#blog-index .blog-post__featured .title h3 {
  font-size: 2.415812592vw !important; 
  line-height:3.68082vw !important; 
}