@charset "UTF-8";
/******************************************************************!
Theme Name: Studio Bonobo 2025
Description: Ce site est développé par Studio Bonobo - Studio de communication visuelle indépendant sur Toulouse
Author URI: https://studiobonono.fr
Version: 2.0
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Normalize
http://github.com/necolas/normalize.css
******************************************************************/
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}
.xsmall{
  font-size: 65%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/* Set layout - extract from Bootstrap */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/******************************************************************
Author: Studio Bonobo
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/*********************
TEXT SIZE
*********************/
/*********************
FONTS
*********************/
@font-face {
  font-family: Kanit;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/kanit-v15-latin-regular.woff2);
  font-weight: normal;
}
@font-face {
  font-family: Kanit;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/kanit-v15-latin-700.woff2);
  font-weight: 700;
}
@font-face {
  font-family: Kanit;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/kanit-v15-latin-800.woff2);
  font-weight: 800;
}
@font-face {
  font-family: Mulish;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/Mulish-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Mulish;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/Mulish-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Mulish;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/Mulish-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Mulish;
  src: url(https://damienaymerich.com/wp-content/themes/theme_studiobonobo_2025/library/fonts/Mulish-Bold.ttf);
  font-weight: 700;
}
/*********************
TRANSITIONS
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/* USAGE: @include transition(all 0.2s ease-in-out); */
/*********************
BURGER MENU
*********************/
/*********************
IMPORTING COMPONENTS
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Button styles
******************************************************************/
.btn-ghost, input[type=submit], .btn-primary:not(input){
  transition: background-color 0.14s ease-in-out;
  border: 0;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.067rem;
  font-family: "Kanit";
  padding: 8px 24px;
  border-radius: 13px;
  position: relative;
  height: 2.6rem;
  overflow: hidden;
  line-height: 1.5rem;
}
.btn-ghost:before, input[type=submit]:before, .btn-primary:not(input):before{
  content: attr(data-text);
  position: absolute;
  top: -37px;
}

.btn-primary:not(input) {
  background: #17b07e;
  border: 1.5px solid #000;
  color: #fffcfa;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.btn-primary:not(input):before {
  color: #fffcfa;
}
.btn-primary:not(input):hover, .btn-primary:not(input):focus, .btn-primary:not(input):active{
  line-height: 8em;
  background: #13c77b;
}

input[type=submit] {
  background: #17b07e;
  color: #fffcfa;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background: #13c77b;
}

.btn-ghost {
  color: #17b07e;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
  background: #fffcfa;
}
.btn-ghost:before {
  color: #17b07e;
}
.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active {
  line-height: 8em;
}
.btn-ghost {
  border: 1.5px solid #000;
  color: #000;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.cta-block {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.cta-block .cta-info {
  color: #17b07e;
  font-family: "Kanit";
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
}

.page-content .cta-block p {
  margin: 2px;
}

.footer .cta-block a {
  color: #fffcfa;
}

.cta-block .cta-btn {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  margin: 6px 0;
  transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  text-align: center;
  top: -10px;
}

.cta-block .cta-btn.remove {
  transform: scale(1.2);
  filter: blur(2px);
  opacity: 0;
  visibility: hidden;
}

.cta-block .cta-info {
  visibility: hidden;
}

.cta-block .cta-info.reveal {
  visibility: visible;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Form styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  background: #fffcfa;
  border: 1.5px solid black;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
}
label {
  font-weight: 700;
  font-size: 1.1rem;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
fieldset{
  border: 0;
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url("library/images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size: 11px;
  color: #000;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Animations
******************************************************************/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slideText {
  0% {
    top: 0;
  }
  30% {
    top: 0;
  }
  33% {
    top: -42px;
  }
  63% {
    top: -42px;
  }
  66% {
    top: -84px;
  }
  96% {
    top: -84px;
  }
  100% {
    top: -126px;
  }
}
@keyframes SlideInFromTop {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes SlideInFromBottom {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ScaleUp {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.spinning-logo {
  position: relative;
  display: flex;
  justify-content: center;
  height: 87px;
  margin: 32px 0;
}
.spinning-logo .logo-emblem {
  width: 42px;
  position: absolute;
  top: 25px;
}
.spinning-logo .logo-text {
  width: 80px;
  position: absolute;
  animation: rotating 10s linear infinite;
}

.js-slidein100 {
  opacity: 0;
  transform: translateY(100px);
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}

.js-slidein100-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.js-slidein50 {
  opacity: 0;
  transform: translateY(30px);
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}

.js-slidein50-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*********************
MEDIA QUERIES
*********************/
/*********************
IMPORTING WEBSITE SECTIONS
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Global style

Size guides:
$default:   1rem;
$large-1:   2.8rem;
$large-2:   2.5rem;
$large-3:   2rem;
$medium-1:  1.8rem;
$medium-2:  1.5rem;
$medium-3:  1.4rem;
$small-1:   1.2rem;
$small-2:   1.1rem;
$small-3:   0.9rem;
$xsmall-1:  0.8rem;

******************************************************************/
.services .liste-print a, .block-item-list {
  font-family: "Kanit";
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: 1px solid #000;
  padding: 4px 8px 4px 30px;
  display: block;
  color: #000;
  position: relative;
}

.services .liste-print a:before, .portfolio .portfolio-content .portfolio-items .next:before, .portfolio .portfolio-content .portfolio-items .prev:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}

.page-content .faq .eap-icon-ea-expand-minus:before, .page-content .faq .eap-icon-ea-expand-plus:before, .offre .content .block-item-list:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(50% 75%, 100% 0px, 0 0);
          clip-path: polygon(50% 75%, 100% 0px, 0 0);
  background: #000;
  top: 58%;
  transform: translateY(-50%);
  right: 11px;
}

/*********************
STYLES FOR HTML ELEMENTS
*********************/
* {
  font-family: "Mulish";
  font-variant-ligatures: none;
  -webkit-hyphens: none;
  hyphens: none;
  box-sizing: border-box;
}

body {
  background-color: #fffcfa;
  overflow-X: hidden;
  position: relative;
}

body::before, body::after {
  content: "";
  z-index: -99;
  width: 100%;
  height: 100%;
}

body::before {
  background-image: url("library/images/vertical_pattern.png");
  background-size: 100%;
  background-repeat: repeat-y;
  position: fixed;
  opacity: 0.6;
}

body::after {
  background-image: url("library/images/pattern_for_white_500px.png");
  background-position: center;
  background-size: 350px;
  position: fixed;
  top: 0;
  opacity: 0.9;
}

img {
  width: 100%;
  height: auto;
}

/*********************
STYLES FOR GENERAL CLASSES
*********************/
.grid {
  display: grid;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.center:not(.btn) {
  text-align: center;
}

.btn.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.highlight {
  display: inline-block;
  font-family: Mulish;
  font-weight: 400;
  font-style: italic;
  padding: 0rem 0.6rem 0.1rem;
  border: 1.5px solid #000;
  transform: scale(1, 0.95);
}

.bg-red {
  color: #fff;
  background: #e64359;
}

.display-desktop,
.not-mobile {
  display: none;
}

.site-content, .article-content {
  position: relative;
  padding: 92px 10px 0;
}
.home .site-content{
  padding-top: 180px;
}
.site-content .container {
  margin-bottom: 50px;
}

.block-item-list {
  position: relative;
}
.block-item-list .block-item-detail {
  display: none;
}
.block-item-list .trigger {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}

.picto-brand {
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.picto-b {
  background-image: url("library/images/lettre_b.svg");
  width: 68px;
  height: 86px;
}

.picto-n {
  background-image: url("library/images/lettre_n.svg");
  width: 68px;
  height: 63.5px;
}

.picto-bonobo {
  background-image: url("library/images/embleme_bonobo.svg");
  width: 80px;
  height: 63px;
}

.picto-t {
  background-image: url("library/images/lettre_t.svg");
  width: 36px;
  height: 63.3px;
}

.picto-o {
  background-image: url("library/images/lettre_o.svg");
  width: 71px;
  height: 63.5px;
}

.picto-s {
  background-image: url("library/images/lettre_s.svg");
  width: 68px;
  height: 75.5px;
}

.picto-o-filled {
  background-image: url("library/images/lettre_o_filled.svg");
  width: 87px;
  height: 78px;
}

.picto-s-filled {
  background-image: url("library/images/lettre_s_filled.svg");
  width: 78px;
  height: 87px;
}

.picto-bonobo-filled {
  background-image: url("library/images/embleme_bonobo_filled.svg");
  width: 104px;
  height: 82px;
}

.slide {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin: 0 12px;
  overflow: hidden;
  border-radius: 30px;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.slide:hover, .slide:focus, .slide:active {
  transform: scale(0.95);
}
.slide:hover .info-item, .slide:focus .info-item, .slide:active .info-item {
  transform: translateY(160px);
}
.slide .portfolio-item {
  height: 100%;
  position: relative;
}
.slide .portfolio-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.slide .portfolio-item:hover:after, .slide .portfolio-item:active:after {
  opacity: 0;
}
.slide .portfolio-item:hover .portfolio-image, .slide .portfolio-item:active .portfolio-image {
  transform: scale(1);
}
.slide .portfolio-item .portfolio-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s cubic-bezier(0.07, 0.57, 0.12, 0.97);
  position: absolute;
  transform: scale(1.15);
}
.slide .portfolio-item .info-item {
  position: absolute;
  bottom: 0;
  padding: 0 24px;
  z-index: 1;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.slide .portfolio-item .info-item h3, .slide .portfolio-item .info-item h4 {
  margin: 0;
  color: #fffcfa;
}
.slide .portfolio-item .info-item h3 {
  font-size: 1.8rem;
}
.slide .portfolio-item .info-item h4 {
  font-family: "Mulish";
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 1.3rem;
}
.slide .portfolio-item .info-item .portfolio-tags {
  margin-bottom: 12px;
}

.tag {
  color: #fffcfa;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 2px solid #fffcfa;
  padding: 1px 8px;
}

.back-to-top {
  position: fixed;
  bottom: 82px;
  right: 15px;
  z-index: 99;
  opacity: 0;
}
.back-to-top a {
  text-decoration: none;
  line-height: 16px;
  color: #726560;
  font-size: 0.9rem;
  width: 51px;
  position: relative;
  display: inline-block;
}
.back-to-top a:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-image: url("library/images/arrow.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ab948b;
  transform: rotate(90deg) translateY(50%);
  top: -53px;
  left: 50%;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.back-to-top a:hover:before {
  transform: rotate(90deg) translateY(50%) translateX(-6px);
}
.mt-24{
  margin-top: 24px;
}
.wp-block-preformatted{
  background: #ffe9e1;
  padding: 20px 40px;
  font-family: 'Mulish';
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-style: italic;
}

/*********************
TEXT & LINK
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h2 a, h3:not(.highlight) a, h4 a{
  font-family: "Kanit";
  text-rendering: optimizelegibility;
  font-weight: 700;
  line-height: 1.8rem;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.2rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  -webkit-hyphens: none;
  hyphens: none;
}
p a, li a {
  font-weight: 700;
  color: #e64359;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
p a:hover, li a:hover {
  color: #ff6d50;
}

.page h2 {
  margin-bottom: 5px;
}
.page .page-content .page-title:has(+ .subtitle){
  margin-bottom: 0;
}
.page .subtitle{
  font-family: 'Mulish';
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 32px;
}
::marker{
  font-weight: 700;
}
.offre-content .block-item-detail,
.page-content ul,
.page-content ol,
.article-content ul,
.article-content ol {
  margin-left: 24px;
  margin-bottom: 1.8rem;
}
.page-content ul li,
.page-content ol li,
.article-content ul li,
.article-content ol li {
  margin-bottom: 12px;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

.page-content ul,
.article-content ul {
  list-style: disc;
}

.article-content h4 {
  font-size: 1.2rem;
  line-height: 26px;
  margin-top: 2.2rem;
}

/*********************
DEFAULT WORDPRESS
*********************/
.has-medium-font-size {
  font-size: 1.2rem !important;
  line-height: 1.6rem;
}

.wp-lightbox-container {
  margin: 24px 0;
}

.wp-lightbox-overlay .wp-block-image {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Header

Size guides:
$default:   1rem;
$large-1:   2.8rem;
$large-2:   2.5rem;
$large-3:   2rem;
$medium-1:  1.8rem;
$medium-2:  1.5rem;
$medium-3:  1.4rem;
$small-1:   1.2rem;
$small-2:   1.1rem;
$small-3:   0.9rem;
$xsmall-1:  0.8rem;

******************************************************************/
/*********************
HEADER 
*********************/
.header{
  position: fixed;
  width: 100vW;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffe9e1;
  z-index: 99;
  border-top: 9px solid #fffcfa;
  border-left: 9px solid #fffcfa;
  border-right: 9px solid #fffcfa;
  padding: 5px 0;
}
.header .site-logo {
  width: 98px;
  margin-left: 16px;
}
.header .site-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -9px;
  left: -10px;
  background: rgba(0, 0, 0, 0.94);
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.header .site-menu.active {
  visibility: visible;
  opacity: 1;
}
.header .site-menu .items-menu {
  padding: 0;
}
.header .site-menu .items-menu .menu-item {
  text-align: center;
  padding: 12px 0;
}
.header .site-menu .items-menu .menu-item a {
  font-family: "Kanit";
  font-weight: 700;
  text-decoration: none;
  color: #fffcfa;
  font-size: 1.5rem;
}
.header .contact .btn {
  width: 98vw;
  text-align: center;
}
.header .contact .btn-ghost-2{
  box-shadow: none;
  background-color: #fffcfa;
  color: #000;
}

/*********************
NAVIGATION
*********************/
.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 12px;
  right: 28px;
  border-radius: 40px;
  z-index: 999;
  background: #000;
  border: 0;
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
  border-radius: 10px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fffcfa;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #f5e8e5;
}
.burger:hover {
  cursor: pointer;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Footer

Size guides:
$default:   1rem;
$large-1:   2.8rem;
$large-2:   2.5rem;
$large-3:   2rem;
$medium-1:  1.8rem;
$medium-2:  1.5rem;
$medium-3:  1.4rem;
$small-1:   1.2rem;
$small-2:   1.1rem;
$small-3:   0.9rem;
$xsmall-1:  0.8rem;

******************************************************************/
/*********************
FOOTER
*********************/
.footer {
  background-color: #000;
  background-image: url("library/images/pattern_for_black_500px.png");
  background-size: 300px;
  padding: 32px;
  margin: 10px;
  position: relative;
}
.footer::before, .footer::after {
  content: "";
  display: block;
  position: absolute;
}
.footer::before {
  background: url("library/images/border_black.png") bottom repeat-x, url("library/images/border_black.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -10;
}
.footer::after {
  background: url("library/images/border_black_VT.png") left repeat-y, url("library/images/border_black_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -10;
}
.footer h2 {
  color: #fffcfa;
  margin-bottom: 30px;
  margin-top: 0;
}
.footer h2 .no-link {
  font-family: "Kanit";
  color: #fffcfa;
}
.footer .link-home {
  text-align: center;
  display: block;
  margin: 40px 0 20px;
}
.footer .link-home img {
  width: 110px;
}
.footer .footer-navigation {
  margin-bottom: 28px;
  margin-top: 40px;
}
.footer .footer-navigation .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.footer .footer-navigation .footer-menu .menu-item {
  text-align: center;
  padding-bottom: 10px;
}
.footer .footer-navigation .footer-menu .menu-item a {
  font-family: "Kanit";
  font-weight: 700;
  text-decoration: none;
  color: #fffcfa;
}
.footer .social-media {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.footer .social-media a {
  width: 30px;
  margin: 0 4px;
}
.footer .social-media a:after {
  display: none;
}
.footer .social-media a:hover svg {
  transform: translateY(-4px);
}
.footer .social-media a:hover svg path {
  fill: #ffc64a !important;
}
.footer .social-media a svg, .footer .social-media a svg path {
  transition: all ease-out 0.2s;
}
.footer .adresse {
  color: #fffcfa;
}

.page .footer {
  margin-top: 48px;
}

.adresse, .copyright {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.copyright {
  margin: 0 15px 52px;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Homepage

Size guides:
$default:   1rem;
$large-1:   2.8rem;
$large-2:   2.5rem;
$large-3:   2rem;
$medium-1:  1.8rem;
$medium-2:  1.5rem;
$medium-3:  1.4rem;
$small-1:   1.2rem;
$small-2:   1.1rem;
$small-3:   0.9rem;
$xsmall-1:  0.8rem;

******************************************************************/
/*********************
HOMEPAGE
*********************/
.picto-b {
  top: 500px;
  left: 23%;
}

.picto-n {
  display: none;
}

.picto-bonobo {
  top: 1200px;
  left: 23%;
}

.picto-t {
  top: 2300px;
  left: 73.5%;
}

.picto-o {
  top: 4500px;
  left: 72.5%;
}

.picto-s {
  top: 4500px;
  left: 23%;
}

.picto-o-filled {
  top: 127px;
  left: 5%;
  filter: invert(77%) sepia(41%) saturate(712%) hue-rotate(345deg) brightness(103%) contrast(101%);
  animation-name: SlideInFromTop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.picto-bonobo-filled {
  top: 469px;
  left: 72%;
  filter: invert(74%) sepia(22%) saturate(1079%) hue-rotate(337deg) brightness(104%) contrast(104%);
  animation-name: SlideInFromBottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.picto-s-filled {
  display: none;
  animation-name: SlideInFromTop;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}

.hero {
  margin-bottom: 20px;
}
.hero .hero-content {
  text-align: center;
  position: relative;
}
.hero .hero-content h1 {
  font-family: "Mulish";
  text-transform: uppercase;
  font-size: 1.2rem;
  transform: scale(1, 0.95);
  font-weight: 500;
}
.hero .hero-content h2 {
  font-weight: 800;
  line-height: 2.4rem;
  font-size: 2.2rem;
}
.hero .hero-content h2 .inner-headings {
  height: 42px;
  overflow: hidden;
}
.hero .hero-content h2 .inner-headings .highlight {
  position: relative;
  animation-name: slideText;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}
.hero .hero-content h3 {
  font-weight: 400;
  font-family: "Mulish";
}
.hero .hero-content .promesse{
  display: none;
}
.hero .hero-content .hero-cta {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
.hero .hero-content .hero-cta .btn {
  margin: 0 4px;
}
.hero .hero-content .hero-cta .btn-primary {
  margin-bottom: 10px;
}
.hero .hero-bottom {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.hero .hero-bottom .listing-clients {
  display: flex;
  width: 1350px;
  margin: 100px 0 0;
  opacity: 0.6;
}
.hero .hero-bottom .listing-clients img {
  max-height: 74px;
  align-self: center;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}
.avis-google-link{
  text-decoration: none;
  position: relative;
}
.hero .hero-bottom .avis-google-link{
  top: 25px;
}
.avis-google {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 5px 0px 22px;
  max-width: 268px;
  margin: 0 auto;
  background: white;
  border-radius: 6px;
}
.avis-google .one-star{
  background: #ffc64a;
  width: 18px;
  height: 18px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  margin-left: -3px;
}
.avis-google .review-text{
  font-weight: 700;
  margin-left: 10px;
  margin-top: -3px;
  font-size: 0.9rem;
  color: #000;
}
.avis-google img{
  width: 85px;
}

.section .inner-section {
  padding: 16px 30px;
}

.section .title {
  position: relative;
}
.section .title h3.h2, .section .title h2.h2 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-top: 0;
}
.section .title h2.h3, .section .title h3.h3 {
  font-family: Mulish;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 2px;
}
.section .btn-primary {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.about-content, .blog-bonobo {
  background-color: #4b443e;
  background-image: url("library/images/pattern_for_dark_500px.png");
  background-size: 300px;
  position: relative;
}
.about-content::before, .about-content::after, .blog-bonobo::before, .blog-bonobo::after {
  content: "";
  display: block;
  position: absolute;
}
.about-content::before, .blog-bonobo::before {
  background: url("library/images/border_dark.png") bottom repeat-x, url("library/images/border_dark.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -10;
}
.about-content::after, .blog-bonobo::after {
  background: url("library/images/border_dark_VT.png") left repeat-y, url("library/images/border_dark_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -10;
}
.about-content .h2, .about-content p, .blog-bonobo .h2, .blog-bonobo p {
  color: #fffcfa;
}
.about-content .h3, .blog-bonobo .h3 {
  color: #ffd5c6;
}
.offres,
.page-content .faq,
.section-offres{
  background-color: #ffe9e1;
  background-image: url("library/images/pattern_for_beige_500px.png");
  background-size: 300px;
  position: relative;
}
.offres::before,
.offres::after,
.page-content .faq::before,
.page-content .faq::after, 
.section-offres::before,
.section-offres::after {
  content: "";
  display: block;
  position: absolute;
}
.offres::before,
.page-content .faq::before,
.section-offres::before {
  background: url("library/images/border_beige.png") bottom repeat-x, url("library/images/border_beige.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -10;
}
.offres::after,
.page-content .faq::after,
.section-offres::after {
  background: url("library/images/border_beige_VT.png") left repeat-y, url("library/images/border_beige_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -10;
}
.offres .title .h3,
.avantages .h3,
.avis .h3 {
  color: #ff7882;
}

.about .about-content {
  position: relative;
  padding: 16px 30px 0;
}
.about .about-content .widget_block {
  margin-top: -10px;
}
.about .about-content .btn-primary {
  margin-top: 16px;
}
.about .about-photo {
  max-height: 680px;
}
.about .about-photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.portfolio{
  background-image: url("library/images/pattern_for_red_500px.png");
  background-size: 300px;
  margin-bottom: 56px;
  position: relative;
}
.avantages{
  background-image: url("library/images/pattern_for_beige_500px.png");
  background-size: 300px;
  margin-bottom: 56px;
  position: relative;
}
.portfolio{
  background-color: #e64359;
}
.avantages{
  background-color: #ffe9e1;
}
.avantages .inner-section{
  overflow: hidden;
}
.portfolio::before, .portfolio::after, .avantages::before, .avantages::after {
  content: "";
  display: block;
  position: absolute;
}
.portfolio::before{
  background: url("library/images/border_red.png") bottom repeat-x, url("library/images/border_red.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -99;
}
.avantages::before {
  background: url("library/images/border_beige.png") bottom repeat-x, url("library/images/border_beige.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -99;
}
.portfolio::after{
  background: url("library/images/border_red_VT.png") left repeat-y, url("library/images/border_red_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -99;
}
.avantages::after {
  background: url("library/images/border_beige_VT.png") left repeat-y, url("library/images/border_beige_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -99;
}
.portfolio .h2, .portfolio p{
  color: #fffcfa;
}
.portfolio .h3{
  color: #ffd5c6;
}

.portfolio .portfolio-content {
  position: relative;
  padding-bottom: 500px;
}
.portfolio .portfolio-content .portfolio-items {
  position: absolute;
  margin-top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vW;
  overflow: hidden;
}
.portfolio .portfolio-content .portfolio-items .wrapper {
  position: relative;
  z-index: 1;
  width: 105vW;
}
.portfolio .portfolio-content .portfolio-items .wrapper .slides {
  touch-action: pan-y;
  will-change: left;
  display: flex;
  position: relative;
  top: 0;
  width: calc(880vw + 264px);
  height: 370px;
}
.portfolio .portfolio-content .portfolio-items .wrapper .slides.shifting {
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.portfolio .portfolio-content .portfolio-items .wrapper .slides .slide {
  width: 80vw;
}
.portfolio .portfolio-content .portfolio-items .wrapper .slides .slide .portfolio-tags {
  display: none;
}
.portfolio .portfolio-content .portfolio-items .prev:before {
  display: none;
}
.portfolio .portfolio-content .portfolio-items .next:before {
  display: none;
}
.portfolio .portfolio-content .btn-primary {
  margin-top: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services .title {
  margin-bottom: 40px;
}
.services .title .h3 {
  color: #ff7882;
}
.services .icon {
  text-align: center;
  margin-bottom: 0;
}
.services .icon img {
  width: 126px;
}
.services .widget_block {
  margin-bottom: 32px;
}
.services .widget_block .wp-block-columns {
  margin-bottom: 72px;
}
.services .widget_block .wp-block-columns h3 {
  display: inline-block;
  position: relative;
  padding: 0.1rem 0.4rem 0.1rem;
  border: 1.5px solid #000;
  transform: scale(1, 0.95);
  left: 50%;
  transform: translateX(-50%);
  margin: 16px 0 4px;
  background: #ffe9e1;
}
.services .widget_block .wp-block-columns h3.js-slidein50-visible {
  transform: translateX(-50%) translateY(0) !important;
}
.services .widget_block .wp-block-columns h3 a {
  font-family: "Kanit";
  color: #000;
  font-weight: 800;
}
.services .widget_block .wp-block-columns h3 + p {
  margin-top: 10px;
}
.services .widget_block .wp-block-columns .btn-primary {
  margin-top: 10px;
}
.services .widget_block:nth-child(3) .wp-block-columns .btn-primary {
  margin-top: 32px;
}
.services .liste-print a {
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.services .liste-print a:hover, .services .liste-print a:focus, .services .liste-print a:active {
  background: #ffc64a;
}
.section-offres{
  padding: 40px 0;
}
.offres .h2, .offres .offres-content > p {
  color: #000;
}
.offres .title {
  margin-top: 16px;
}
.offre {
  background: white;
  border-radius: 16px;
  margin: 50px 0;
}
.home .offre,
.page-id-1057 .offre{
  overflow: hidden;
}
.offre .content {
  padding: 24px 16px 16px;
}
.offre .content .top-content {
  display: flex;
  justify-content: center;
  position: relative;
}
.offre .content .top-content .pre-title {
  font-family: "Kanit";
  font-size: 1.4rem;
}
.offre .content .top-content .best-seller{
  position: absolute;
  top: -54px;
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 1.2rem;
  background: #e64359;
  color: #fffcfa;
  padding: 0 20px;
}
.offre .content .top-content .pre-title, .offre .content .top-content h4 {
  margin: 0;
}
.offre .content .top-content h4{
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
}
.offre .content h2 {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}
.offre .content .imagery{
  display: flex;
  justify-content: center;
  margin: 36px 0 24px;
}
.offre .content .imagery img{
  width: 42px;
  margin: 0 6px;
}
.offre .content .imagery img.picto-stand{
  width: 100px;
}
.offre .content .block-item-list {
  padding: 4px 30px 4px 8px;
  margin: 5px auto 32px;
  max-width: 500px;
}
.offre .content .block-item-list .visible-text {
  font-family: "Kanit";
  font-size: 1rem;
  margin: 0;
}
.offre .content p.strong{
  font-family: "Kanit";
}
.offre .content .block-item-list .block-item-detail {
  padding-left: 12px;
}
.offre .content .block-item-list .block-item-detail li {
  margin-bottom: 7px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: normal;
}
.page-id-1804 .offre .content .block-item-detail {
  margin-left: 0;
  padding-left: 18px;
  margin-top: 0;
}
.page-id-1804 .offre .content .block-item-detail li{
  line-height: 1.4rem;
  margin-bottom: 8px;
  font-size: 1rem;
}
.offre .content .block-item-list .trigger {
  height: 32px;
}
.offre .content .block-item-list:hover:after, .offre .content .block-item-list:active:after {
  transform: translateY(0);
}
.offre .content .block-item-list:after {
  top: 18px;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.offre .content .block-item-list.active:after {
  transform: rotate(180deg);
  top: 9px;
}
.offre .content .block-item-list.active:has(.trigger:hover):after, .offre .content .block-item-list.active:has(.trigger:active):after {
  transform: rotate(180deg) translateY(3.5px);
}
.offre .content .price-block {
  text-align: center;
  margin: 40px 0;
}
.offre .content .price-block p.italic{
  font-size: 0.9rem;
  margin-bottom: 0;
}
.offre .content .price-block .price {
  font-size: 1.8rem;
  margin-top: 0;
}
.offre .content .btn-primary {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.offre .content .btn-primary:before {
  top: -37px;
}
.offre .photo {
  background-size: cover;
  background-position: center;
  height: 100px;
  width: 100%;
}
.offre-1 h4 {
  background-color: #ffc64a;
}
.offre-1 .photo {
  background-image: url("library/images/mockup_le_nouvel_explorateur.jpg");
}

.offre-2 h4 {
  background-color: #e64359;
  color: #fffcfa;
}
.offre-2 .photo {
  background-image: url("library/images/mockup_offre_ascension.jpg");
}
.page-id-1804 .offres-block .offre.offre-2{
  border: 2px solid #e64359;
  flex: 1.15;
}
.offre-3 h4 {
  background-color: #ffc64a;
}
.offre-3 .photo {
  background-image: url("library/images/mockup_offre_conquete.jpg");
}
.offre-express{
  background: #ffe678;
  border-radius: 16px;
  padding: 4px 32px;
  max-width: 680px;
  margin: 48px auto 0;
}
.avantages {
  margin-top: 15px;
}
.avantages .block-icon{
  height: 90px;
}
.avantages .icon {
  max-width: 100px;
  max-height: 90px;
}
.one-avantage{
  margin: 40px 0;
}
.one-avantage .block-icon {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.one-avantage h3{
  margin-top: 10px;
}
.contact .title .h3 {
  color: #ff7882;
}

.contact-content {
  margin-top: 104px;
}
.contact-content .meeting {
  margin-bottom: 56px;
}

.meeting .icon {
  width: 72px;
  display: block;
  margin: 0 auto;
}

.mail .icon {
  width: 60px;
  display: block;
  margin: 0 auto;
}

.blog-bonobo .blog-content a {
  text-decoration: none;
}
.blog-bonobo .blog-content .article-title {
  position: relative;
}
.blog-bonobo .blog-content .article-title h3 {
  color: #fff;
  z-index: 1;
  margin: 0;
}
.blog-bonobo .blog-content .blog-article-home {
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  margin: 5px 0;
}
.blog-bonobo .blog-content .blog-article-home .article-title {
  position: relative;
  padding: 1rem 1.8rem;
  width: 100%;
}
.blog-bonobo .blog-content .blog-article-home .article-title h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: relative;
}
.blog-bonobo .blog-content .blog-article-home .article-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 200%;
}
.blog-bonobo.section .btn-primary{
  margin-top: 30px;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Page

Size guides:
$default:   1rem;
$large-1:   2.8rem;
$large-2:   2.5rem;
$large-3:   2rem;
$medium-1:  1.8rem;
$medium-2:  1.5rem;
$medium-3:  1.4rem;
$small-1:   1.2rem;
$small-2:   1.1rem;
$small-3:   0.9rem;
$xsmall-1:  0.8rem;

******************************************************************/
/*********************
PAGES
*********************/
.page .page-content .page-banner,
.post-type-archive-portfolio .page-content .page-banner {
  position: relative;
  margin-bottom: 48px;
}
.page .page-content .page-banner .banner-content,
.post-type-archive-portfolio .page-content .page-banner .banner-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.page .page-content .page-banner .banner-content span,
.post-type-archive-portfolio .page-content .page-banner .banner-content span {
  background: #e64359;
  font-size: 2.5rem;
  color: #fffcfa;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 3.6rem;
}
.page .page-content .page-banner .banner-image,
.post-type-archive-portfolio .page-content .page-banner .banner-image {
  height: 300px;
  overflow: hidden;
}
.page .page-content .page-banner .banner-image img,
.post-type-archive-portfolio .page-content .page-banner .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 100%;
}
.page .page-content .intro,
.post-type-archive-portfolio .page-content .intro {
  margin-bottom: 32px;
}

.page-content .separator {
  background-color: #4b443e;
  background-image: url("library/images/pattern_for_dark_500px.png");
  background-size: 300px;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.page-content .separator::before, .page-content .separator::after {
  content: "";
  display: block;
  position: absolute;
}
.page-content .separator::before {
  background: url("library/images/border_dark.png") bottom repeat-x, url("library/images/border_dark.png") top repeat-x;
  background-size: 142px 1px;
  width: 100%;
  height: calc(100% + 2px);
  top: -1px;
  left: 0;
  z-index: -10;
}
.page-content .separator::after {
  background: url("library/images/border_dark_VT.png") left repeat-y, url("library/images/border_dark_VT.png") right repeat-y;
  background-size: 1px 142px;
  width: calc(100% + 2px);
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -10;
}
.page-content .separator .spinning-logo {
  display: none;
}
.page-content .separator .separator-content .h2 {
  color: #fffcfa;
  margin-top: 0;
  margin-bottom: 8px;
}
.page-content .wp-block-columns h3.wp-block-heading{
    margin-bottom: 0px;
    margin-top: 32px;
}
.page-content .wp-block-columns h3.wp-block-heading a{
  color: #e64359;
}
.page-content .prestations .offre {
  border: 1.5px solid #000;
}
.page-content .prestations .photo-offre {
  height: 88px;
  background-position: center;
  background-size: cover;
}
.page-content .prestations .offre-content {
  padding: 24px 16px 16px;
}
.page-content .prestations p {
  text-align: center;
  font-family: "Kanit";
  font-weight: 700;
}
.page-content .prestations .offre-title {
  text-align: center;
}
.page-content .prestations .offre-title h3 {
  font-size: 1.4rem;
  margin: 0;
}
.page-content .prestations .offre-title h3 a {
  color: #fff;
}
.page-content .prestations ul {
  margin-left: 0;
  padding-left: 30px;
}
.page-content .prestations .btn-primary {
  left: 50%;
  transform: translateX(-50%);
}
.page-content .portfolio {
  padding: 24px 16px;
  margin: 58px 0 10px;
}
.page-content .portfolio h2 {
  text-align: center;
}
.page-content .portfolio .portfolio-content {
  padding-bottom: initial;
  margin-bottom: 28px;
}
.page-content .portfolio .portfolio-content .portfolio-items {
  position: relative;
  width: 100%;
}
.page-content .portfolio .slide {
  height: 300px;
  display: block;
  margin: 0 0 15px;
}
.page-content .contact-content {
  margin-top: 32px;
}
.page-content .contact-content h2 {
  text-align: center;
}
.page-content .contact-content .row {
  margin-top: 32px;
}
.page-content .faq {
  left: 0;
  margin: 0 0 58px;
  padding: 24px 16px;
}
.page-content .faq .container {
  margin-bottom: 0;
}
.page-content .faq h2 {
  text-align: center;
}
.page-content .faq .sp-easy-accordion > .sp-ea-single {
  background: #fffcfa !important;
  border: 1px solid #000 !important;
}
.page-content .faq .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background: #fffcfa !important;
}
.page-content .faq .sp-easy-accordion .sp-ea-single {
  border-radius: 0;
}
.page-content .faq .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 1.1rem;
  font-family: "Kanit";
  line-height: 1.4rem;
  padding: 15px 30px 15px 15px !important;
  position: relative;
}
.page-content .faq .sp-easy-accordion p,
.page-content .faq .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  color: #000 !important;
}
.page-content .faq .eap-icon-ea-expand-plus:before {
  width: auto;
  top: 22px;
  transform: none;
}
.page-content .faq .eap-icon-ea-expand-plus:before:hover, .page-content .faq .eap-icon-ea-expand-plus:before:focus, .page-content .faq .eap-icon-ea-expand-plus:before:active {
  background: #ffc64a;
}
.page-content .faq .eap-icon-ea-expand-minus:before {
  width: auto;
  top: 20px;
  transform: rotate(180deg);
}
.page-content .faq .eap-icon-ea-expand-minus:before:hover, .page-content .faq .eap-icon-ea-expand-minus:before:focus, .page-content .faq .eap-icon-ea-expand-minus:before:active {
  background: #ffc64a;
}
.page-content .faq img {
  max-width: 550px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-content .submenu .liste-print {
  margin-left: 0;
  padding-left: 0;
}
.page-content .submenu .liste-print li {
  list-style-type: none;
}
.page-content .submenu .liste-print li .active {
  background: #ffe9e1;
}

.about-inner-page {
  margin: 130px 0 70px;
  position: relative;
}
.about-inner-page:before {
  content: "";
  display: block;
  position: absolute;
  background: url("library/images/head-logo-full.svg");
  background-repeat: no-repeat;
  width: 135px;
  height: 120px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about-inner-page p {
  line-height: 1.7rem;
  font-size: 1.2rem;
}

.page-child .page-content .row:first-child {
  flex-direction: column-reverse;
}
.page-child .page-content .row:first-child .col-lg-4 {
  margin-top: 32px;
}

.post-type-archive-portfolio .portfolio-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 64px 0 80px;
}
.post-type-archive-portfolio .portfolio-items .slide {
  height: 300px;
  margin: 0;
  flex-basis: 100%;
}
.post-type-archive-portfolio .portfolio-items .slide.reduce {
  opacity: 0.4;
}

.single-portfolio .type-portfolio {
  margin-top: 26px;
}
.single-portfolio .single-portfolio-content .info-client {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
.single-portfolio .single-portfolio-content .info-client .h3 {
  margin-bottom: 8px;
}
.single-portfolio .single-portfolio-content .info-client > p:last-child {
  margin-top: 8px;
}
.single-portfolio .single-portfolio-content .info-client .tags {
  text-wrap: balance;
  line-height: 1.8rem;
}
.single-portfolio .single-portfolio-content .info-client .tags .tag {
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.single-portfolio-content .info-client .info-project {
  margin-bottom: 50px;
}
.single-portfolio .single-portfolio-content .info-client:last-child {
  padding-bottom: 28px;
}
.single-portfolio .single-portfolio-content .wp-block-gallery {
  margin: 24px 0;
  gap: 24px;
}
.single-portfolio .single-portfolio-content .wp-block-gallery-2 .wp-block-image {
  width: calc(50% - 24px) !important;
}
.single-portfolio .single-portfolio-content .wp-block-gallery-3 .wp-block-image {
  width: calc(33% - 24px) !important;
}
.single-portfolio .single-portfolio-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 12px) !important;
}

.page-id-215 .info-contact {
  margin-top: 52px;
}
.page-id-215 .meeting, .page-id-215 .mail {
  margin-bottom: 24px;
}
.page-id-215 .wpcf7 {
  max-width: 700px;
  margin: 50px auto 0;
  background: #ffe9e1;
  padding: 20px 20px;
}

.blog-content .blog-article {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
  margin-top: 64px;
}
.blog-content .blog-article:not(:last-child) {
  border-bottom: 1px solid black;
}
.blog-content .blog-article a:not(.btn) {
  text-decoration: none;
  color: #000;
}
.blog-content .blog-article .link-img-article {
  overflow: hidden;
  display: block;
  transition: all .4s cubic-bezier(.17,.84,.44,1);
}
.blog-content .blog-article .link-img-article img {
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(0.07, 0.57, 0.12, 0.97);
}
.blog-content .blog-article .link-img-article:hover {
  transform: scale(0.95);
}
.blog-content .blog-article .link-img-article:hover img {
  transform: scale(1);
}

.article-content .article-hero {
  margin-bottom: 0;
}
.article-content .article-hero .tags {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 0.5rem;
}
.article-content h2 {
  margin-top: 72px;
}
.article-content .summary {
  display: inline-block;
  border-left: 3px solid #ffe9e1;
  padding: 0px 40px 0px;
  margin: 20px 0;
}
.article-content .wp-block-columns:has(.article-contact) {
  background: #ffe678;
  padding: 10px 30px;
  margin: 50px 0;
  border-radius: 30px;
}
.article-content .wp-block-columns:has(.article-contact) .btn {
  margin: 16px 0 32px;
}

.article-hero {
  background-position: center;
  background-size: cover;
  height: 300px;
  position: relative;
  margin: 0 0 24px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-hero:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article-hero .content-hero {
  position: relative;
  z-index: 1;
}
.article-hero .content-hero .back-link {
  position: absolute;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fffcfa;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
}
.article-hero .content-hero .back-link:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("library/images/arrow.svg");
  width: 26px;
  height: 20px;
  left: -36px;
  top: 0px;
}
.article-hero .content-hero h1 {
  color: #fffcfa;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 31px;
  text-align: center;
}

.breadcrumb {
  display: none;
}

.publication-date {
  margin: 0 0 12px;
  background: #ffe9e1;
  padding: 3px 10px;
  font-size: 0.8rem;
}

/*********************
MEDIA QUERIES
*********************/
/******************************************************************
Author: Studio Bonobo
Stylesheet: Media Queries
******************************************************************/
/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 576px) {
  .double-field {
    display: flex;
    gap: 15px;
  }
  .double-field p {
    margin-bottom: 0;
  }
  .hero .hero-content .hero-cta {
    flex-direction: row;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  p {
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
  .mobile-only {
    display: none;
  }
  .not-mobile {
    display: block;
  }
  .btn-primary:not(input), input[type=submit], .btn-ghost {
    font-size: 1rem;
  }
  .btn-primary:not(input):before, input[type=submit]:before, .btn-ghost:before {
    top: -44px;
  }
  @keyframes slideText {
    0% {
      top: 0;
    }
    30% {
      top: 0;
    }
    33% {
      top: -46px;
    }
    63% {
      top: -46px;
    }
    66% {
      top: -92px;
    }
    96% {
      top: -92px;
    }
    100% {
      top: -138px;
    }
  }
  .picto-n {
    display: block;
    top: 252px;
    left: 72.5%;
  }
  .picto-o-filled {
    top: 271px;
    left: 9%;
  }
  .picto-s-filled {
    display: block;
    top: 97px;
    left: 44%;
    filter: invert(88%) sepia(25%) saturate(379%) hue-rotate(81deg) brightness(102%) contrast(88%);
  }
  .picto-bonobo-filled {
    top: 364px;
    left: 87%;
  }
  .hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
  }
  .hero .hero-content h1 {
    font-size: 1.4rem;
  }
  .hero .hero-content h2 {
    line-height: 2.6rem;
    font-size: 2.5rem;
    margin-top: 16px;
  }
  .hero .hero-content h2 .inner-headings {
    height: 46px;
  }
  .hero .hero-content h3 {
    margin-bottom: 30px;
  }
  .section .title h2.h3, .section .title h3.h3 {
    font-size: 1.2rem;
  }
  .section .title h2.h2, .section .title h3.h2 {
    font-size: 2rem;
  }
  .about {
    background-size: 500px;
  }
  .portfolio .portfolio-content .btn-primary {
    width: auto;
  }
  .offre .top-content h4 {
    font-size: 1.8rem;
  }
  .avantages .avantages-content {
    display: flex;
    justify-content: center;
  }
  .one-avantage{
      max-width: 350px;
      margin: 40px 24px;
  }
  .blog-bonobo .blog-content .blog-article-home .article-title h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  .page-content .intro {
    margin-bottom: 48px;
  }
  .page-content .separator .spinning-logo {
    display: block;
    margin: 0 0 0 43px;
    position: absolute;
    left: 69px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-content .separator .spinning-logo .logo-emblem {
    top: 24px;
    left: 19px;
  }
  .page-content .separator .separator-content {
    margin-left: 114px;
  }
  .page-content .prestations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .page-content .prestations .offre {
    margin: 0;
  }
  .page-content .prestations .offre .offre-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 90px);
  }
  .post-type-archive-portfolio .portfolio-items .slide {
    flex-basis: calc(50% - 7.5px);
  }
  .article-hero {
    height: calc(100vH - 166px);
  }
  .article-hero .content-hero .back-link {
    top: -78px;
  }
  .article-hero .content-hero h1 {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }
  .article-hero .content-hero h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .article-hero .content-hero h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .single-portfolio-content .info-client .tags .tag {
    font-size: 1rem;
  }
  .single-portfolio-content .info-client .info-project {
    margin-top: 56px;
  }
  .publication-date {
    margin: 0 0 30px;
    font-size: 0.9rem;
  }
  .article-content h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .site-content.content-404 img {
    max-width: 650px;
  }
  .page-id-215 .wpcf7 {
    padding: 20px 50px;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 991px) {
  .w50 {
    width: 50%;
  }
  .w75 {
    width: 75%;
  }
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .has-medium-font-size {
    font-size: 1.4rem !important;
    line-height: 1.9rem;
  }
  .page h2 {
    margin-bottom: 32px;
  }
  .site-content .container {
    margin-bottom: 80px;
  }
  @keyframes slideText {
    0% {
      top: 0;
    }
    30% {
      top: 0;
    }
    33% {
      top: -62px;
    }
    63% {
      top: -62px;
    }
    66% {
      top: -124px;
    }
    96% {
      top: -124px;
    }
    100% {
      top: -186px;
    }
  }
  .home .site-content {
    padding-top: 280px;
  }
  .footer {
    margin: 15px;
  }
  .footer h2 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  .footer .ti-widget.ti-goog {
    text-align: left;
  }
  .footer .link-home, .footer .footer-navigation {
    margin-top: 0;
  }
  .footer .footer-navigation .footer-menu .menu-item a {
    font-size: 1.2rem;
  }
  .copyright {
    margin-bottom: 15px;
  }
  .hero .hero-content {
    max-width: 980px;
  }
  .hero .hero-content h2 {
    line-height: 3.6rem;
    font-size: 3.4rem;
  }
  .hero .hero-content .highlight{
    position: relative;
  }
  .hero .hero-content .highlight:after{
    content:'';
    display: block;
    background-image: url("library/images/fleche_arrondi.png");
    background-size: 100%;
    width: 84px;
    height: 49px;
    position: absolute;
    right: -104px;
    bottom: -15px;
  }
  .hero .hero-content .promesse{
    display: block;
    position: absolute;
    right: 32px;
    bottom: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4rem;
    transform: rotate(-14deg);
  }
  .hero .hero-bottom .listing-clients {
    display: flex;
    width: 2400px;
    margin: 170px 0 0;
  }
  .hero .hero-bottom .listing-clients img {
    max-height: 81px;
    max-width: 130px;
    margin: 0 40px;
  }
  .picto-o-filled {
    top: 361px;
    left: 9%;
  }
  .picto-s-filled {
    display: block;
    top: 166px;
    left: 44%;
    filter: invert(88%) sepia(25%) saturate(379%) hue-rotate(81deg) brightness(102%) contrast(88%);
  }
  .picto-bonobo-filled {
    top: 411px;
    left: 87%;
  }
.avis-google-link{
  position: unset;
}
  .hero .hero-bottom .avis-google {
    position: absolute;
    right: 15px;
    top: 176px;
    z-index: 1;
  }
  .hero .hero-bottom .avis-google:after {
    content: "";
    display: block;
    background: #fffcfa;
    width: 350px;
    height: 125px;
    position: absolute;
    right: -58px;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(12px);
    z-index: -1;
  }
  .footer .avis-google{
    margin: 0;
  }
  .section .inner-section {
    padding: 32px 64px;
  }
  .section.services .inner-section{
    padding: 64px;
  }
  .page .subtitle{
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 48px;
    font-style: italic;
  }
  .section.blog-bonobo .inner-section, .section.offres .inner-section {
    overflow: hidden;
  }
  @supports (-webkit-text-stroke: 1px #000) {
    .site-content .title h2.h2,
    .site-content .title h3.h2 {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 15px 10px;
      margin-left: -15px;
      margin-bottom: 0;
    }
    .site-content .section:not(.offres):not(.contact) .title h2.h2,
    .site-content .section:not(.offres):not(.contact) .title h3.h2 {
      margin-left: -15px;
    }
    .site-content .section.offres .title h2.h2,
    .site-content .section.offres .title h3.h2 {
      margin-right: -15px;
    }
    .site-content .title:after {
      display: block;
      position: absolute;
      font-size: 2rem;
      font-family: "Kanit";
      font-weight: 700;
      white-space: nowrap;
      width: 100vw;
      bottom: -2px;
      animation: moveRight 60s linear infinite alternate;
    }
    .site-content .portfolio .title h2.h2, .site-content .portfolio .title h3.h2 {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #e64359 3%, #e64359 97%, rgba(0, 0, 0, 0) 100%);
    }
    .site-content .portfolio .title:after {
      content: "derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets derniers projets";
      -webkit-text-stroke: 1px rgb(255, 255, 255);
      -webkit-text-fill-color: rgba(0, 0, 0, 0);
      opacity: 0.3;
    }
    .site-content .services .title h2.h2, .site-content .services .title h3.h2 {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fffcfa 3%, #fffcfa 97%, rgba(0, 0, 0, 0) 100%);
    }
    .site-content .services .title:after {
      content: "prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte prestations à la carte";
      -webkit-text-stroke: 1px #a5867a;
      -webkit-text-fill-color: #fffcfa;
      opacity: 0.3;
    }
    .site-content .avantages .title h2.h2, .site-content .avantages .title h3.h2 {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffe9e1 3%, #ffe9e1 97%, rgba(0, 0, 0, 0) 100%);
    }
    .site-content .avantages .title:after {
      content: "travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi travailler avec moi";
      -webkit-text-stroke: 1px #987263;
      -webkit-text-fill-color: #ffe9e1;
      opacity: 0.3;
    }
    .site-content .contact .title h2.h2, .site-content .contact .title h3.h2 {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fffcfa 3%, #fffcfa 97%, rgba(0, 0, 0, 0) 100%);
      margin-left: 0;
    }
    .site-content .contact .title:after {
      content: "discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble discutons ensemble";
      -webkit-text-stroke: 1px #a5867a;
      -webkit-text-fill-color: #fffcfa;
      opacity: 0.3;
    }
    .site-content .blog-bonobo .title h2.h2, .site-content .blog-bonobo .title h3.h2 {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #4b443e 3%, #4b443e 97%, rgba(0, 0, 0, 0) 100%);
    }
    .blog-bonobo .blog-content .blog-article-home .article-title h3 {
      font-size: 1.9rem;
      line-height: 2.1rem;
    }
    .site-content .blog-bonobo .title:after {
      content: "Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques Des conseils utiles et pratiques";
      -webkit-text-stroke: 1px #e7d0c8;
      -webkit-text-fill-color: #4b443e;
      opacity: 0.3;
    }
    @keyframes moveRight {
      from {
        transform: translateX(-4000px);
      }
      to {
        transform: translateX(-150px);
      }
    }
  }
  .about .about-content {
    padding: 32px 64px 0;
  }
  .wp-container-core-group-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services .liste-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services .liste-services .widget_block .wp-block-columns h3 {
    font-size: 1.4rem;
    padding: 3px 10px;
    left: auto;
    transform: translateX(0) translateY(0) !important;
  }
  .services .liste-services .widget_block:nth-child(even) {
    margin-left: 32px;
  }
  .services .liste-services .widget_block:nth-child(odd) {
    margin-right: 32px;
  }
  .services .liste-services .icon {
    height: 125px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
  }
  .services .liste-services .icon img {
    width: 154px;
  }
  .services .liste-services .btn-primary {
    transform: none;
    left: auto;
  }
  .portfolio .portfolio-content {
    padding-bottom: 500px;
  }
  .portfolio .portfolio-content .portfolio-items {
    width: 104vW;
  }
  .portfolio .portfolio-content .portfolio-items .wrapper:before, .portfolio .portfolio-content .portfolio-items .wrapper:after {
    content: "";
    position: absolute;
    width: calc(33.3333333333vW + 24px);
    height: 100%;
    top: 0;
    z-index: 10;
  }
  .portfolio .portfolio-content .portfolio-items .wrapper:before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 252, 250, 0) 10%, rgba(255, 252, 250, 0.7) 70%);
  }
  .portfolio .portfolio-content .portfolio-items .wrapper:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 252, 250, 0) 10%, rgba(255, 252, 250, 0.7) 70%);
  }
  .portfolio .portfolio-content .portfolio-items .wrapper .slides .slide {
    width: 33.3333333333vW;
  }
  .portfolio .portfolio-content .portfolio-items .wrapper .slides .slide .portfolio-tags {
    display: block;
  }
  .portfolio .portfolio-content .portfolio-items .prev,
  .portfolio .portfolio-content .portfolio-items .next {
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    width: 200px;
    height: 100%;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.17,.84,.44,1);
  }
  .portfolio .portfolio-content .portfolio-items .prev {
    left: 30px;
  }
  .portfolio .portfolio-content .portfolio-items .prev:before {
    display: block;
    height: 23px;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    left: 50%;
  }
  .portfolio .portfolio-content .portfolio-items .prev:hover {
    background: linear-gradient(90deg, rgba(255, 252, 250, 0.9) 0%, rgba(255, 252, 250, 0) 100%);
  }
  .portfolio .portfolio-content .portfolio-items .next {
    right: 30px;
  }
  .portfolio .portfolio-content .portfolio-items .next:before {
    display: block;
    height: 23px;
    left: 50%;
  }
  .portfolio .portfolio-content .portfolio-items .next:hover {
    background: linear-gradient(90deg, rgba(255, 252, 250, 0) 0%, rgba(255, 252, 250, 0.9) 100%);
  }
  .portfolio .portfolio-content .portfolio-items .prev:hover,
  .portfolio .portfolio-content .portfolio-items .next:hover {
    transform: translateY(-50%) scale(1.2);
  }
  .services .wp-container-core-group-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .offres .title {
    text-align: right;
  }
  .offres .offres-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .offres .small {
    align-self: flex-start;
  }
  .offres-block .offre:nth-child(even) {
    flex-direction: row-reverse;
  }
  .offres-block .offre .content {
    padding: 32px 40px 24px;
  }
  .offres-block .offre .content .top-content, .offres-block .offre .content h2, .offres-block .offre .content .price-block {
    text-align: center;
  }
  .offre .content h2{
    height: 100px;
    align-content: center;
    line-height: 1.7rem;
  }
  .offres-block .offre .content .top-content .pre-title {
    margin: 2px 8px 0 0;
  }
  .offres-block .offre .content .price-block {
    display: block;
  }
  .offres-block .offre .content .price-block .price {
    margin: 0 8px 0;
  }
  .offres-block .offre .content .btn-primary {
    width: 280px;
    text-align: center;
    padding: 8px 8px;
  }
  .blog-bonobo .blog-content {
    display: flex;
  }
  .blog-bonobo .blog-content a {
    margin: 0 5px;
    flex: 1;
    transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  .blog-bonobo .blog-content a:hover {
    flex: 1.6;
    transform: scale(1.07);
    margin: 0 18px;
  }
  .blog-bonobo .blog-content .blog-article-home {
    height: 500px;
  }
  .page .contact-content h2 {
    margin-bottom: 64px;
  }
  .page .page-content .page-title,
  .post-type-archive-portfolio .page-content .page-title {
    margin-bottom: 48px;
  }
  .page .page-content .page-banner,
  .post-type-archive-portfolio .page-content .page-banner {
    margin-bottom: 70px;
    height: 400px;
  }
  .page .page-content .page-banner .banner-content,
  .post-type-archive-portfolio .page-content .page-banner .banner-content {
    left: 45%;
  }
  .page .page-content .page-banner .banner-content span,
  .post-type-archive-portfolio .page-content .page-banner .banner-content span {
    font-size: 3.6rem;
  }
  .page .page-content .page-banner .banner-image,
  .post-type-archive-portfolio .page-content .page-banner .banner-image {
    height: 400px;
    width: 55vW;
    position: absolute;
    right: -15px;
  }
  .page-content .wp-block-columns:has(.wp-block-heading),
  .page-content .wp-block-heading {
    margin-top: 80px;
  }
  .page-content .wp-block-columns .wp-block-heading {
    margin-top: 0;
  }
  .page-content .intro {
    margin: 0 auto 80px;
  }
  .page-content .separator {
    margin-bottom: 80px;
    margin-top: 56px;
  }
  .page-content .separator .spinning-logo {
    left: 150px;
  }
  .page-content .page-split-content .separator .spinning-logo {
    display: none;
  }
  .page-content .page-split-content .separator .separator-content {
    margin-left: 0;
  }
  .page-content .portfolio .portfolio-content .portfolio-items {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .page-content .portfolio .portfolio-content .portfolio-items .slide {
    max-width: 500px;
  }
  .page-content .faq h2 {
    text-align: left;
  }
  .page-content .faq img {
    margin-left: 24px;
    margin-top: 50px;
  }
  .page-content .contact-content .wpcf7 {
    padding-left: 32px;
  }
  .page-content .submenu {
    margin-right: 48px;
  }
  .page-child .page-content .row:first-child {
    flex-direction: unset;
  }
  .page-child .page-content .row:first-child .col-lg-4 {
    margin-top: initial;
  }
  .article-hero {
    align-items: flex-end;
    justify-content: center;
    padding: 85px;
    margin: 0 5px;
  }
  .article-hero:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0) 92%);
  }
  .article-hero .content-hero {
    position: relative;
    z-index: 1;
    width: 960px;
  }
  .article-hero .content-hero .back-link {
    left: 53px;
    bottom: 229px;
    font-size: 1.1rem;
    transform: none;
    width: auto;
  }
  .article-hero .content-hero .back-link:before {
    width: 39px;
    height: 30px;
    left: -51px;
    top: -4px;
    transition: all .4s cubic-bezier(.17,.84,.44,1);
  }
  .article-hero .content-hero .back-link:hover:before {
    transform: translateX(-10px);
  }
  .article-hero .content-hero h1 {
    text-align: left;
  }
  .article-hero .content-hero h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .article-hero .content-hero h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .single-portfolio .single-portfolio-content {
    margin-top: 56px;
  }
  .single-portfolio .single-portfolio-content .info-project {
    margin-left: 64px;
    margin-top: 26px;
  }
  .blog-content .blog-article {
    flex-direction: row;
  }
  .blog-content .blog-article .img-article {
    flex-basis: 45%;
  }
  .blog-content .blog-article .info-article {
    flex-basis: 55%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .blog-content .blog-article .info-article h2 {
    margin-top: 0;
  }
  .breadcrumb {
    display: block;
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 40px;
    color: #fffcfa;
  }
  .breadcrumb a {
    color: #fffcfa;
  }
  .article-content .article-hero {
    margin-bottom: 0;
  }
  .article-content .article-hero .tags {
    justify-content: flex-start;
  }
  .article-content .article-hero .tags .tag {
    font-size: 1rem;
  }
  .article-content .post {
    width: 960px;
    margin: 0 auto;
  }
  .article-content .wp-block-columns:has(.article-contact) {
    margin: 100px 0 150px;
    font-size: 1.2rem;
    line-height: 26px;
  }
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1200px) {
  p, pre,
  .article-content ul li,
  .article-content ol li,
  .page-content ul li,
  .page-content ol li,
  .wp-block-preformatted {
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
  .display-desktop {
    display: block;
  }
  .header {
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-width: 14px 23px 0 23px;
    top: 0;
  }
  .header .site-logo {
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    margin-left: 25px;
  }
  .burger{
    display: none;
  }
  .header .site-menu {
    flex-direction: row;
    justify-content: space-between;
    visibility: visible;
    opacity: 1;
    position: relative;
    /* width: 100%; */
    height: 56px;
    top: auto;
    left: auto;
    background: none;
  }
  .header .site-menu .items-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .site-menu .items-menu .menu-item {
    list-style: none;
  }
  .header .site-menu .items-menu .menu-item a {
    font-family: "Kanit";
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0 16px;
    color: #000;
    text-decoration: none;
    transition: all .2s cubic-bezier(.17,.84,.44,1);
  }
  .header .site-menu .items-menu .menu-item a:hover {
    color: #e64359;
  }
  .header .contact{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .contact .btn {
    width: auto;
  }
  .footer {
    padding: 64px 64px 8px;
  }
  .hero .hero-content h3 {
    margin-bottom: 50px;
  }
  .site-content, .article-content{
    padding: 105px 15px 0;
  }
  .section .title {
    margin-bottom: 28px;
  }
  .section .title h2.h2, .section .title h3.h2 {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }
  .site-content .title:after {
    font-size: 2.5rem;
    bottom: 1px;
  }
  .about .about-content {
    padding: 64px 64px 0;
  }
  .portfolio .portfolio-content .portfolio-items .wrapper:before, .portfolio .portfolio-content .portfolio-items .wrapper:after {
    width: calc(33.3333333333vW + 36px);
  }
  .services .liste-services {
    margin: 0 150px;
  }
  .offres-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    margin-top: 72px;
  }
  .offres-block .offre{
    flex: 1;
    margin: 0 16px;
  }
  .offres-block .offre .content {
    padding: 32px 30px 32px;
  }
  .offre .photo{
    height: 150px;
  }
  .offres-block .offre .content .top-content .pre-title, .offres-block .offre .content .top-content h4 {
    font-size: 1.8rem;
  }
  .offres-block .offre .content .top-content .pre-title {
    margin: 4px 12px 0 0;
  }
  .offres-block .offre .content .top-content h4 {
    padding: 0.2rem 0.6rem 0.3rem;
  }
  .offre .content .top-content .best-seller{
    top: -62px;
  }
  .contact .meeting {
    padding-right: 40px;
  }
  .contact .meeting .btn {
    margin-top: 34px;
  }
  .contact .mail {
    padding-left: 40px;
  }
  .page-content .intro {
    margin-bottom: 112px;
  }
  .page-content .separator {
    padding: 48px 16px;
  }
  .page-content .separator .spinning-logo {
    left: 222px;
  }
  .page-content .page-split-content .separator .spinning-logo {
    display: block;
    left: 36px;
  }
  .page-content .page-split-content .separator .separator-content {
    margin-left: 120px;
  }
  .page-content .portfolio, .page-content .faq, .page-content .contact-content {
    padding-top: 56px;
    padding-bottom: 72px;
  }
  .page-content .portfolio {
    padding-left: 80px;
    padding-right: 80px;
  }
  .page-content .submenu {
    margin-right: 80px;
  }
  .page-content .prestations {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .page-content .prestations .offre .offre-title h3 {
    font-size: 1.5rem;
  }
  .page-id-215 .info-contact {
    margin: 64px 140px 0;
  }
  .about-inner-page:before {
    display: none;
  }
  .about-inner-page .block-head-logo {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .about-inner-page .block-head-logo .head-logo {
    display: block;
    background: url("library/images/head-logo.svg");
    background-repeat: no-repeat;
    width: 135px;
    height: 120px;
  }
  .about-inner-page .block-head-logo .eyes-logo {
    display: block;
    background: url("library/images/eyes-logo.svg");
    background-repeat: no-repeat;
    width: 47px;
    height: 10px;
    top: -52px;
    position: relative;
    left: 44px;
  }
  .about-inner-page p {
    line-height: 2rem;
    font-size: 1.4rem;
  }
  .post-type-archive-portfolio .portfolio-items {
    margin-left: 80px;
    margin-right: 80px;
    gap: 30px;
  }
  .post-type-archive-portfolio .portfolio-items .slide {
    flex-basis: calc(50% - 15px);
    height: 380px;
  }
  .article-hero {
    height: calc(100vH - 184px);
  }
}
/*********************
EXTRA LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .footer {
    margin: 20px 20px 15px;
  }
  .portfolio .portfolio-content {
    padding-bottom: 550px;
  }
  .portfolio .portfolio-content .slides {
    height: 420px;
  }
  .avantages {
    margin-top: 20px;
  }
  .blog-bonobo .blog-content a:hover {
    transform: scale(1.04);
  }
  .page-content .separator .spinning-logo {
    left: 245px;
  }
  .post-type-archive-portfolio .portfolio-items .slide {
    flex-basis: calc(33% - 20px);
  }
  .single-portfolio-content .info-project {
    margin-left: 100px;
    margin-bottom: 80px;
  }
}