@charset "UTF-8";
/*!
 Theme Name:  EG-centric
 Theme URI:    https://egue.fr
 Description:  Thème composé par EGUE
 Author:       BM
 Author URI:   https://egue.fr
 Version:      1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*font-face*/
@font-face {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-cogiteurs.egue.live/wp-content/uploads/2023/05/Platform-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Platform";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://dev-cogiteurs.egue.live/wp-content/uploads/2023/05/Platform-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dev-cogiteurs.egue.live/wp-content/uploads/2023/05/Helvetica.woff2) format("woff2");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://dev-cogiteurs.egue.live/wp-content/uploads/2023/05/Helvetica-Bold.woff2) format("woff2");
}
/*breakpoints*/
/*@include mobile*/
/*@include tablette*/
/*@include tabmob*/
:root {
  /*Couleurs*/
  --primary-color:#7d1937;
  --primary-bg-color:#f2f2f2;
  --primary-bg-card-color:#ffffff;
  --primary-border-color:#000000;
  --primary-bg-color-hover:#95a5b2;
  --primary-texte-color:#000000;
  --secondary-color:#4c4c4c;
}
/*Styles textes*/
div {
  font-family: "Platform";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
p {
  font-family: "Platform";
  font-size: 1em;
  color: var(--primary-texte-color);
  font-weight: 400;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
h1, h2 {
  font-family: "Platform";
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
}
.ligne {
  font-family: "Platform";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
#truc {
  font-family: "Platform";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.7em;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
}
a {
  font-family: "Platform";
  font-size: 1em;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.3em;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
/*Modulaire*/
/*DESKTOP*/
.eg-section {
  width: 100%;
  max-width: 100%;
  padding: 90px 100px 92px 100px;
  margin: 0 0 0 0;
}
.eg-ligne {
  width: 100%;
  max-width: 1530px;
  padding: 0 0 0 0;
  margin: 0 auto 30px auto;
}
.eg-col {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.eg-bloc {
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1530px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .eg-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .eg-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-section {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 16px 16px;
    margin: 0 0 0 0;
  }
  .eg-ligne {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
  }
  .eg-col {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .eg-bloc {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
}
/*VARIABLES*/
body {
  position: relative;
}
.eg-section {
  position: relative;
  background-color: var(--primary-bg-color);
}
.section-bg-desk, .section-bg-mobile {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.eg-ligne {
  display: flex;
  position: relative;
}
.col-full {
  width: 100%;
}
.col-1_2 {
  width: calc(((100% + 3%) / 2) - 3%);
}
.col-1_3 {
  width: calc(((100% + 3%) / 3) - 3%);
}
.col-1_4 {
  width: calc(((100% + 3%) / 4) - 3%);
}
.col-1_6 {
  width: calc(((100% + 3%) / 6) - 3%);
}
.col-2_3 {
  width: calc(((100% + 3%) *2 / 3) - 3%);
}
.col-5_6 {
  width: calc(((100% + 3%) * 5 / 6) - 3%);
}
.eg-col {
  margin-right: 3%;
  position: relative;
}
.eg-col:last-child {
  margin-right: 0;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col:last-child {
    margin-bottom: 0;
  }
  .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .eg-ligne {
    flex-direction: column;
  }
  .eg-col {
    width: 100%;
    margin-right: 0;
  }
  .eg-col:last-child {
    margin-bottom: 0;
  }
  .eg-bloc:last-child {
    margin-bottom: 0;
  }
}
.panel .eg-bloc:last-child {
  margin-bottom: 0;
}
.eg-section.top-header {
  /* mix-blend-mode: multiply; */
  background-color: transparent;
  width: 100%;
  z-index: 9999;
  display: flex;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 47px;
  padding-bottom: 47px;
}
/*desk*/
.top-header-box {
  display: flex;
  margin: auto;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  flex-direction: row;
}
.box-logo {
  display: flex;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 38px;
}
.box-logo a {
  margin: auto 0;
}
.bouton-panel-ouvrir {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #E7ECE1;
  margin-left: auto;
  padding: 0 20px;
  cursor: pointer;
}
.bouton-panel-fermer {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: right;
  color: #1C1B1B;
  margin-left: auto;
  padding: 20px;
  transform: translateX(20px);
  cursor: pointer;
}
.menu-panel {
  position: fixed;
  transition: right 0.5s ease-in-out;
  min-height: 100vh;
  background-color: #FFCB11;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 20px;
  padding-bottom: 100px;
  right: -100%;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  scrollbar-color: #FFCB11 #E7ECE1;
  scrollbar-width: thin;
}
.menu-menu-principal-container ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 130px;
  margin-bottom: auto;
  padding-left: 0;
}
.menu-menu-principal-container li {
  margin-bottom: 50px;
  text-align: right;
  margin-left: auto;
}
.menu-menu-principal-container li a {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: right;
  color: #1C1B1B;
  margin-left: auto;
}
.menu-menu-principal-container li a::after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #1C1B1B;
  margin-left: auto;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  display: flex;
}
.menu-menu-principal-container li:hover a::after {
  width: 100%;
}
.header-desk .box-logo {
  margin-right: 30px;
}
.picto-mailto-header {
  margin: auto 0;
  line-height: 1;
  transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 1.2);
}
.picto-mailto-header:hover {
  transform: scale(120%);
}
.bouton-panel-ouvrir.mobile, .bouton-panel-fermer.mobile {
  display: none;
}
.bouton-panel-ouvrir.mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bouton-panel-ouvrir.mobile span {
  width: 27px;
  margin: 4px 0;
  background-color: #1C1B1B;
  height: 2px;
}
.bouton-panel-fermer.mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 12px;
}
.bouton-panel-fermer.mobile span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 2px;
  background-color: #1C1B1B;
  transform-origin: center center;
}
.bouton-panel-fermer.mobile span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bouton-panel-fermer.mobile span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.box-logo svg {
  margin-right: 0;
}
.box-logo svg g {
  mix-blend-mode: normal !important;
}
.logo-panel-linkedin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.logo-panel-linkedin .follow-panel {
  color: var(--design-vintage-black, #1C1B1B);
  text-align: right;
  font-size: 24px;
  font-family: Platform;
  line-height: 130%;
  margin-right: 24px;
}
.logo-panel-linkedin .arrow-follow {
  margin-right: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-panel-linkedin .arrow-follow svg path {
  fill: #1C1B1B !important;
}
.logo-panel-linkedin .linkedin-follow {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #1C1B1B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-panel-linkedin .linkedin-follow svg path {
  fill: #FFCB11 !important;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .eg-section.top-header {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .header-desk .box-logo svg {
    width: 150px;
  }
  .menu-panel {
    width: 100%;
  }
  .bouton-panel-ouvrir {
    padding: 0 0 0 20px;
  }
  .bouton-panel-ouvrir.desktop, .bouton-panel-fermer.desktop {
    display: none;
  }
  .bouton-panel-ouvrir.mobile, .bouton-panel-fermer.mobile {
    display: flex;
  }
  .bouton-panel-fermer.mobile {
    margin-top: 87px;
  }
  .picto-mailto-header {
    display: none;
  }
  .menu-menu-principal-container li, .menu-menu-principal-container li:hover {
    text-align: center;
    margin-left: 0;
  }
  .menu-menu-principal-container li a:after, .menu-menu-principal-container li:hover a:after {
    display: none;
  }
  .logo-panel-linkedin {
    justify-content: center;
  }
  .menu-menu-principal-container ul {
    margin-top: 0px;
  }
  .bouton-panel-fermer.mobile {
    margin-top: 51px;
  }
  .menu-menu-principal-container li a {
    font-size: 30px;
  }
  .menu-panel {
    padding-right: 7%;
    padding-left: 7%;
  }
}
/*BLOCS*/
.eg-bloc {
  width: 100%;
}
.eg-bloc-card {
  background-color: var(--primary-bg-card-color);
}
/*BOUTON*/
.eg-btn {
  color: var(--primary-color);
  background-color: var(--primary-bg-color);
  padding: 12px 15px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-border-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eg-btn.active {
  color: var(--primary-bg-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eg-btn:hover {
  color: var(--primary-bg-color);
  background-color: var(--primary-bg-color-hover);
  border-color: var(--primary-color);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*ONGLET*/
.tabs-nav a {
  margin: 0 5px;
}
.tabs-nav {
  display: flex;
  margin: 0 -5px;
  margin-bottom: 20px;
}
/*ACCORDEON*/
.bloc-accordeon {
  padding: 0;
  border-radius: 0;
  background-color: var(--primary-bg-card-color);
  margin-bottom: 20px;
}
.accordeon {
  border-bottom: solid 2px var(--primary-border-color);
}
.header-accordeon {
  padding: 30px 30px 20px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-accordeon:hover .croix-box {
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
}
.header-accordeon-texte {
  width: auto;
  margin-right: auto;
}
.header-accordeon-croix {
  display: flex;
  justify-content: flex-end;
  margin-right: 23px;
  width: 52px;
  margin-bottom: auto;
  margin-top: 10px;
}
.croix-box {
  width: 29px;
  height: 29px;
  transition: var(--transition-1);
}
.croix-box img {
  transition: var(--transition-1);
}
.accordeon-open .croix-box img {
  transform: rotate(45deg);
  /* filter: invert(67%) sepia(50%) saturate(3556%) hue-rotate(321deg) brightness(101%) contrast(101%); */
  transition: var(--transition-1);
}
.accordeon-title {
  text-transform: uppercase !important;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--primary-color);
  line-height: normal;
}
.accordeon-sub-title {
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.69;
  color: var(--secondary-color);
  padding-bottom: 0;
}
.bloc-accordeon .panel {
  border-top: dashed 1px var(--secondary-color);
  padding: 30px 0 20px 0;
  width: 100%;
}
.content-accordeon {
  padding: 0 30px;
}
.text-content-accordeon {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #645c59;
  letter-spacing: normal;
}
a.lien-deal {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #c2c2c5;
  margin-bottom: 15px;
  display: block;
}
.bloc-accordeon .croix-box {
  width: 27px;
  height: 27px;
}
.bloc-accordeon .header-accordeon-croix {
  margin-top: auto;
  min-width: 76px;
  padding-right: 23px;
  margin-right: 0;
}
.bloc-accordeon .accordeon-title {
  padding-top: 7px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.22px;
  text-align: left;
  font-family: var(--title-font) !important;
}
.bloc-accordeon .header-accordeon {
  min-height: auto;
}
.bloc-accordeon .texte-2 p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #645c59;
}
.bloc-accordeon .texte-1 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #53485f;
  padding-top: 15px;
}
.bloc-accordeon .bloc-gallery {
  padding: 0;
}
/*GALLERY*/
.bloc-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: var(--primary-bg-card-color);
}
.gallery {
  position: relative;
}
.gallery-item {
  height: 145px;
  padding: 0;
}
.gallery-item img {
  border-radius: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nav-gallery-dot {
  display: flex;
}
.customize-controls-gallery {
  display: flex;
  align-items: center;
}
.box-controls-gallery {
  /* position: absolute; */
  width: auto;
  bottom: 30px;
  right: 30px;
  margin: auto;
}
.nav-gallery-dot {
  /* display: none; */
}
/*GALLERY*/
.gallery-item-box {
  display: flex;
  height: 490px;
}
.item-col-gauche, .item-col-droite {
  width: 50%;
  background-position: center;
  background-size: cover;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-item {
  height: 490px;
}
.gallery-item .title-group {
  text-align: left;
  margin: 0;
}
.gallery-item .title-group h6 {
  text-align: left;
}
.gallery-item .title-group h2 {
  text-align: left;
}
.gallery-item .title-group p {
  text-align: left;
}
.btn-nav-slider {
  display: block;
  width: auto;
  height: auto;
}
.box-controls-gallery {
  bottom: 25px;
  left: 70px;
  position: absolute;
}
.customize-controls-gallery {
  margin-top: 0;
}
.image-slider-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}
.nav-slider-dot-solo {
  height: 13px;
  width: 13px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: auto 7px;
}
#nav-slider-dot {
  display: flex;
}
#customize-controls-slider {
  display: flex;
  align-items: center;
}
.btn-nav-slider.btn-nav-slider-prev {
  margin: 0 10px 0 20px;
}
.nav-slider-dot-solo.tns-nav-active {
  background-color: rgba(0, 0, 0, 0.6);
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*Hide recaptcha badge*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0 !important;
}
/*FONTS*/
/* @import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,300;1,600&family=Yeseva+One&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap'); */
/* h2 {
    font-family: myFirstFont;
    color: darkgreen;
} */
/*VARIABLES CSS*/
:root {
  /* --Poppins-400: 'Poppins-400';
    --Poppins-300: 'Poppins-300'; */
  --default_font_size: 16px;
  --main-strong-color: #0d61ff;
  --main-smooth-color: #9EBFFF;
  --main-texte-color: #000;
  --second-texte-color: #8f8f8f;
  --max-mobile-width: 767px;
  --max-tablette-width: 980px;
  --desktop: @media all and (min-width: calc(var(--max-tablette-width) + 1px));
  --tablette: @media all and (min-width: calc(var(--max-mobile-width) + 1px)) and (max-width: var(--max-tablette-width));
  --mobile: @media all and (max-width: var(--max-mobile-width));
  --tabmob:  @media all and (max-width: var(--max-tablette-width));
  --grey-event: rgba(182, 180, 181, 0.5);
  --picto-event-hover: #fdd2cb;
  --transition-1: all ease-in 0.1s;
  --transition-2: all cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
  --transition-3: all cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
  --standard-max-width: 1450px;
  --default-colonne-goutiere: 2%;
  --main-button-texte-color:#fff;
  --bg-button-color: #0d61ff;
  --bg-button-color-hover: rgba(81, 72, 93, 0.8);
}
.section-1-expertises {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section-1-expertises .ligne-1-expertises {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-1-expertises .big {
  margin-bottom: 0;
}
.eg-ligne-back-full-width {
  position: absolute;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
}
.eg-ligne-back-full-width .col-2_3 {
  background-color: #FAC9D1;
  margin-right: 0;
  width: calc(((100% + 3%) *2 / 3));
  height: 100%;
}
.eg-ligne-back-full-width .col-1_3 {
  background-color: #6822DA;
  overflow: hidden;
  font-size: 0;
  height: 100%;
}
.eg-ligne-back-full-width .col-1_3 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.page-template-metiers-template {
  background-color: #FAC9D1;
}
.page-template-metiers-template .top-header {
  position: absolute;
}
.rond-jaune {
  width: 500px;
  height: 500px;
  background-color: #FFCB11;
  border-radius: 50%;
  transform: translateX(-50%);
}
.image-header-expertise {
  height: calc(100% - 500px);
}
h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.8em;
  text-decoration: none;
}
h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.6em;
  text-decoration: none;
}
p {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
}
.ligne-1-expertises h1 {
  color: #1C1B1B;
}
.ligne-1-expertises h2 {
  color: #7D1937;
}
.ligne-1-expertises p {
  color: #7D1937;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .section-1-expertises {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 80px;
  }
  .section-1-expertises .eg-ligne-back-full-width .col-1_3 {
    display: none;
  }
  .section-1-expertises .eg-ligne-back-full-width .col-2_3 {
    width: 100%;
  }
  .section-1-expertises h2 {
    font-size: 24px;
    line-height: 130%;
  }
  .section-1-expertises h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .section-1-expertises p {
    font-size: 24px;
    line-height: 130%;
  }
}
.section-2-expertises {
  padding: 0;
  background-color: #E7ECE1;
}
.ligne-expertise {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.ligne-expertise .eg-col {
  margin-right: 10%;
}
.ligne-expertise .col-1_2 {
  width: calc(((100% + 10%) / 2) - 10%);
}
.ligne-expertise .eg-col:last-child {
  margin-right: 0;
}
.ligne-expertise h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 74px;
  color: #1C1B1B;
}
.ligne-expertise p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
}
.ligne-expertise .phrases {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 40px;
  min-height: 120px;
  overflow: hidden;
}
.ligne-expertise .phrase {
  transform: translateY(300%);
  position: absolute;
  font-size: 24px;
  text-align: center;
  display: none;
  transition: all ease 1s;
  width: 100%;
}
.ligne-expertise .phrase p {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  margin-top: 0;
}
.eg-section.section-expertise-bg {
  padding: 0;
  position: absolute;
  height: 100%;
  background-color: transparent;
}
.col-bg-50 {
  width: 50%;
  height: 100%;
}
.col-bg-50 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.item-ligne-expertise {
  position: relative;
}
.section-ligne-expertise {
  background-color: transparent;
  padding-top: 150px;
  padding-bottom: 200px;
}
.item-ligne-expertise:nth-child(2n) .section-expertise-bg .col-bg-50 {
  margin-left: 50%;
}
.item-ligne-expertise:nth-child(2n) .ligne-force {
  flex-direction: row-reverse;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .section-2-expertises .item-ligne-expertise {
    display: flex;
    flex-direction: column;
  }
  .section-2-expertises .section-expertise-bg {
    position: relative;
  }
  .section-2-expertises .col-bg-50 {
    width: 100%;
    padding: 16px;
  }
  .section-2-expertises .item-ligne-expertise:nth-child(2n) .section-expertise-bg .col-bg-50 {
    margin-left: 0;
  }
  .section-2-expertises .ligne-expertise .col-1_2 {
    width: 100%;
  }
  .section-2-expertises .col-force-1 {
    display: none;
  }
  .section-2-expertises .section-ligne-expertise {
    padding-top: 150px;
    padding-bottom: 250px;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .section-2-expertises h2 {
    font-size: 50px;
    margin-bottom: 23px;
  }
  .section-2-expertises p {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .section-2-expertises .ligne-expertise .phrases {
    position: relative;
    margin-top: 24px;
    height: 120px;
  }
}
/*SECTION 3*/
.section-vert {
  background-color: #00AF66;
}
.section-3-expertises {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.section-3-expertises h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 90%;
  text-align: center;
  color: #1C1B1B;
  max-width: 600px;
  margin-bottom: 60px;
  margin-top: 0;
}
.section-3-expertises h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #00AF66;
  max-width: 758px;
  margin-bottom: 120px;
  margin-top: 0;
}
.section-3-expertises p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  max-width: 440px;
  margin-bottom: 60px;
  margin-top: 0;
  display: none;
}
.section-3-expertises .eg-btn {
  margin-bottom: 50px;
}
.bg-rond {
  border-radius: 50%;
  background-color: #E7ECE1;
  position: absolute;
}
.strat-rond {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-rond {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 880px;
  z-index: 2;
  padding: 100px 3% 3% 3%;
  width: 100%;
}
.eg-btn {
  background: #6822DA;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #E7ECE1;
  border: solid 1px #6822DA;
  padding: 0;
  transition: var(--transition-1);
}
.eg-btn a {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #E7ECE1;
  padding: 14px 16px;
}
.eg-btn:hover {
  background: #E7ECE1;
  color: #6822DA;
  border: solid 1px #6822DA;
}
.eg-btn:hover a {
  color: #6822DA;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .section-vert {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-3-expertises .content-rond {
    padding: 100px 16px;
  }
  .section-3-expertises h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 75%;
    margin-bottom: 80px;
  }
  .section-3-expertises h3 {
    font-size: 24px;
    line-height: 130%;
    max-width: 80%;
    margin-bottom: 120px;
  }
  .section-3-expertises p {
    font-size: 16px;
    line-height: 130%;
    max-width: none;
    margin-bottom: 40px;
  }
  .section-3-expertises .eg-btn {
    margin-bottom: 0;
  }
}
/*section 4*/
.section-3-expertises {
  padding-bottom: 350px;
}
.eg-col.list-bulle-link {
  display: flex;
  max-width: 1130px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
.eg-col.list-bulle-link .bulle-link-metier {
  width: 30%;
  margin: 1.5%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  min-width: 330px;
  position: relative;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.eg-col.list-bulle-link .bulle-link-metier h2 {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  height: auto;
  font-size: 40px;
  line-height: 48px;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transform: translateY(-50%);
  top: 50%;
}
.eg-col.list-bulle-link .bulle-link-metier p {
  opacity: 0;
  position: absolute;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.15px;
  width: auto;
  margin: 0;
  bottom: 10px;
}
/*@include desktop*/
@media (min-width: 981px) {
  .eg-col.list-bulle-link .bulle-link-metier:hover {
    border-radius: 0%;
  }
  .eg-col.list-bulle-link .bulle-link-metier:hover h2 {
    margin-top: 20px;
    margin-bottom: auto;
    position: relative;
    transform: translateY(0);
    top: 0%;
    left: 0%;
    line-height: 34px;
  }
  .eg-col.list-bulle-link .bulle-link-metier:hover p {
    opacity: 1;
    position: relative;
    width: auto;
    bottom: 20px;
    margin-top: auto;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .section-4-expertises {
    padding-bottom: 300px;
  }
  .eg-col.list-bulle-link .bulle-link-metier {
    width: 360px;
  }
}
/****** HEADER DARK ******/
/****** FOOTER DARK ******/
/***** PAGE BIO ******/
.page-template-partner-template {
  background-color: #FFCB11;
  /*@include tabmob*/
  /*@include tablette*/
  /*@include mobile*/
}
.page-template-partner-template #footer .box-logo svg g:nth-last-child(-n+3) path {
  fill: #7D1937 !important;
}
.page-template-partner-template .eg-section.top-header {
  position: absolute;
}
.page-template-partner-template .content-bio {
  background-color: #FFCB11;
  min-height: 100vh;
  padding-bottom: 280px;
  padding-top: 0;
}
.page-template-partner-template .content-bio .eg-ligne-back-full-width .col-portrait {
  height: 100vh;
  min-height: 500px;
  position: fixed;
  margin-left: 50%;
  width: 50%;
}
.page-template-partner-template .content-bio .eg-ligne-back-full-width .col-portrait img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-partner-template .content-bio .scroll-ligne .col-1_2 {
  padding-top: 245px;
  padding-right: 9%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-partner-template .content-bio .scroll-ligne .lien-back-equipe {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1C1B1B;
  display: flex;
  align-items: center;
  margin-bottom: 145px;
  z-index: 2;
  position: relative;
}
.page-template-partner-template .content-bio .scroll-ligne .lien-back-equipe svg {
  margin-right: 21px;
}
.page-template-partner-template .content-bio .scroll-ligne .lien-back-equipe:hover svg {
  transform: scaleX(120%);
  height: 24px;
  max-width: none;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.4);
}
.page-template-partner-template .content-bio .scroll-ligne h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110px;
  color: #1C1B1B;
  margin-bottom: 0;
}
.page-template-partner-template .content-bio .scroll-ligne h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #1C1B1B;
  margin-bottom: 60px;
}
.page-template-partner-template .content-bio .scroll-ligne .rs-bio {
  display: flex;
  align-items: center;
  margin-bottom: 130px;
}
.page-template-partner-template .content-bio .scroll-ligne .rs-bio a {
  width: 36px;
  height: 36px;
  background-color: #1C1B1B;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-partner-template .content-bio .scroll-ligne .rs-bio svg {
  width: 24px;
  height: 24px;
  padding: 5px;
}
.page-template-partner-template .content-bio .scroll-ligne .rs-bio a:hover {
  background-color: #E7ECE1;
}
.page-template-partner-template .content-bio .scroll-ligne .rs-bio a:hover svg path {
  fill: #1C1B1B;
}
.page-template-partner-template .content-bio .scroll-ligne .texte-bio p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  margin-top: 0;
  margin-bottom: 1em;
}
.page-template-partner-template .content-bio .scroll-ligne .intro-articles-bio {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1B1B;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner {
  margin-bottom: 70px;
  margin-right: 20%;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog {
  margin-bottom: 30px;
  border: solid 1px #1C1B1B;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog-mid {
  background: #FFCB11;
  padding: 30px 33px;
  margin: 0;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog-bot {
  background: #1C1B1B;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #E7ECE1;
  margin-right: 5px;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #1C1B1B;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-partner-template .content-bio .scroll-ligne .blog-partner h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #1C1B1B;
  margin: 0;
}
.page-template-partner-template .content-bio .scroll-ligne .btn-articles-partner {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #E7ECE1;
  padding: 10px 16px;
  background: #1C1B1B;
  border: solid 1px #1C1B1B;
  border-radius: 50px;
  transition: var(--transition-1);
}
.page-template-partner-template .content-bio .scroll-ligne .btn-articles-partner:hover {
  color: #1C1B1B;
  background: #E7ECE1;
}
.page-template-partner-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-partner-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-partner-template .eg-section.section-footer .eg-col.col-full, .page-template-partner-template .eg-section.section-footer .eg-col.col-1_2 {
  border-bottom: solid 1px #1C1B1B;
}
.page-template-partner-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
.page-template-partner-template .eg-section.section-footer .box-logo svg g {
  mix-blend-mode: normal !important;
}
.page-template-partner-template .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  margin-right: 15px;
  color: #1C1B1B;
}
.page-template-partner-template .eg-section.section-footer .box-logo svg path {
  fill: #1C1B1B;
}
.page-template-partner-template .eg-section.section-footer .logo-footer-linkedin {
  padding: 20px 0 0 10px;
}
.page-template-partner-template .logo-footer-linkedin path {
  fill: #1C1B1B;
}
@media (max-width: 980px) {
  .page-template-partner-template .content-bio {
    padding-top: 170px;
    padding-bottom: 380px;
  }
  .page-template-partner-template .content-bio .scroll-ligne .col-1_2 {
    padding-top: 0;
    padding-right: 0;
  }
  .page-template-partner-template .content-bio .scroll-ligne .lien-back-equipe {
    margin-bottom: 27px;
    width: auto;
  }
  .page-template-partner-template .content-bio .scroll-ligne .lien-back-equipe .texte-lien-back {
    display: none;
  }
  .page-template-partner-template .content-bio .scroll-ligne h2 {
    margin-bottom: 40px;
  }
  .page-template-partner-template .content-bio .scroll-ligne .rs-bio {
    margin-bottom: 50px;
  }
  .page-template-partner-template .content-bio .scroll-ligne h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .page-template-partner-template .content-bio .scroll-ligne h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .page-template-partner-template .content-bio .scroll-ligne .blog-partner {
    margin-right: 0;
  }
  .page-template-partner-template .content-bio .scroll-ligne .blog-partner .item-blog {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-partner-template .img-bio.tabmob {
    width: 100%;
    object-fit: cover;
    height: 600px;
    display: block;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .page-template-partner-template .img-bio.tabmob {
    width: calc(100% + 32px);
    margin-left: -16px;
    object-fit: cover;
    object-position: 0 30%;
    height: 310px;
    max-width: none;
    display: block;
    margin-bottom: 36px;
  }
}
.mobile {
  display: none;
}
.tablette {
  display: none;
}
.tabmob {
  display: none;
}
/*@include desktab*/
@media (min-width: 768px) {
  .desktab, .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .tabmob {
    display: block;
  }
  .desktop, .mobile {
    display: none;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .mobile, .tabmob {
    display: block;
  }
  .desktop, .desktab {
    display: none;
  }
}
/*** PAGE PRESSE***/
.page-template-presse-template {
  background-color: #FAC9D1;
}
.page-template-presse-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-presse-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-presse-template .eg-section.top-header {
  position: absolute;
}
.page-template-presse-template .eg-section {
  background-color: #FAC9D1;
}
.page-template-presse-template .section-presse-1 {
  padding-top: 175px;
  padding-bottom: 130px;
}
.page-template-presse-template .section-presse-1 h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #1C1B1B;
  margin-bottom: 74px;
}
.page-template-presse-template .section-presse-1 h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110px;
  text-align: center;
  color: #7D1937;
  margin-bottom: 0;
}
.page-template-presse-template .section-presse-2 {
  min-height: 100vh;
  padding-bottom: 360px;
  padding-top: 0;
}
.page-template-presse-template .section-presse-2 .col-1_2 {
  width: calc(((100% + 10%) / 2) - 10%);
  margin-right: 10%;
}
.page-template-presse-template .section-presse-2 .eg-col:last-child {
  margin-right: 0;
}
.page-template-presse-template .section-presse-2 h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #7D1937;
  margin-bottom: 80px;
}
.page-template-presse-template .section-presse-2 .item-presse {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #7D1937;
}
.page-template-presse-template .section-presse-2 .item-presse h4 {
  width: 100%;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 15px;
  margin-top: 0;
}
.page-template-presse-template .section-presse-2 .item-presse .ligne-bot-item-press {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-presse-template .section-presse-2 .item-presse p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #7D1937;
  width: 200px;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-presse-template .section-presse-2 .item-presse .link-presse {
  display: flex;
  align-items: center;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #7D1937;
}
.page-template-presse-template .section-presse-2 .item-presse .link-presse svg {
  margin-left: 15px;
}
.page-template-presse-template .eg-section.section-footer .eg-col.col-full, .page-template-presse-template .eg-section.section-footer .eg-col.col-1_2 {
  border-bottom: solid 1px #1C1B1B;
}
.page-template-presse-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
.page-template-presse-template .eg-section.section-footer .box-logo svg g {
  mix-blend-mode: normal !important;
}
.page-template-presse-template .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  margin-right: 15px;
  color: #1C1B1B;
}
.page-template-presse-template .eg-section.section-footer .box-logo svg path {
  fill: #1C1B1B;
}
.page-template-presse-template .eg-section.section-footer .logo-footer-linkedin {
  padding: 20px 0 0 10px;
}
.page-template-presse-template .logo-footer-linkedin path {
  fill: #1C1B1B;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-presse-template .section-presse-2 .col-1_2 {
    width: 100%;
    margin-right: 0;
  }
  .page-template-presse-template .section-presse-1 {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  .page-template-presse-template .section-presse-1 h2 {
    font-size: 54px;
    line-height: 58px;
  }
  .page-template-presse-template .section-presse-2 h3 {
    font-size: 30px;
    margin-bottom: 29px;
  }
  .page-template-presse-template .section-presse-2 .item-presse h4 {
    font-size: 19px;
  }
  .page-template-presse-template .section-presse-2 .item-presse p {
    font-size: 13px;
  }
  .page-template-presse-template .section-presse-2 .item-presse .link-presse {
    font-size: 12px;
  }
}
/*** PAGE Credits***/
.page-template-credits-template {
  min-height: 100vh;
  background-color: #E7ECE1;
}
.page-template-credits-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-credits-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-credits-template .eg-section.top-header {
  position: absolute;
}
.page-template-credits-template .eg-section {
  background-color: #E7ECE1;
}
.page-template-credits-template .section-credits-1 {
  padding-top: 175px;
  padding-bottom: 130px;
}
.page-template-credits-template .section-credits-1 h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #1C1B1B;
  margin-bottom: 74px;
}
.page-template-credits-template .section-credits-1 h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110px;
  text-align: center;
  color: #1C1B1B;
  margin-bottom: 0;
}
.page-template-credits-template .section-credits-2 {
  min-height: auto;
  padding-bottom: 250px;
  padding-top: 0;
}
.page-template-credits-template .section-credits-2 .col-1_2 {
  width: calc(((100% + 10%) / 2) - 10%);
  margin-right: 10%;
  display: flex;
  flex-direction: column;
}
.page-template-credits-template .section-credits-2 .eg-col:last-child {
  margin-right: 0;
}
.page-template-credits-template .section-credits-2 h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1B1B;
  margin-bottom: 80px;
}
.page-template-credits-template .section-credits-2 .item-credits {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #1C1B1B;
  margin-top: auto;
}
.page-template-credits-template .section-credits-2 .item-credits h4 {
  width: auto;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #1C1B1B;
  margin-bottom: 15px;
  margin-top: 0;
}
.page-template-credits-template .section-credits-2 .item-credits .ligne-bot-item-credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-credits-template .section-credits-2 .item-credits p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  width: 200px;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-credits-template .section-credits-2 .item-credits .link-credits {
  display: flex;
  align-items: center;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #1C1B1B;
}
.page-template-credits-template .section-credits-2 .item-credits .link-credits svg {
  margin-left: 15px;
}
.page-template-credits-template .section-credits-2 .item-credits .link-credits svg path {
  fill: #1C1B1B;
}
.page-template-credits-template .eg-section.section-footer .eg-col.col-full, .page-template-credits-template .eg-section.section-footer .eg-col.col-1_2 {
  border-bottom: solid 1px #1C1B1B;
}
.page-template-credits-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
.page-template-credits-template .eg-section.section-footer .box-logo svg g {
  mix-blend-mode: normal !important;
}
.page-template-credits-template .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  margin-right: 15px;
  color: #1C1B1B;
}
.page-template-credits-template .eg-section.section-footer .box-logo svg path {
  fill: #1C1B1B;
}
.page-template-credits-template .eg-section.section-footer .logo-footer-linkedin {
  padding: 20px 0 0 10px;
}
.page-template-credits-template .logo-footer-linkedin path {
  fill: #1C1B1B;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-credits-template .section-credits-2 .col-1_2 {
    width: 100%;
    margin-right: 0;
  }
  .page-template-credits-template .section-credits-1 {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  .page-template-credits-template .section-credits-1 h2 {
    font-size: 54px;
    line-height: 58px;
  }
  .page-template-credits-template .section-credits-2 h3 {
    font-size: 30px;
    margin-bottom: 29px;
  }
  .page-template-credits-template .section-credits-2 .item-credits h4 {
    font-size: 19px;
  }
  .page-template-credits-template .section-credits-2 .item-credits p {
    font-size: 13px;
  }
  .page-template-credits-template .section-credits-2 .item-credits .link-credits {
    font-size: 12px;
  }
}
/****** Mentions légales *******/
.page-template-mentions-legales-template {
  background: #E7ECE1;
}
.page-template-mentions-legales-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-mentions-legales-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-mentions-legales-template .eg-section.top-header {
  position: absolute;
  background-color: transparent;
}
.page-template-mentions-legales-template .eg-section.top-header .eg-ligne {
  margin-bottom: 0;
}
.page-template-mentions-legales-template .eg-section.section-mention-1 {
  padding-top: 230px;
}
.page-template-mentions-legales-template .eg-section {
  background: #E7ECE1;
}
.page-template-mentions-legales-template h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #1C1B1B;
}
.page-template-mentions-legales-template .btn-contact-mentions {
  display: inline-block;
  padding: 6px 16px;
  background: #1C1B1B;
  border: solid 1px #1C1B1B;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #E7ECE1;
  margin-right: auto;
  transition: var(--transition-1);
}
.page-template-mentions-legales-template .btn-contact-mentions:hover {
  color: #1C1B1B;
  background-color: #E7ECE1;
}
.page-template-mentions-legales-template .eg-ligne {
  margin-bottom: 120px;
}
.page-template-mentions-legales-template .ligne-content {
  margin-bottom: 350px;
}
.page-template-mentions-legales-template .ligne-content .eg-col {
  color: #1C1B1B;
}
.page-template-mentions-legales-template .ligne-content .eg-col p, .page-template-mentions-legales-template .ligne-content .eg-col h2, .page-template-mentions-legales-template .ligne-content .eg-col a, .page-template-mentions-legales-template .ligne-content .eg-col li {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
}
.page-template-mentions-legales-template .ligne-content .eg-col h2 {
  font-weight: 700;
}
.page-template-mentions-legales-template .eg-section.section-footer .eg-col.col-full, .page-template-mentions-legales-template .eg-section.section-footer .eg-col.col-1_2 {
  border-bottom: solid 1px #1C1B1B;
}
.page-template-mentions-legales-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
.page-template-mentions-legales-template .eg-section.section-footer .box-logo svg g {
  mix-blend-mode: normal !important;
}
.page-template-mentions-legales-template .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  margin-right: 15px;
  color: #1C1B1B;
}
.page-template-mentions-legales-template .eg-section.section-footer .box-logo svg path {
  fill: #1C1B1B;
}
.page-template-mentions-legales-template .eg-section.section-footer .logo-footer-linkedin {
  padding: 20px 0 0 10px;
}
.page-template-mentions-legales-template .logo-footer-linkedin path {
  fill: #1C1B1B;
}
/*@include tablette*/
/*@include mobile*/
/***** BLOG *****/
.page-template-blog-template {
  background-color: #7D1937;
}
.page-template-blog-template .eg-section.top-header {
  position: absolute;
}
.page-template-blog-template .eg-section.top-header .box-logo svg path {
  fill: #E7ECE1;
}
.page-template-blog-template .bouton-panel-ouvrir.mobile span {
  background-color: #E7ECE1;
}
.page-template-blog-template .blog {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
}
.page-template-blog-template .blog .no-article {
  color: #F7F7F7;
}
.page-template-blog-template .blog .item-blog {
  width: 30%;
  margin: calc(10% / 6);
  background-color: #fff;
}
.page-template-blog-template .blog .item-blog .item-blog-top {
  height: 205px;
  margin: 0;
}
.page-template-blog-template .blog .item-blog .item-blog-top img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}
.page-template-blog-template .blog .item-blog .item-blog-mid {
  background: #FAC9D1;
  padding: 30px 33px;
  margin: 0;
}
.page-template-blog-template .blog .item-blog .item-blog-bot {
  background: #E7ECE1;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.page-template-blog-template .blog .item-blog .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.page-template-blog-template .blog .item-blog .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-blog-template .blog .item-blog .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.page-template-blog-template .blog .item-blog h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-blog-template .blog .item-blog h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #7D1937;
  margin: 0;
}
.page-template-blog-template .blog .item-blog.titre-image h3 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.page-template-blog-template .blog .item-blog.titre-image h4 {
  display: none;
}
.page-template-blog-template .blog .item-blog.titre-resume .item-blog-top {
  display: none;
}
.page-template-blog-template .blog .item-blog.titre-resume h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-blog-template .blog .item-blog.titre-only .item-blog-top {
  display: none;
  margin-bottom: 0;
}
.page-template-blog-template .blog .item-blog.titre-only h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-blog-template .section-blog-1 {
  background-color: #7D1937;
  padding-top: 175px;
  padding-bottom: 500px;
}
.page-template-blog-template .section-blog-1 h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 75px;
}
.page-template-blog-template .section-blog-1 h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110px;
  text-align: center;
  color: #FAC9D1;
  margin-bottom: 45px;
}
.page-template-blog-template .section-blog-1 #category input {
  display: none;
}
.page-template-blog-template .section-blog-1 #category {
  display: flex;
  justify-content: center;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 100px;
}
.page-template-blog-template .section-blog-1 #category label {
  padding: 8px 15px;
  border: 1px solid #FAC9D1;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #FAC9D1;
  text-align: center;
  margin: 15px;
  cursor: pointer;
}
.page-template-blog-template .section-blog-1 #category label.selected, .page-template-blog-template .section-blog-1 #category label:hover {
  color: #7D1937;
  background-color: #FAC9D1;
}
.page-template-blog-template .section-blog-1 .box-loader {
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-template-blog-template .section-blog-1 .ajax-post-loader {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-blog-template .dropbtn {
  display: none;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-blog-template {
    /* Style du bouton du menu déroulant */
    /* Style de la liste déroulante */
    /* Style des liens dans la liste déroulante */
  }
  .page-template-blog-template .dropdown {
    margin-bottom: 40px;
  }
  .page-template-blog-template .dropbtn {
    display: block;
    background-color: #7D1937;
    color: #FAC9D1;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    border: solid 1px #FAC9D1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-blog-template .section-blog-1 #category {
    display: none;
    width: 100%;
    margin-left: 0;
    background-color: #E7ECE1;
  }
  .page-template-blog-template .section-blog-1 #category label {
    border: none;
    color: #7D1937;
  }
  .page-template-blog-template .filtre-list {
    display: none;
    position: absolute;
    background-color: #7D1937;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .page-template-blog-template .filtre-list label {
    color: #FAC9D1;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .page-template-blog-template .section-blog-1 h1 {
    font-size: 24px;
    line-height: 130%;
  }
  .page-template-blog-template .section-blog-1 h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-blog-template .blog {
    width: 100%;
    margin-left: 0;
  }
  .page-template-blog-template .blog .item-blog {
    width: 100%;
    margin: 16px 0;
  }
}
.page-template-equipe-template {
  position: relative;
}
.eg-col {
  position: relative;
}
.page-template-equipe-template {
  background-color: #FAC9D1;
  /* Feuille de style intégrée #5 | https://dev-cogiteurs.egue.live/des-dircoms-a-votre-service/ */
}
.page-template-equipe-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-equipe-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-equipe-template .eg-section.section-footer .eg-col.col-full, .page-template-equipe-template .eg-section.section-footer .eg-col.col-1_2 {
  border-bottom: solid 1px #1C1B1B;
}
.page-template-equipe-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
.page-template-equipe-template .eg-section.section-footer .box-logo svg g {
  mix-blend-mode: normal !important;
}
.page-template-equipe-template .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  margin-right: 15px;
  color: #1C1B1B;
}
.page-template-equipe-template .eg-section.section-footer .box-logo svg path {
  fill: #1C1B1B;
}
.page-template-equipe-template .eg-section.section-footer .logo-footer-linkedin {
  padding: 20px 0 0 10px;
}
.page-template-equipe-template .logo-footer-linkedin path {
  fill: #1C1B1B;
}
.page-template-equipe-template #footer .box-logo svg g:nth-last-child(-n+3) path {
  fill: #7D1937 !important;
}
.page-template-equipe-template .top-header {
  position: absolute;
}
.page-template-equipe-template .section-1-equipe {
  padding-top: 220px;
  min-height: 100vh;
  background-color: #FAC9D1;
}
.page-template-equipe-template .eg-ligne-back-full-width {
  position: absolute;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
}
.page-template-equipe-template .eg-ligne-back-full-width .col-2_3 {
  background-color: #FAC9D1;
  margin-right: 0;
  width: calc(((100% + 3%) *2 / 3));
  height: 100%;
}
.page-template-equipe-template .eg-ligne-back-full-width .col-1_3 {
  background-color: #7D1937;
  overflow: hidden;
  font-size: 0;
  height: 100%;
}
.page-template-equipe-template .eg-ligne-back-full-width .col-1_3 img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
}
.page-template-equipe-template .image-header-expertise {
  height: calc(100% - 500px);
}
.page-template-equipe-template h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 110px;
  margin-top: 0;
  margin-bottom: 0.8em;
  text-decoration: none;
}
.page-template-equipe-template h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.6em;
  text-decoration: none;
}
.page-template-equipe-template p {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
}
.page-template-equipe-template .ligne-1-equipe h1 {
  color: #1C1B1B;
}
.page-template-equipe-template .ligne-1-equipe h2 {
  color: #7D1937;
}
.page-template-equipe-template .ligne-1-equipe p {
  color: #1C1B1B;
}
.page-template-equipe-template .section-2-equipe {
  background-color: #FFCB11;
}
.page-template-equipe-template .section-2-equipe h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #1C1B1B;
  margin-top: 0;
}
.page-template-equipe-template .section-2-equipe p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  margin-bottom: 24px;
  margin-top: 0;
}
.page-template-equipe-template .section-3-equipe {
  display: flex;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.page-template-equipe-template .section-3-equipe .box-img-triptik {
  width: calc(100% / 3);
}
.page-template-equipe-template .section-3-equipe .box-img-triptik .img-triptik {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-template-equipe-template .section-4-equipe {
  background-color: #FFCB11;
  padding-top: 120px;
  padding-bottom: 200px;
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.page-template-equipe-template .section-4-equipe .col-bio-equipe {
  width: calc(100% / 3);
  padding: 0 3%;
  position: relative;
}
.page-template-equipe-template .section-4-equipe .col-bio-equipe h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #1C1B1B;
  margin-top: 0;
}
.page-template-equipe-template .section-4-equipe .col-bio-equipe p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  margin-bottom: 24px;
  margin-top: 0;
}
.page-template-equipe-template .section-4-equipe .col-bio-equipe .btn-parcours {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #E7ECE1;
  padding: 10px 16px;
  background: #1C1B1B;
  border-radius: 50px;
  margin-top: 33px;
  border: solid 1px #1C1B1B;
  transition: var(--transition-1);
}
.page-template-equipe-template .section-4-equipe .col-bio-equipe .btn-parcours:hover {
  color: #1C1B1B;
  background-color: #E7ECE1;
}
.page-template-equipe-template .section-5-equipe {
  background: #FAC9D1;
  height: auto;
  min-height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 200px 0 200px 0;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.page-template-equipe-template .section-5-equipe .col-full {
  max-width: 760px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.page-template-equipe-template .section-5-equipe h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #1C1B1B;
  margin-top: 0;
  text-align: center;
  margin-bottom: 135px;
}
.page-template-equipe-template .section-5-equipe p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 1em;
}
.page-template-equipe-template .section-5-equipe .btn-mailto {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #E7ECE1;
  padding: 10px 16px;
  background: #1C1B1B;
  border-radius: 50px;
  margin-top: 135px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #1C1B1B;
  transition: var(--transition-1);
}
.page-template-equipe-template .section-5-equipe .btn-mailto:hover {
  color: #1C1B1B;
  background-color: #E7ECE1;
}
.page-template-equipe-template #footer {
  position: absolute;
  background: #FAC9D1;
  bottom: auto;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-equipe-template .section-1-equipe {
    display: flex;
    flex-direction: column;
    padding-top: 185px;
    padding-bottom: 0;
  }
  .page-template-equipe-template .section-1-equipe .ligne-1-equipe h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 70px;
  }
  .page-template-equipe-template .section-1-equipe .ligne-1-equipe p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 70px;
  }
  .page-template-equipe-template .eg-ligne-back-full-width {
    position: relative;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    top: 0;
    left: 0;
    height: 100%;
    order: 2;
  }
  .page-template-equipe-template .eg-ligne-back-full-width .col-2_3 {
    display: none;
  }
  .page-template-equipe-template .eg-ligne-back-full-width .col-1_3 img {
    position: relative;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .page-template-equipe-template .section-2-equipe {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .page-template-equipe-template .section-5-equipe {
    padding: 90px 16px 350px 16px;
  }
  .page-template-equipe-template .section-5-equipe h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-equipe-template .section-2-equipe h2 {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe .btn-parcours {
    margin-top: 0px;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe h2 {
    font-size: 40px;
  }
  .page-template-equipe-template .section-5-equipe {
    height: auto;
  }
  .page-template-equipe-template .section-5-equipe h2 {
    font-size: 35px;
  }
  .page-template-equipe-template .section-5-equipe h2 {
    margin-bottom: 40px;
  }
  .page-template-equipe-template .section-5-equipe .btn-mailto {
    margin-top: 48px;
    margin-bottom: 85px;
  }
}
.img-resize-tabmob {
  display: none;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .img-resize-tabmob {
    display: block;
  }
  .img-resize-desktop {
    display: none;
  }
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) and (max-width: 980px) {
  .page-template-equipe-template .eg-ligne-back-full-width {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-equipe-template .section-3-equipe {
    display: none;
  }
  .page-template-equipe-template .section-4-equipe {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe {
    width: 100%;
    padding: 0;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe img {
    width: 100%;
    margin-bottom: 35px;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe p, .page-template-equipe-template .section-4-equipe .col-bio-equipe h2, .page-template-equipe-template .section-4-equipe .col-bio-equipe a {
    padding-right: 16px;
    padding-left: 16px;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe a {
    margin-bottom: 80px;
  }
  .page-template-equipe-template .section-4-equipe .col-bio-equipe .btn-parcours {
    display: inline-block;
    margin-left: 16px;
  }
}
/*HOME*/
.page-template-home-template .eg-section.top-header.turned-light path {
  fill: #fff;
}
.page-template-home-template .eg-section.top-header.turned-light .bouton-panel-ouvrir {
  color: #fff;
}
.page-template-home-template .eg-section.top-header.turned-light .bouton-panel-ouvrir.mobile span {
  background-color: #fff;
}
.page-template-home-template .eg-section.top-header.turned-light .picto-mailto-header path {
  fill: #fff;
}
.page-template-home-template {
  background-color: #E7ECE1;
}
.page-template-home-template .bouton-panel-ouvrir {
  /* color: #E7ECE1; */
  color: #1C1B1B;
}
.page-template-home-template .picto-mailto-header path {
  fill: #1C1B1B;
}
.page-template-home-template .eg-section.top-header {
  position: absolute;
  top: 0;
}
.page-template-home-template .section-1-home, .page-template-home-template .section-2-home {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.page-template-home-template .section-1-home {
  padding: 0;
  height: calc(100vh - 250px);
  min-height: 500px;
}
.page-template-home-template .section-1-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page-template-home-template .section-1-home .img-header-home-mobile {
  display: none;
}
.page-template-home-template .section-2-home {
  background: #7D1937;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 80vh;
  height: auto;
  padding-bottom: 200px;
}
.page-template-home-template .section-2-home .col-full {
  display: flex;
  flex-direction: column;
}
.page-template-home-template .section-2-home h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 62px;
  line-height: 74px;
  text-align: center;
  color: #FAC9D1;
  margin-top: 0;
  margin-bottom: 150px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-home-template .section-2-home h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #FAC9D1;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}
.page-template-home-template .section-2-home p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #FAC9D1;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}
.page-template-home-template .section-2-home a {
  background: #FAC9D1;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6822DA;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 16px;
  transition: var(--transition-1);
  border: solid 1px #FAC9D1;
}
.page-template-home-template .section-2-home a:hover {
  background-color: #6822DA;
  color: #E7ECE1;
}
.page-template-home-template .section-3-home-box {
  position: relative;
  z-index: 3;
}
.page-template-home-template .section-3-home {
  z-index: 9;
  background-color: #6822DA;
  height: auto;
  display: flex;
  justify-content: center;
}
.page-template-home-template .section-3-home .slider-home-box {
  background-color: #E7ECE1;
  border-radius: 50%;
  position: relative;
  max-width: 1130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-home-template .section-3-home .slider-home-box .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.page-template-home-template .section-3-home .slider-home-box .nav-container .dot {
  width: 10px;
  height: 10px;
  background: #6822DA;
  opacity: 0.2;
  border-radius: 10px;
  margin: 0 7px;
}
.page-template-home-template .section-3-home .slider-home-box .nav-container .dot.tns-nav-active {
  opacity: 1;
}
.page-template-home-template .section-3-home .slider-home-box .prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  padding: 20px;
  cursor: pointer;
}
.page-template-home-template .section-3-home .slider-home-box .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  padding: 20px;
  cursor: pointer;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home {
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  height: 100%;
  display: flex;
  align-items: center;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content {
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #6822DA;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 90%;
  text-align: center;
  color: #1C1B1B;
  margin-bottom: 30px;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #1C1B1B;
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content a {
  background: #6822DA;
  border: solid 1px #6822DA;
  border-radius: 50px;
  padding: 10px 16px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #E7ECE1;
  margin-right: auto;
  margin-left: auto;
  transition: var(--transition-1);
}
.page-template-home-template .section-3-home .slider-home-box .slider-home .item-content a:hover {
  background-color: #E7ECE1;
  color: #6822DA;
  border: solid 1px #6822DA;
}
.page-template-home-template .eg-ligne-back-full-width {
  background-color: #00AF66;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  overflow: hidden;
}
.page-template-home-template .col-sticky {
  width: 50%;
  height: 100%;
}
.page-template-home-template .col-sticky .mobile-only {
  display: none;
}
.page-template-home-template .col-sticky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.page-template-home-template .scroll-ligne {
  margin-top: -60vh;
  padding-bottom: 35vh;
}
.page-template-home-template .scroll-ligne .eg-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
}
.page-template-home-template .scroll-ligne .eg-col h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #E7ECE1;
  margin-bottom: 85px;
}
.page-template-home-template .scroll-ligne .eg-col p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #E7ECE1;
  margin-bottom: 75px;
}
.page-template-home-template .scroll-ligne .eg-col a {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #E7ECE1;
  background: #6822DA;
  border-radius: 50px;
  padding: 10px 16px;
  transition: var(--transition-1);
  border: solid 1px #6822DA;
}
.page-template-home-template .scroll-ligne .eg-col a:hover {
  background: #E7ECE1;
  color: #6822DA;
}
.page-template-home-template .section-5-home.no-article {
  height: 300px;
  min-height: auto;
  padding-bottom: 0;
}
.page-template-home-template .section-5-home {
  background-color: #7D1937;
  height: auto;
  min-height: 100vh;
  padding-bottom: 300px;
  overflow: hidden;
  padding-top: 200px;
}
.page-template-home-template .section-5-home .blog {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
}
.page-template-home-template .section-5-home .blog .no-article {
  color: #F7F7F7;
}
.page-template-home-template .section-5-home .blog .item-blog {
  width: 30%;
  margin: calc(10% / 6);
  background-color: #fff;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-top {
  height: 205px;
  margin: 0;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-top img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-mid {
  background: #FAC9D1;
  padding: 30px 33px;
  margin: 0;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-bot {
  background: #E7ECE1;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-home-template .section-5-home .blog .item-blog .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.page-template-home-template .section-5-home .blog .item-blog h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-home-template .section-5-home .blog .item-blog h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #7D1937;
  margin: 0;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-image h3 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-image h4 {
  display: none;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-resume .item-blog-top {
  display: none;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-resume h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-only .item-blog-top {
  display: none;
  margin-bottom: 0;
}
.page-template-home-template .section-5-home .blog .item-blog.titre-only h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-home-template .section-5-home h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FAC9D1;
}
.page-template-home-template .section-5-home .ligne-texte-n-btn-home p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #FAC9D1;
}
.page-template-home-template .section-5-home .ligne-texte-n-btn-home a {
  background: #FAC9D1;
  padding: 10px 16px;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6822DA;
  margin-left: auto;
  transition: var(--transition-1);
}
.page-template-home-template .section-5-home .ligne-texte-n-btn-home a:hover {
  background: #6822DA;
  color: #FAC9D1;
}
.page-template-home-template .section-5-home .ligne-texte-n-btn-home .eg-col {
  display: flex;
  align-items: center;
}
.page-template-home-template .section-5-home .blog {
  width: 103.333%;
  display: flex;
  margin-left: -1.6666%;
  max-width: none;
}
.page-template-home-template .section-5-home .blog .item-blog a {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.page-template-home-template .section-5-home .blog .item-blog a .item-blog-mid {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-home-template .eg-section.top-header {
    position: absolute;
  }
  .page-template-home-template .section-1-home {
    background: linear-gradient(180deg, #F7F7F7 30.07%, rgba(247, 247, 247, 0) 88.11%);
    height: auto;
    min-height: 0;
    padding-top: 0;
  }
  .page-template-home-template .section-1-home .img-header-home {
    display: none;
  }
  .page-template-home-template .section-1-home .img-header-home-mobile {
    display: block;
    object-fit: cover;
    object-position: bottom;
    min-height: 450px;
  }
  .page-template-home-template .section-1-home .page-template-home-template .section-2-home h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-home-template .section-2-home {
    padding-top: 70px;
  }
  .page-template-home-template .section-2-home h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 110px;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h2 {
    font-size: 27px;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content p {
    font-size: 13px;
    max-width: 90vw;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content a {
    padding: 13px 16px;
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .slider-home-box {
    display: flex;
  }
  .item-slider-home {
    height: 100%;
    display: flex;
    position: relative;
  }
  .section-3-home-box {
    overflow: hidden;
  }
  .page-template-home-template .section-3-home {
    width: 130%;
    max-width: none;
    min-width: 600px;
    transform: translate(-50%);
    left: 50%;
  }
  .page-template-home-template .section-3-home .slider-home-box {
    max-width: 100vh;
    padding: 0 50px;
  }
  .page-template-home-template .section-3-home .slider-home-box .next-btn {
    right: 65px;
  }
  .page-template-home-template .section-3-home .slider-home-box .prev-btn {
    left: 65px;
  }
  .page-template-home-template .section-3-home .slider-home-box .nav-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h2 {
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 90vw;
  }
  .page-template-home-template .section-3-home {
    padding: 120px 0;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content {
    padding: 10%;
    padding: 0 10%;
    height: 100%;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h3 {
    font-size: 37px;
    margin-top: 0;
    max-width: 90vw;
  }
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content a {
    margin-top: 30px;
  }
  .page-template-home-template .section-3-home .slider-home-box .next-btn {
    top: 80%;
    right: 100px;
  }
  .page-template-home-template .section-3-home .slider-home-box .prev-btn {
    top: 80%;
    left: 100px;
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home-template .col-sticky {
    width: 100%;
  }
  .page-template-home-template .col-sticky .desktop-only {
    display: none;
  }
  .page-template-home-template .col-sticky .mobile-only {
    display: block;
  }
  .page-template-home-template .eg-ligne-back-full-width {
    height: auto;
  }
  .page-template-home-template .scroll-ligne {
    margin-top: 0;
    padding-bottom: 100px;
    background: #00AF66;
    padding-top: 62px;
  }
  .page-template-home-template .scroll-ligne .eg-col h2 {
    margin-bottom: 60px;
  }
  .page-template-home-template .scroll-ligne .eg-col p {
    margin-bottom: 55px;
  }
  .page-template-home-template .section-5-home {
    height: auto;
    min-height: none;
    padding-top: 120px;
    padding-bottom: 350px;
  }
  .page-template-home-template .section-5-home .ligne-texte-n-btn-home a {
    margin-left: 0;
    margin-top: 40px;
  }
  .page-template-home-template .section-5-home .blog {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .page-template-home-template .section-5-home .blog .item-blog {
    width: 100%;
    margin: calc(10% / 6) 0;
  }
  .ligne-texte-n-btn-home {
    margin-bottom: 75px;
  }
  .page-template-home-template .section-5-home .blog .item-blog.titre-resume h3 {
    font-size: 40px;
    font-size: 30px;
  }
  .page-template-home-template .section-1-home, .page-template-home-template .section-2-home {
    position: relative;
  }
  .page-template-home-template .eg-ligne-back-full-width {
    position: relative;
  }
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-home-template .section-3-home .slider-home-box .slider-home .item-content h3 {
    font-size: 71px;
  }
}
/*PAGES METIER*/
.page-template-metier-template {
  background-color: #6822DA;
}
.page-template-metier-template .eg-section.top-header {
  position: fixed;
  padding-top: 38px;
  padding-bottom: 38px;
  top: 0;
}
.page-template-metier-template .box-section-metier {
  background-color: #6822DA;
}
.page-template-metier-template .sup-section-metiers .eg-ligne {
  justify-content: center;
  flex-direction: column;
}
.page-template-metier-template .sub-section-1-metier {
  position: sticky;
  min-height: 100vh;
  height: auto;
  top: 120px;
  background-color: #6822DA;
  width: calc(100% - 200px);
  max-width: 1530px;
  border: solid 1px #E7ECE1;
  display: none;
  width: 100%;
  flex-direction: column;
}
.page-template-metier-template .sub-section-1-metier .col-full {
  height: 100%;
  flex-grow: 2;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-metier-template .sub-section-1-metier .eg-ligne {
  height: 100%;
  flex-grow: 2;
}
.page-template-metier-template .sub-section-2-metier {
  position: relative;
  background-color: transparent;
  min-height: 100vh;
  z-index: 3;
  background-color: #E7ECE1;
}
.page-template-metier-template .sub-section-3-metier {
  position: fixed;
  min-height: calc(100vh - 220px);
  height: auto;
  top: 120px;
  display: none;
  z-index: 0;
  background-color: #6822DA;
  width: calc(100% - 200px);
  max-width: 1530px;
  border: solid 1px #E7ECE1;
}
.page-template-metier-template .sub-section-3-metier .col-full {
  margin-bottom: auto;
}
.page-template-metier-template .sub-section-1-metier.show, .page-template-metier-template .sub-section-3-metier.show {
  display: flex;
}
.page-template-metier-template .eg-section.top-header {
  position: fixed;
}
.eg-section {
  position: relative;
}
.page-template-metier-template .section-metier-sticky {
  position: fixed;
  top: 120px;
  display: flex;
  justify-content: center;
}
.page-template-metier-template .box-section-metier {
  position: fixed;
  top: 120px;
  display: flex;
  justify-content: center;
}
.page-template-metier-template .sub-section-1-metier {
  position: sticky;
  top: 120px;
}
.page-template-metier-template .sub-section-2-metier {
  position: relative;
  margin-top: 0;
  margin-bottom: 100vh;
  margin-top: calc(100vh 30px);
}
.page-template-metier-template .eg-section.top-header {
  z-index: 999;
  background-color: #6822DA;
}
.page-template-metier-template .sup-section-metiers {
  background-color: #6822DA;
}
/*@include tablette*/
@media (min-width: 768px) and (max-width: 980px) {
  .page-template-metier-template .sub-section-1-metier, .page-template-metier-template .sub-section-3-metier {
    width: calc(100% - 80px);
  }
}
/*@include mobile*/
@media (max-width: 767px) {
  .page-template-metier-template .sub-section-1-metier, .page-template-metier-template .sub-section-3-metier {
    width: calc(100% - 32px);
  }
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-metier-template .sub-section-3-metier {
    position: absolute;
  }
  .page-template-metier-template .sub-section-1-metier {
    position: absolute;
  }
  .page-template-metier-template .box-section-metier {
    position: fixed;
  }
}
.page-template-metier-template .top-header .bouton-panel-ouvrir.mobile span {
  background-color: #E7ECE1;
}
.page-template-metier-template .top-header svg path {
  fill: #E7ECE1;
}
.page-template-metier-template .lien-back-expertises {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1C1B1B;
  display: flex;
  align-items: center;
  margin-bottom: 145px;
  z-index: 2;
  position: relative;
  color: #E7ECE1;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: auto;
  padding-bottom: 20px;
}
.page-template-metier-template .lien-back-expertises svg {
  margin-right: 21px;
}
.page-template-metier-template .lien-back-expertises svg path {
  fill: #E7ECE1;
}
.page-template-metier-template .lien-back-expertises:hover svg {
  transform: scaleX(120%);
  height: 24px;
  max-width: none;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.4);
}
.page-template-metier-template .sub-section-1-metier {
  min-height: calc(90vh - 120px);
}
.page-template-metier-template .sub-section-1-metier .eg-ligne {
  flex-direction: column;
}
.page-template-metier-template .sub-section-1-metier .col-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5% 30px 5%;
  flex-grow: 2;
}
.page-template-metier-template .sub-section-1-metier h1 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #FAC9D1;
  margin-top: auto;
}
.page-template-metier-template .sub-section-1-metier h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 92px;
  line-height: 1em;
  text-align: center;
  color: #E7ECE1;
}
.page-template-metier-template .sub-section-1-metier p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #E7ECE1;
  margin-bottom: auto;
}
.page-template-metier-template .sub-section-3-metier .col-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5% 30px 5%;
}
.page-template-metier-template .sub-section-3-metier h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #FAC9D1;
  margin-bottom: 50px;
}
.page-template-metier-template .sub-section-3-metier p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.15px;
  color: #E7ECE1;
}
.page-template-metier-template .sub-section-3-metier .btn-mailto {
  background: #FAC9D1;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6822DA;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 16px;
  margin-top: 100px;
  border: solid 1px #FAC9D1;
  transition: var(--transition-1);
  margin-bottom: 50px;
}
.page-template-metier-template .sub-section-3-metier .btn-mailto:hover {
  background-color: #6822DA;
  color: #FAC9D1;
  border: solid 1px #FAC9D1;
}
.page-template-metier-template .sub-section-2-metier {
  padding: 90px 100px 130px 100px;
  width: 100%;
}
.page-template-metier-template .sub-section-2-metier h3 {
  margin-right: 45px;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1B1B;
  margin-bottom: 0;
}
.page-template-metier-template .sub-section-2-metier .convictions {
  display: flex;
  width: 103%;
  margin-left: -1.5%;
  max-width: none;
  justify-content: center;
}
.page-template-metier-template .sub-section-2-metier .conviction {
  border: 2px solid #6822DA;
  padding: 24px;
  width: 30.3333%;
  margin: 0 1.5% 20px 1.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.page-template-metier-template .sub-section-2-metier .conviction .emoji {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-metier-template .sub-section-2-metier .conviction .titre {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #6822DA;
  margin-bottom: 0;
  margin-top: 10px;
}
.page-template-metier-template .sub-section-2-metier .col-full.texte {
  margin-top: 20px;
}
.page-template-metier-template .sub-section-2-metier .col-full.texte p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #1C1B1B;
}
.page-template-metier-template .sub-section-2-metier .col-full.texte a {
  background: #6822DA;
  border: solid 1px #6822DA;
  border-radius: 50px;
  padding: 10px 16px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  align-items: center;
  text-align: center;
  color: #E7ECE1;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  transition: var(--transition-1);
}
.page-template-metier-template .sub-section-2-metier .col-full.texte a:hover {
  background-color: #E7ECE1;
  color: #6822DA;
  border: solid 1px #6822DA;
}
.page-template-metier-template .sub-section-2-metier .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.page-template-metier-template .sub-section-2-metier .nav-container .dot {
  width: 10px;
  height: 10px;
  background: #6822DA;
  opacity: 0.2;
  border-radius: 10px;
  margin: 0 7px;
}
.page-template-metier-template .sub-section-2-metier .nav-container .dot.tns-nav-active {
  opacity: 1;
}
.page-template-metier-template .sub-section-2-metier .header-slider {
  display: flex;
  align-items: flex-end;
}
.page-template-metier-template .sub-section-2-metier .header-slider h3 {
  margin-right: 45px;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1B1B;
  margin-bottom: 0;
}
.page-template-metier-template .sub-section-2-metier .temoignages .prev-btn {
  display: none;
}
.page-template-metier-template .sub-section-2-metier .temoignages .next-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.page-template-metier-template .sub-section-2-metier .temoignages .next-btn img {
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.4);
}
.page-template-metier-template .sub-section-2-metier .temoignages .next-btn:hover img {
  transform: scaleX(120%);
  height: 24px;
  max-width: none;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.4);
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-box {
  display: flex;
  background: #FAC9D1;
  padding: 52px 33px;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col1 {
  margin-right: 8%;
  width: 25%;
  padding-bottom: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  position: relative;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col1 img {
  width: 100%;
  min-width: 0;
  height: 100%;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-50%);
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 {
  width: 60%;
  margin-right: 9%;
  display: flex;
  flex-direction: column;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 h4 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #7D1937;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7D1937;
  margin: 0;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage-tabmob, .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .btn-suite, .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage-tabmob-tronque {
  display: none;
}
.page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .btn-suite {
  border-radius: 50px;
  background: var(--design-scarlet, #7D1937);
  color: var(--design-misty, #E7ECE1);
  text-align: center;
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 700;
  padding: 6px 16px;
  margin-right: auto;
  margin-top: -15px;
  cursor: pointer;
}
.page-template-metier-template .sub-section-2-metier .filles a {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 24px;
  font-family: Platform;
  line-height: 170%;
}
.page-template-metier-template .sub-section-2-metier .filles ul {
  display: flex;
  flex-direction: column;
}
.page-template-metier-template .sub-section-2-metier .filles li {
  color: var(--design-vintage-black, #1C1B1B);
  margin-right: auto;
}
.page-template-metier-template .sub-section-2-metier .filles a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #1C1B1B;
  margin-left: auto;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  display: flex;
}
.page-template-metier-template .sub-section-2-metier .filles li:hover a::after {
  width: 100%;
}
.page-template-metier-template .sub-section-2-metier .blog-metier p {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 16px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.15px;
}
.page-template-metier-template .sub-section-2-metier .blog {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
}
.page-template-metier-template .sub-section-2-metier .blog .no-article {
  color: #F7F7F7;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog {
  width: 30%;
  margin: calc(10% / 6);
  background-color: #fff;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-top {
  height: 205px;
  margin: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-top img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-mid {
  background: #FAC9D1;
  padding: 30px 33px;
  margin: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-bot {
  background: #E7ECE1;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #7D1937;
  margin: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-image h3 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-image h4 {
  display: none;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-resume .item-blog-top {
  display: none;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-resume h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-only .item-blog-top {
  display: none;
  margin-bottom: 0;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog.titre-only h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-metier-template .sub-section-2-metier .blog {
  width: 103.333%;
  display: flex;
  margin-left: -1.6666%;
  max-width: none;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog a {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog a .item-blog-mid {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog a .item-blog-bot {
  background: #FFFFFF;
}
.page-template-metier-template .eg-section.section-footer .eg-ligne {
  margin-bottom: 0;
}
.page-template-metier-template .eg-section.section-footer .eg-col.col-full, .page-template-metier-template .eg-section.section-footer .eg-col.col-1_2 {
  padding-bottom: 0;
  border-bottom: none;
  flex-direction: row;
  margin-bottom: 20px;
}
.page-template-metier-template .eg-section.section-footer {
  padding: 0;
}
.page-template-metier-template .eg-section.section-footer .box-logo svg {
  margin-right: 0;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .sub-section-1-metier.show {
    margin-top: 50px;
  }
  .texte-lien-back {
    display: none;
  }
  .sub-section-1-metier.show .eg-ligne {
    padding: 50px 16px;
  }
  .sub-section-1-metier.show .eg-ligne h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 38px;
  }
  .sub-section-1-metier.show .eg-ligne h2 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 38px;
  }
  .sub-section-1-metier.show .eg-ligne p {
    text-align: left;
  }
  .page-template-metier-template .lien-back-expertises {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    top: -49px;
    left: 0;
  }
  .page-template-metier-template .sub-section-3-metier {
    position: relative;
    display: flex;
    order: 3;
    padding-bottom: 250px;
    padding-top: 100px;
    border: solid 1px #E7ECE1;
  }
  .page-template-metier-template .sub-section-3-metier footer {
    border-bottom: solid 1px #E7ECE1;
  }
  .page-template-metier-template .sub-section-3-metier h3 {
    font-size: 34px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .page-template-metier-template .sub-section-3-metier {
    border: none;
  }
  .page-template-metier-template .sub-section-3-metier .col-full {
    padding: 0 0 30px 0;
  }
  .page-template-metier-template .sub-section-1-metier {
    position: relative;
  }
  .page-template-metier-template .sub-section-1-metier, .page-template-metier-template .sub-section-3-metier {
    width: 100%;
  }
  .page-template-metier-template .sub-section-2-metier {
    min-height: 0;
  }
  .page-template-metier-template .sub-section-2-metier {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 65px;
  }
  .page-template-metier-template .sub-section-3-metier {
    top: 0;
  }
  .page-template-metier-template .eg-section.top-header {
    position: relative;
  }
  .page-template-metier-template .sub-section-1-metier {
    top: 0;
  }
  .page-template-metier-template .sub-section-1-metier, .page-template-metier-template .sub-section-3-metier {
    width: 100%;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col1 {
    display: none;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage {
    display: none;
    text-align: center;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 p {
    text-align: center;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage-tabmob, .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage-tabmob-tronque, .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .btn-suite {
    display: flex;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 .texte-temoignage-tabmob {
    display: none;
  }
  .eg-col.col-full.temoignages {
    margin-top: 30px;
    position: relative;
  }
  .eg-col.col-full.temoignage {
    height: 100%;
  }
  .eg-col.col-full.temoignages h4 {
    text-align: center;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 {
    width: 100%;
    margin-right: 0;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-col2 p {
    border-bottom: solid 1px #7D1937;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .temoignage-box {
    padding: 30px 20px;
  }
  .page-template-metier-template .sub-section-2-metier .temoignages .next-btn {
    top: auto;
    right: 20px;
    display: flex;
  }
  .page-template-metier-template .sub-section-2-metier .conviction {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .page-template-metier-template .sub-section-2-metier .convictions {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .page-template-metier-template .sub-section-2-metier {
    padding: 16px;
    padding-bottom: 65px;
  }
  .page-template-metier-template .sub-section-2-metier .blog {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .page-template-metier-template .sub-section-2-metier .blog .item-blog {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .page-template-metier-template .sub-section-2-metier .filles li {
    margin-bottom: 20px;
  }
  .page-template-metier-template .sub-section-2-metier .filles a {
    line-height: 128%;
  }
  .eg-ligne.filles ul {
    padding-left: 28px;
  }
}
.page-template-fille-template {
  background-color: #6822DA;
  background-color: #6822DA;
}
.page-template-fille-template .top-header .bouton-panel-ouvrir.mobile span {
  background-color: #E7ECE1;
}
.page-template-fille-template .top-header svg path {
  fill: #E7ECE1;
}
.page-template-fille-template .eg-section.section-content-fille {
  background-color: #6822DA;
  padding-top: 0;
  padding-bottom: 250px;
}
.page-template-fille-template .lien-back-expertise {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1C1B1B;
  display: flex;
  align-items: center;
  margin-bottom: 145px;
  z-index: 1;
  position: relative;
  color: #E7ECE1;
  margin-top: 40px;
  margin-left: 0;
  margin-bottom: auto;
  padding-bottom: 20px;
}
.page-template-fille-template .lien-back-expertise svg {
  margin-right: 21px;
}
.page-template-fille-template .lien-back-expertise svg path {
  fill: #E7ECE1;
}
.page-template-fille-template .lien-back-expertise:hover svg {
  transform: scaleX(120%);
  height: 24px;
  max-width: none;
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.4);
}
.page-template-fille-template .main-content-fille.no-article {
  width: 100%;
  margin-right: 0;
}
.page-template-fille-template .main-content-fille {
  background: var(--design-misty, #E7ECE1);
  padding: 72px;
  margin-bottom: 30px;
}
.page-template-fille-template .main-content-fille .parent {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 700;
  margin-bottom: 45px;
}
.page-template-fille-template .main-content-fille h1.title {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 50px;
  font-family: Platform;
  font-weight: 400;
}
.page-template-fille-template .content-modules .bloc-rich-text :last-child {
  margin-bottom: 0;
}
.page-template-fille-template .content-modules h2 {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 24px;
  font-family: Platform;
  line-height: 130%;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-fille-template .content-modules h3 {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-fille-template .content-modules p, .page-template-fille-template .content-modules a {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-fille-template .content-modules li, .page-template-fille-template .content-modules ul {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
}
.page-template-fille-template .content-modules .eg-bloc {
  margin-bottom: 45px;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-image {
  width: 100%;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-video iframe {
  width: 100%;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe {
  background: var(--design-misty, #E7ECE1);
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  padding: 50px;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe img {
  margin-right: 35px;
  width: 50px;
  height: 50px;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe .titres {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe .titres .titre {
  color: #000;
  font-size: 30px;
  font-family: Platform;
  line-height: 130%;
  margin: 0;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe .titres .sous-titre {
  color: #000;
  font-size: 10px;
  font-family: Helvetica;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-fille-template .content-modules .eg-bloc .bloc-externe .lien-lecture-externe {
  margin-bottom: 0;
  padding: 0;
}
.page-template-fille-template .content-auto h3 {
  margin-right: 45px;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1B1B;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-fille-template .content-auto li {
  color: var(--design-vintage-black, #1C1B1B);
}
.page-template-fille-template .content-auto li a {
  color: var(--design-vintage-black, #1C1B1B);
  font-size: 24px;
  font-family: Platform;
  line-height: 170%;
}
.page-template-fille-template .encart-contact-fille {
  padding: 40px;
  border: 1px solid var(--design-purple-rain, #6822DA);
  margin-top: 45px;
  margin-bottom: 45px;
}
.page-template-fille-template .encart-contact-fille h3 {
  color: var(--design-purple-rain, #6822DA);
  font-size: 30px;
  font-family: Platform;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-fille-template .encart-contact-fille h4 {
  color: var(--design-purple-rain, #6822DA);
  font-size: 24px;
  font-family: Platform;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-template-fille-template .encart-contact-fille p {
  color: var(--design-purple-rain, #6822DA);
  font-size: 16px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-fille-template .encart-contact-fille a {
  padding: 6px 16px;
  border-radius: 50px;
  background: var(--design-purple-rain, #6822DA);
  color: var(--design-misty, #E7ECE1);
  text-align: center;
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: solid 1px #6822DA;
  transition: var(--transition-1);
}
.page-template-fille-template .encart-contact-fille a:hover {
  background-color: var(--design-misty, #E7ECE1);
  color: #6822DA;
}
.page-template-fille-template .article-col-fille h3 {
  margin-right: 45px;
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #E7ECE1;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 40px;
}
.page-template-fille-template .article-col-fille .blog {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
}
.page-template-fille-template .article-col-fille .blog .no-article {
  color: #F7F7F7;
}
.page-template-fille-template .article-col-fille .blog .item-blog {
  width: 30%;
  margin: calc(10% / 6);
  background-color: #fff;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-top {
  height: 205px;
  margin: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-top img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-mid {
  background: #FAC9D1;
  padding: 30px 33px;
  margin: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-bot {
  background: #E7ECE1;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.page-template-fille-template .article-col-fille .blog .item-blog h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 20px;
  margin-top: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #7D1937;
  margin: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-image h3 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-image h4 {
  display: none;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-resume .item-blog-top {
  display: none;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-resume h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-only .item-blog-top {
  display: none;
  margin-bottom: 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog.titre-only h3 {
  font-size: 40px;
  line-height: 120%;
}
.page-template-fille-template .article-col-fille .blog .item-blog {
  border: solid 1px var(--design-misty, #E7ECE1);
  width: 100%;
  margin: 0 0 30px 0;
}
.page-template-fille-template .article-col-fille .blog .item-blog .item-blog-mid {
  background-color: var(--design-misty, #6822DA);
}
.page-template-fille-template .article-col-fille .blog .item-blog h3, .page-template-fille-template .article-col-fille .blog .item-blog h4 {
  color: var(--design-misty, #E7ECE1);
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-fille-template .main-content-fille {
    padding: 30px 16px;
    margin-bottom: 100px;
  }
  .page-template-fille-template .eg-section.top-header {
    padding-bottom: 27px;
  }
  .page-template-fille-template .main-content-fille h1.title {
    font-size: 30px;
  }
  .page-template-fille-template .eg-section.section-footer .eg-ligne {
    margin-bottom: 58px;
  }
  .page-template-fille-template .eg-section.section-content-fille {
    padding-bottom: 366px;
  }
  .eg-col.col-2_3.main-content-fille .content-auto h3 {
    margin-bottom: 30px;
  }
  .eg-col.col-2_3.main-content-fille .content-auto ul {
    padding-left: 27px;
  }
  .eg-col.col-2_3.main-content-fille .content-auto li {
    margin-bottom: 10px;
  }
  .eg-col.col-2_3.main-content-fille .content-auto a {
    line-height: 130%;
  }
}
/*ARTICLE*/
.single-post {
  background: var(--design-scarlet, #7D1937);
  background: var(--design-scarlet, #7D1937);
}
.single-post .top-header .bouton-panel-ouvrir.mobile span {
  background-color: #E7ECE1;
}
.single-post .top-header svg path {
  fill: #E7ECE1;
}
.single-post .section-arrow {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .section-arrow .eg-ligne {
  margin-bottom: 0;
}
.single-post .section-arrow .lien-back {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: -180px;
}
.single-post .section-arrow .lien-back svg path {
  fill: #E7ECE1;
}
.single-post .eg-section {
  background: var(--design-scarlet, #7D1937);
}
.single-post .section-content-article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-post .entete-article {
  display: flex;
  background: var(--design-candy-pink, #FAC9D1);
  padding: 32px 73px 13px 73px;
  border-bottom: solid 1px #7D1937;
  max-width: 1270px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100% - 100px);
}
.single-post .col-entete-1 {
  margin-right: auto;
}
.single-post .col-entete-1 .ligne-cat {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.single-post .col-entete-1 .ligne-cat span {
  border: 1px solid var(--design-scarlet, #7D1937);
  color: var(--design-scarlet, #7D1937);
  font-size: 14px;
  font-family: Helvetica;
  line-height: 130%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-post .col-entete-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.single-post .col-entete-2 p {
  color: var(--design-scarlet, #7D1937);
  font-size: 10px;
  font-family: Helvetica;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 19px;
  margin-top: auto;
  white-space: nowrap;
}
.single-post .col-entete-2 .liens-rs {
  display: flex;
}
.single-post .col-entete-2 .lien-rs svg {
  height: 22px;
  width: auto;
  margin-right: 19px;
}
.single-post .col-entete-2 .lien-rs svg path {
  fill: #7D1937;
}
.single-post .eg-ligne.ligne-auteurs {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.single-post .auteurs {
  display: flex;
}
.single-post .auteurs .portrait {
  position: relative;
}
.single-post .auteurs .portrait .info-bulle {
  position: absolute;
  color: #000;
  font-size: 10px;
  font-family: Helvetica;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  top: -10px;
  left: 50%;
  transform: translateY(-100%);
  white-space: nowrap;
  transition: var(--transition-1);
  opacity: 0;
}
.single-post .auteurs .portrait .info-bulle:before {
  content: "";
  transform: rotate(90deg) translate(45%, 0%);
  background-color: transparent;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
}
.single-post .auteurs .portrait:hover .info-bulle {
  opacity: 1;
}
.single-post .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.single-post .eg-ligne.ligne-auteurs p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.single-post .bloc-rich-text :last-child {
  margin-bottom: 0;
}
.single-post .ligne-blocs {
  max-width: 1270px;
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100% - 100px);
  flex-direction: column;
  background: var(--design-white, #FFF);
  padding: 50px 8% 77px 8%;
}
.single-post .ligne-blocs .dates {
  display: flex;
}
.single-post .ligne-blocs .dates p {
  color: var(--design-scarlet, #7D1937);
  font-size: 14px;
  font-family: Helvetica;
  margin-right: 36px;
}
.single-post .ligne-blocs .title {
  color: var(--design-scarlet, #7D1937);
  font-size: 92px;
  font-family: Platform;
  line-height: 1.2em;
}
.single-post .ligne-blocs h2 {
  color: var(--design-vintage-black, #7D1937);
  font-size: 24px;
  font-family: Platform;
  line-height: 130%;
  margin-bottom: 45px;
  margin-top: 0;
}
.single-post .ligne-blocs h3 {
  color: var(--design-vintage-black, #7D1937);
  font-size: 18px;
  font-family: Helvetica;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin-bottom: 45px;
  margin-top: 0;
}
.single-post .ligne-blocs p, .single-post .ligne-blocs a {
  color: var(--design-vintage-black, #7D1937);
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
  margin-bottom: 45px;
  margin-top: 0;
}
.single-post .ligne-blocs li, .single-post .ligne-blocs ul {
  color: var(--design-vintage-black, #7D1937);
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
}
.single-post .ligne-blocs .eg-bloc {
  margin-bottom: 45px;
}
.single-post .ligne-blocs .eg-bloc .bloc-image {
  width: 100%;
}
.single-post .ligne-blocs .eg-bloc .bloc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .ligne-blocs .eg-bloc .bloc-video iframe {
  width: 100%;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe {
  background: var(--design-misty, #E7ECE1);
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  padding: 50px;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe img {
  margin-right: 35px;
  width: 50px;
  height: 50px;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe .titres {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe .titres .titre {
  color: #000;
  font-size: 30px;
  font-family: Platform;
  line-height: 130%;
  margin: 0;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe .titres .sous-titre {
  color: #000;
  font-size: 10px;
  font-family: Helvetica;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
.single-post .ligne-blocs .eg-bloc .bloc-externe .lien-lecture-externe {
  margin-bottom: 0;
  padding: 0;
}
.single-post .ligne-blocs .footer-content-article {
  border-top: 1px solid #7D1937;
  padding-top: 10px;
}
.single-post .ligne-blocs .footer-content-article .ecrit {
  color: #7D1937;
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
  font-weight: 400;
  margin-bottom: 0;
}
.single-post .ligne-blocs .footer-content-article .noms {
  color: #1C1B1B;
  font-size: 16px;
  font-family: Helvetica;
  line-height: 130%;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-bottom: 0;
}
.single-post .section-blog-article {
  padding-bottom: 380px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.single-post .section-blog-article .eg-ligne {
  max-width: 1270px;
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100% - 100px);
}
.single-post .section-blog-article .blog {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
}
.single-post .section-blog-article .blog .no-article {
  color: #F7F7F7;
}
.single-post .section-blog-article .blog .item-blog {
  width: 30%;
  margin: calc(10% / 6);
  background-color: #fff;
}
.single-post .section-blog-article .blog .item-blog .item-blog-top {
  height: 205px;
  margin: 0;
}
.single-post .section-blog-article .blog .item-blog .item-blog-top img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}
.single-post .section-blog-article .blog .item-blog .item-blog-mid {
  background: #FAC9D1;
  padding: 30px 33px;
  margin: 0;
}
.single-post .section-blog-article .blog .item-blog .item-blog-bot {
  background: #E7ECE1;
  padding: 5px 33px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.single-post .section-blog-article .blog .item-blog .item-blog-bot p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  margin-right: 5px;
}
.single-post .section-blog-article .blog .item-blog .item-blog-bot .auteurs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-post .section-blog-article .blog .item-blog .item-blog-bot .auteurs img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}
.single-post .section-blog-article .blog .item-blog h3 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #7D1937;
  margin-bottom: 20px;
  margin-top: 0;
}
.single-post .section-blog-article .blog .item-blog h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #7D1937;
  margin: 0;
}
.single-post .section-blog-article .blog .item-blog.titre-image h3 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 0;
}
.single-post .section-blog-article .blog .item-blog.titre-image h4 {
  display: none;
}
.single-post .section-blog-article .blog .item-blog.titre-resume .item-blog-top {
  display: none;
}
.single-post .section-blog-article .blog .item-blog.titre-resume h3 {
  font-size: 40px;
  line-height: 120%;
}
.single-post .section-blog-article .blog .item-blog.titre-only .item-blog-top {
  display: none;
  margin-bottom: 0;
}
.single-post .section-blog-article .blog .item-blog.titre-only h3 {
  font-size: 40px;
  line-height: 120%;
}
.single-post .section-blog-article h2 {
  font-family: "Platform";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FAC9D1;
}
.single-post .section-blog-article .ligne-texte-n-btn-home p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.15px;
  color: #FAC9D1;
}
.single-post .section-blog-article .ligne-texte-n-btn-home a {
  background: #FAC9D1;
  padding: 10px 16px;
  border-radius: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6822DA;
  margin-left: auto;
  transition: var(--transition-1);
}
.single-post .section-blog-article .ligne-texte-n-btn-home a:hover {
  background: #6822DA;
  color: #FAC9D1;
}
.single-post .section-blog-article .ligne-texte-n-btn-home .eg-col {
  display: flex;
  align-items: center;
}
.single-post .section-blog-article .blog {
  width: 103.333%;
  display: flex;
  margin-left: -1.6666%;
  max-width: none;
}
.single-post .section-blog-article .blog .item-blog a {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.single-post .section-blog-article .blog .item-blog a .item-blog-mid {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .single-post .section-blog-article .blog .item-blog {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .single-post .section-blog-article .blog {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
  .single-post .ligne-blocs {
    padding: 50px 16px 30px 16px;
  }
  .single-post .ligne-blocs .title {
    font-size: 40px;
  }
  .single-post .eg-ligne.ligne-auteurs p {
    display: none;
  }
  .single-post .col-entete-1 .ligne-cat {
    display: none;
  }
  .single-post .eg-ligne.ligne-auteurs {
    margin-bottom: 0;
  }
  .single-post .entete-article {
    padding: 20px;
    flex-direction: row;
  }
  .single-post .col-entete-2 {
    justify-content: center;
  }
  .single-post .ligne-blocs .dates p {
    margin-right: 0;
  }
  .single-post .ligne-blocs .dates {
    justify-content: space-between;
  }
  .single-post .ligne-blocs .eg-bloc .bloc-externe {
    padding: 16px;
    flex-wrap: wrap;
  }
  .single-post .ligne-blocs .eg-bloc .bloc-externe img {
    margin-right: 100%;
  }
  .partager {
    display: none;
  }
  .single-post .section-arrow .lien-back {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .single-post .entete-article {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .single-post .ligne-blocs {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .single-post .section-blog-article .eg-ligne {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/*corrections safari*/
.page-template-home-template .section-3-home-box {
  position: relative;
  z-index: 9;
}
.page-template-home-template .section-3-home {
  position: -webkit-sticky;
}
.page-template-home-template .eg-ligne-back-full-width {
  position: -webkit-sticky;
}
.page-template-home-template .section-5-home {
  position: -webkit-sticky;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-home-template .section-3-home {
    position: relative;
  }
  .page-template-home-template .eg-ligne-back-full-width {
    position: relative;
  }
  .page-template-home-template .section-5-home {
    position: relative;
  }
  .page-template-home-template .section-3-home {
    width: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .page-template-equipe-template .section-5-equipe {
    position: relative;
    top: auto;
    min-height: 800px;
  }
  .page-template-equipe-template .section-4-equipe {
    position: relative;
    top: auto;
  }
  .page-template-equipe-template .section-5-equipe {
    padding: 90px 16px 150px 16px;
  }
}
.page-template-metier-template .sub-section-2-metier .blog .item-blog .item-blog-bot {
  background: #fff;
}
.auteurs {
  display: flex;
}
.auteurs .portrait {
  position: relative;
}
.auteurs .portrait .info-bulle {
  position: absolute;
  color: #000;
  font-size: 10px;
  font-family: Helvetica;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  top: -10px;
  left: 50%;
  transform: translateY(-100%);
  white-space: nowrap;
  transition: var(--transition-1);
  opacity: 0;
}
.auteurs .portrait .info-bulle:before {
  content: "";
  transform: rotate(90deg) translate(45%, 0%);
  background-color: transparent;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
}
.auteurs .portrait:hover .info-bulle {
  opacity: 1;
}
/*bugs metier*/
.page-template-metier-template .sup-section-metiers {
  padding-top: 115px;
  display: flex;
  justify-content: center;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers {
  margin: 0;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-1-metier .col-full, .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .col-full {
  height: auto;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-1-metier .eg-ligne, .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .eg-ligne {
  position: absolute;
  overflow-y: scroll;
  height: 100%;
  justify-content: flex-start;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin: 0 auto 0 auto;
  scroll-snap-type: none;
  scroll-snap-align: none;
  scroll-margin: 0;
  scroll-padding: 0;
  scroll-behavior: smooth;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-1-metier .eg-ligne::-webkit-scrollbar, .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .eg-ligne::-webkit-scrollbar {
  display: none;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .eg-ligne {
  height: calc(100% - 61px);
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier #footer {
  height: 61px;
}
.page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier #footer .eg-ligne {
  position: relative;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .page-template-metier-template .sup-section-metiers {
    padding-top: 0;
  }
  .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-1-metier .eg-ligne, .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .eg-ligne {
    position: relative;
  }
  .page-template-metier-template .sup-section-metiers .sup-ligne-metiers .sub-section-3-metier .eg-ligne {
    height: auto;
  }
  .page-template-metier-template .sub-section-3-metier .btn-mailto {
    margin-bottom: 0px;
  }
}
.error404 {
  min-height: 100vh;
  background-color: #7D1937;
}
.error404 .eg-section.top-header .box-logo svg path {
  fill: #E7ECE1;
}
.error404 .eg-section.top-header .bouton-panel-ouvrir.mobile span {
  background-color: #E7ECE1;
}
.error404 .page-404 {
  min-height: calc(100vh - 350px);
}
.error404 h1 {
  color: #E7ECE1;
  font-size: 60px;
}
footer {
  position: absolute;
  background-color: transparent;
  width: 100%;
  bottom: 0;
}
.eg-section.section-footer {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.eg-section.section-footer .eg-ligne {
  margin-bottom: 50px;
}
.eg-section.section-footer .box-logo {
  margin-right: 0;
}
.eg-section.section-footer .box-logo svg {
  width: 157px;
  margin-right: 30px;
}
.eg-section.section-footer .box-logo svg path {
  fill: #E7ECE1;
}
.eg-section.section-footer .eg-col.col-full, .eg-section.section-footer .eg-col.col-1_2 {
  display: flex;
  padding-bottom: 27px;
  border-bottom: solid 1px #E7ECE1;
}
.eg-section.section-footer .menu-menu-mobile-container {
  display: flex;
}
.eg-section.section-footer .menu-menu-mobile-container .eg-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: auto;
}
.eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
  color: #E7ECE1;
  margin-right: 50px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #E7ECE1;
}
.eg-section.section-footer .logo-footer-linkedin {
  margin-left: auto;
  margin-bottom: 0;
  width: auto;
  margin-right: 0;
  margin-top: auto;
  padding: 20px 0 0 20px;
}
/*@include tabmob*/
@media (max-width: 980px) {
  .eg-section.section-footer .eg-ligne {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .eg-section.section-footer .box-logo {
    width: 100%;
    margin-bottom: 27px;
  }
  .eg-section.section-footer .eg-col.col-full, .eg-section.section-footer .eg-col.col-1_2 {
    flex-wrap: wrap;
  }
  .eg-section.section-footer .menu-menu-mobile-container {
    width: calc(100% - 60px);
  }
  .eg-section.section-footer .menu-menu-mobile-container .eg-menu {
    flex-wrap: wrap;
    padding-left: 0;
    width: 100%;
  }
  .eg-section.section-footer .menu-menu-mobile-container .eg-menu li {
    margin-bottom: 16px;
    margin-right: 50px;
  }
  .eg-section.section-footer .menu-menu-mobile-container .eg-menu li a {
    width: 126px;
    display: block;
    margin-right: 0;
  }
  .eg-section.section-footer .logo-footer-linkedin {
    margin-bottom: 16px;
  }
  .eg-section.section-footer .logo-footer-linkedin svg {
    width: 22px;
    height: 22px;
  }
}
