/*!
Theme Name: LEB Communication
Theme URI: http://https://leb-theme.fr/
Author: Julien LE TIEC/ LEB communication
Author URI: https://leb-communication.fr/
Description: Thème WordPress premium et sur mesure développé pour LEB Communication. Conçu pour des performances optimales, une interface utilisateur intuitive, et une personnalisation totale.
Tags: responsive-layout, seo-friendly, accessible-ready, performance-optimized, custom-fields, block-editor-styles, translation-ready, advanced-custom-fields
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Support URI: https://leb-communication.fr/support
Text Domain: lebcommunication
*/

@charset "UTF-8";

/* Import des polices Google Fonts - rondes et féminines */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&family=Borel&display=swap');

/* -- MEDIA QUERIES -- */
/* -- HOVER -- */
/* ------------------------------------------------------ */
/* + LEB COMMUNICATION -- 20/12/2018
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- VIEWPORT -- */
@viewport {
  width: device-width;
  zoom: 1;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- Fix fonts that render as bold in Firefox -- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  scroll-behavior: smooth;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
/* ###################################################### */
/* ------------------------------------------------------ */
/* -- RESET / BOXSIZING -- */
*,
*:before,
*:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

body,
address,
article,
aside,
audio,
blockquote,
canvas,
dd,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
noscript,
ol,
output,
p,
pre,
section,
table,
tfoot,
ul,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: var(--c-secondary);
  font-weight: 500;
  overflow-x: hidden;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

p:empty {
  display: none;
}

p a {
  text-underline-position: under;
}

/* ###################################################### */
[data-state="scollDisabled"],
html[data-state="scollDisabled"],
body[data-state="scollDisabled"],
body[data-menu-mobile="open"] {
  overflow: hidden;
}

/* Polices remplacées par des Google Fonts plus rondes et féminines */
body,
* {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.3;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Borel", cursive;
  font-weight: 400;
}

.pp__title--bold {
  font-weight: bold;
}
.pp__title--center {
  text-align: center;
}

.pp__title--1 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-size: clamp(3.2rem, 3vw, 6rem);
  font-family: "Borel", cursive;
  font-weight: 400;
}

.pp__title--2 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2vw, 4rem);
  font-family: "Borel", cursive;
  font-weight: 400;
}

.pp__title--3,
.recherche-entreprise__titre {
  font-size: 2rem;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-family: "Borel", cursive;
  font-weight: 400;
}

.pp__title--3 {
  font-size: 1.7rem;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
}

.f-current {
  font-family: "Nunito", sans-serif;
}

.f-current,
.f-serif,
.f-script,
.f-script-alt {
  font-weight: 400;
  font-style: normal;
}

strong.f-current,
strong.f-serif {
  font-weight: 600;
}

.f-b {
  font-weight: 600;
}

.f-i {
  font-style: italic;
}

/* -- */
.f-current-size-9,
.f-current-size-9 * {
  font-size: 8.5rem;
  line-height: 1.05;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-9,
  .f-current-size-9 * {
    font-size: 8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-9,
  .f-current-size-9 * {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-9,
  .f-current-size-9 * {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-9,
  .f-current-size-9 * {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-9,
  .f-current-size-9 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-9,
  .f-current-size-9 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-9,
  .f-current-size-9 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-9,
  .f-current-size-9 * {
    line-height: 1.05;
  }
}

.f-current-size-8,
.f-current-size-8 * {
  font-size: 5.625rem;
  line-height: 1.05;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-8,
  .f-current-size-8 * {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-8,
  .f-current-size-8 * {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-8,
  .f-current-size-8 * {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-8,
  .f-current-size-8 * {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-8,
  .f-current-size-8 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-8,
  .f-current-size-8 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-8,
  .f-current-size-8 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-8,
  .f-current-size-8 * {
    line-height: 1.15;
  }
}

.f-current-size-7,
.f-current-size-7 * {
  font-size: 4rem;
  line-height: 1.15;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-7,
  .f-current-size-7 * {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-7,
  .f-current-size-7 * {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-7,
  .f-current-size-7 * {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-7,
  .f-current-size-7 * {
    font-size: 3rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-7,
  .f-current-size-7 * {
    line-height: 1.16;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-7,
  .f-current-size-7 * {
    line-height: 1.18;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-7,
  .f-current-size-7 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-7,
  .f-current-size-7 * {
    line-height: 1.2;
  }
}

.f-current-size-6,
.f-current-size-6 * {
  font-size: 2.8125rem;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-6,
  .f-current-size-6 * {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-6,
  .f-current-size-6 * {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-6,
  .f-current-size-6 * {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-6,
  .f-current-size-6 * {
    font-size: 2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-6,
  .f-current-size-6 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-6,
  .f-current-size-6 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-6,
  .f-current-size-6 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-6,
  .f-current-size-6 * {
    line-height: 1.2;
  }
}

.f-current-size-5,
.f-current-size-5 * {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-5,
  .f-current-size-5 * {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-5,
  .f-current-size-5 * {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-5,
  .f-current-size-5 * {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-5,
  .f-current-size-5 * {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-5,
  .f-current-size-5 * {
    line-height: 1.22;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-5,
  .f-current-size-5 * {
    line-height: 1.24;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-5,
  .f-current-size-5 * {
    line-height: 1.26;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-5,
  .f-current-size-5 * {
    line-height: 1.3;
  }
}

.f-current-size-4,
.f-current-size-4 * {
  font-size: 1.4375rem;
  line-height: 1.3;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-4,
  .f-current-size-4 * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-4,
  .f-current-size-4 * {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-4,
  .f-current-size-4 * {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-4,
  .f-current-size-4 * {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-4,
  .f-current-size-4 * {
    line-height: 1.4;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-4,
  .f-current-size-4 * {
    line-height: 1.45;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-4,
  .f-current-size-4 * {
    line-height: 1.5;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-4,
  .f-current-size-4 * {
    line-height: 1.55;
  }
}

.f-current-size-3,
.f-current-size-3 * {
  font-size: 1.375rem;
  line-height: 1.55;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-3,
  .f-current-size-3 * {
    font-size: 1.28rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-3,
  .f-current-size-3 * {
    font-size: 1.22rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-3,
  .f-current-size-3 * {
    font-size: 1.18rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-3,
  .f-current-size-3 * {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-3,
  .f-current-size-3 * {
    line-height: 1.6;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-3,
  .f-current-size-3 * {
    line-height: 1.62;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-3,
  .f-current-size-3 * {
    line-height: 1.65;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-3,
  .f-current-size-3 * {
    line-height: 1.7;
  }
}

.f-current-size-2,
.f-current-size-2 * {
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-2,
  .f-current-size-2 * {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-2,
  .f-current-size-2 * {
    font-size: 1.09rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-2,
  .f-current-size-2 * {
    font-size: 1.07rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-2,
  .f-current-size-2 * {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-2,
  .f-current-size-2 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-2,
  .f-current-size-2 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-2,
  .f-current-size-2 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-2,
  .f-current-size-2 * {
    line-height: 1.7;
  }
}

.f-current-size-1,
.f-current-size-1 * {
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-current-size-1,
  .f-current-size-1 * {
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-1,
  .f-current-size-1 * {
    font-size: 0.91rem;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-1,
  .f-current-size-1 * {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-1,
  .f-current-size-1 * {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 120em) {
  .f-current-size-1,
  .f-current-size-1 * {
    line-height: 1.66;
  }
}
@media screen and (max-width: 90em) {
  .f-current-size-1,
  .f-current-size-1 * {
    line-height: 1.64;
  }
}
@media screen and (max-width: 60em) {
  .f-current-size-1,
  .f-current-size-1 * {
    line-height: 1.62;
  }
}
@media screen and (max-width: 45em) {
  .f-current-size-1,
  .f-current-size-1 * {
    line-height: 1.6;
  }
}

.f-current-size-small,
.f-current-size-small * {
  font-size: 0.6875rem;
  line-height: 1.7;
  font-family: "Nunito", sans-serif;
}

/* -- Mise à jour des polices serif avec Borel -- */
.f-serif-size-7,
.f-serif-size-7 * {
  font-size: 8.5rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    font-size: 8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-7,
  .f-serif-size-7 * {
    line-height: 1.05;
  }
}

.f-serif-size-6,
.f-serif-size-6 * {
  font-size: 5.625rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-6,
  .f-serif-size-6 * {
    line-height: 1.15;
  }
}

.f-serif-size-5,
.f-serif-size-5 * {
  font-size: 4rem;
  line-height: 1.15;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    font-size: 3rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    line-height: 1.16;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    line-height: 1.18;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-5,
  .f-serif-size-5 * {
    line-height: 1.2;
  }
}

.f-serif-size-4,
.f-serif-size-4 * {
  font-size: 2.8125rem;
  line-height: 1.2;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    font-size: 2rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    line-height: 1.2;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-4,
  .f-serif-size-4 * {
    line-height: 1.2;
  }
}

.f-serif-size-3,
.f-serif-size-3 * {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    line-height: 1.22;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    line-height: 1.24;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    line-height: 1.26;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-3,
  .f-serif-size-3 * {
    line-height: 1.3;
  }
}

.f-serif-size-2,
.f-serif-size-2 * {
  font-size: 1.4375rem;
  line-height: 1.3;
  font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    font-size: 1.27rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    line-height: 1.4;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    line-height: 1.45;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    line-height: 1.5;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-2,
  .f-serif-size-2 * {
    line-height: 1.55;
  }
}

.f-serif-size-1,
.f-serif-size-1 * {
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 120em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    font-size: 0.84rem;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 120em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 90em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 60em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    line-height: 1.7;
  }
}
@media screen and (max-width: 45em) {
  .f-serif-size-1,
  .f-serif-size-1 * {
    line-height: 1.7;
  }
}

.f-serif-size-small,
.f-serif-size-small * {
  font-size: 0.6875rem;
  line-height: 1.35;
  font-family: "Quicksand", sans-serif;
}

/* -- Mise à jour des polices script avec Borel -- */
.f-script-size-7,
.f-script-size-7 * {
  font-size: 8.5rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-7,
  .f-script-size-7 * {
    font-size: 8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-7,
  .f-script-size-7 * {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-7,
  .f-script-size-7 * {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-7,
  .f-script-size-7 * {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-7,
  .f-script-size-7 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-7,
  .f-script-size-7 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-7,
  .f-script-size-7 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-7,
  .f-script-size-7 * {
    line-height: 0.9;
  }
}

.f-script-size-6,
.f-script-size-6 * {
  font-size: 5.625rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-6,
  .f-script-size-6 * {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-6,
  .f-script-size-6 * {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-6,
  .f-script-size-6 * {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-6,
  .f-script-size-6 * {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-6,
  .f-script-size-6 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-6,
  .f-script-size-6 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-6,
  .f-script-size-6 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-6,
  .f-script-size-6 * {
    line-height: 0.9;
  }
}

.f-script-size-5,
.f-script-size-5 * {
  font-size: 4rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-5,
  .f-script-size-5 * {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-5,
  .f-script-size-5 * {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-5,
  .f-script-size-5 * {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-5,
  .f-script-size-5 * {
    font-size: 3rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-5,
  .f-script-size-5 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-5,
  .f-script-size-5 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-5,
  .f-script-size-5 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-5,
  .f-script-size-5 * {
    line-height: 0.9;
  }
}

.f-script-size-4,
.f-script-size-4 * {
  font-size: 2.8125rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-4,
  .f-script-size-4 * {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-4,
  .f-script-size-4 * {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-4,
  .f-script-size-4 * {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-4,
  .f-script-size-4 * {
    font-size: 2rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-4,
  .f-script-size-4 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-4,
  .f-script-size-4 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-4,
  .f-script-size-4 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-4,
  .f-script-size-4 * {
    line-height: 0.9;
  }
}

.f-script-size-3,
.f-script-size-3 * {
  font-size: 2rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-3,
  .f-script-size-3 * {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-3,
  .f-script-size-3 * {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-3,
  .f-script-size-3 * {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-3,
  .f-script-size-3 * {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-3,
  .f-script-size-3 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-3,
  .f-script-size-3 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-3,
  .f-script-size-3 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-3,
  .f-script-size-3 * {
    line-height: 0.9;
  }
}

.f-script-size-2,
.f-script-size-2 * {
  font-size: 1.4375rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-2,
  .f-script-size-2 * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-2,
  .f-script-size-2 * {
    font-size: 1.37rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-2,
  .f-script-size-2 * {
    font-size: 1.34rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-2,
  .f-script-size-2 * {
    font-size: 1.37rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-2,
  .f-script-size-2 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-2,
  .f-script-size-2 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-2,
  .f-script-size-2 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-2,
  .f-script-size-2 * {
    line-height: 0.9;
  }
}

.f-script-size-1,
.f-script-size-1 * {
  font-size: 1rem;
  line-height: 1.05;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 120em) {
  .f-script-size-1,
  .f-script-size-1 * {
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-1,
  .f-script-size-1 * {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-1,
  .f-script-size-1 * {
    font-size: 0.84rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-1,
  .f-script-size-1 * {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 120em) {
  .f-script-size-1,
  .f-script-size-1 * {
    line-height: 1.05;
  }
}
@media screen and (max-width: 90em) {
  .f-script-size-1,
  .f-script-size-1 * {
    line-height: 1.08;
  }
}
@media screen and (max-width: 60em) {
  .f-script-size-1,
  .f-script-size-1 * {
    line-height: 1.1;
  }
}
@media screen and (max-width: 45em) {
  .f-script-size-1,
  .f-script-size-1 * {
    line-height: 0.9;
  }
}

.f-script-size-small,
.f-script-size-small * {
  font-size: 0.6875rem;
  line-height: 1.4;
  font-family: "Borel", cursive;
}

/* -- */
.f-script-serif .f-script {
  font-size: 8.5rem;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 90em) {
  .f-script-serif .f-script {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-serif .f-script {
    font-size: 6rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-serif .f-script {
    font-size: 4rem;
  }
}
.f-script-serif .f-script--medium {
  font-size: 5.6rem;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 90em) {
  .f-script-serif .f-script--medium {
    font-size: 5rem;
  }
}
@media screen and (max-width: 60em) {
  .f-script-serif .f-script--medium {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-serif .f-script--medium {
    font-size: 3.4rem;
  }
}
.f-script-serif .f-serif {
  font-size: 2.8rem;
  font-family: "Borel", cursive;
}
@media screen and (max-width: 60em) {
  .f-script-serif .f-serif {
    font-size: 2rem;
  }
}
@media screen and (max-width: 45em) {
  .f-script-serif .f-serif {
    font-size: 1.8rem;
  }
}

p.pp__t-standard {
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 105em) {
  p.pp__t-standard {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 80em) {
  p.pp__t-standard {
    font-size: 1.3rem;
  }
}
p.pp__t-standard--2 {
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 105em) {
  p.pp__t-standard--2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 80em) {
  p.pp__t-standard--2 {
    font-size: 1.1rem;
  }
}

.c-current {
  color: #20196f;
}

.c-currentDarker {
  color: #2c2c2c;
}

.c-accent,
.c-standing {
  color: #d7c2a5;
}

.c-forte {
  color: #bd272e;
}

.c-elegance {
  color: #d0d0c5;
}

.c-lodge {
  color: #ccab95;
}

.c-cabane {
  color: #cad6e2;
}

.c-sanitaire {
  color: #b8b5b0;
}

.c-tinyhome {
  color: #d5e2b1;
}

.c-elite {
  color: #cf9b9b;
}

.c-lightGrey {
  color: var(--couleur-tertiaire);
}

.c-superLightGrey {
  color: #f0f0f0;
}

.c-lightGreyBorder {
  color: #cbcac8;
}

.bg-current {
  background-color: #20196f;
}

.bg-currentDarker {
  background-color: #2c2c2c;
}

.bg-accent,
.bg-standing {
  background-color: #d7c2a5;
}

.bg-forte {
  background-color: #bd272e;
}

.bg-elegance {
  background-color: #d0d0c5;
}

.bg-lodge {
  background-color: #ccab95;
}

.bg-cabane {
  background-color: #cad6e2;
}

.bg-sanitaire {
  background-color: #b8b5b0;
}

.bg-tinyhome {
  background-color: #d5e2b1;
}

.bg-elite {
  background-color: #cf9b9b;
}

.bg-lightGrey {
  background-color: var(--couleur-tertiaire);
}

.bg-superLightGrey {
  background-color: #f0f0f0;
}

.bg-lightGreyBorder {
  background-color: #cbcac8;
}

.svg__logo__font {
  fill: #20196f;
}

.svg__logo__bonhomme {
  fill: #bd272e;
}

html,
body {
  color: #20196f;
  overflow-x: hidden;
}

.pp__section__fixwidth,
.pp__section__fixwidth {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 115em) {
  .pp__section__fixwidth,
  .pp__section__fixwidth {
    max-width: 90%;
  }
}
@media screen and (max-width: 60em) {
  .pp__section__fixwidth,
  .pp__section__fixwidth {
    max-width: 96%;
  }
}
.pp__introduction__outer .pp__section__fixwidth,
.pp__introduction__outer .pp__section__fixwidth {
  max-width: 1660px;
}
@media screen and (max-width: 115em) {
  .pp__introduction__outer .pp__section__fixwidth,
  .pp__introduction__outer .pp__section__fixwidth {
    max-width: 94%;
  }
}
@media screen and (max-width: 60em) {
  .pp__introduction__outer .pp__section__fixwidth,
  .pp__introduction__outer .pp__section__fixwidth {
    max-width: 98%;
  }
}
.pp__section__fixwidth--2,
.pp__section__fixwidth--2 {
  max-width: 1800px;
}
@media screen and (max-width: 115em) {
  .pp__section__fixwidth--2,
  .pp__section__fixwidth--2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 60em) {
  .pp__section__fixwidth--2,
  .pp__section__fixwidth--2 {
    max-width: 96%;
  }
}
.pp__section + .pp__section {
  margin-top: 10rem;
}
@media screen and (max-width: 120em) {
  .pp__section + .pp__section {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 90em) {
  .pp__section + .pp__section {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 60em) {
  .pp__section + .pp__section {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 45em) {
  .pp__section + .pp__section {
    margin-top: 2rem;
  }
}
.pp__section__round {
  color: #fff;
  display: block;
}
.pp__section__round svg {
  display: block;
  width: 100%;
  margin-top: -150px;
  height: 200px;
}
@media screen and (max-width: 115em) {
  .pp__section__round svg {
    height: 100px;
  }
}
@media screen and (max-width: 60em) {
  .pp__section__round svg {
    height: 45px;
  }
}

header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #333;
  padding: 10px;
  font-size: 0.65rem;
  color: #fff;
}
header a {
  display: block;
  padding: 0.6rem 0.5rem 0.5rem;
  border-radius: 4px;
  color: #fff;
  line-height: 0.4;
  font-family: "Nunito", sans-serif;
}
header a.actif {
  background: #fff;
  color: #333;
  font-weight: bold;
}

.mt--1 {
  margin-top: 1rem;
}
.mt--1-5 {
  margin-top: 1.5rem;
}
.mt--2 {
  margin-top: 2rem;
}
.mt--2-5 {
  margin-top: 2.5rem;
}
.mt--3 {
  margin-top: 3rem;
}
.mt--3-5 {
  margin-top: 3.5rem;
}
.mt--4 {
  margin-top: 4rem;
}
.mt--5 {
  margin-top: 5rem;
}
.mt--6 {
  margin-top: 6rem;
}
.mt--7 {
  margin-top: 7rem;
}

.mb--1 {
  margin-bottom: 1rem;
}
.mb--1-5 {
  margin-bottom: 1.5rem;
}
.mb--2 {
  margin-bottom: 2rem;
}
.mb--2-5 {
  margin-bottom: 2.5rem;
}
.mb--3 {
  margin-bottom: 3rem;
}
.mb--3-5 {
  margin-bottom: 3.5rem;
}
.mb--4 {
  margin-bottom: 4rem;
}
.mb--5 {
  margin-bottom: 5rem;
}
.mb--6 {
  margin-bottom: 6rem;
}
.mb--7 {
  margin-bottom: 7rem;
}

.ml--1 {
  margin-left: 1rem;
}
.ml--1-5 {
  margin-left: 1.5rem;
}
.ml--2 {
  margin-left: 2rem;
}
.ml--2-5 {
  margin-left: 2.5rem;
}
.ml--3 {
  margin-left: 3rem;
}
.ml--3-5 {
  margin-left: 3.5rem;
}
.ml--4 {
  margin-left: 4rem;
}
.ml--5 {
  margin-left: 5rem;
}
.ml--6 {
  margin-left: 6rem;
}
.ml--7 {
  margin-left: 7rem;
}

.mr--1 {
  margin-right: 1rem;
}
.mr--1-5 {
  margin-right: 1.5rem;
}
.mr--2 {
  margin-right: 2rem;
}
.mr--2-5 {
  margin-right: 2.5rem;
}
.mr--3 {
  margin-right: 3rem;
}
.mr--3-5 {
  margin-right: 3.5rem;
}
.mr--4 {
  margin-right: 4rem;
}
.mr--5 {
  margin-right: 5rem;
}
.mr--6 {
  margin-right: 6rem;
}
.mr--7 {
  margin-right: 7rem;
}

.pp {
  margin: 0 auto 5rem;
}
.pp__section {
  font-size: 1.1rem;
}
.pp__introduction {
  color: #20196f;
}
.pp__introduction__outer {
  background: var(--couleur-tertiaire);
}
.pp__introduction__split {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.pp__introduction__split--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 105em) {
  .pp__introduction__split {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 60em) {
  .pp__introduction__split {
    padding-bottom: 40px;
  }
}
@media (max-width: 80em) {
  .pp__introduction__split {
    flex-direction: column;
  }
}
.pp__introduction__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  margin-top: 0;
}
.pp__introduction__text p {
  margin-top: 1.2rem;
}
@media screen and (max-width: 105em) {
  .pp__introduction__text {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 80em) {
  .pp__introduction__text {
    margin-top: 0;
  }
}
@media (max-width: 80em) {
  .pp__introduction__text {
    text-align: center;
    align-items: center;
    padding: 1.5rem 3rem 8rem;
    order: 2;
    max-width: 860px;
  }
}
.pp__introduction__picture {
  width: 60%;
}
@media screen and (max-width: 80em) {
  .pp__introduction__picture {
    width: 75%;
  }
}
@media screen and (max-width: 60em) {
  .pp__introduction__picture {
    width: 90%;
  }
}
@media screen and (max-width: 45em) {
  .pp__introduction__picture {
    width: 98%;
  }
}
.pp__introduction__picture img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5rem;
  max-width: 600px;
}
@media screen and (max-width: 95em) {
  .pp__introduction__picture img {
    margin: 0 auto;
  }
}
@media (max-width: 95em) {
  .pp__introduction__picture {
    order: 1;
  }
}
.pp__prestations {
  color: #20196f;
}
.pp__prestations__outer {
  background: var(--couleur-tertiaire);
}
.pp__prestations__split {
  display: grid;
  grid-gap: 2rem;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 105em) {
  .pp__prestations__split {
    grid-gap: 1.8rem;
  }
}
@media screen and (max-width: 85em) {
  .pp__prestations__split {
    grid-gap: 1.6rem;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestations__split {
    grid-gap: 1.3rem;
  }
}
@media screen and (max-width: 45em) {
  .pp__prestations__split {
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestations__split {
    grid-template-columns: 1fr;
  }
}
.pp__prestations__split--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 60em) {
  .pp__prestations__split--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 35em) {
  .pp__prestations__split--4 {
    grid-template-columns: 1fr;
  }
}
.pp__prestations__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.pp__prestations__text p {
  margin-top: 1.2rem;
}
.pp__prestations__picture {
  width: 60%;
}
.pp__prestations__picture img {
  width: 100%;
  height: auto;
  margin: 0 auto 5rem;
  display: block;
}
.pp__prestation {
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 105em) {
  .pp__prestation {
    margin: 2.6rem 0 0 0;
  }
}
@media screen and (max-width: 85em) {
  .pp__prestation {
    margin: 2.2rem 0 0 0;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestation {
    margin: 1.8rem 0 0 0;
  }
}
@media screen and (max-width: 45em) {
  .pp__prestation {
    margin: 1.2rem 0 0 0;
  }
}
.pp__prestation p {
  margin-top: 1.2rem;
}
.pp__prestation--pastille {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  box-shadow: 1.1px 1.7px 2.2px -30px rgba(0, 0, 0, 0.02),
    2.5px 4px 5.3px -30px rgba(0, 0, 0, 0.028),
    4.8px 7.5px 10px -30px rgba(0, 0, 0, 0.035),
    8.5px 13.4px 17.9px -30px rgba(0, 0, 0, 0.042),
    15.9px 25.1px 33.4px -30px rgba(0, 0, 0, 0.05),
    38px 60px 80px -30px rgba(0, 0, 0, 0.07);
}
@media (max-width: 80em) {
  .pp__prestation--pastille {
    border: 1px #f2f2f2 solid;
  }
}
@media screen and (max-width: 105em) {
  .pp__prestation--pastille {
    padding: 2rem;
  }
}
@media screen and (max-width: 85em) {
  .pp__prestation--pastille {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestation--pastille {
    padding: 1rem;
  }
}
.pp__prestation--pastille .pp__prestation__picture {
  order: 1;
  margin: 0 0 1rem;
}
.pp__prestation--pastille .pp__prestation__text {
  order: 2;
  margin: 0 auto;
  text-align: center;
}
.pp__prestation--pastille .pp__prestation__text .pp__cta {
  margin-top: 2rem;
}
.pp__prestation__picture {
  text-align: center;
  width: 60%;
  margin: 0 5rem 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 105em) {
  .pp__prestation__picture {
    width: 50%;
  }
}
@media screen and (max-width: 85em) {
  .pp__prestation__picture {
    width: 40%;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestation__picture {
    width: 90%;
  }
}
@media screen and (max-width: 60em) {
  .pp__prestation__picture {
    margin: 0 auto 4rem;
  }
}
.pp__prestation__split--reverse .pp__prestation__picture {
  margin: 0 0 0 5rem;
}
.pp__prestation__picture svg {
  width: 60px;
  height: auto;
}

.pp__prestation__picture img {
  width: 50%;
  height: auto;
}

.pp__prestation__text {
  flex: 1;
}
.pp__prestation__split {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pp__prestation__split .pp__title--3 {
  margin-bottom: 1rem;
}
.pp__prestation__split p + p {
  margin-top: 1rem;
}
@media (max-width: 60em) {
  .pp__prestation__split {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .pp__prestation__split--reverse {
    flex-direction: row-reverse;
  }
}
.pp__maincta__inside {
  background: #20196f;
  padding: 3rem;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pp__maincta__inside .pp__title--2 {
  margin-bottom: 1.2rem;
}
.pp__maincta__inside .pp__cta {
  background: #da585d;
  color: #ffffff;
}
.pp__maincta__inside .pp__cta:hover {
  background: white;
  color: #da585d;
}
.pp__confiance__split {
  display: flex;
}
.pp__confiance__split img {
  height: 120px;
}
.pp__confiance__split * + * {
  margin-left: 2rem;
}
.pp__confiance__logo {
  display: flex;
  width: 100%;
  aspect-ratio: 1.2;
  border: 2px var(--couleur-tertiaire) solid;
  border-radius: 10px;
  overflow: hidden;
}
.pp__confiance__logo img {
  max-width: 80%;
  max-height: 90%;
  margin: auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  transition: all 0.3s ease-out;
  filter: grayscale(100%);
}
.pp__confiance__logo:hover img {
  filter: grayscale(0%);
}
.pp__temoignages__split {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.pp__temoignage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 8px;
}
.pp__temoignage p {
  font-size: 1.15rem;
}
.pp__temoignage p:not(.small) {
  margin-top: 1.2rem;
}
.pp__temoignage p.small {
  font-size: 0.9rem;
  margin-top: 0.2rem;
}
.pp__temoignage:nth-child(2) {
  background: var(--couleur-tertiaire);
}

.listingQR__item {
  cursor: pointer;
  background: var(--couleur-tertiaire);
  padding: 1.5rem 2rem 1.2rem 3rem;
  border-radius: 10px;
}
.listingQR__item + .listingQR__item {
  margin-top: 2rem;
}
.listingQR__item__question {
  font-weight: bold;
  position: relative;
}
.listingQR__item__question p {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Borel", cursive;
}
.listingQR__item__question:before {
  content: "×";
  width: 36px;
  height: 36px;
  position: absolute;
  left: -58px;
  top: -8px;
  background: var(--couleur-secondaire);
  color: #20196f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 0;
  transition: all 0.3s ease-out;
  transform-origin: center center;
  transform: rotate(-135deg);
  font-family: Arial;
  font-weight: normal;
}
.listingQR__item:hover .listingQR__item__question:before {
  background: var(--couleur-majeure);
  color: #20196f;
}
.listingQR__item[data-state="open"] .listingQR__item__question:before {
  transform: rotate(0deg);
  background: #da585d;
  color: #20196f;
}
.listingQR__item[data-state="open"] .listingQR__item__reponse {
  margin-top: 10px;
  grid-template-rows: 1fr;
}
.listingQR__item__reponse {
  overflow: hidden;
  margin-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s, margin-top 0.5s;
}
.listingQR__item__reponse__switch {
  overflow: hidden;
}

.u-pb-title {
  padding-bottom: 4rem;
}
@media screen and (max-width: 100em) {
  .u-pb-title {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 60em) {
  .u-pb-title {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 45em) {
  .specmob img {
    width: 20%;
  }
  .u-pb-title {
    padding-bottom: 1.5rem;
  }
}

.pp__cta {
  display: block;
  padding: 1rem 2rem;
  border-radius: 6px;
  color: #20196f;
  transition: all 0.3s ease-out;
  font-family: "Borel", cursive;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media not all and (pointer: coarse) {
  .pp__cta:hover {
    background: var(--couleur-majeure);
    color: #20196f;
  }
}
.pp__cta--secondary {
  background: #da585d;
  color: #20196f;
}
.pp__cta--secondary:hover {
  background: #20196f;
  color: #da585d;
}
@media not all and (pointer: coarse) {
  .pp__cta--secondary:hover {
    background: #20196f;
    color: #da585d;
  }
}

/*-- VUES --*/

/*# sourceMappingURL=styles.css.map */