/* ==========================================================================
   POLICES (auto-hébergées — plus de dépendance Google Fonts)
   Plus Jakarta Sans variable (200-800), normal + italique, latin + latin-ext.
   "Jakarta-fallback" = Arial ajusté aux métriques de Plus Jakarta Sans pour
   supprimer le décalage de mise en page (CLS) pendant le chargement.
   ========================================================================== */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Jakarta-fallback";
  src: local("Arial");
  size-adjust: 105%;
  ascent-override: 96%;
  descent-override: 24%;
}

/* ==========================================================================
   2MWEB — FEUILLE DE STYLE PRINCIPALE
   --------------------------------------------------------------------------

   SOMMAIRE
   01. GENERAL                           — Reset, html/body, titres et liens de base
   02. UTILITAIRES & CONTENEURS          — Classes utilitaires (.center, .middle) et conteneurs
   03. HEADER                            — En-tête, logo et navigation
   04. SLIDER ACCUEIL                    — Carrousel de la page d'accueil
   05. FORMULAIRES                       — Champs, boutons et captcha
   06. CONTENU                           — Conteneur de contenu générique
   07. PAGE — À PROPOS                   — Section « À propos » et comparaison des approches
   08. PAGE — ACCUEIL                    — Page d'accueil (1re partie)
   09. PAGE — ACCUEIL (suite)            — Page d'accueil (2e partie)
   10. PAGE — NOS SERVICES               — Page « Nos services »
   11. PAGE — QUI SOMMES-NOUS            — Page « Qui sommes-nous »
   12. COMBINAISON                       — Bloc combinaison
   13. PAGE — PROCÉDURE                  — Page « Procédure »
   14. GALERIES                          — Galeries d'images
   15. RÉALISATION (détail)              — Page de détail d'une réalisation
   16. BLOG                              — Blog, articles et sommaire
   17. TÉMOIGNAGES                       — Section témoignages
   18. RÉALISATIONS (liste)              — Liste des réalisations
   19. POPUP                             — Fenêtres modales
   20. FOOTER                            — Pied de page
   21. DEMANDE DE DEVIS                  — Page devis (stepper, cartes, formulaire multi-étapes)
   22. AGENCE WEB (SEO local)            — Pages « agence web » (liste villes + page ville)
   23. PAGE — CONTACT                     — Mise en page contact (coordonnées + formulaire)
   24. ANIMATIONS                        — Tous les @keyframes regroupés au même endroit
   25. RESPONSIVE                        — Media queries centralisées (desktop-first)
                                          1440 / 1200 / 1024 / 860 / 768 / 620 / 600 / 480 px
   ========================================================================== */

/* ==========================================================================
   GENERAL
   ========================================================================== */
html {
  height: 100%;
}
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
BODY {
  height: calc(100% - 147px);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Plus Jakarta Sans", "Jakarta-fallback", system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 14px;
  color: #1f242e;
}
BODY.popup-open {
  overflow: hidden;
}
h1:not(.texte-slider > h1) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;

  color: #2d8bce;
}
h2 {
  margin: 0;
  padding: 25px 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: normal;
  color: #010101;
}
figure {
  all: unset;
}
figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.contentPage h2 {
  text-align: left;
  color: #2d8bce;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  position: relative;
  margin-left: 30px;
}
.contentPage h2::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20px;
  background-color: #2d8bce;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.contentPage h3 {
  text-align: left;
  font-size: 17px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  color: #1e1e2d;
}
.contentPage .img_contenu {
  display: flex;
  align-items: center;
}
h3 {
  margin: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #010101;
}
hr {
  width: 185px;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid #000;
}
a {
  color: #696969;
}
a:active,
a:focus {
  color: #000;
}
a.maillage {
  color: rgb(44, 141, 206);
  text-decoration: none;
  cursor: pointer;
}
a.maillage:hover {
  color: rgb(44, 141, 206);
  text-decoration: underline;
  cursor: pointer;
}
.titre-article {
  font-family: "Poppins", sans-serif;
}
#mentions h3 {
  text-align: left;
}
#mentions div {
  margin-top: 40px;
}
#mentions .button {
  font-style: normal;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #2d8bce;
  border-radius: 50vh;
  color: #fff;
}
.notification {
  margin: 20px auto;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  text-align: left;
}
.notification.validation {
  background-color: #4caf50;
}

.notification.erreur {
  background-color: #f44336;
}
.shape {
  position: absolute;
  border-radius: 50%;
}
.shaper {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.fade-content {
  opacity: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #2d8bce;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #1e1e2d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
ol[itemtype="http://schema.org/BreadcrumbList"] {
  list-style: none;
  display: flex;
  padding: 10px 0;
}
ol[itemtype="http://schema.org/BreadcrumbList"] > li {
  margin-right: 15px;
  position: relative;
}
ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after {
  content: "›";
  margin-left: 15px;
}
ol[itemtype="http://schema.org/BreadcrumbList"] a {
  color: #2d8bce;
  text-decoration: none;
}
ol[itemtype="http://schema.org/BreadcrumbList"] > li:last-child a {
  color: #1e1e2d;
  cursor: default;
}

/* ==========================================================================
   UTILITAIRES & CONTENEURS
   ========================================================================== */
.center {
  justify-content: center;
  text-align: center;
}
.middle {
  display: flex !important;
  align-items: center !important;
}
.middle.center {
  justify-content: center;
}
.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
}
.container_header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
.container2 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1450px;
}
.container3 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1260px !important;
}
.container4 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1005px !important;
}
.row {
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.row > * {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  vertical-align: top;
}
.row > .col-1 {
  width: 8.333333%;
}
.row > .col-2 {
  width: 16.666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .col-4 {
  width: 33.33%;
}
.row > .col-5 {
  width: 41.666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .col-7 {
  width: 58.333333%;
}
.row > .col-8 {
  width: 66.66%;
}
.row > .col-9 {
  width: 75%;
}
.row > .col-10 {
  width: 83.333333%;
}
.row > .col-11 {
  width: 91.666667%;
}
.row > .col-12 {
  width: 100%;
}
#site {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.highlight {
  background-color: rgba(241, 245, 249, 0.3);
  color: rgb(31, 36, 46);

  padding-top: 6rem;
  padding-bottom: 6rem;
}
.highlight h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  text-transform: initial;

  color: #ffffff;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#site > header {
  z-index: 55;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.5s ease;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
#site > header.accueil {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: initial;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 231, 239, 0.5);
}
#site > header.accueil nav ul:not(.btn_action) li a.button {
  padding: 10px 30px;
  background-color: #2d8bce;
  border-radius: 50vh;
  transition: background-color 0.5s ease;
}
#site > header > .container {
  max-width: 1470px;
}
#logo {
  text-align: center;
}
nav #logo a {
  text-decoration: none;
  font-weight: bold;
}
#logo > a > img {
  height: 40px;
  width: 160px;
}
nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  list-style: none;
  padding: 30px 10px;
  position: relative;
}
nav ul li a {
  text-decoration: none;
  padding: 40px 5px;

  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #4b5058;
  transition-property:
    color,
    background-color,
    border-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  animation-duration: 0.2s;
}
nav ul:not(.btn_action) li.select > a,
nav ul:not(.btn_action) li:hover > a {
  color: #2d8bce;
}
nav ul:not(.btn_action) li a.button {
  padding: 5px 15px;
  background-color: #dcb047;
  border-radius: 50vh;
}
nav ul.btn_action > a {
  color: #1f242e;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  margin-right: 15px;
}
nav ul.btn_action > a > svg {
  color: #2d8bce;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
nav ul.btn_action li:last-child > a.button {
  box-shadow: 0 4px 14px 0 hsla(204, 65%, 49%, 0.35);
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.75rem;
  background-color: #2d8bce;
  transition: all 0.3s ease;
  text-transform: initial;
}
nav ul.btn_action li:last-child > a.button:hover {
  background-color: #5995cf !important;
  transition: all 0.3s ease;
}
.burger-open nav .toggler_nav .burger {
  border-top: 5px solid #fff;
}
.burger-open #site {
  overflow-y: hidden;
  height: 100vh;
}
.toggler_nav {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 40px;
  max-height: 100px;
  z-index: 1;
  display: none;
  padding: 30px 0 5px 0;
}
.burger {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 5px solid #2d8bce;
  width: 100%;
  transition: 0.55s;
  border-radius: 5px;
}
.toggler_nav > span:first-child {
  top: 0;
}
.toggler_nav > span:nth-child(2) {
  top: 13px;
  width: 80%;
}
.toggler_nav > span:last-child {
  top: 27px;
  width: 70%;
}
.burger-open .toggler_nav > .burger:first-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.55s 0.5s;
}
.burger-open .toggler_nav > .burger:nth-child(2) {
  opacity: 0;
}
.burger-open .toggler_nav > .burger:last-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-405deg);
  transition: 0.55s 0.5s;
}

/* ==========================================================================
   SLIDER ACCUEIL
   ========================================================================== */
#slider {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, hsl(210 40% 98%) 0%, hsl(204 30% 95%) 100%);
  margin-top: 80px;
}
#slider svg.separation {
  position: absolute;
  bottom: 0;
}
#slider .box_position {
  color: rgb(44, 141, 206);
  position: absolute;
  top: -66px;
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#slider .box_position > div > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2c8dce;
  margin-right: 8px;
  border-radius: 50vh;
  animation: pulseBoxPosition 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#slider .slide-image {
  height: 830px;
  display: none;
  overflow: hidden;
}
#slider .slide-prec,
#slider .slide-suiv {
  position: absolute;
  top: calc(50% + 60px);
  transform: translate(0, -50%);
  font-size: 30px;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  transition: 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.6;
  transition: all 0.1s ease;
}
#slider .slide-prec:hover,
#slider .slide-suiv:hover {
  opacity: 1;
  transition: all 0.1s ease;
}
#slider .slide-suiv {
  right: 0;
}
#slider .dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 5px;
  cursor: pointer;
}
#slider .dots > span {
  display: inline-block;
  width: 30px;
  height: 3px;
  border-top: 3px solid #fff;
  margin: 0 5px;
  opacity: 0.6;
  transition: all 0.1s ease;
}
#slider .dots > span:hover,
#slider .dots > span.active {
  opacity: 1;
  transition: all 0.1s ease;
  border-top: 6px solid #fff;
}
#slider .slide-image .contenu-slider {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  line-height: 35px;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
  width: 50%;
}
#slider .slide-image .contenu-slider > .texte-slider {
  font-family: "Plus Jakarta Sans", "Jakarta-fallback", system-ui, sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: left;
  color: #1f1e2e;
  line-height: 1;
  letter-spacing: -0.025em;
}
#slider .slide-image .contenu-slider > .texte-slider > h1 {
  margin: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
#slider .slide-image .contenu-slider > .texte-slider span {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, hsl(204 65% 49%) 0%, hsl(204 75% 60%) 100%);
}
#slider .slide-image .contenu-slider > .description-slider {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
}
#slider .slide-image .contenu-slider > .description-slider > p:first-child {
  max-width: 36rem;
  margin-top: 25px;
  margin-bottom: 25px;
}
#slider .slide-image .contenu-slider > .description-slider ul {
  max-width: initial;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
#slider .slide-image .contenu-slider > .description-slider ul > li {
  color: #1f242e;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}
#slider .slide-image .contenu-slider > .description-slider ul > li > svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  color: #4789cb;
  margin-right: 5px;
}
#slider .slide-image .contenu-slider > .description-slider .button_contact {
  font-style: normal;
  padding: 10px 30px;
  margin-top: 10px;
  background-color: #2d8bce;
  border-radius: 50vh;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}
#slider .slide-image .contenu-slider > .description-slider .button_projets {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 4px 14px 0 hsla(204, 65%, 49%, 0.35);
  vertical-align: middle;
}
#slider .slide-image .contenu-slider > .description-slider .button_projets:hover {
  color: #fff !important;
  background-color: #5895cf;
}
#slider .slide-image .contenu-slider > .description-slider .button_rdv {
  margin-left: 15px;
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #fff;
  border-radius: 0.75rem;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #e1e7ef;
}
#slider .slide-image .contenu-slider > .description-slider .button_rdv:hover {
  color: #fff;
  background-color: #5895cf;
  border-color: transparent;
}
#slider .slide-image .contenu-slider > .description-slider .button_projets svg {
  vertical-align: sub;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease;
  padding: 0;
  margin-right: 5px;
  margin-left: 0px;
}
#slider .slide-image .contenu-slider > .description-slider .button_projets:hover svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s ease;
}
#slider .slide-image .contenu-slider > .description-slider .button_rdv svg {
  vertical-align: sub;
  height: 16px;
  width: 16px;
  padding-right: 5px;
  transition: all 0.3s ease;
}
#slider .slide-image .slide-img > div {
  position: relative;
  height: 435px;
  width: 580px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
#slider .slide-image .slide-img > div picture > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
#slider .slide-image .slide-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#slider .footSlide {
  display: flex;
  color: #000;
  gap: 35px;
  margin-top: 50px;
  border-top: 1px solid #e1e7ef;
  padding-top: 40px;
}
#slider .footSlide .chiffre {
  color: #2c8dce;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
#slider .footSlide .desc {
  color: #67748a;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.card-pages {
  display: flex;
  gap: 60px 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.card {
  border-radius: 20px;
  background: #f9f9f9;
  position: relative;
  padding: 1.8rem;
  transition: 0.5s ease-out;
  overflow: visible;
  box-shadow:
    6px 5px 30px #bebebe,
    -5px -5px 30px #ffffff;
  border: 1px transparent solid;
}
.card-pages a {
  flex-basis: 30%;
  text-decoration: none;
}
.card-details {
  color: black;
}
.card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #2d8bce;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
  text-align: center;
}
.card .text-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.card:hover {
  border: 1px #2d8bce solid;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}
#memory-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cardMemo {
  width: 180px;
  height: 180px;
  background-color: #2d8bce;
  margin: 5px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease-out;
  border-radius: 20px;
  overflow: hidden;
}
.cardMemo > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/card/card_back.webp) center center no-repeat;
  background-size: cover;
}
.cardMemo img {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s ease-out;
}
.cardMemo.flipped {
  background-color: #fff;
}
.cardMemo.flipped img {
  opacity: 1;
  transition: 0.5s ease-out;
}

/* ==========================================================================
   FORMULAIRES
   ========================================================================== */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.doubleForm {
  display: flex;
  gap: 20px;
}
fieldset.doubleForm > * {
  flex: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  margin: 10px 0 5px;
  padding: 8px 12px;
  outline: none;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid rgb(225, 231, 239);
  background: rgb(255, 255, 255);
  width: 100%;
  color: rgb(31, 36, 46);
  font-family: "Plus Jakarta Sans", "Jakarta-fallback", system-ui, sans-serif;
}
textarea {
  padding: 6px;
  font-family: "Plus Jakarta Sans", "Jakarta-fallback", system-ui, sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #2d8bce;
  outline: none;
}
input.error_form,
textarea.error_form,
select.error_form {
  border: 1px solid #f44336;
  font-weight: bold;
  color: #7d7d7d;
}
fieldset label,
fieldset legend {
  font-weight: bold;
}
fieldset label abbr,
fieldset legend abbr {
  all: unset;
  font-size: 12px;
}
form > fieldset.captcha > div {
  flex-basis: initial;
}
form > fieldset.captcha > div.double {
  flex-basis: 100%;
}
form fieldset.captcha label {
  color: #fff;
  margin-bottom: 10px;
}
form fieldset.captcha .captcha_code {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
form > fieldset.captcha #captcha_help {
  font-size: 12px;
}
form > fieldset.captcha .captcha_image {
  display: block;
  height: 50px;
  width: 150px;
}
form fieldset.captcha .captcha_image img {
  border: 1px solid rgb(225, 231, 239);
  border-radius: 12px;
}
form > fieldset.captcha input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
form fieldset.captcha {
  margin-bottom: 30px;
}
form > fieldset:not(:first-child) > div {
  margin-top: 10px;
}
form > fieldset textarea {
  resize: vertical;
}
form .buttonSubmit {
  border: none;
  background: rgb(44, 141, 206);
  color: #fff;
  box-shadow: rgba(23, 84, 125, 0.28) 0px 4px 14px 0px;
  padding: 16px 32px;
  border-radius: 12px;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
form .buttonSubmit:hover {
  background: rgba(44, 141, 206, 0.9);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox_container {
  width: 51px;
  height: 31px;
  position: relative;
}
.checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.slider {
  width: 27px;
  height: 27px;
  position: absolute;
  left: calc(50% - 27px / 2 - 10px);
  top: calc(50% - 27px / 2);
  border-radius: 50%;
  background: #ffffff;
  box-shadow:
    0px 3px 8px rgba(0, 0, 0, 0.15),
    0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.checkbox:checked + .switch {
  background-color: #34c759;
}
.checkbox:checked + .switch .slider {
  left: calc(50% - 27px / 2 + 10px);
  top: calc(50% - 27px / 2);
}
.button {
  font-style: normal;
  padding: 5px 15px;
  margin-top: 20px;
  background-color: #2d8bce;
  border-radius: 50vh;
  color: #fff;
  transition: all 0.5s ease;
  border: none;
}
a.button {
  text-decoration: none;
}
.button:hover,
.button_contact:hover,
.btn_action > li > a.button:hover {
  background-color: #1e1e2d !important;
  transition: all 0.5s ease;
  color: #fff;
}
.button_projets:hover {
  color: #1e1e2d !important;
  border-color: #1e1e2d !important;
  transition: all 0.5s ease;
}
.button:focus {
  color: #fff;
}
#captcha-2mweb {
  position: relative;
  width: 300px;
  height: 50px;
  background-color: #eee;
  margin: 20px auto;
  border-radius: 25px;
  overflow: hidden;
}
.captcha-slider-drop-off {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  z-index: 3;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.captcha-slider-drop-off > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.captcha-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 50px;
}
.captcha-slider-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.captcha-slider-button:active {
  transform: scale(1.2);
}
.captcha-slider-button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s ease;
}
.captcha-slider-end {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 0;
}

/* ==========================================================================
   CONTENU
   ========================================================================== */
#content {
  position: relative;
  min-height: calc(100% - 377px);
  margin: 80px 0 0;
}
/* ==========================================================================
   PAGE — À PROPOS
   ========================================================================== */
.PageAPropos {
  background: rgb(233, 241, 246);
  background: linear-gradient(180deg, rgba(233, 241, 246, 1) 0%, rgba(255, 255, 255, 1) 15%);
}
.fondateur
{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.fondateur .sous-titre-bloc
{
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(44, 141, 206, 0.2);
  border-image: initial;
  margin: 0px auto;
}
.fondateur .titre
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 30px auto 0;
}
.fondateur .texte
{
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
.contentPageAPropos h1 {
  font-size: 18px !important;
  font-family: "Poppins" !important;
  color: rgb(81, 177, 231) !important;
  font-weight: bold !important;
  line-height: 1.333 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
.contentPageAPropos h3:not(article h3) {
  font-size: 35px !important;
  font-family: "Poppins" !important;
  color: rgb(30, 30, 45) !important;
  font-weight: bold !important;
  line-height: 1.571 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
.header_texte {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(135deg, rgb(248, 250, 252) 0%, rgb(238, 243, 246) 100%);
  color: rgb(31, 36, 46);
  position: relative;
}
.header_texte::before {
  content: "";
  position: absolute;
  background: rgba(44, 141, 206, 0.15);
  height: 48px;
  width: 48px;
  border-radius: 50vh;
  left: 95.25px;
  bottom: 40px;
  animation: float-medium 6s ease-in-out infinite;
}
.header_texte::after {
  content: "";
  position: absolute;
  background: rgba(44, 141, 206, 0.1);
  height: 64px;
  width: 64px;
  border-radius: 50vh;
  right: 190.5px;
  top: 40px;
  animation: 8s ease-in-out 0s infinite normal none running float-slow;
}
.header_texte .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.header_texte .titre {
  text-align: left;
  font-weight: bold;
  font-size: 42px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 57%;
  margin: 25px 0;
  line-height: 1;
}
.header_texte .titre > strong {
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.header_texte .titre > .color {
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.header_texte .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
}
.headerContact {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: rgb(31, 36, 46);
  position: relative;
}
.headerContact .titre {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 57%;
  margin: 25px auto;
  line-height: 1;
}
.headerContact .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}
.headerTexteAgence {
  padding-top: 112px;
  padding-bottom: 30px;
  background: linear-gradient(
    to right bottom,
    rgba(44, 141, 206, 0.05),
    rgb(255, 255, 255),
    rgba(44, 141, 206, 0.05)
  );
  color: rgb(31, 36, 46);
  position: relative;
}
.headerTexteAgence .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.headerTexteAgence .sous_titre > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.headerTexteAgence .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTexteAgence .sous_titre svg {
  height: 15px;
  width: 15px;
}
.headerTexteAgence .titre {
  text-align: center;
  font-size: 60px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 57%;
  margin: 25px auto;
  line-height: 1;
}
.headerTexteAgence .titre > strong {
  font-weight: 900;
}
.headerTexteAgence .titre > span {
  color: rgb(44, 141, 206);
}
.headerTexteAgence .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.headerTexteAgencePage {
  padding-top: 112px;
  padding-bottom: 112px;
  color: rgb(31, 36, 46);
  position: relative;
}
.headerTexteAgencePage .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.headerTexteAgencePage .sous_titre address {
  all: unset;
}
.headerTexteAgencePage .sous_titre > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.headerTexteAgencePage .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTexteAgencePage .sous_titre svg {
  height: 15px;
  width: 15px;
}
.headerTexteAgencePage .titre {
  text-align: left;
  font-size: 60px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 65%;
}
.headerTexteAgencePage .sous_titreHeader {
  text-align: left;
  font-size: 22px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  line-height: 1;
  font-style: italic;
  font-weight: bold;
}
.headerTexteAgencePage .titre > strong {
  font-weight: 900;
}
.headerTexteAgencePage .titre > span {
  color: rgb(44, 141, 206);
}
.headerTexteAgencePage .texte {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 60%;
  text-align: left;
}
.PageAPropos .nos_valeurs {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.PageAPropos .nos_valeurs h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.PageAPropos .nos_valeurs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.PageAPropos .nos_valeurs ul > li {
  flex: 1;
}
.PageAPropos .nos_valeurs ul > li > div {
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.PageAPropos .nos_valeurs ul > li > div:hover {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
}
.PageAPropos .nos_valeurs ul > li > div > .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.PageAPropos .nos_valeurs ul > li > div:hover > .picto {
  background: rgba(44, 141, 206, 0.2);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.PageAPropos .nos_valeurs ul > li > div > .picto > svg {
  height: 28px;
  width: 28px;
  display: block;
}
.PageAPropos .nos_valeurs ul > li > div > .titre > h3 {
  all: unset;
}
.PageAPropos .nos_valeurs ul > li > div > .titre {
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 1rem;
  text-align: left;
}
.PageAPropos .nos_valeurs ul > li > div > .sous_titre {
  font-size: 12px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
.PageAPropos .highlight_adn {
  background: linear-gradient(rgb(15, 23, 42), rgb(30, 41, 59), rgb(15, 23, 42));
  padding: 96px 0;
}
.PageAPropos .highlight_adn .header_section {
  text-align: center;
}
.PageAPropos .highlight_adn .header_section .sous_titre {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.PageAPropos .highlight_adn .header_section .sous_titre > svg {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.PageAPropos .highlight_adn .header_section .titre {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: #fff;
  margin-top: 30px;
  line-height: 41px;
  margin-bottom: 16px;
}
.PageAPropos .highlight_adn .header_section .titre > span {
  color: rgb(44, 141, 206);
}
.PageAPropos .highlight_adn .header_section .texte {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
}
.PageAPropos .highlight_adn ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}
.PageAPropos .highlight_adn ul > li {
  flex: 1;
}
.PageAPropos .highlight_adn ul > li > div {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 290px;
}
.PageAPropos .highlight_adn ul > li > div:hover {
  border: 1px solid rgba(44, 141, 206, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.1);
}
.PageAPropos .highlight_adn ul > li > div:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(44, 141, 206, 0),
    rgba(44, 141, 206, 0.2),
    rgba(44, 141, 206, 0)
  );
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.PageAPropos .highlight_adn ul > li > div:hover::after {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.PageAPropos .highlight_adn ul > li > div .picto {
  background: rgba(44, 141, 206, 0.2);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.PageAPropos .highlight_adn ul > li > div:hover .picto {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.PageAPropos .highlight_adn ul > li > div .titre > h3 {
  all: unset;
}
.PageAPropos .highlight_adn ul > li > div .titre {
  font-size: 16px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}
.PageAPropos .highlight_adn ul > li > div .sous_titre {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.PageAPropos .highlight_adn ul > li > div .sous_titre > span {
  color: rgb(44, 141, 206);
  font-weight: bold;
}
.PageAPropos .highlight_adn ul > li > div .texte {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}
.compareApproches {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.compareApproches .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
  margin: 0 auto;
}
.compareApproches .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 30px auto 0;
}
.compareApproches .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
.compare {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 28px;
  color: #1f2b3a;
  padding: 12px;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}

.compare__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 16px;
}

/* ---- left : approach list ---- */
.approaches {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.approach {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e3e9f2;
  border-radius: 14px;
  padding: 18px 20px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s,
    transform 0.18s;
}
.approach:hover {
  border-color: #2c8dce;
  transform: translateY(-2px);
}
.approach:focus-visible {
  outline: 3px solid rgba(44, 141, 206, 0.25);
  outline-offset: 2px;
}
.approach__body {
  flex: 1;
}
.approach__name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
}
.approach__name h3 {
  all: unset;
}
.approach__sub {
  display: block;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}
.approach__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e3e9f2;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  transition:
    border-color 0.18s,
    background 0.18s;
}
.approach__dot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.18s;
}
.approach.is-active {
  background: #2c8dce;
  border-color: #2c8dce;
  color: #fff;
  box-shadow: 0 10px 24px rgba(44, 141, 206, 0.32);
}
.approach.is-active .approach__sub {
  color: rgba(255, 255, 255, 0.85);
}
.approach.is-active .approach__dot {
  border-color: #fff;
}
.approach.is-active .approach__dot::after {
  transform: scale(1);
}
.approach__icon {
  flex: 0 0 auto;
  display: none;
}
.approach.is-active .approach__icon {
  display: inline-flex;
}

/* ---- right : detail panel ---- */
.detail {
  background: linear-gradient(180deg, #f5fbff, #ffffff 40%);
  border: 1.5px solid #2c8dce;
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: 0 12px 30px rgba(44, 141, 206, 0.12);
}
.detail__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.detail__name {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail__sub {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  max-width: 36ch;
}
.detail__score {
  text-align: right;
  flex: 0 0 auto;
}
.detail__score b {
  font-size: 38px;
  font-weight: 800;
  color: #2c8dce;
  line-height: 1;
}
.detail__score span {
  font-size: 18px;
  color: #64748b;
  font-weight: 600;
}
.detail__score small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-top: 4px;
}
.criteria {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 26px;
}
.crit__head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 7px;
}
.crit__head b {
  font-weight: 600;
}
.crit__head span {
  color: #2c8dce;
  font-weight: 700;
}
.crit__track {
  height: 8px;
  border-radius: 99px;
  background: #e6eef6;
  overflow: hidden;
}
.crit__fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #2c8dce, #1f6fa8);
  width: 0;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.detail__cols {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  border-top: 1px solid #e3e9f2;
  padding-top: 20px;
}
.col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.col--forts h4 {
  color: #2c8dce;
}
.col--limites h4 {
  color: #dc2626;
}
.col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.col li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.col--forts li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 700;
  flex: 0 0 auto;
}
.col--limites li {
  color: #64748b;
  font-style: italic;
}

/* ==========================================================================
   PAGE — ACCUEIL
   ========================================================================== */
#top_accueil {
  margin: 0;
}
#bloc-accueil {
  margin: 0 auto;
  text-align: center;
}
#bloc-accueil .box-accueil {
  height: 197px;
  width: 370px;
  display: inline-block;
  margin: 0 15px;
  overflow: hidden;
}
#bloc-accueil .box-accueil > a > div {
  max-height: 197px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#bloc-accueil .box-accueil > a > div > .titre {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #2d8bce;
  transition: padding 0.5s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#bloc-accueil .box-accueil > a:hover > div > .titre {
  padding: 87px 0;
  transition: padding 0.5s ease;
}
#bloc-accueil .box-accueil .img {
  max-height: 197px;
  height: 197px;
}
#bloc-accueil .box-accueil .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.highlight .button {
  padding: 10px 30px;
  background-color: #dcb047;
  border-radius: 50vh;
  color: #fff;
  text-decoration: none;
}
.highlight2 h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  text-transform: initial;
}
#avis {
  position: relative;
  padding: 60px;
  background: #fafbfd;
}
#avis .gNote {
  background: rgb(255, 255, 255);
  border-radius: 50vh;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 8px 16px;
  color: rgb(101, 117, 139);
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
}
#avis .gNote > div {
  display: flex;
  align-items: center;
}
#avis .gNote svg {
  height: 20px;
  width: 20px;
  display: block;
}
#avis .gNote > div > div .note {
  padding: 0 5px 0 10px;
  font-weight: bold;
  color: rgb(31, 36, 46);
}
#avis .container {
  max-width: 1470px;
}
#avis .container .infoSection {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
#avis .container .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#avis .container .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#avis .container .texte-bloc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  color: #777777;
}
#avis ul {
  margin: 30px 0 0 !important;
  padding: 20px 0 !important;
}
#nos_avis {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
}
.box-avis > div {
  background: #ffffff;
  max-width: 390px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  padding: 32px;
  margin: 0 auto;
  position: relative;
}
.box-avis .picto {
  position: absolute;
  top: -20px;
  left: 32px;
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  color: #fff;
  border-radius: 12px;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.box-avis .picto > svg {
  height: 20px;
  width: 20px;
}
.box-avis > div > .box-top > .score > svg {
  height: 20px;
  width: 20px;
  display: inline-block;
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
}
.box-avis > div > .box-top > .score {
  padding-bottom: 25px;
  padding-top: 12px;
}
.box-avis blockquote {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: rgb(101, 117, 139);
  min-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-avis .texte {
  padding-bottom: 25px;
}
.box-avis .person {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-avis .person > .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background: rgba(44, 141, 206, 0.1);
  border-radius: 50vh;
}
.box-avis .person > .photo > span {
  font-weight: bold;
  color: rgb(44, 141, 206);
}
.box-avis .info .nom {
  color: rgb(31, 36, 46);
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}
.box-avis .info .nom > span {
  padding-left: 3px;
  text-transform: uppercase;
}
.box-avis .info .projet > a {
  color: rgb(44, 141, 206);
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}
.box-avis .info .projet > a:hover {
  text-decoration: underline;
}
#avis .button_center {
  text-align: center;
  margin: 20px 0 45px auto;
  width: 100%;
}
#avis .button_avis {
  color: rgb(44, 141, 206);
  text-decoration: none;
  font-weight: bold;
}
#avis .button_avis:hover {
  text-decoration: underline;
}

/* ==========================================================================
   PAGE — ACCUEIL (suite)
   ========================================================================== */
#quisommesnous {
  margin-top: 90px;
}
#quisommesnous > div {
  display: flex;
  max-width: 1470px;
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
#quisommesnous > div .divImage {
  position: relative;
  height: 435px;
  width: 580px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
#quisommesnous > div .divImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
#quisommesnous > div .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 70%;
  margin-top: 35px;
}
#quisommesnous > div .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#quisommesnous > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#quisommesnous > div .texte-bloc > p:nth-child(2) {
  font-size: 15px;
}
#quisommesnous > div .texte-bloc ul {
  max-width: initial;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px 20px;
  margin-bottom: 55px;
  margin-top: 35px;
  flex-wrap: wrap;
}
#quisommesnous > div .texte-bloc ul > li {
  flex-basis: calc(50% - 10px);
  color: #1f242e;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}
#quisommesnous > div .texte-bloc ul > li > svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  color: #4789cb;
  margin-right: 5px;
}
#quisommesnous > div .button {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 4px 14px 0 hsla(204, 65%, 49%, 0.35);
  vertical-align: middle;
}
#quisommesnous > div .button:hover {
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}
#quisommesnous .divImageParent {
  position: relative;
}
#quisommesnous .divImageParent::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(44, 141, 206, 0.1);
  height: 435px;
  width: 580px;
  border-radius: 24px;
  z-index: -1;
}
#quisommesnous > div .texte-bloc > p:first-child > strong:first-child {
  color: rgb(31, 36, 46);
}
#quisommesnous > div .button svg {
  vertical-align: middle;
}
#nos_services {
  position: relative;
}
#nos_services .container {
  max-width: 1470px;
}
#nos_services .container .infoSection {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#nos_services .container .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#nos_services .container .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#nos_services .container .texte-bloc {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#nos_services .services-bloc {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 75px;
}
#nos_services .services-bloc article {
  flex-basis: 389px;
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#nos_services .services-bloc a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#nos_services .services-bloc article:hover {
  transform: matrix(1, 0, 0, 1, 0, -4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
#nos_services .services-bloc .icone-pack {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
#nos_services .services-bloc .icone-pack svg {
  height: 28px;
  width: 28px;
  color: rgb(44, 141, 206);
}
#nos_services .services-bloc .titre-pack {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
}
#nos_services .services-bloc .titre-pack > h3 {
  all: unset;
}
#nos_services .services-bloc .titre {
  font-size: 14px;
  font-weight: 500;
  color: rgb(44, 141, 206);
  padding: 8px 0 15px;
}
#nos_services .services-bloc .description {
  font-size: 13px;
  text-align: left;
  color: rgb(101, 117, 139);
}
#nos_services .services-bloc .description ul {
  margin: 20px 0;
  padding: 0 15px 0;
  list-style: inside !important;
}
#nos_services .services-bloc .description ul > li::marker {
  color: rgb(44, 141, 206);
  font-size: 1.4em;
}
#nos_services .services-bloc .description ul > li {
  padding: 8px 0;
  color: rgb(31, 36, 46);
}
#nos_services .services-bloc .btn_savoir {
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  background-color: #2d8bce;
  transition: all 0.3s ease;
  text-transform: initial;
  color: #fff;
  text-align: center;
}
#nos_services .services-bloc .btn_savoir svg {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s ease;
}
#nos_services .services-bloc article > a:hover .btn_savoir svg {
  margin-right: 0px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
#nos_servicesGraphique {
  position: relative;
  margin-top: 6rem;
}
#nos_servicesGraphique .container {
  max-width: 1470px;
}
#nos_servicesGraphique .container .infoSection {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#nos_servicesGraphique .container .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#nos_servicesGraphique .container .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#nos_servicesGraphique .container .texte-bloc {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#nos_servicesGraphique .services-blocGraphique {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 75px;
}
#nos_servicesGraphique .services-blocGraphique article {
  flex-basis: 389px;
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  box-shadow: none;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#nos_servicesGraphique .services-blocGraphique article:hover {
  border: 1px solid rgba(44, 141, 206, 0.3);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#nos_servicesGraphique .services-blocGraphique article .icone-pack {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
#nos_servicesGraphique .services-blocGraphique article .icone-pack svg {
  height: 28px;
  width: 28px;
  color: rgb(44, 141, 206);
}
#nos_servicesGraphique .services-blocGraphique article .titre-pack {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
}
#nos_servicesGraphique .services-blocGraphique article .titre-pack h3 {
  all: unset;
}
#nos_servicesGraphique .services-blocGraphique article .description {
  margin-top: 15px;
  font-size: 13px;
  text-align: left;
  color: rgb(101, 117, 139);
}
#nos_servicesGraphique .btnGraphique {
  margin-top: 60px;
}
#nos_servicesGraphique .buttonPackGraphique {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: rgb(44, 141, 206);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  vertical-align: middle;
}
#nos_servicesGraphique .buttonPackGraphique:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff !important;
  background-color: rgba(44, 141, 206, 0.9) !important;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.nos_packsweb_bloc .services-bloc_packweb {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 75px;
}
.nos_packsweb_bloc .services-bloc_packweb > div {
  flex: 1;
}
.nos_packsweb_bloc .services-bloc_packweb a {
  text-decoration: none;
}
.nos_packsweb_bloc .services-bloc_packweb article {
  flex-basis: 389px;
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.nos_packsweb_bloc .services-bloc_packweb article .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
.nos_packsweb_bloc .services-bloc_packweb article .picto svg {
  height: 28px;
  width: 28px;
  color: rgb(44, 141, 206);
}
.nos_packsweb_bloc .services-bloc_packweb article .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
}
.nos_packsweb_bloc .services-bloc_packweb article .titre > h2 {
  all: unset;
}
.nos_packsweb_bloc .services-bloc_packweb article .texte {
  font-size: 13px;
  text-align: left;
  color: rgb(101, 117, 139);
  padding: 15px 0;
  min-height: 78px;
}
.nos_packsweb_bloc .services-bloc_packweb article .liste ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nos_packsweb_bloc .services-bloc_packweb article .liste ul > li {
  padding: 6px 0;
}
.nos_packsweb_bloc .services-bloc_packweb article .liste ul > li > svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  color: #4789cb;
  margin-right: 5px;
}
.nos_packsweb_bloc .services-bloc_packweb article .btn_ensavoirplus {
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  background-color: #2d8bce;
  transition: all 0.3s ease;
  text-transform: initial;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.nos_packsweb_bloc .services-bloc_packweb article .btn_ensavoirplus svg {
  vertical-align: bottom;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.nos_packsweb_bloc .services-bloc_packweb article:hover .btn_ensavoirplus svg {
  margin-right: 0px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

/* ==========================================================================
   PAGE — NOS SERVICES
   ========================================================================== */
.nos_packs_bloc {
  margin: 95px 0;
}
.services-bloc {
  display: flex;
  gap: 60px;
}
.services-bloc a {
  text-decoration: none;
}
.services-bloc > div {
  flex: 1;
}
.services-bloc .packs_web {
  background-image: linear-gradient(
    to right bottom,
    rgba(59, 130, 246, 0.1),
    rgba(59, 130, 246, 0.05)
  );
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  color: rgb(31, 36, 46);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.services-bloc .packs_graphique {
  background-image: linear-gradient(
    to right bottom,
    rgba(168, 85, 247, 0.1),
    rgba(236, 72, 153, 0.05)
  );
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  color: rgb(31, 36, 46);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.services-bloc .reseaux_sociaux {
  background-image: linear-gradient(
    to right bottom,
    rgba(249, 115, 22, 0.1),
    rgba(245, 158, 11, 0.05)
  );
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  color: rgb(31, 36, 46);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.services-bloc div > a:hover {
  transform: matrix(1, 0, 0, 1, 0, -4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.services-bloc article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-bloc article ul > li {
  margin: 0;
  padding: 0;
}
.services-bloc .packs_web .picto {
  background-color: rgba(59, 130, 246, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
.services-bloc .packs_web .picto svg {
  color: rgb(37, 99, 235);
  stroke: rgb(37, 99, 235);
}
.services-bloc .packs_graphique .picto {
  background-color: rgba(168, 85, 247, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
.services-bloc .packs_graphique .picto svg {
  color: rgb(147, 51, 234);
  stroke: rgb(147, 51, 234);
}
.services-bloc .reseaux_sociaux .picto {
  background-color: rgba(249, 115, 22, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
}
.services-bloc .reseaux_sociaux .picto svg {
  color: rgb(234, 88, 12);
  stroke: rgb(234, 88, 12);
}
.services-bloc .picto svg {
  height: 28px;
  width: 28px;
}
.services-bloc .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
}
.services-bloc .titre > h2 {
  all: unset;
}
.services-bloc .sous_titre {
  font-size: 14px;
  font-weight: 500;
  color: rgb(44, 141, 206);
  padding: 8px 0 15px;
  font-style: italic;
}
.services-bloc .texte {
  font-size: 13px;
  text-align: left;
  color: rgb(101, 117, 139);
  margin: 15px 0;
}
.services-bloc .liste ul {
  margin: 20px 0;
  padding: 0;
}
.services-bloc .liste ul > li {
  padding: 8px 0;
  color: rgb(31, 36, 46);
}
.services-bloc .liste ul > li > svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  color: #4789cb;
  margin-right: 5px;
}
.services-bloc .btn_ensavoirplus > span {
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  background-color: #2d8bce;
  transition: all 0.3s ease;
  text-transform: initial;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
.services-bloc .btn_ensavoirplus > span > svg {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.services-bloc a:hover .btn_ensavoirplus svg {
  margin-right: 0px;
  margin-left: 5px;
  transition: all 0.3s ease;
}

#realisations {
  background-color: #f0f7ff;
  padding: 60px 0;
}
#blog {
  position: relative;
/*  margin-top: 6rem;*/
  margin-bottom: 6rem;
}
#blog .infoSection {
  text-align: center;
}
#blog .infoSection .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#blog .infoSection .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  padding-top: 0px;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#blog .infoSection .texte-bloc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  color: rgb(119, 119, 119);
}
#blog .contenu-blog {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
#blog .contenu-blog > article {
  flex-basis: calc(100% / 3 - 24px);
  background-color: #fff;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#blog .contenu-blog .blog-card:hover {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#blog .contenu-blog > article > a {
  text-decoration: none;
}
#blog .contenu-blog .image {
  position: relative;
  height: 217px;
  width: 100%;
  overflow: hidden;
}
#blog .contenu-blog .image .blog-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgb(44, 141, 206);
  font-size: 12px;
  color: #fff;
  border-radius: 50vh;
  padding: 4px 12px;
  z-index: 1;
}
#blog .contenu-blog .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#blog .contenu-blog .blog-card:hover .image img {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#blog .contenu-blog .blog-card__content {
  padding: 24px;
}
#blog .contenu-blog .blog-card__content time {
  color: rgb(101, 117, 139);
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
}
#blog .contenu-blog .blog-card__content time svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#blog .contenu-blog .blog-card__content .blog-card__title {
  all: unset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 12px;
  font-weight: bold;
  color: rgb(31, 36, 46);
  text-align: left;
  font-size: 17px;
  min-height: 70px;
}
#blog .contenu-blog .blog-card:hover .blog-card__content .blog-card__title {
  color: rgb(44, 141, 206);
}
#blog .contenu-blog .blog-card__content .blog-card__excerpt {
  color: rgb(101, 117, 139);
  margin-bottom: 16px;
  font-size: 14px;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog .contenu-blog .blog-card__content .blog-card__link {
  font-size: 14px;
  color: rgb(44, 141, 206);
  font-weight: bold;
}
#blog .contenu-blog .blog-card__content .blog-card__link svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0px;
}
#blog .contenu-blog .blog-card:hover .blog-card__content .blog-card__link svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s ease;
}
.categorieBlog {
  border-bottom: 1px solid rgba(225, 231, 239, 0.6);
  border-top: 1px solid rgba(225, 231, 239, 0.6);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: rgb(31, 36, 46);
  padding-top: 42px;
  padding-bottom: 42px;

  position: -webkit-sticky;

  position: sticky;
  top: 80px;
  height: 100%;
  z-index: 2;
  margin-bottom: 60px;
}
.categorieBlog ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.categorieBlog ul > li > a {
  text-decoration: none;
  border: 1px solid rgb(225, 231, 239);
  border-radius: 50vh;
  background-color: rgb(255, 255, 255);
  color: rgb(101, 117, 139);
  font-size: 12px;
  padding: 8px 16px;
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
.categorieBlog ul > li > a:hover {
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  border: 1px solid rgba(44, 141, 206, 0.4);
  color: rgb(44, 141, 206);
}
.categorieBlog ul > li > a.active {
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  background-color: rgb(44, 141, 206);
  border: 1px solid rgb(44, 141, 206);
  color: rgb(255, 255, 255);
}
#blog .btn_blog {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#blog .button_blog {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: rgb(44, 141, 206);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  vertical-align: middle;
}
#blog .button_blog:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff !important;
  background-color: rgba(44, 141, 206, 0.9) !important;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#blog .button_blog svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 16px;
  width: 16px;
}
#blog .button_blog:hover svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_texteBlog {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: transparent;
  color: rgb(31, 36, 46);
  position: relative;
}
.header_texteBlog .ariane {
  margin-top: 60px;
}
.header_texteBlog ol[itemtype="http://schema.org/BreadcrumbList"] a {
  color: rgba(255, 255, 255, 0.7);
  transition:
    0.15s color,
    background-color,
    border-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    0.15s color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    0.15s color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
.header_texteBlog ol[itemtype="http://schema.org/BreadcrumbList"] a:hover {
  color: rgba(255, 255, 255, 1);
  transition:
    0.15s color,
    background-color,
    border-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    0.15s color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    0.15s color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
.header_texteBlog ol[itemtype="http://schema.org/BreadcrumbList"] > li:last-child a {
  color: rgba(255, 255, 255, 0.9);
}
.header_texteBlog ol[itemtype="http://schema.org/BreadcrumbList"] > li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.9);
}
.header_texteBlog .categorie {
  color: rgb(255, 255, 255);
  background-color: rgb(44, 141, 206);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
}
.header_texteBlog .titre {
  text-align: left;
  font-weight: bold;
  font-size: 42px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(255, 255, 255);
  max-width: 57%;
  margin: 25px 0;
  line-height: 1;
}
.header_texteBlog .informations {
  font-size: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
  display: flex;
  gap: 20px;
}
.header_texteBlog .informations a
{
  padding-left: 5px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.header_texteBlog .informations svg {
  color: rgba(255, 255, 255, 0.7);
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.header_texteBlog .informations > div {
  display: flex;
  align-items: center;
}
.header_texteBlog .informations .round {
  height: 4px;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50vh;
}
.header_texteBlog picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.header_texteBlog picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.2)
  );
}
.header_texteBlog picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   PAGE — QUI SOMMES-NOUS
   ========================================================================== */
#notre_strategie {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
}
#notre_strategie > div .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#notre_strategie > div .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
#notre_strategie > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#notre_strategie .strategie {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  margin-top: 60px;
}
#notre_strategie .strategie > li {
  flex: 1;
}
#notre_strategie .strategie > li > div {
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
}
#notre_strategie .strategie > li > div > .number {
  color: rgba(44, 141, 206, 0.2);
  text-align: left;
  font-size: 36px;
  font-weight: bold;
}
#notre_strategie .strategie > li > div > .titre {
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
#notre_strategie .strategie > li > div > .titre > h3 {
  all: unset;
}
#notre_strategie .strategie > li > div > .sous_titre {
  font-size: 12px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
#agence_pub {
  text-align: center;
}
#agence_pub > div .sous-titre-bloc {
  color: #2c8dce;
  background-color: #e4edf5;
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
}
#agence_pub > div .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
#agence_pub > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#agence_pub > div .texteInf-bloc {
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  margin-top: 20px;
}
#agence_pub aside {
  background-color: rgba(44, 141, 206, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(44, 141, 206, 0.2);
  margin-top: 30px;
  padding: 25px 35px;
}
#agence_pub aside .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
}
#agence_pub aside .titre h3 {
  all: unset;
}
#agence_pub aside p {
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#nos_references {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
  margin: 60px 0;
}
#nos_references > div .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#nos_references > div .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
#nos_references > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#nos_references .button {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 4px 14px 0 hsla(204, 65%, 49%, 0.35);
  vertical-align: middle;
  margin-top: 30px;
  display: inline-block;
}
#nos_references .button:hover {
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}
#nos_references .button svg {
  vertical-align: middle;
}
#faqSection {
  text-align: center;
  margin-bottom: 60px;
}
#faqSection > div .sous-titre-bloc-quisommes {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#faqSection > div .sous-titre-bloc {
  text-align: center;
  justify-content: center;
  display: flex;
}
#faqSection > div .sous-titre-bloc > .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
#faqSection > div .sous-titre-bloc > .picto svg {
  height: 28px;
  width: 28px;
  color: rgb(44, 141, 206);
}
#faqSection > div .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
.nos_valeurs {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
}
.nos_valeurs .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.nos_valeurs .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 30px auto;
}
.nos_valeurs .titre-bloc > span {
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.nos_valeurs .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
}
.nos_valeurs .nos_valeurs_ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  margin-top: 60px;
}
.nos_valeurs .nos_valeurs_ul > li {
  flex: 1;
}
.nos_valeurs .nos_valeurs_ul > li > div {
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
}
.nos_valeurs .nos_valeurs_ul > li > div:hover {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
}
.nos_valeurs .nos_valeurs_ul > li > div > .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.nos_valeurs .nos_valeurs_ul > li > div > .picto svg {
  color: rgb(44, 141, 206);
  stroke: rgb(44, 141, 206);
  height: 28px;
  width: 28px;
  display: block;
}
.nos_valeurs .nos_valeurs_ul > li > div > .titre {
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
.nos_valeurs .nos_valeurs_ul > li > div > .titre > h3 {
  all: unset;
}
.nos_valeurs .nos_valeurs_ul > li > div > .sous_titre {
  font-size: 12px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}

.sur_mesure {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
  margin-top: 60px;
}
.sur_mesure > div .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.sur_mesure > div .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 35px auto;
}
.sur_mesure > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.sur_mesure .sur_mesure_bloc {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.sur_mesure .sur_mesure_bloc > div {
  flex-basis: 435px;
}
.sur_mesure .sur_mesure_bloc article {
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sur_mesure .sur_mesure_bloc article .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.sur_mesure .sur_mesure_bloc article .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.sur_mesure .sur_mesure_bloc article .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
}
.sur_mesure .sur_mesure_bloc article .titre > h3 {
  all: unset;
}
.sur_mesure .sur_mesure_bloc article .texte {
  font-size: 16px;
  text-align: left;
  color: rgb(101, 117, 139);
  padding: 15px 0;
  text-align: left;
  line-height: 26px;
}

.securiteux_bloc {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
  margin-top: 60px;
}
.securiteux_bloc > div .sous-titre-bloc {
  text-align: left;
}
.securiteux_bloc > div .sous-titre-bloc > span {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.securiteux_bloc > div .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin: 35px auto;
}
.securiteux_bloc > div .texte-bloc {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.securiteux_bloc .securite_ux {
  display: flex;
  gap: 60px;
  max-width: 940px;
  margin: 0 auto;
  align-items: center;
}
.securiteux_bloc .securite_ux .texte_securite_ux {
  flex-basis: calc(100% - 425px);
}
.securiteux_bloc .securite_ux .texte_securite_ux ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.securiteux_bloc .securite_ux .texte_securite_ux ul > li {
  flex-basis: calc(50% - 15px);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.securiteux_bloc .securite_ux .texte_securite_ux ul > li .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.securiteux_bloc .securite_ux .texte_securite_ux ul > li .picto svg {
  height: 20px;
  width: 20px;
  color: rgb(44, 141, 206);
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc {
  flex-basis: 425px;
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article {
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 425px;
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article .titre > h3 {
  all: unset;
}
.securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article .texte {
  font-size: 16px;
  text-align: left;
  color: rgb(101, 117, 139);
  padding: 15px 0;
  text-align: left;
  line-height: 26px;
}

.creation_web {
  text-align: center;
  padding: 0;
  margin-top: 60px;
}
.creation_web > div .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.creation_web > div .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 35px auto;
}
.creation_web > div .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.creation_web .sur_mesure_bloc {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.creation_web .sur_mesure_bloc > div {
  flex-basis: 435px;
}
.creation_web .sur_mesure_bloc article {
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.creation_web .sur_mesure_bloc article .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.creation_web .sur_mesure_bloc article .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.creation_web .sur_mesure_bloc article .titre {
  font-size: 18px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
}
.creation_web .sur_mesure_bloc article .titre > h3 {
  all: unset;
}
.creation_web .sur_mesure_bloc article .texte {
  font-size: 16px;
  text-align: left;
  color: rgb(101, 117, 139);
  padding: 15px 0;
  text-align: left;
  line-height: 26px;
  min-height: 215px;
}

/* ==========================================================================
   COMBINAISON
   ========================================================================== */
#combinaisons {
  margin: 60px 0;
  text-align: center;
}
#combinaisons .container .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#combinaisons .container .titre-bloc > span {
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
#combinaisons .container .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#combinaisons .container .texte-bloc {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: center;
}
#combinaisons .bloc_services_completent {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
#combinaisons .bloc_services_completent > div {
  flex: 1;
}
#combinaisons .bloc_services_completent > div > article {
  background-image: linear-gradient(to right bottom, rgba(44, 141, 206, 0.05), rgba(0, 0, 0, 0));
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
}
#combinaisons .bloc_services_completent > div > article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
#combinaisons .bloc_services_completent > div > article .titre {
  font-size: 12px;
  color: rgb(44, 141, 206);
  margin-bottom: 10px;
  text-align: left;
}
#combinaisons .bloc_services_completent > div > article .sous_titre {
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
#combinaisons .bloc_services_completent > div > article .sous_titre h3 {
  all: unset;
}
#combinaisons .bloc_services_completent > div > article .texte {
  font-size: 14px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 20px;
}
#combinaisons .bloc_services_completent > div > article ul a {
  all: unset;
  cursor: pointer;
}
#combinaisons .bloc_services_completent > div > article ul .graphique {
  background-color: rgba(168, 85, 247, 0.1);
  border-radius: 50vh;
  color: rgb(126, 34, 206);
  font-size: 12px;
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  padding: 4px 12px;
}
#combinaisons .bloc_services_completent > div > article ul .graphique:hover {
  background-color: rgba(168, 85, 247, 0.2);
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
#combinaisons .bloc_services_completent > div > article ul .web {
  background-color: rgba(59, 130, 246, 0.1);
  border-radius: 50vh;
  color: rgb(29, 78, 216);
  font-size: 12px;
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  padding: 4px 12px;
}
#combinaisons .bloc_services_completent > div > article ul .web:hover {
  background-color: rgba(59, 130, 246, 0.2);
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
#combinaisons .bloc_services_completent > div > article ul .social {
  background-color: rgba(249, 115, 22, 0.1);
  border-radius: 50vh;
  color: rgb(194, 65, 12);
  font-size: 12px;
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  padding: 4px 12px;
}
#combinaisons .bloc_services_completent > div > article ul .social:hover {
  background-color: rgba(249, 115, 22, 0.2);
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}

/* ==========================================================================
   PAGE — PROCÉDURE
   ========================================================================== */
#procedure {
  margin-top: 100px;
  margin-bottom: 100px;
}
#procedure .infoSection {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#procedure h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 20px;
  line-height: 41px;
}
#procedure .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#procedure .texte-bloc {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#procedure .timeline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-top: 70px;
}
#procedure .timeline-container::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% - 40%);
  border-top: 3px dotted rgb(44, 141, 206);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#procedure .timeline-container .timeline-block {
  flex-basis: 265px;
  background-color: #fff;
  border: 1px solid rgba(255, 231, 239, 0.5);
  border-radius: 16px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  box-sizing: border-box;
  color: rgb(31, 36, 46);
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  position: relative;
  min-height: 265px;
}
#procedure .timeline-container .timeline-block .icone {
  background-color: rgb(241, 245, 249);
  padding: 24px;
  height: 80px;
  display: inline-block;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;
}
#procedure .timeline-container .timeline-block .icone svg {
  height: 32px;
  width: 32px;
  color: rgb(31, 36, 46);
}
#procedure .timeline-container .timeline-block .icone > span {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  border-radius: 12px;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 8px;
  font-size: 12px;
}
#procedure .timeline-container .timeline-block .text .heading > .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
#procedure .timeline-container .timeline-block .text > p {
  font-size: 12px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
#procedure .timeline-container .timeline-block .suiv_icon {
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translate(0, -50%);
  color: rgb(44, 141, 206);
}

/* ==========================================================================
   GALERIES
   ========================================================================== */
#galerie-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

#galerie-liste .galerie {
  width: calc(100% / 3 - 14px);
  position: relative;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  height: 215px;
}

#galerie-liste .galerie img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  margin: 0 !important;
  padding: 0;
}

#galerie-liste .galerie .box-galerie-contenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  transition: 0.3s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#galerie-liste .galerie .box-galerie-contenu .galerie-nom {
  font-size: 20px;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  text-align: left;
}

#photos-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#photos-liste > li {
  width: calc(100% / 4 - 15px);
  position: relative;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  height: 215px;
  position: relative;
}

#photos-liste > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
  margin: 0 !important;
  padding: 0;
}

#photos-liste > li .show-photos {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 35px;
  opacity: 0;
  transition: all ease 0.5s;
}

#photos-liste > li:hover .show-photos {
  display: block;
  opacity: 1;
  transition: all ease 0.5s;
}

#photos-liste > li:hover > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}

/* ==========================================================================
   RÉALISATION (détail)
   ========================================================================== */
#realisations {
  background: linear-gradient(135deg, rgb(23, 33, 54) 0%, rgb(33, 45, 69) 100%);
  padding: 60px 0;
}
#realisations .container {
  max-width: 1470px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#realisations .container .contenu-titre {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#realisations .container .contenu-titre > div > .sous-titre-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  text-align: center;
}
#realisations .container .contenu-titre > div > h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(255, 255, 255);
  margin-top: 20px;
  line-height: 41px;
}
#realisations .container .contenu-titre > div > .texte-bloc {
  font-size: 14px;
  line-height: 26px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}
#realisations .container .contenu-realisations {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  max-width: 86%;
  margin: 65px auto 0;
}
#realisations .container .contenu-realisations > div {
  flex-basis: 290px;
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgb(31, 36, 46);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#realisations .container .contenu-realisations > div:hover {
  border: 1px solid rgba(44, 141, 206, 0.5);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#realisations .container .contenu-realisations > div > article > a {
  text-decoration: none;
}
#realisations .container .contenu-realisations > div > article > a > .image {
  position: relative;
  height: 216px;
  width: 288px;
}
#realisations .container .contenu-realisations > div > article > a > .image > .btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
#realisations .container .contenu-realisations > div > article:hover > a > .image > .btn {
  opacity: 1;
  background-color: rgba(44, 141, 206, 0.9);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#realisations .container .contenu-realisations > div > article > a > .image > .btn > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
}
#realisations
  .container
  .contenu-realisations
  > div
  > article
  > a
  > .image
  > .btn
  > div
  > span
  > svg {
  height: 32px;
  width: 32px;
}
#realisations .container .contenu-realisations > div > article > a > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#realisations .container .contenu-realisations > div > article > a > .info {
  padding: 16px;
}
#realisations .container .contenu-realisations > div > article > a > .info > .nom {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  text-transform: initial;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
#realisations .container .contenu-realisations > div > article > a > .info > .nom > h3 {
  all: unset;
}
#realisations .container .contenu-realisations > div > article > a > .info > .categorie {
  text-align: left;
  font-size: 12px;
  color: rgb(44, 141, 206);
}
#realisations .button {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: rgb(44, 141, 206);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  vertical-align: middle;
}
#realisations .button:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff !important;
  background-color: rgba(44, 141, 206, 0.9) !important;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#realisations .button svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#realisations .button:hover svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#realisations .container > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-top: 30px;
}
#realisations .container > div:last-child > div > article > a {
  text-decoration: none;
}
#realisations-page .contenu-realisations {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
  justify-content: center;
}
#realisations-page .contenu-realisations > div {
  flex-basis: calc(100% / 4 - 20px);
  overflow: hidden;
  height: 215px;
  position: relative;
  border-radius: 10px;
}
#realisations-page .contenu-realisations > div > a {
  text-decoration: none;
}
#realisations-page .contenu-realisations > div > a > .image {
  position: relative;
  width: 100%;
  height: 100%;
}
#realisations-page .contenu-realisations > div > a > .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#realisations-page .contenu-realisations > div > a > .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgb(255 255 255 / 0.6);
  padding: 5px 0;
  color: #000;
  display: none;
  animation: apparition 0.5s ease-out;
}
#realisations-page .contenu-realisations > div > a > .btn > span {
  color: #51b1e7;
}
#realisations-page .contenu-realisations > div > a:hover > .btn {
  display: block;
  animation: apparition 0.5s ease-out;
}
#realisations-page > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-top: 30px;
}

/* ---- Page détail d'un projet : en-tête, atouts, description, chiffres, différence, identité, galerie, vidéo/avis ---- */
.header_texteRealisation {
  background: linear-gradient(135deg, rgb(248, 250, 252) 0%, rgb(238, 243, 246) 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.header_texteRealisation .catBloc {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.header_texteRealisation .catBloc .categorie {
  display: flex;
  gap: 5px;
  align-items: center;

  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.header_texteRealisation .catBloc .categorie .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_texteRealisation .catBloc .categorie svg {
  height: 14px;
  width: 14px;
}
.header_texteRealisation .catBloc .ville {
  display: flex;
  gap: 5px;
  align-items: center;

  color: rgb(31, 36, 46);
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  border: 1px solid rgb(225, 231, 239);
}
.header_texteRealisation .catBloc .ville .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_texteRealisation .catBloc .ville svg {
  height: 14px;
  width: 14px;
  color: rgb(44, 141, 206);
}
.header_texteRealisation .titre {
  all: unset;
  text-align: left;
  font-weight: bold;
  font-size: 42px;
  text-transform: initial;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  background: linear-gradient(135deg, rgb(44, 141, 206) 0%, rgb(77, 168, 230) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  max-width: 57%;
  line-height: 1;
}
.header_texteRealisation .tagline {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
}
.header_texteRealisation .informations {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.header_texteRealisation .informations .buttonSite > a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;

  box-shadow: rgba(23, 84, 125, 0.28) 0px 4px 14px 0px;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  background-color: rgb(44, 141, 206);
  transition: all 0.3s ease;
  text-transform: initial;
  color: #fff;
  text-align: center;
}
.header_texteRealisation .informations .buttonSite > a svg {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_texteRealisation .informations .buttonLancerProjet > a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  transition: all 0.3s ease;
  text-transform: initial;
  color: rgb(31, 36, 46);
  text-align: center;
}
.header_texteRealisation .informations .buttonLancerProjet > a svg {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_texteRealisation .blocProjet {
  max-width: 70%;
  margin: 0 auto;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  background-color: rgb(255, 255, 255);
  color: rgb(31, 36, 46);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.header_texteRealisation .blocProjet img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
.header_texteRealisation .blocProjet .imgMockup {
  position: relative;
  height: 485px;
  width: 100%;
  overflow: hidden;
}
.header_texteRealisation .blocProjet .headerMockup {
  display: flex;
  align-items: center;
  gap: 30%;
  padding: 12px 16px;
  background-color: rgba(241, 245, 249, 0.5);
}
.header_texteRealisation .blocProjet .headerMockup .actionMockup {
  display: flex;
  gap: 5px;
}
.header_texteRealisation .blocProjet .headerMockup .actionMockup > span {
  height: 12px;
  width: 12px;
  border-radius: 50vh;
}
.header_texteRealisation .blocProjet .headerMockup .actionMockup > span:nth-child(1) {
  background-color: rgba(248, 113, 113, 0.8);
}
.header_texteRealisation .blocProjet .headerMockup .actionMockup > span:nth-child(2) {
  background-color: rgba(250, 204, 21, 0.8);
}
.header_texteRealisation .blocProjet .headerMockup .actionMockup > span:nth-child(3) {
  background-color: rgba(74, 222, 128, 0.8);
}
.header_texteRealisation .blocProjet .headerMockup .urlMockup > div {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 10px;
  padding: 4px 12px;
}
.header_texteRealisation .blocProjet .headerMockup .urlMockup > div .picto svg {
  color: rgb(44, 141, 206);
  height: 12px;
  width: 12px;
}
.header_texteRealisation .blocProjet .headerMockup .urlMockup > div .texte {
  font-size: 12px;
  color: rgb(71, 84, 102);
}
.atoutProjet {
  border-bottom: 1px solid rgb(225, 231, 239);
}
.atoutProjet .blocAtoutProjet {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.atoutProjet .blocAtoutProjet > div:first-child {
  border-left: none;
}
.atoutProjet .blocAtoutProjet > div {
  flex: 1;
  border-left: 1px solid rgb(225, 231, 239);
  padding: 32px;
}
.atoutProjet .blocAtoutProjet .titre {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  color: rgb(71, 84, 102);
  justify-content: center;
}
.atoutProjet .blocAtoutProjet .picto svg {
  color: rgb(44, 141, 206);
  width: 14px;
  height: 14px;
}
.atoutProjet .blocAtoutProjet .texteAtout {
  all: unset;
  color: rgb(31, 36, 46);
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.projetDescription > .container > div {
  display: flex;
  padding: 6rem 0;
  gap: 3rem;
}
.projetDescription > .container .leftInfos {
  flex-basis: 30%;
}
.projetDescription > .container .rightInfos {
  flex-basis: calc(100% - 30%);
}
.projetDescription > .container .leftInfos > span {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.projetDescription > .container .leftInfos h2#titre-projet {
  all: unset;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.projetDescription > .container .leftInfos h2#titre-projet > span {
  display: block;
  color: rgb(44, 141, 206);
}
.projetDescription > .container .leftInfos .titre {
  text-transform: uppercase;
  color: rgb(71, 84, 102);
  margin-top: 15px;
}
.projetDescription > .container .leftInfos .contenuUnivers {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  margin-top: 15px;
}
.projetDescription > .container .leftInfos .contenuUnivers > li {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.3rem 0.5rem;
  border-radius: 50vh;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.projetDescription > .container .rightInfos .presentation > p {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(71, 84, 102);
  letter-spacing: 0.5px;
}
.projetDescription > .container .rightInfos .defis {
  display: flex;
  gap: 20px;
  background-image: linear-gradient(
    to right bottom,
    rgba(44, 141, 206, 0.05),
    rgba(44, 141, 206, 0.1)
  );
  border-left: 4px solid rgb(44, 141, 206);
  margin-top: 32px;
  padding: 24px;
}
.projetDescription > .container .rightInfos .defis .picto {
  color: rgb(44, 141, 206);
}
.projetDescription > .container .rightInfos .defis .titre {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.projetDescription > .container .rightInfos .defis .texte > div:last-child {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  color: rgb(31, 36, 46);
  letter-spacing: 0.5px;
}
.enChiffres {
  padding: 6rem 0;
  background-image: linear-gradient(
    to right bottom,
    rgba(44, 141, 206, 0.05),
    rgb(255, 255, 255),
    rgba(44, 141, 206, 0.05)
  );
  border-bottom: 1px solid rgba(225, 231, 239, 0.5);
  border-top: 1px solid rgba(225, 231, 239, 0.5);
}
.enChiffres .texte-bloc {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.enChiffres h2#titre-chiffres {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
.enChiffres .blocEnChiffres {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
}
.enChiffres .blocEnChiffres > div {
  flex: 1;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 24px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 32px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(31, 36, 46);
}
.enChiffres .blocEnChiffres > div:hover {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
}
.enChiffres .blocEnChiffres .valeur {
  color: rgb(44, 141, 206);
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.enChiffres .blocEnChiffres .label {
  all: unset;
  display: block;
  color: rgb(71, 84, 102);
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.laDifference {
  padding: 6rem;
}
.laDifference .texte-bloc {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.laDifference #titre-difference {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.laDifference .blocEnChiffres {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
}
.laDifference .blocEnChiffres > div {
  flex: 1;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 24px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 32px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(31, 36, 46);
}
.laDifference .blocEnChiffres > div:hover {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px !important;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform: matrix(1, 0, 0, 1, 0, -4) !important;
}
.laDifference .blocEnChiffres .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.laDifference .blocEnChiffres .picto svg {
  height: 28px;
  width: 28px;
  display: block;
}
.laDifference .blocEnChiffres > div:hover .picto {
  background: rgb(44, 141, 206);
  color: rgb(255, 255, 255);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.laDifference .blocEnChiffres .titre {
  all: unset;
  display: block;
  color: rgb(31, 36, 46);
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: left;
}
.laDifference .blocEnChiffres .texte {
  font-size: 16px;
  color: rgb(71, 84, 102);
  letter-spacing: 0.5px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.identite_intervention {
  padding: 6rem 0;
  background-color: rgba(241, 245, 249, 0.3);
}
.identite_intervention > .container > div {
  display: flex;
  gap: 3rem;
}
.identite_intervention > .container .leftBox {
  flex-basis: 30%;
}
.identite_intervention > .container .rightBox {
  flex-basis: calc(100% - 30%);
}
.identite_intervention .texte-bloc {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.identite_intervention #titre-identite,
.identite_intervention .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.identite_intervention .blocIdentite {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.identite_intervention .blocIdentite .couleur-card {
  flex-basis: 100%;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  border-radius: 16px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  background-color: rgb(255, 255, 255);
  color: rgb(31, 36, 46);
  padding: 16px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.identite_intervention .blocIdentite .couleur-card .couleur-apercu {
  border: 2px solid rgb(255, 255, 255);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
  border-radius: 12px;
  height: 64px;
  width: 64px;
}
.identite_intervention .blocIdentite .couleur-card .couleur-nom {
  all: unset;
  display: block;
  color: rgb(31, 36, 46);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.identite_intervention .blocIdentite .couleur-card .couleur-hex {
  all: unset;
  display: block;
  color: rgb(71, 84, 102);
  font-size: 13px;
  text-align: left;
}
.identite_intervention .blocServices {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1em;
}
.identite_intervention .blocServices > li {
  flex-basis: calc(100% / 2 - 10px);
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(225, 231, 239, 0.5);
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 16px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  font-weight: bold;
}
.identite_intervention .blocServices > li svg {
  color: rgb(44, 141, 206);
}
.galerie .titre-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.galerie .titre-section .texte-bloc {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.galerie .titre-section .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.galerie .titre-section .clicProjet {
  max-width: 30%;
}
.galerie .images {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(110px, 14vw, 180px);
  gap: 1rem;
}
.galerie .images figure:nth-child(1) {
  grid-column: span 2;
  grid-row: span 3;
}
.galerie .images figure:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}
.galerie .images figure {
  margin: 0;
}
.galerie .images button,
.galerie .images picture {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.galerie .images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.videoAvis {
  padding: 6rem 0;
}
.videoAvis > .container > div {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
.videoAvis .texte-bloc {
  text-transform: uppercase;
  color: rgb(44, 141, 206);
}
.videoAvis .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.videoAvis .videoPlayer {
  aspect-ratio: 16 / 9;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  border-radius: 24px;
  overflow: hidden;
  height: 405px;
  width: 723px;
}
.videoAvis .videoPlayer .youtube_player {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.videoAvis .rightSection {
  flex-basis: 500px;
}
.videoAvis .rightSection .avisSection {
  background-image: linear-gradient(
    to right bottom,
    rgba(44, 141, 206, 0.05),
    rgb(255, 255, 255),
    rgba(44, 141, 206, 0.1)
  );
  border: 1px solid rgba(44, 141, 206, 0.2);
  border-radius: 24px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.videoAvis .rightSection .avisSection .rightPicto {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(44, 141, 206, 0.15);
}
.videoAvis .rightSection .avisSection .rightPicto svg {
  width: 56px;
  height: 56px;
}
.videoAvis .rightSection .avisSection .texteAvis {
  color: rgb(31, 36, 46);
  font-size: 16px;
  margin-top: 30px;
  font-style: italic;
  font-weight: bold;
}
.videoAvis .rightSection .avisSection .infoClient {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.videoAvis .rightSection .avisSection .imageClient > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: rgb(255, 255, 255);
  background: rgb(44, 141, 206);
  border-radius: 50vh;
  font-weight: bold;
}
.videoAvis .rightSection .avisSection .nomClient {
  font-weight: bold;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
#blogPage .lecture {
  text-align: center;
}
#blogPage .content_blog_timedate {
  text-align: center;
  color: #cecece;
  font-style: italic;
  font-size: 10px;
}
#blogPage .share_blog {
  display: flex;
  border: 1px solid #2d8bce;
  width: 70%;
  margin: 20px auto 0;
  border-radius: 1rem;
  overflow: hidden;
  align-items: center;
}
#blogPage .share_blog > .share_node {
  padding: 10px 20px;
  background: #2d8bce;
  color: #fff;
}
#blogPage .share_blog > .share_node > i {
  padding-right: 5px;
}
#blogPage .share_blog > ul {
  flex-grow: 1;
}
#blogPage .share_blog > ul a {
  color: #2d8bce;
  font-size: 16px;
}
#blogPage .content_blog_timedate > p {
  margin: 0;
  padding: 0;
}
#blogPage .content_blog_timedate > p > time {
  font-weight: bold;
}
#blogPage .content_categorie {
  text-align: center;
  margin: 10px 0 50px;
}
#blogPage .content_categorie > span {
  padding: 5px 15px;
  background-color: #f1f1f1;
  border-radius: 1rem;
  color: #1e1e2d;
}
#blogPage .content_image {
  height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  border-radius: 1rem;
}
#blogPage .content_image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
#blogPage .content_image a > .show-photos {
  display: none;
}
#blogPage .content_image a:hover > .show-photos {
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  animation: apparition 0.5s ease-out;
}
#blogPage .content_image a > .show-photos > i {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
#blogPage .content_image a > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#blogPage .share_blog > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#blogPage .share_blog li {
  display: inline-block;
}
#blogPage .content_articles_blog h2 {
  text-align: left;
  color: rgb(31, 36, 46);
  font-size: 20px;
  position: relative;
  text-transform: initial;
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
}
#blogPage .content_articles_blog h2 .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
#blogPage .content_articles_blog h2 .picto > svg {
  height: 24px;
  width: 24px;
  display: block;
}
#blogPage .content_articles_blog p {
  margin-left: 70px;
  margin-top: 0;
  color: rgb(101, 117, 139);
}
#blogPage .content_articles_blog ul {
  margin-left: 48px;
  margin-top: 0;
  color: rgb(101, 117, 139);
}
#blogPage .content_articles_blog figure {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

#blogPage .content_articles_blog blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
}

#blogPage .content_articles_blog blockquote p {
  margin: 0;
  padding: 10px 0;
}
#blogPage .content_articles_blog > .citation {
  margin-top:20px;
  margin-left: 70px;
  border-left: 4px solid rgb(44, 141, 206);
  border-radius: 12px;
  background-color: rgba(241, 245, 249, 0.3);
  color: rgb(31, 36, 46);
  padding: 20px;
}
#blogPage .content_articles_blog > .citation h3 {
  text-align: left;
  color: rgb(31, 36, 46);
  font-size: 14px;
  text-transform: initial;
  font-weight: bold;
}
#blogPage .content_articles_blog > .citation p {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  text-align: left;
  color: rgb(101, 117, 139);
}
#blogPage .content_articles_blog figcaption {
  all: unset;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  color: rgb(101, 117, 139);
  display: block;
  position: relative;
}
#blogPage .content_articles_blog > .conclusion {
  margin-top: 65px;
  background-image: linear-gradient(135deg, rgb(23, 33, 54) 0%, rgb(33, 45, 69) 100%);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding: 32px;
}
#blogPage .content_articles_blog > .conclusion .titre {
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: 20px;
  position: relative;
  text-transform: initial;
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
}
#blogPage .content_articles_blog > .conclusion .picto {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
#blogPage .content_articles_blog > .conclusion p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
#blogPage .content_articles_blog > .conclusion .btnConclusion {
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: rgb(44, 141, 206);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  vertical-align: middle;
  margin-top: 10px;
  display: inline-block;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
#blogPage .content_articles_blog > .conclusion .btnConclusion:hover {
  color: #fff !important;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
#blogPage .content_articles_blog > .conclusion .btnConclusion svg {
  vertical-align: sub;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease;
  padding: 0;
  margin-right: 5px;
  margin-left: 0px;
}
#blogPage .content_articles_blog > .conclusion .btnConclusion:hover svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s ease;
}
.contenu-blog-autres .blogs {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
.contenu-blog-autres .blogs > article {
  flex-basis: calc(100% / 3 - 24px);
  background-color: #fff;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contenu-blog-autres .blogs .blog-card:hover {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contenu-blog-autres .blogs > article > a {
  text-decoration: none;
}
.contenu-blog-autres .blogs .image {
  position: relative;
  height: 217px;
  width: 100%;
  overflow: hidden;
}
.contenu-blog-autres .blogs .image .blog-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: rgb(44, 141, 206);
  font-size: 12px;
  color: #fff;
  border-radius: 50vh;
  padding: 4px 12px;
  z-index: 1;
}
.contenu-blog-autres .blogs .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contenu-blog-autres .blogs .blog-card:hover .image img {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.contenu-blog-autres .blogs .blog-card__content {
  padding: 24px;
}
.contenu-blog-autres .blogs .blog-card__content time {
  color: rgb(101, 117, 139);
  font-size: 12px;
  margin-bottom: 12px;
  display: block;
}
.contenu-blog-autres .blogs .blog-card__content time svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.contenu-blog-autres .blogs .blog-card__content .blog-card__title {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 12px;
  font-weight: bold;
  color: rgb(31, 36, 46);
  text-align: left;
  font-size: 17px;
  min-height: 70px;
}
.contenu-blog-autres .blogs .blog-card:hover .blog-card__content .blog-card__title {
  color: rgb(44, 141, 206);
}
.contenu-blog-autres .blogs .blog-card__content .blog-card__excerpt {
  color: rgb(101, 117, 139);
  margin-bottom: 16px;
  font-size: 14px;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contenu-blog-autres .blogs .blog-card__content .blog-card__link {
  font-size: 14px;
  color: rgb(44, 141, 206);
  font-weight: bold;
}
.contenu-blog-autres .blogs .blog-card__content .blog-card__link svg {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 0px;
}
.contenu-blog-autres .blogs .blog-card:hover .blog-card__content .blog-card__link svg {
  margin-left: 5px;
  margin-right: 0;
  transition: all 0.3s ease;
}
#blogPage .content_articles_blog cite {
  font-style: normal;
}
#blogPage .blogsContent {
  display: flex;
  gap: 20px;
  margin-top: 65px;
}
#blogPage .blogsContent > div:first-child {
  flex-basis: 360px;
}
#blogPage .blogsContent > div:last-child {
  flex-basis: calc(100% - 360px);
  flex-grow: 0;
  flex-shrink: 0;
}
#blogPage .blogsContent .content_resume {
  color: rgb(101, 117, 139);
  font-size: 18px;
  border: 1px solid rgba(44, 141, 206, 0.2);
  border-radius: 16px;
  background: linear-gradient(to right bottom, rgba(44, 141, 206, 0.05), rgba(44, 141, 206, 0.1));
  padding: 32px;
}
#blogPage .blogsContent > div > .content_articles_blog a {
  font-weight: bold;
  color: #2d8bce;
}
#blogPage .blogsContent > div > .content_articles_blog > .gris {
  margin: 30px auto 30px;
  padding: 30px;
  background-color: #f7f7f7;
  text-align: left;
  border-radius: 10px;
}
#blogPage .blogsContent > div > .content_articles_blog > .gris h2 {
  margin-top: 0;
  padding-top: 0;
}
#blogPage .blogsContent > div > .content_articles_blog {
  position: relative;
}
#blogPage .blogsContent > div > .content_articles_blog picture {
  width: calc(100% - 70px);
  height: 400px;
  display: block;
  margin-bottom: 20px;
  margin-left: 70px;
  padding-bottom: 50px;
}
#blogPage .blogsContent > div > .content_articles_blog picture img,
#blogPage .blogsContent > div > .content_articles_blog picture source {
  overflow: hidden;
  border-radius: 1rem;
}
#blogPage .blogsContent > div > .content_articles_blog picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#blogPage .sommaire {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100%;
}
#blogPage .sommaire .content_Sommaire {
  border: 1px solid rgba(225, 231, 239, 0.5);
  background: rgba(241, 245, 249, 0.5);
  color: rgb(31, 36, 46);
  border-radius: 16px;
  padding: 24px;
  -webkit-transition: sticky 0.2s ease;
  transition: sticky 0.2s ease;
  position: relative;
}
#blogPage .sommaire .content_Sommaire .titre {
  font-size: 16px;
  color: rgb(31, 36, 46);
  font-weight: bold;
  line-height: 1.333;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
#blogPage .sommaire .content_Sommaire .titre svg {
  height: 23px;
  width: 23px;
  display: block;
}
#blogPage .sommaire .content_Sommaire .listeSommaire {
  margin-top: 20px;
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li {
  padding: 5px 0;
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li > a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: rgb(101, 117, 139);
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li > a:hover {
  color: rgb(44, 141, 206);
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li > a > div:first-child {
  flex-basis: 1.25rem;
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li > a > div > span {
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0 0.25rem;
  border-radius: 50vh;
  font-weight: bold;
  color: rgb(44, 141, 206);
  text-align: center;
  min-width: 1.25rem;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#blogPage .sommaire .content_Sommaire .listeSommaire > ul > li > a:hover > div > span {
  background: rgb(44, 141, 206);
  color: rgb(255, 255, 255);
}
#blogPage .contenu-blog-autres {
  margin-top: 60px;
  margin-bottom: 60px;
}
#blogPage .contenu-blog-autres h2 {
  text-align: left;
  color: rgb(31, 36, 46);
  font-size: 20px;
  position: relative;
  text-transform: initial;
  font-weight: bold;
}
#blogPage .contenu-blog-autres h2 > .titre {
  display: flex;
  gap: 20px;
  align-items: center;
}
#blogPage .contenu-blog-autres h2 .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
#blogPage .contenu-blog-autres .blogs {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
#blogPage .contenu-blog-autres .blogs > div {
  flex-basis: calc(100% / 3 - 20px);
  position: relative;
}
#blogPage .contenu-blog-autres .blogs > div > a {
  text-decoration: none;
  max-height: 615px;
  overflow: hidden;
  display: block;
}
#blogPage .contenu-blog-autres .blogs > div > a .image {
  position: relative;
  height: 315px;
  overflow: hidden;
  border-radius: 1rem;
  transition: all ease 0.5s;
}
#blogPage .contenu-blog-autres .blogs > div > a .image > div {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  padding: 10px 20px;
  background-color: #49a9e2;
  border-radius: 0 20px 20px 0;
  color: #fff;
}
#blogPage .contenu-blog-autres .blogs > div > a:hover .image {
  -webkit-box-shadow:
    0 0 4px rgba(17, 23, 81, 0.08),
    0 4px 8px rgba(17, 23, 81, 0.12);
  box-shadow:
    0 0 4px rgba(17, 23, 81, 0.08),
    0 4px 8px rgba(17, 23, 81, 0.12);
  transition: all ease 0.5s;
}
#blogPage .contenu-blog-autres .blogs > div > a picture > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#blogPage .contenu-blog-autres .blogs > div > a .titre {
  font-weight: bold;
  padding: 15px;
  font-size: 22px;
  text-align: left;
  color: #101a2d;
}
#blogPage .contenu-blog-autres .blogs > div > a .description {
  text-align: justify;
  font-size: 15px;
  padding: 0 15px;
  color: #aaaaaa;
}
#blogs {
  padding: 0;
  position: relative;
}
#blogs .container .contenu-titre h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  max-width: 45%;
  padding-top: 0;
  margin: 0 auto;
  color: #1e1e2d;
}
#blogs .container .contenu-blog {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#blogs .container .contenu-blog > div {
  flex-basis: calc(100% / 3 - 14px);
  position: relative;
}
#blogs .container .contenu-blog > .firstBlog {
  flex-basis: 100%;
}
#blogs .container .contenu-blog > div > a {
  text-decoration: none;
}
#blogs .container .contenu-blog > .firstBlog > a {
  display: flex;
  align-items: center;
}
#blogs .container .contenu-blog > div > a .image {
  position: relative;
  height: 315px;
  overflow: hidden;
  border-radius: 1rem;
  transition: all ease 0.5s;
}
#blogs .container .contenu-blog > .firstBlog > a .image {
  flex-basis: 550px;
}
#blogs .container .contenu-blog > div > a:hover .image {
  -webkit-box-shadow:
    0 0 4px rgba(17, 23, 81, 0.08),
    0 4px 8px rgba(17, 23, 81, 0.12);
  box-shadow:
    0 0 4px rgba(17, 23, 81, 0.08),
    0 4px 8px rgba(17, 23, 81, 0.12);
  transition: all ease 0.5s;
}
#blogs .container .contenu-blog > div > a .image > div {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  padding: 10px 20px;
  background-color: #49a9e2;
  border-radius: 0 20px 20px 0;
  color: #fff;
}
#blogs .container .contenu-blog > div > a .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#blogs .container .contenu-blog > div > a .titre {
  font-weight: bold;
  padding: 15px;
  font-size: 22px;
  text-align: left;
  color: #101a2d;
}
#blogs .container .contenu-blog > .firstBlog > a .titre {
  flex: 1;
}
#blogs .container .contenu-blog > div > a .description {
  text-align: justify;
  font-size: 15px;
  padding: 0 15px;
  color: #aaaaaa;
}
#blogs .container .contenu-blog > .firstBlog > a .resume {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: initial;
  padding: 0;
}
#blogs > div > div:nth-child(3) > div {
  margin-top: 60px;
  text-align: center;
}
#blogs > div > div:nth-child(3) > div > a {
  text-decoration: none;
}

/* ---- Pagination (blog et listes) ---- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  list-style-type: none;
  gap: 10px;
  margin-top: 30px;
}
.pagination a,
.pagination span {
  text-decoration: none;
  font-size: 14px;
  color: rgb(101, 117, 139);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 10px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a:hover {
  border: 1px solid rgba(44, 141, 206, 0.4);
  color: rgb(44, 141, 206);
}
.pagination span {
  border: 1px solid rgb(44, 141, 206);
  background-color: rgb(44, 141, 206);
  color: rgb(255, 255, 255);
}
.pagination a.disabled {
  pointer-events: none;
  color: #ccc;
  border-color: #eee;
  background-color: #f5f5f5;
}

/* ==========================================================================
   TÉMOIGNAGES
   ========================================================================== */
.picture_gm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.picture_gm > div {
  height: 50px;
  width: 50px;
}
.picture_gm > div > img {
  height: 100%;
  width: 100%;
}
.avis_gm {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin: 60px 0;
}
.avis_gm > div {
  flex-basis: calc(50% - 20px);
  display: flex;
  align-items: center;
  gap: 20px;
}
.avis_gm > div > div:first-child {
  flex-basis: 40%;
  box-shadow:
    6px 5px 30px #bebebe,
    -5px -5px 30px #ffffff;
  border-radius: 25px;
  position: relative;
  background-color: #f9f9f9;
  min-height: 200px;
}
.avis_gm > div > div:last-child {
  flex-basis: 60%;
  padding-left: 35px;
  max-height: 200px;
  overflow-y: auto;
  text-align: justify;
  padding-right: 10px;
}
.avis_gm .nom {
  z-index: 99;
  font-size: 19px;
}
.avis_gm .note {
  margin-top: 15px;
  font-size: 17px;
  border-top: 3px solid #cecece;
  padding-top: 10px;
}
.avis_gm .note ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.avis_gm .note ul > li {
  display: inline-block;
  color: #fbbc04;
}
.avis_gm .photo {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  height: 80px;
  width: 80px;
}
.avis_gm .photo img {
  height: 100%;
  width: 100%;
}
.avis_gm .picto {
  position: absolute;
  bottom: -52px;
  left: 0;
  font-size: 155px;
  color: #efefef;
  z-index: 1;
}
.avis_gm .bloc_info {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 99;
}
.avis_gm_realisation {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 60px;
}
.avis_gm_realisation > div {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.avis_gm_realisation > div > div:first-child {
  flex-basis: 25%;
  box-shadow:
    6px 5px 30px #bebebe,
    -5px -5px 30px #ffffff;
  border-radius: 25px;
  position: relative;
  background-color: #f9f9f9;
  min-height: 200px;
}
.avis_gm_realisation > div > div:last-child {
  flex-basis: 75%;
  padding-left: 35px;
  max-height: 200px;
  overflow-y: auto;
  text-align: justify;
  padding-right: 10px;
  font-size: 17px;
}
.avis_gm_realisation .nom {
  z-index: 99;
  font-size: 19px;
}
.avis_gm_realisation .note {
  margin-top: 15px;
  font-size: 17px;
  border-top: 3px solid #cecece;
  padding-top: 10px;
}
.avis_gm_realisation .note ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
}
.avis_gm_realisation .note ul > li {
  display: inline-block;
  color: #fbbc04;
}
.avis_gm_realisation .photo {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  height: 80px;
  width: 80px;
}
.avis_gm_realisation .photo img {
  height: 100%;
  width: 100%;
}
.avis_gm_realisation .picto {
  position: absolute;
  bottom: -52px;
  left: 0;
  font-size: 155px;
  color: #efefef;
  z-index: 1;
}
.avis_gm_realisation .bloc_info {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 99;
}
#nos_avisPage
{
  margin-bottom: 6rem;
}
#nos_avisPage > div
{
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}
#nos_avisPage > div > article
{
  flex-basis: calc(100% / 3 - 20px);
}

/* ==========================================================================
   RÉALISATIONS (liste)
   ========================================================================== */
.content_realisations .content_image {
  height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  border-radius: 1rem;
}
.content_realisations .content_image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.content_realisations .content_image a > .show-photos {
  display: none;
}
.content_realisations .content_image a:hover > .show-photos {
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  animation: apparition 0.5s ease-out;
}
.content_realisations .content_image a > .show-photos > i {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.content_realisations .content_image a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_realisations > .content_realisation_info {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.content_realisations > .content_realisation_info > div:first-child {
  flex-basis: 15%;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #1e1e2d;
}
.content_realisations > .content_realisation_info > div:nth-child(2) {
  flex-basis: 65%;
  text-align: justify;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding: 0 30px;
  font-size: 17px;
}
.content_realisations > .content_realisation_info > div:not(.description_realisation):last-child {
  flex-basis: 20%;
  text-align: center;
}
.avis_realisation > h2 {
  text-align: left;
  text-transform: initial;
  font-weight: bold;
  color: #1e1e2d;
}
.nos_actions > h2 {
  text-align: left;
  text-transform: initial;
  font-weight: bold;
  color: #1e1e2d;
}
.nos_actions ul {
  margin: 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nos_actions ul li {
  padding: 15px 0;
  flex-basis: calc(100% / 3 - 15px);
}
.nos_actions ul li:last-child {
  border-bottom: 0px;
}
.content_realisations .content_texte {
  margin: 90px 0 60px;
}

#pourquoi_choisir {
  text-align: center;
  padding: 60px 0;
}
#pourquoi_choisir .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 70%;
  margin: 0 auto 30px;
}
#pourquoi_choisir .texte-bloc {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
  text-align: left;
}
.personnalisation_pack_site_vitrine {
  text-align: center;
  background-color: rgba(241, 245, 249, 0.3);
  padding: 60px 0;
}
.personnalisation_pack_site_vitrine > div > div {
  display: flex;
  max-width: 1470px;
  gap: 80px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.personnalisation_pack_site_vitrine > div > div > .divImageParent {
  position: relative;
}
.personnalisation_pack_site_vitrine .divImageParent .divImage {
  position: relative;
  height: 435px;
  width: 580px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.personnalisation_pack_site_vitrine .divImageParent .divImage figure {
  all: unset;
}
.personnalisation_pack_site_vitrine .divImageParent .divImage figure picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
.personnalisation_pack_site_vitrine .divImageParent .divImage figure figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.personnalisation_pack_site_vitrine .titre-bloc {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  display: flex;
  gap: 10px;
  align-items: center;
}
.personnalisation_pack_site_vitrine .titre-bloc > div:last-child {
  flex-basis: calc(100% - 56px);
}
.personnalisation_pack_site_vitrine .titre-bloc > .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.personnalisation_pack_site_vitrine .titre-bloc > .picto svg {
  height: 28px;
  width: 28px;
  color: rgb(44, 141, 206);
}
.personnalisation_pack_site_vitrine .texte-bloc {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
.personnalisation_pack_site_vitrine .texte-bloc ul {
  max-width: initial;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px 20px;
  margin-bottom: 55px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.personnalisation_pack_site_vitrine .texte-bloc ul > li {
  flex-basis: calc(50% - 10px);
  color: #1f242e;
  font-size: 13px;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}
.personnalisation_pack_site_vitrine .texte-bloc ul > li svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  color: #4789cb;
  margin-right: 5px;
}
#inclus_dans_le_pack {
  margin-top: 60px;
}
#inclus_dans_le_pack .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
#inclus_dans_le_pack .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 35px auto;
}
#inclus_dans_le_pack ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#inclus_dans_le_pack ul li {
  flex-basis: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 12px;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  padding: 20px;
  font-weight: bold;
}
#inclus_dans_le_pack ul li .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
#inclus_dans_le_pack ul li .picto svg {
  height: 20px;
  width: 20px;
  color: rgb(44, 141, 206);
}

/* ---- Liste des réalisations : grille de cartes (#boxRealisations) ---- */
#boxRealisations {
  margin-top: 50px;
  margin-bottom: 50px;
}
#boxRealisations > div > div {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
#boxRealisations article {
  flex-basis: calc(100% / 3 - 14px);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
#boxRealisations article:hover {
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#boxRealisations article a {
  text-decoration: none;
}
#boxRealisations article .image .picto {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 50vh;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
#boxRealisations article:hover .image .picto {
  opacity: 1;
  transition: all 0.5s ease;
}
#boxRealisations article .image {
  height: 294px;
  overflow: hidden;
  position: relative;
}
#boxRealisations article .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease;
}
#boxRealisations article:hover .image img {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transition: all 0.5s ease;
}
#boxRealisations article .pictoContent {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
#boxRealisations article .infoRealisations {
  padding: 20px;
}
#boxRealisations article .pictoContent .picto {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#boxRealisations article .pictoContent .picto svg {
  height: 20px;
  width: 20px;
  display: block;
}
#boxRealisations article .infoRealisations .titre {
  color: rgb(31, 36, 46);
  font-weight: bold;
  margin-bottom: 5px;
}
#boxRealisations article .infoRealisations .categorie {
  color: rgb(44, 141, 206);
}
#boxRealisations article .infoRealisations .description {
  color: rgb(71, 84, 102);
  font-size: 13px;
}
#boxRealisations .texteRealisationBox h2 {
  all: unset;
  font-size: 0;
  display: none;
}
#boxRealisations .texteRealisationBox {
  margin-bottom: 50px;
  color: rgb(71, 84, 102);
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
#popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px) saturate(0);
  backdrop-filter: blur(3px) saturate(0);
}

#popup-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

#popup img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup .contenu-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 1rem;
}
#next_img {
  z-index: 99;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 50px;
}
#prev_img {
  z-index: 99;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 50px;
}
#close_img_popup {
  z-index: 99;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  font-size: 30px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer_apropos {
  background-image: linear-gradient(
    to right bottom,
    rgb(44, 141, 206),
    rgb(44, 141, 206),
    rgba(44, 141, 206, 0.8)
  );
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer_apropos .blob1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: blob 12s ease-in-out infinite;
  height: 160px;
  width: 160px;
  top: 40px;
  left: 40px;
  filter: blur(64px);
}
.footer_apropos .blob2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: blob 12s ease-in-out infinite;
  animation-delay: 4s;
  height: 240px;
  width: 240px;
  bottom: 40px;
  right: 40px;
  filter: blur(64px);
}
.footer_apropos .blob3 {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  animation: float-medium 6s ease-in-out infinite;
  border-radius: 24px;
  height: 3.5rem;
  width: 5rem;
  bottom: 117.594px;
  left: 285.75px;
}
.footer_apropos .blob4 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: float-slow 8s ease-in-out infinite;
  border-radius: 50vh;
  height: 4rem;
  width: 4rem;
  top: 196px;
  right: 381px;
}
.footer_apropos h2 {
  all: unset;
  font-size: 26px;
  text-transform: initial;
  color: #fff;
  line-height: 32px;
  margin-bottom: 26px;
  display: block;
}
.footer_apropos .google_apropos {
  margin-bottom: 46px;
}
.footer_apropos .texteFooter {
  color: #fff;
  max-width: 50%;
  margin: 0 auto 46px;
}
.footer_apropos .google_apropos .note {
  color: #fff;
  margin-left: 10px;
}
.footer_apropos .google_apropos .note > .etoile svg {
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
  height: 13px;
  width: 13px;
}
.footer_apropos .buttonDevis {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer_apropos .buttonDevis a.btnDevis {
  background: rgb(241, 245, 249);
  border-radius: 12px;
  color: rgb(31, 36, 46);
  text-decoration: none;
  padding: 14px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
}
.footer_apropos .buttonDevis a.btnDevis:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(241, 245, 249, 0.8);
}
.footer_apropos .buttonDevis a.btnContact {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 14px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
}
.footer_apropos .buttonDevis a.btnContact:hover {
  background: rgb(255, 255, 255);
  color: rgb(44, 141, 206);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer_services {
  background-image: linear-gradient(
    to right bottom,
    rgb(44, 141, 206),
    rgb(44, 141, 206),
    rgba(44, 141, 206, 0.8)
  );
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer_services .blob1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: blob 12s ease-in-out infinite;
  height: 160px;
  width: 160px;
  top: 40px;
  left: 40px;
  filter: blur(64px);
}
.footer_services .blob2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: blob 12s ease-in-out infinite;
  animation-delay: 4s;
  height: 240px;
  width: 240px;
  bottom: 40px;
  right: 40px;
  filter: blur(64px);
}
.footer_services .blob3 {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  animation: float-medium 6s ease-in-out infinite;
  border-radius: 24px;
  height: 3.5rem;
  width: 5rem;
  bottom: 117.594px;
  left: 285.75px;
}
.footer_services .blob4 {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  animation: float-slow 8s ease-in-out infinite;
  border-radius: 50vh;
  height: 4rem;
  width: 4rem;
  top: 196px;
  right: 381px;
}
.footer_services h2 {
  all: unset;
  font-size: 26px;
  text-transform: initial;
  color: #fff;
  line-height: 32px;
  margin-bottom: 26px;
  display: block;
}
.footer_services .picto {
  color: #fff;
  margin-bottom: 26px;
}
.footer_services .picto svg {
  height: 48px;
  width: 48px;
}
.footer_services .texteFooter {
  color: #fff;
  max-width: 50%;
  margin: 0 auto 46px;
}
.footer_services .buttonDevis {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer_services .buttonDevis a.btnDevis {
  background: rgb(241, 245, 249);
  border-radius: 12px;
  color: rgb(31, 36, 46);
  text-decoration: none;
  padding: 14px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
}
.footer_services .buttonDevis a.btnDevis:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(241, 245, 249, 0.8);
}
.footer_services .buttonDevis a.btnContact {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 12px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 14px 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
}
.footer_services .buttonDevis a.btnContact:hover {
  background: rgb(255, 255, 255);
  color: rgb(44, 141, 206);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#footer {
  color: #fff;
  background: linear-gradient(135deg, rgb(23, 33, 54) 0%, rgb(33, 45, 69) 100%);
}
#footer .footerTop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footerTop > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 24px;
}
#footer .footerTop .slogan > h2 {
  all: unset;
  font-weight: bold;
  font-size: 26px;
}
#footer .footerTop .slogan > p {
  padding: 0;
  margin: 0;
}
#footer .footerTop .slogan {
  text-align: left;
  font-size: 17px;
  text-transform: initial;
  color: #fff;
  line-height: 32px;
}
#footer .footerTop .google .glogo > svg {
  height: 32px;
  width: 32px;
  display: block;
}
#footer .footerTop .google {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px;
}
#footer .footerTop .google > div {
  display: flex;
  gap: 17px;
  align-items: center;
}
#footer .footerTop .google .note > .note {
  font-weight: bold;
  padding-right: 3px;
}
#footer .footerTop .google .note > .text {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footerTop .google .note > .etoile {
  display: block;
}
#footer .footerTop .google .note > .etoile svg {
  height: 12px;
  width: 12px;
  display: inline-block;
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
}
#footer .footerMiddle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footerMiddle > div {
  display: flex;
  gap: 3rem;
}
#footer .footerMiddle > div > div {
  flex: 1;
}
#footer .footerMiddle .logo figure img {
  height: 40px;
  width:160px;
  margin-bottom: 30px;
}
#footer .footerMiddle .logo > div:nth-child(2) {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footerMiddle .logo .reaseau_sociaux {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
#footer .footerMiddle .logo .reaseau_sociaux > li > a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .logo .reaseau_sociaux > li > a:hover {
  background: rgb(44, 141, 206);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .logo .reaseau_sociaux > li > a svg {
  height: 16px;
  width: 16px;
}
#footer .footerMiddle .titre {
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#footer .footerMiddle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footerMiddle ul > li {
  padding: 7px 0;
}
#footer .footerMiddle ul > li > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle ul > li > a:hover {
  color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle ul > li.last_ul {
  margin-top: 8px;
}
#footer .footerMiddle ul > li.last_ul > a {
  color: rgb(44, 141, 206);
}
#footer .footerMiddle ul > li.last_ul > a:hover {
  color: rgba(44, 141, 206, 0.8);
}
#footer .footerMiddle .contact .telephone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .contact .telephone svg {
  height: 18px;
  width: 18px;
  display: block;
}
#footer .footerMiddle .contact .telephone a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .contact .telephone:hover {
  color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .contact .telephone:hover a {
  color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer .footerMiddle .coordonnee {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#footer .footerMiddle .coordonnee svg {
  height: 18px;
  width: 18px;
  display: block;
}
#footer .footerMiddle .coordonnee a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

#footer > div {
  position: relative;
}
#footer > div:nth-child(2) {
  padding: 50px 0;
}
#footer > .sous_footer {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

#faq h2 {
  font-size: 35px;
  font-family: "Poppins";
  color: rgb(30, 30, 45);
  font-weight: bold;
  line-height: 1.3;
  text-transform: initial;
}
#faq ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#faq ul li {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease;
}

#faq ul li:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

#faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 16px;
}
#faq .question h3 {
  all: unset;
}

#faq .question [itemprop="name"] {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
}

#faq .picto div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

#faq .picto i {
  font-size: 13px;
  color: #6b7280;
  transition:
    transform 0.3s ease,
    color 0.2s ease;
}

#faq ul li.active .picto div {
  background: #e0f2fe;
}

#faq ul li.active .picto i {
  transform: rotate(180deg);
  color: #0ea5e9;
}

#faq .reponse {
  display: none;
  padding: 0 24px 20px 24px;
}

#faq .reponse [itemprop="text"] {
  font-size: 16px;
  color: rgb(101, 117, 139);
  line-height: 1.7;
  border-top: 1px solid rgb(225, 231, 239);
  padding-top: 16px;
  text-align: left;
}

/* ==========================================================================
   DEMANDE DE DEVIS
   ========================================================================== */
.devis {
  padding-top: 6rem;
  padding-bottom: 6rem;
  max-width: 48rem;
  margin: 0 auto;
}
/* ---------- Progress stepper ---------- */
.stepper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding: 28px 12px;
  background: rgba(241, 245, 249, 0.3);
  border-bottom: 1px solid rgba(225, 231, 239, 0.5);
}
.stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  width: 90px;
}
.stepper__bubble {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 15px;
  background: rgb(241, 245, 249);
  color: rgb(71, 84, 102);
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.stepper__label {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}
.stepper__line {
  flex: 1 1 auto;
  height: 2px;
  background: #e3e9f2;
  margin-top: 18px;
  min-width: 24px;
  max-width: 90px;
}
.stepper__item.is-active .stepper__bubble {
  background: rgb(44, 141, 206);
  color: #fff;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.stepper__item.is-done .stepper__bubble {
  background: rgb(44, 141, 206);
  color: #fff;
}
.stepper__item.is-active .stepper__label,
.stepper__item.is-done .stepper__label {
  color: #1f2b3a;
  font-weight: 600;
}

/* ---------- Banner ---------- */
.devis .visio {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 12px 20px;
  background: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  color: rgb(44, 141, 206);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .visio:hover {
  background: rgba(44, 141, 206, 0.2);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Step heading ---------- */
.devis .step__head {
  text-align: center;
  margin-bottom: 26px;
}
.devis .step__title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
.devis .step__sub {
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* ---------- Choice cards ---------- */
.devis .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.devis .choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(225, 231, 239);
  border-radius: 16px;
  padding: 32px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .choice > * {
  flex: 1;
}
.devis .choice:hover {
  border-color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .choice:focus-visible {
  outline: 3px solid #e9f2fe;
  outline-offset: 2px;
}
.devis .choice.is-selected {
  border-color: rgb(44, 141, 206);
  background: #ffffff;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .choice.is-selected .choice__icon,
.devis .choice:hover .choice__icon {
  background: rgba(44, 141, 206, 0.2);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .choice__icon {
  all: unset;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .choice__icon svg {
  width: 28px;
  height: 28px;
}
.devis .choice__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  display: block;
}
.devis .choice__desc {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* ---------- Detail form fields ---------- */
.devis .form-grid {
  display: grid;
  gap: 18px;
}
.devis .panel {
  background: #ffffff;
  border: 1px solid #e3e9f2;
  border-radius: 16px;
  padding: 24px;
  box-shadow:
    0 1px 2px rgba(16, 40, 80, 0.04),
    0 8px 24px rgba(16, 40, 80, 0.06);
}
.devis .field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.devis .field > label,
.devis .field-legend {
  font-size: 14px;
  font-weight: 600;
  color: #1f2b3a;
}
.devis .field .hint {
  font-size: 12.5px;
  color: #64748b;
  margin: -2px 0 0;
}
.devis .req {
  color: #2f7fed;
}

.devis input[type="text"],
.devis input[type="email"],
.devis input[type="tel"],
.devis input[type="url"],
.devis input[type="date"],
.devis select,
.devis textarea {
  width: 100%;
  font: inherit;
  color: #1f2b3a;
  background: #fff;
  border: 1.5px solid #cbd6e6;
  border-radius: 10px;
  padding: 11px 13px;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.devis textarea {
  resize: vertical;
  min-height: 96px;
}
.devis input:focus,
.devis select:focus,
.devis textarea:focus {
  outline: none;
  border-color: #2f7fed;
  box-shadow: 0 0 0 3px #e9f2fe;
}
.devis .invalid {
  border-color: #dc2626 !important;
}
.devis .field-error {
  color: #dc2626;
  font-size: 12.5px;
  display: none;
}
.devis .field.has-error .field-error {
  display: block;
}
.devis .checkgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.devis .check {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #cbd6e6;
  border-radius: 10px;
  padding: 11px 13px;
  cursor: pointer;
  font-size: 14px;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.devis .check:hover {
  border-color: #2f7fed;
}
.devis .check input {
  width: 17px;
  height: 17px;
  accent-color: #2f7fed;
  flex: 0 0 auto;
}
.devis .check:has(input:checked) {
  border-color: #2f7fed;
  background: #f1f7ff;
}

/* ---------- Contact / recap / captcha ---------- */
.devis .recap {
  background: #f1f7ff;
  border: 1px solid #e9f2fe;
  border-radius: 12px;
  padding: 16px 18px;
}
.devis .recap h4 {
  margin: 0 0 8px;
  font-size: 14px;
}
.devis .recap p {
  margin: 2px 0;
  font-size: 14px;
  color: #64748b;
}
.devis .recap b {
  color: #1f2b3a;
}

.devis .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.5;
}
.devis .consent input {
  width: 18px;
  height: 18px;
  accent-color: #2f7fed;
  margin-top: 2px;
  flex: 0 0 auto;
}
.devis .consent a {
  color: #1f6fe0;
}

.devis .captcha-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.devis .captcha-row img {
  border: 1px solid #cbd6e6;
  border-radius: 8px;
  height: 50px;
}
.devis .captcha-row input {
  max-width: 220px;
}

/* ---------- Footer nav ---------- */
.devis .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  gap: 12px;
}
.devis .btn {
  font: inherit;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  cursor: pointer;
  border: 1.5px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.12s;
}
.devis .btn:active {
  transform: translateY(1px);
}
.devis .btn--ghost {
  background: #fff;
  border-color: #cbd6e6;
  color: #1f2b3a;
}
.devis .btn--ghost:hover {
  border-color: #64748b;
}
.devis .btn--primary {
  background: rgb(44, 141, 206);
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .btn--primary:hover {
  background: rgba(44, 141, 206, 0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.devis .btn[hidden] {
  display: none;
}

.devis .step[hidden] {
  display: none;
}

/* ==========================================================================
   AGENCE WEB (SEO local)
   ========================================================================== */
/* ---- Page liste : zones d'intervention (cartes villes) ---- */
.sectionIntervention {
  padding: 112px 0;
}
.sectionIntervention .container3 > div > .sous-titre-bloc
{
  width: fit-content;
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
  margin: 0 auto;
  display: flex;
}
.sectionIntervention .container3 > div > .titre-bloc
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  max-width: 70%;
  margin: 30px auto 0;
}
.sectionIntervention .container3 > div > .texte-bloc
{
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
.sectionIntervention .gridVilles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.sectionIntervention .gridVilles > article {
  flex-basis: calc(100% / 3 - 14px);
  border: 1px solid rgba(206, 222, 236, 0.467);
  border-radius: 16px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(44, 141, 206, 0.008) 0px 1.62793px 2.4419px -0.488379px,
    rgba(44, 141, 206, 0.008) 0px 0.651172px 0.976758px -0.651172px;
  color: rgb(31, 36, 46);
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  padding: 24px;
}
.sectionIntervention .gridVilles > article > a {
  text-decoration: none;
}
.sectionIntervention .gridVilles > article .header {
  display: flex;
  justify-content: space-between;
}
.sectionIntervention .gridVilles > article .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
.sectionIntervention .gridVilles > article:hover .picto {
  background-color: rgba(44, 141, 206, 0.2);
  transition:
    color,
    background-color,
    border-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-text-decoration-color;
}
.sectionIntervention .gridVilles > article .picto svg {
  color: rgb(44, 141, 206);
  stroke: rgb(44, 141, 206);
  height: 24px;
  width: 24px;
}
.sectionIntervention .gridVilles > article h3 {
  text-align: left;
  margin-top: 25px;
  color: rgb(31, 36, 46);
  font-size: 18px;
}
.sectionIntervention .gridVilles > article:hover h3 {
  color: rgb(44, 141, 206);
}
.sectionIntervention .gridVilles > article p {
  color: rgb(101, 117, 139);
  font-size: 13px;
}
.sectionIntervention .gridVilles > article ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(225, 231, 239, 0.5);
  padding-left: 0;
}
.sectionIntervention .gridVilles > article ul li {
  background: rgb(241, 245, 249);
  border-radius: 50vh;
  color: rgb(31, 36, 46);
  padding: 4px 8px;
  font-size: 12px;
}
.sectionIntervention .gridVilles > article:hover {
  border: 1px solid rgba(44, 141, 206, 0.3);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(44, 141, 206, 0.05) 0px 10px 15px -3px,
    rgba(44, 141, 206, 0.05) 0px 4px 6px -4px;
}
.sectionIntervention .gridVilles > article .buttonAgence {
  color: rgb(44, 141, 206);
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sectionIntervention .gridVilles > article .buttonAgence svg {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  margin-left: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.sectionIntervention .gridVilles > article:hover .buttonAgence svg {
  height: 16px;
  width: 16px;
  margin-left: 10px;
  margin-right: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- Page ville : en-tête (boutons), atouts, pourquoi, services, pourquoi 2MWeb ---- */
.headerTexteAgencePage .buttonDevis {
  background-color: rgb(44, 141, 206);
  border-radius: 12px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  color: rgb(255, 255, 255);
  padding: 10px 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}
.headerTexteAgencePage .buttonDevis > div:last-child {
  display: flex;
  align-items: center;
}
.headerTexteAgencePage .buttonDevis:hover {
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(44, 141, 206, 0.9);
}
.headerTexteAgencePage .buttonHeader {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.headerTexteAgencePage .buttonHeader .buttonDevis svg {
  width: 16px;
  height: 16px;
}
.headerTexteAgencePage .buttonTelephone {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 12px;
  color: rgb(31, 36, 46);
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 32px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.headerTexteAgencePage .buttonTelephone > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.headerTexteAgencePage .buttonTelephone svg {
  width: 16px;
  height: 16px;
}
.headerTexteAgencePage .buttonTelephone:hover {
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(44, 141, 206);
  color: rgb(255, 255, 255);
}
.atouts {
  background-color: rgb(241, 245, 249);
  color: rgb(31, 36, 46);
  padding: 50px 0;
}
.atouts .gridAtouts {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.atouts .gridAtouts > div {
  flex-basis: calc(100% / 4 - 10px);
  color: rgb(31, 36, 46);
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  border: 1px solid rgb(225, 231, 239);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.atouts .gridAtouts > div svg {
  width: 16px;
  height: 16px;
  color: rgb(44, 141, 206);
}
.pourquoi_developper {
  padding: 100px 0 0;
}
.pourquoi_developper .title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.pourquoi_developper .title .texte {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.pourquoi_developper .title .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.pourquoi_developper .title .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.pourquoi_developper .texte {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.secteurs_hub .title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.secteurs_hub .title .texte {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.secteurs_hub .title .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.secteurs_hub .title .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.secteurs_hub .texte {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}

.engagements_hub .title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.engagements_hub .title .texte {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.engagements_hub .title .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.engagements_hub .title .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}
.engagements_hub .texte {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.engagements_hub .btnDevis
{
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 4px 14px 0 hsla(204, 65%, 49%, 0.35);
  vertical-align: middle;
}
.engagements_hub .btnDevis:hover {
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}
.engagements_hub .btnDevis svg
{
  vertical-align: middle;
}
.pourquoi_developper .blocGrid {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 2rem;
}
.pourquoi_developper .blocGrid > div {
  background-color: rgb(241, 245, 249);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 16px;
  padding: 24px;
}
.pourquoi_developper .blocGrid .blocGrid-picto svg {
  height: 32px;
  width: 32px;
  color: rgb(44, 141, 206);
  margin-bottom: 1rem;
}
.pourquoi_developper .blocGrid .blocGrid-titre {
  color: rgb(31, 36, 46);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: left;
}
.pourquoi_developper .blocGrid .blocGrid-titre h3 {
  all: unset;
}
.pourquoi_developper .blocGrid .blocGrid-texte {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgb(101, 117, 139);
  min-height: 45px;
}
.nos_servicesAgence .sous-titre-bloc {
  color: rgb(31, 36, 46);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.nos_servicesAgence .titre-bloc {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin: 10px 0 20px;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.nos_servicesAgence .titre-bloc h2 {
  all: unset;
}
.nos_servicesAgence .texte-bloc {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: center;
}
.nos_servicesAgence .gridServices {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
.nos_servicesAgence .gridServices > article {
  flex-basis: calc(100% / 3 - 14px);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 16px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nos_servicesAgence .gridServices > article:hover {
  border: 1px solid rgb(44, 141, 206);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nos_servicesAgence .gridServices > article a {
  text-decoration: none;
}
.nos_servicesAgence .gridServices > article .picto {
  background: rgba(44, 141, 206, 0.15);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}
.nos_servicesAgence .gridServices > article .picto svg {
  height: 24px;
  width: 24px;
  display: block;
}
.nos_servicesAgence .gridServices > article .titre {
  color: rgb(31, 36, 46);
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: left;
}
.nos_servicesAgence .gridServices > article .texte {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgb(101, 117, 139);
  min-height: 45px;
}
.nos_servicesAgence .ctaServices {
  text-align: center;
}
.nos_servicesAgence .ctaServices > a {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 12px;
  color: rgb(31, 36, 46);
  padding: 16px 32px;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  gap: 20px;
}
.nos_servicesAgence .ctaServices > a:hover {
  background-color: rgb(44, 141, 206);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}
.nos_servicesAgence .ctaServices svg {
  width: 16px;
  height: 16px;
}
.nos_servicesAgence .ctaServices .picto {
  display: flex;
  align-items: center;
}
.pourquoi2MWeb {
  display: flex;
  gap: 60px;
  align-items: center;
}
.pourquoi2MWeb > div {
  flex-basis: calc(100% / 2);
}
.pourquoi2MWeb .sous_titre {
  color: rgb(31, 36, 46);
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.pourquoi2MWeb .titre {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.pourquoi2MWeb .titre h2 {
  all: unset;
}
.pourquoi2MWeb .texte {
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
  margin-top: 30px;
}
.pourquoi2MWeb .texte a {
  color: rgb(44, 141, 206);
  text-decoration: none;
  font-weight: bold;
}
.pourquoi2MWeb .texte ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.pourquoi2MWeb .texte ul li {
  padding: 5px 0;
  color: rgb(31, 36, 46);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pourquoi2MWeb .texte ul li svg {
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  color: rgb(44, 141, 206);
}
.pourquoi2MWeb .blocProjets {
  background: linear-gradient(to right bottom, rgba(44, 141, 206, 0.05), rgba(44, 141, 206, 0.05));
  border-radius: 16px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  padding: 32px;
}
.pourquoi2MWeb .blocProjets .titreBloc {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.pourquoi2MWeb .blocProjets .titreBloc h3 {
  all: unset;
}
.pourquoi2MWeb .blocProjets .texteBloc {
  font-size: 14px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
.pourquoi2MWeb .blocProjets .btnBlocProjet {
  background-color: rgb(44, 141, 206);
  border-radius: 12px;
  box-shadow: rgba(23, 84, 125, 0.28) 0px 4px 14px 0px;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
.pourquoi2MWeb .blocProjets .btnBlocProjet:hover {
  background-color: rgba(44, 141, 206, 0.9);
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pourquoi2MWeb .blocProjets .btnBlocContact {
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  border: 1px solid rgb(225, 231, 239);
  color: rgb(31, 36, 46);
  padding: 15px 32px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pourquoi2MWeb .blocProjets .btnBlocContact:hover {
  background-color: rgb(44, 141, 206);
  border: 1px solid rgb(225, 231, 239);
  color: #fff;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pourquoi2MWeb .blocProjets .footerBloc {
  color: rgb(71, 84, 102);
  text-align: center;
}

/* ---- Page ville : autres villes d'intervention (villes proches) ---- */
.interventions_autre {
  background-color: rgb(241, 245, 249);
  padding-top: 60px;
  padding-bottom: 60px;
}
.interventions_autre .titre {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin: 10px 0 20px;
  padding-top: 0;
  color: rgb(31, 36, 46);
}
.interventions_autre .titre h2 {
  all: unset;
}
.interventions_autre .texte {
  font-size: 14px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.interventions_autre .listVilles > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 60px;
}
.interventions_autre .listVilles > ul a {
  text-decoration: none;
  border-radius: 50vh;
  border: 1px solid rgb(225, 231, 239);
  color: rgb(31, 36, 46);
  background-color: rgb(255, 255, 255);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px 16px;
}
.interventions_autre .buttonVilles {
  margin-top: 50px;
  text-align: center;
}
.interventions_autre .listVilles > ul a:hover {
  border: 1px solid rgb(44, 141, 206);
  color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.interventions_autre .listVillesButton {
  text-decoration: none;
  color: rgb(44, 141, 206);
}
.interventions_autre .listVillesButton > div {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.interventions_autre .listVillesButton:hover {
  text-decoration: underline;
}
.interventions_autre .listVillesButton svg {
  height: 18px;
  width: 18px;
}

/* ==========================================================================
   PAGE — CONTACT
   ========================================================================== */
.sectionDouble {
  display: flex;
  gap: 6rem;
  padding-bottom: 6rem;
}
.sectionDouble > div {
  flex: 1;
}
.sectionDouble .leftSection .title h2 {
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.sectionDouble .leftSection .title > div {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
}
.sectionDouble .leftSection .coordonnees ul {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}
.sectionDouble .leftSection .coordonnees ul li {
  margin: 20px 0;
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees {
  display: flex;
  gap: 20px;
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .info .titreInfo {
  all: unset;
  font-weight: bold;
  font-size: 16px;
  color: rgb(31, 36, 46);
  margin-bottom: 5px;
  display: block;
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .info .contenuInfo a {
  text-decoration: none;
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .info .contenuInfo {
  color: rgb(71, 84, 102);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .info .contenuInfo:hover,
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .info .contenuInfo:hover a {
  color: rgb(44, 141, 206);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .picto > span {
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.sectionDouble .leftSection .coordonnees ul li > .contentCoordonnees .picto > span svg {
  height: 17px;
  width: 17px;
}
.sectionDouble .rightSection .contact {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(225, 231, 239);
  border-radius: 16px;
  box-shadow:
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  padding: 32px;
}
.sectionDouble .rightSection .contact h2 {
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 15px;
}
.sectionDouble .leftSection .besoinDevis {
  background: rgba(241, 245, 249, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  color: rgb(31, 36, 46);
  padding: 24px;
}
.sectionDouble .leftSection .besoinDevis .title h3 {
  all: unset;
  font-weight: bold;
  font-size: 16px;
  color: rgb(31, 36, 46);
  margin-bottom: 5px;
  display: block;
  margin-bottom: 15px;
}
.sectionDouble .leftSection .besoinDevis .title > div:not(.buttonSection) {
  font-size: 14px;
  color: rgb(71, 84, 102);
  margin-bottom: 30px;
}
.sectionDouble .leftSection .besoinDevis .title .buttonSection > a {
  text-decoration: none;
  border: 1px solid rgb(225, 231, 239);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 15px;
  color: rgb(31, 36, 46);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: bold;
}
.sectionDouble .leftSection .besoinDevis .title .buttonSection > a:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgb(44, 141, 206);
  color: rgb(255, 255, 255);
}
.sectionDouble .file-upload {
  margin: 10px 0 5px;
  padding: 10px 12px;
  outline: none;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid rgb(225, 231, 239);
  background: rgb(255, 255, 255);
  width: 100%;
  color: rgb(31, 36, 46);
  font-family: "Plus Jakarta Sans", "Jakarta-fallback", system-ui, sans-serif;
}
.sectionDouble .file-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.sectionDouble .file-upload__button {
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 8px;
  background: #e9f3fa;
  color: #2c95d9;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s ease;
  margin-right: 10px;
}
.sectionDouble .file-upload__button:hover {
  background: #e0ebff;
}
.sectionDouble .file-upload__input:focus-visible + .file-upload__button {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.sectionDouble .file-upload__name {
  color: #6b7280;
  font-size: 14px;
}

.sectionDouble .file-upload__help {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 11px;
  margin-bottom: 20px;
}
.sectionDouble .file-upload__help svg {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}
.sectionDouble .consent {
  margin-bottom: 30px;
}
.sectionDouble .consent label {
  all: unset;
  font-size: 12px;
  color: rgb(71, 84, 102);
  margin-bottom: 30px;
}
.sectionDouble .consent label a {
  color: rgb(44, 141, 206);
  text-decoration: none;
}
.sectionDouble .consent label a:hover {
  text-decoration: underline;
}

.headerTextePolitique {
  padding-top: 112px;
  padding-bottom: 112px;
  color: rgb(31, 36, 46);
  position: relative;
}
.headerTextePolitique .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.headerTextePolitique .sous_titre > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.headerTextePolitique .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTextePolitique .sous_titre svg {
  height: 15px;
  width: 15px;
}
.headerTextePolitique .titre {
  text-align: center;
  font-size: 60px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin: 25px auto;
  line-height: 1;
}
.headerTextePolitique .titre > strong {
  font-weight: 900;
}
.headerTextePolitique .titre > span {
  color: rgb(44, 141, 206);
}
.headerTextePolitique .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.contentPolitique > div > div
{
  display: flex;
  gap: 20px;
}
.contentPolitique > div > div > .leftPolitique
{
  flex-basis: 360px;
  position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: 100%;
}
.contentPolitique > div > div > .rightPolitique
{
  flex-basis: calc(100% - 360px - 20px);
}
.leftPolitique .sommaire
{
}
.leftPolitique .sommaire .content_Sommaire
{
  border: 1px solid rgba(225, 231, 239, 0.5);
    background: rgba(241, 245, 249, 0.5);
    color: rgb(31, 36, 46);
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: sticky 0.2s ease;
    transition: sticky 0.2s ease;
    position: relative;
}
.leftPolitique .sommaire .content_Sommaire .titre
{
  font-size: 16px;
    color: rgb(31, 36, 46);
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.leftPolitique .sommaire .content_Sommaire .titre .icone
{
  height: 23px;
    width: 23px;
    display: block;
}
.leftPolitique .sommaire .content_Sommaire ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.leftPolitique .sommaire .content_Sommaire ul li > a
{
  padding: 8px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: rgb(101, 117, 139);
  font-size: 13px;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftPolitique .sommaire .content_Sommaire ul li > a:hover
{
  background: rgba(44, 141, 206, 0.1);
  color: rgb(31, 36, 46);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftPolitique .sommaire .content_Sommaire ul li.active > a
{
  background: rgb(241, 245, 249);
  color: rgb(44, 141, 206);
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftPolitique .sommaire .content_Sommaire ul li > a svg
{
  height: 13px;
  width: 13px;
  display: block;
}
.rightPolitique > section
{
  background-color: #fff;
      border-left: 4px solid rgb(44, 141, 206);
    border-top: 1px solid rgba(225, 231, 239, 0.5);
    border-right: 1px solid rgba(225, 231, 239, 0.5);
    border-bottom: 1px solid rgba(225, 231, 239, 0.5);
    border-radius: 16px;
    box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
}
.rightPolitique > section:hover
{
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rightPolitique > section > .contenu
{
  padding: 24px;
  display: flex;
  gap: 20px;
}
.rightPolitique > section > .contenu .picto
{
  background: rgba(44, 141, 206, 0.1);
    color: rgb(44, 141, 206);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    flex-basis: 48px;
}
.rightPolitique > section > .contenu .picto svg
{
  height: 24px;
    width: 24px;
    display: block;
}
.rightPolitique > section > .contenu .content
{
  flex-basis: calc(100% - 48px - 20px);
}
.rightPolitique > section > .contenu .content h2
{
  all:unset;
  text-align: left;
    color: rgb(31, 36, 46);
    font-size: 20px;
    position: relative;
    text-transform: initial;
    font-weight: bold;
}
.rightPolitique > section > .contenu .content .texte
{
  color: rgb(101, 117, 139);
}
.rightPolitique > section > .contenu .content .texte .numberUl
{
  list-style: none;
  margin-left: 5px;
  padding-left: 0;
}
.rightPolitique > section > .contenu .content .texte ul
{
  margin-left: 20px;
  padding-left: 0;
}
.rightPolitique > section > .contenu .content .texte .numberUl li
{
  display: flex;
  gap: 10px;
  align-items: center;
}
.rightPolitique > section > .contenu .content .texte .numberUl li .number
{
  background-color: rgba(44, 141, 206, 0.1);
    padding: 0 0.25rem;
    border-radius: 50vh;
    font-weight: bold;
    color: rgb(44, 141, 206);
    text-align: center;
    min-width: 1.25rem;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.rightPolitique > section > .contenu .content .texte a
{
  text-decoration: none;
  font-weight: bold;
  color: rgb(44, 141, 206);
}
.rightPolitique > section > .contenu .content .texte a:hover
{
  text-decoration: underline;
}

.headerTexteMentions {
  padding-top: 112px;
  padding-bottom: 112px;
  color: rgb(31, 36, 46);
  position: relative;
}
.headerTexteMentions .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.headerTexteMentions .sous_titre > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.headerTexteMentions .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTexteMentions .sous_titre svg {
  height: 15px;
  width: 15px;
}
.headerTexteMentions .titre {
  text-align: center;
  font-size: 60px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin: 25px auto;
  line-height: 1;
}
.headerTexteMentions .titre > strong {
  font-weight: 900;
}
.headerTexteMentions .titre > span {
  color: rgb(44, 141, 206);
}
.headerTexteMentions .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.contentMentions > div > div
  {
    display: flex;
    gap: 20px;
  }
  .contentMentions > div > div > .leftMentions
  {
    flex-basis: 360px;
    position: -webkit-sticky;
      position: sticky;
      top: 100px;
      height: 100%;
  }
  .contentMentions > div > div > .rightMentions
  {
    flex-basis: calc(100% - 360px - 20px);
  }
  .leftMentions .sommaire
  {
  }
  .leftMentions .sommaire .content_Sommaire
  {
    border: 1px solid rgba(225, 231, 239, 0.5);
    background: rgba(241, 245, 249, 0.5);
    color: rgb(31, 36, 46);
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: sticky 0.2s ease;
    transition: sticky 0.2s ease;
    position: relative;
}
.leftMentions .sommaire .content_Sommaire .titre
{
  font-size: 16px;
    color: rgb(31, 36, 46);
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.leftMentions .sommaire .content_Sommaire .titre .icone
{
  height: 23px;
    width: 23px;
    display: block;
}
.leftMentions .sommaire .content_Sommaire ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.leftMentions .sommaire .content_Sommaire ul li > a
{
  padding: 8px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: rgb(101, 117, 139);
  font-size: 13px;
  border-radius: 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftMentions .sommaire .content_Sommaire ul li > a:hover
{
  background: rgba(44, 141, 206, 0.1);
  color: rgb(31, 36, 46);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftMentions .sommaire .content_Sommaire ul li.active > a
{
  background: rgb(241, 245, 249);
  color: rgb(44, 141, 206);
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftMentions .sommaire .content_Sommaire ul li > a svg
{
  height: 13px;
  width: 13px;
  display: block;
}
.rightMentions > section
{
  background-color: #fff;
      border-left: 4px solid rgb(44, 141, 206);
    border-top: 1px solid rgba(225, 231, 239, 0.5);
    border-right: 1px solid rgba(225, 231, 239, 0.5);
    border-bottom: 1px solid rgba(225, 231, 239, 0.5);
    border-radius: 16px;
    box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
}
.rightMentions > section:hover
{
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rightMentions > section > .contenu
{
  padding: 24px;
  display: flex;
  gap: 20px;
}
.rightMentions > section > .contenu .picto
{
  background: rgba(44, 141, 206, 0.1);
    color: rgb(44, 141, 206);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    flex-basis: 48px;
}
.rightMentions > section > .contenu .picto svg
{
  height: 24px;
    width: 24px;
    display: block;
}
.rightMentions > section > .contenu .content
{
  flex-basis: calc(100% - 48px - 20px);
}
.rightMentions > section > .contenu .content h2
{
  all:unset;
  text-align: left;
    color: rgb(31, 36, 46);
    font-size: 20px;
    position: relative;
    text-transform: initial;
    font-weight: bold;
}
.rightMentions > section > .contenu .content .texte
{
  color: rgb(101, 117, 139);
}
.rightMentions > section > .contenu .content .texte .numberUl
{
  list-style: none;
  margin-left: 5px;
  padding-left: 0;
}
.rightMentions > section > .contenu .content .texte ul
{
  margin-left: 20px;
  padding-left: 0;
}
.rightMentions > section > .contenu .content .texte .numberUl li
{
  display: flex;
  gap: 10px;
  align-items: center;
}
.rightMentions > section > .contenu .content .texte .numberUl li .number
{
  background-color: rgba(44, 141, 206, 0.1);
    padding: 0 0.25rem;
    border-radius: 50vh;
    font-weight: bold;
    color: rgb(44, 141, 206);
    text-align: center;
    min-width: 1.25rem;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.rightMentions > section > .contenu .content .texte a
{
  text-decoration: none;
  font-weight: bold;
  color: rgb(44, 141, 206);
}
.rightMentions > section > .contenu .content .texte a:hover
{
  text-decoration: underline;
}
.rightMentions > section > .contenu .content .texte .coordonnees, .rightMentions > section > .contenu .content .texte .hebergeur
{
  background: rgba(241, 245, 249, 0.5);
  border: 1px solid rgba(225, 231, 239, 0.4);
  border-radius: 12px;
  color: rgb(71, 84, 102);
  padding: 24px;
}
.rightMentions > section > .contenu .content .texte .coordonnees .titre
{
  font-size: 14px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
  margin-bottom: 15px;
}
.rightMentions > section > .contenu .content .texte .coordonnees .nom, .rightMentions > section > .contenu .content .texte .hebergeur .nom
{
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  text-align: left;
  margin-bottom: 10px;
}
.rightMentions > section > .contenu .content .texte .coordonnees .siret > span, .rightMentions > section > .contenu .content .texte .coordonnees .tva > span, .rightMentions > section > .contenu .content .texte .hebergeur .siret > span, .rightMentions > section > .contenu .content .texte .hebergeur .tva > span
{
  background-color: rgb(241, 245, 249);
  border-radius: 4px;
  color: rgb(31, 36, 46);
  padding: 2px 8px;
}
.rightMentions > section > .contenu .content .texte .coordonnees .sepa
{
  border-top: 1px solid rgba(225, 231, 239, 0.4);
  margin-top: 20px;
  padding-bottom: 20px;
}
.rightMentions > section > .contenu .content .texte .conformite
{
  display: flex;
  gap: 20px;
  background: rgba(44, 141, 206, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(44, 141, 206, 0.1);
  padding: 4px 16px;
  align-items: center;
}
.rightMentions > section > .contenu .content .texte .conformite svg
{
  height: 20px;
  width: 20px;
  display: block;
  color: rgb(44, 141, 206);
}


.headerTexteRefonte {
  padding-top: 112px;
  padding-bottom: 112px;
  background: linear-gradient(135deg, rgb(248, 250, 252) 0%, rgb(238, 243, 246) 100%);
  color: rgb(31, 36, 46);
  position: relative;
}
.headerTexteRefonte .sous_titre {
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.headerTexteRefonte .sous_titre > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.headerTexteRefonte .picto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerTexteRefonte .sous_titre svg {
  height: 15px;
  width: 15px;
}
.headerTexteRefonte .titre {
  text-align: center;
  font-size: 60px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  max-width: 57%;
  margin: 25px auto;
  line-height: 1;
}
.headerTexteRefonte .titre > strong {
  font-weight: 900;
}
.headerTexteRefonte .titre > span {
  color: rgb(44, 141, 206);
}
.headerTexteRefonte .texte {
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: #65758b;
  letter-spacing: 0.5px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
.headerTexteRefonte .btnHeader
{
  display: flex;
  gap:20px;
  justify-content: center;
  margin: 40px 0;
}
.headerTexteRefonte .btnHeader .btnDevis > a
{
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: middle;
  text-decoration: none;
}
.headerTexteRefonte .btnHeader .btnDevis > a:hover
{
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}
.headerTexteRefonte .btnHeader .btnReal > a
{
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #fff;
  border-radius: 0.75rem;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgb(225, 231, 239);
}
.headerTexteRefonte .btnHeader .btnReal > a:hover
{
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}
.pageRefonte .pourquoiRefondre, .pageRefonte .signes_refonte, .pageRefonte .etapes_refonte
{
  margin: 6rem 0;
}
.pageRefonte .header_section .sous_titre
{
  color: rgb(44, 141, 206);
  background-color: rgba(44, 141, 206, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50vh;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  display: inline-block;
  border: 1px solid rgba(44, 141, 206, 0.2);
}
.pageRefonte .header_section .titre
{
  text-align: left;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
}
.pageRefonte .header_section .texte
{
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.pageRefonte .signes_refonte .titre-bloc
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  margin-bottom: 35px;
}
.pageRefonte .signes_refonte .blocGrid
{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pageRefonte .signes_refonte .blocGrid > div
{
  flex-basis: calc(100% / 3 - 20px);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.pageRefonte .signes_refonte .blocGrid > div:hover {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
    transform: matrix(1, 0, 0, 1, 0, -4);
}
.pageRefonte .signes_refonte .blocGrid > div .blocGrid-picto
{
  background: rgba(44, 141, 206, 0.1);
  color: rgb(44, 141, 206);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
}

.pageRefonte .signes_refonte .blocGrid > div .blocGrid-picto svg
{
  height: 28px;
  width: 28px;
  display: block;
}
.pageRefonte .signes_refonte .blocGrid > div .blocGrid-titre
{
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 1rem;
  text-align: left;
}
.pageRefonte .signes_refonte .blocGrid > div .blocGrid-titre h3
{
  all: unset;
}
.pageRefonte .signes_refonte .blocGrid > div .blocGrid-texte
{
  font-size: 12px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
.pageRefonte .etapes_refonte .titre-bloc
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  margin-bottom: 35px;
}
.pageRefonte .etapes_refonte .texte-bloc
{
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.pageRefonte .etapes_refonte ol
{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.pageRefonte .etapes_refonte ol > li
{
  background:rgb(255, 255, 255);
  border-radius:16px;
  border: 1px solid rgba(225, 231, 239, 0.5);
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  color: rgb(31, 36, 46);
  padding: 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 15px 0;
}
.pageRefonte .etapes_refonte ol > li:hover
{
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
}
.pageRefonte .etapes_refonte ol > li h3
{
  font-size: 16px;
  font-weight: 900;
  color: rgb(31, 36, 46);
  margin-bottom: 1rem;
  text-align: left;
}
.pageRefonte .etapes_refonte ol > li p
{
  font-size: 12px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: left;
}
.pageRefonte .refonte_partielle
{
  padding: 6rem 0;
  background: rgba(241, 245, 249, 0.4);
}
.pageRefonte .refonte_partielle .titre-bloc
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  margin-bottom: 35px;
}
.pageRefonte .refonte_partielle .texte-bloc
{
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.pageRefonte .refonte_partielle .texte-bloc a
{
  text-decoration: none;
  color: rgb(44, 141, 206);
}
.pageRefonte .refonte_partielle .texte-bloc ul
{
  margin: 30px 0;
  padding: 0;
  display: flex;
  gap: 20px;
  list-style: none;
}
.pageRefonte .refonte_partielle .texte-bloc ul li
{
  flex: 1;
  box-shadow: rgba(31, 36, 46, 0.08) 0px 4px 20px -2px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.pageRefonte .refonte_partielle .texte-bloc ul li strong
{
  display: block;
  margin-bottom: 15px;
  color: rgb(31, 36, 46);
}
.pageRefonte .refonte_partielle .texte-bloc ul li:hover
{
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  transform: matrix(1, 0, 0, 1, 0, -4);
}
.pageRefonte .refonte_partielle .texte-bloc a:hover
{
  text-decoration: underline;
}
.pageRefonte .refonte_locale .titre-bloc
{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-transform: initial;
  margin-top: 0;
  padding-top: 0;
  color: rgb(31, 36, 46);
  margin-top: 35px;
  margin-bottom: 35px;
}
.pageRefonte .refonte_locale .texte-bloc
{
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  align-items: center;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}
.pageRefonte .refonte_locale .texte-bloc a
{
  text-decoration: none;
  color: rgb(44, 141, 206);
}
.pageRefonte .refonte_locale .texte-bloc a:hover
{
  text-decoration: underline;
}
.pageRefonte .refonte_locale .btnDevis
{
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: #4789cb;
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: middle;
  text-decoration: none;
}
.pageRefonte .refonte_locale .btnDevis svg
{
  vertical-align: middle;
}
.pageRefonte .refonte_locale .btnDevis:hover
{
  transition: all 0.3s ease;
  color: #fff !important;
  background-color: #5895cf !important;
}


/* ==========================================================================
   ANIMATIONS (@keyframes)
   --------------------------------------------------------------------------
   Tous les effets/animations regroupés ici. L'ordre n'a pas d'importance :
   une animation est appelée par son nom via la propriété "animation".
   NB : posiImg et posi2 sont AUSSI redéfinis dans la media query ≤860px
   (variantes mobiles) — c'est volontaire, ils restent là-bas.
   ========================================================================== */

@-webkit-keyframes posiLeft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 50px);
  }
}

@keyframes posiLeft {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 50px);
  }
}

@-webkit-keyframes posiRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 50px);
  }
}

@keyframes posiRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 50px);
  }
}

@keyframes apparition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounceEffect {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pulseBoxPosition {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes posi {
  from {
    left: 15%;
  }
  to {
    left: calc(12% + 8px);
  }
}

@keyframes posi {
  from {
    left: 15%;
  }
  to {
    left: calc(12% + 8px);
  }
}

@-webkit-keyframes posiImg {
  from {
    right: 15%;
  }
  to {
    right: calc(12% + 8px);
  }
}

@keyframes posiImg {
  from {
    right: 15%;
  }
  to {
    right: calc(12% + 8px);
  }
}

@-webkit-keyframes zoomin {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

@keyframes zoomin {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

@keyframes float-slow {
  0%,
  to {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-20px) rotate(3deg);
  }
}

@keyframes float-medium {
  0%,
  to {
    transform: translateY(0) translate(0);
  }

  33% {
    transform: translateY(-15px) translate(10px);
  }

  66% {
    transform: translateY(5px) translate(-5px);
  }
}

@keyframes fadeIn {
  0% {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes blob {
  0%,
  to {
    transform: translate(0) scale(1);
  }

  25% {
    transform: translate(20px, -30px) scale(1.1);
  }

  50% {
    transform: translate(-10px, 20px) scale(0.95);
  }

  75% {
    transform: translate(-20px, -10px) scale(1.05);
  }
}

@keyframes float-fast {
  0%,
  to {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.05);
  }
}

/* ==========================================================================
   RESPONSIVE — MEDIA QUERIES (centralisées)
   --------------------------------------------------------------------------
   Desktop-first (max-width), du plus large au plus étroit : un écran étroit
   déclenche tous les paliers plus larges, le dernier l'emporte.
   Paliers : 1440 / 1200 / 1024 / 860 / 768 / 480 px.
   1200 et 1024 sont encore vides : à compléter selon les besoins.
   ========================================================================== */

/* ---- Accessibilité : animations réduites ---- */

@media (prefers-reduced-motion) {
  .hidden {
    transition: none;
  }
}

/* ---- Desktop large : écrans ≤ 1440px ---- */

@media screen and (max-width: 1440px) {
  #slider .slide-image .slide-img img {
    height: 50%;
    top: 220px;
  }
  form > fieldset.captcha > .captcha_container {
    max-width: 100%;
  }
}

/* ---- Ordinateur portable : écrans ≤ 1200px ---- */

@media screen and (max-width: 1200px) {
  .toggler_nav {
    display: block;
  }
  .burger-open .toggler_nav > span:nth-child(2) {
    width: 100%;
  }
  .burger-open .toggler_nav > span:last-child {
    width: 100%;
  }
  nav {
    min-height: 100px;
    margin: 0 30px;
  }
  nav ul {
    transition:
      width 1s ease,
      opacity 2s ease;
    width: 0%;
    opacity: 0;
    position: fixed;
    right: -45%;
    opacity: 0;
    overflow: hidden;
  }
  nav ul li {
    padding: 20px 40px;
    margin: 0;

    width: 100%;
    text-align: left;
  }
  nav ul li a {
    color: #fff;
    font-size: 20px;
  }
  nav ul:not(.btn_action) li.select::before,
  nav ul:not(.btn_action) li:hover::before {
    background-color: transparent;
  }
  nav ul li.select a,
  nav ul li:hover a {
    color: #2d8bce;
  }
  .burger-open nav ul:not(.btn_action) {
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    padding: 140px 0 0;
    overflow: auto;
    opacity: 1;
    margin: 0;
    transition:
      width 1s ease,
      opacity 2s ease;
  }
  nav ul.btn_action {
    display: none;
  }
  .container3
  {
    max-width: 1080px !important;
  }
  #slider .slide-image .slide-img > div
  {
    height: 315px;
    width: 470px;
  }
  #slider .slide-image
  {
    position: relative;
  }
  #slider .slide-image .contenu-slider > .description-slider ul
  {
    flex-wrap: wrap;
  }
  #quisommesnous > div .divImage
  {
    height: 415px;
    width: 460px;
  }
  #quisommesnous .divImageParent::after
  {
    height: 415px;
    width: 460px;
  }
  .PageAPropos .nos_valeurs ul > li > div > .sous_titre
  {
    min-height: 30px;
  }
  #quisommesnous > div
  {
    gap: 40px;
  }
  .services-bloc .sous_titre, .nos_valeurs .nos_valeurs_ul > li > div > .sous_titre
  {
    min-height: 60px;
  }
  #realisations .container .contenu-realisations
  {
    justify-content: center;
  }
  #nos_avis
  {
    max-width: 1080px;
  }
  .box-avis > div
  {
    max-width: 320px;
  }
}

/* ---- Tablette paysage : écrans ≤ 1024px ---- */

@media screen and (max-width: 1024px) {
  .container3
  {
    max-width: 940px !important;
  }
  #slider .slide-image .contenu-slider > .texte-slider
  {
    font-size: 30px;
  }
  #slider .slide-image .contenu-slider > .description-slider .button_projets
  {
    display: block;
  }
  #slider .slide-image .contenu-slider > .description-slider .button_rdv
  {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  #slider .footSlide
  {
    margin-top: 20px;
    padding-top: 20px;
  }
  #realisations .container .contenu-realisations > div
  {
    flex-basis: 260px;
  }
  #realisations .container .contenu-realisations > div > article > a > .image
  {
    width: 260px;
  }
  #nos_avis
  {
    max-width: 940px;
  }
  .box-avis > div
  {
    width: 280px;
  }
  .PageAPropos .highlight_adn ul
  {
    flex-wrap: wrap;
  }
  .PageAPropos .highlight_adn ul > li
  {
    flex-basis: calc(100% / 3 - 17px);
  }

  #quisommesnous > div
  {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 80px;
  }
  #quisommesnous > div .titre-bloc
  {
    text-align: center;
    max-width: 100%;
  }
  #quisommesnous > div .texte-bloc
  {
    text-align: center;
  }
  #quisommesnous > div > div:last-child
  {
    text-align: center;
  }
  #quisommesnous > div .divImage
  {
    height: 510px;
    width: 900px;
  }
  #quisommesnous .divImageParent::after {
    height: 505px;
    width: 900px;
  }
  #nos_services .services-bloc
  {
    flex-wrap: wrap;
  }
  #nos_servicesGraphique .services-blocGraphique
  {
    flex-wrap: wrap;
  }
  #procedure .timeline-container
  {
    flex-wrap: wrap;
  }
  #procedure .timeline-container .timeline-block
  {
    flex-basis: calc(100% / 2 - 20px);
    min-height: 230px;
  }
  #procedure .timeline-container::after, #procedure .timeline-container .timeline-block .suiv_icon
  {
    display: none;
  }
  #realisations .container .contenu-realisations > div
  {
    flex-basis: calc(100% / 2 - 10px);
  }
  #realisations .container .contenu-realisations > div > article > a > .image
  {
    width: 100%;
  }
  #blog .contenu-blog
  {
    justify-content: center;
  }
  #blog .contenu-blog > article
  {
    flex-basis: calc(100% / 2 - 24px);
  }
  #footer .footerTop > div
  {
    flex-direction: column;
    gap: 50px;
  }
  #footer .footerMiddle > div
  {
    flex-direction: column;
    text-align: center;
  }
  #footer .footerMiddle .titre
  {
    text-align: center;
  }
  #footer .footerMiddle .logo .reaseau_sociaux
  {
    justify-content: center;
  }
  #footer .footerMiddle .contact .telephone
  {
    justify-content: center;
  }
  #footer .footerMiddle .coordonnee
  {
    justify-content: center;
  }
  .PageAPropos .nos_valeurs ul
  {
    flex-wrap: wrap;
  }
  .PageAPropos .nos_valeurs ul > li
  {
    flex-basis: calc(100% / 2 - 13px);
  }
  .compare
  {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #quisommesnous > div .sous-titre-bloc
  {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  #boxRealisations article
  {
    flex-basis: calc(100% / 2 - 14px);
  }
  .atoutProjet > .container
  {
    padding: 0;
  }
  .atoutProjet .blocAtoutProjet
  {
    flex-wrap: wrap;
  }
  .atoutProjet .blocAtoutProjet > div
  {
    flex-basis: calc(100% / 2 - 10px);
  }
  .atoutProjet .blocAtoutProjet > div:nth-child(3)
  {
    border-top: 1px solid rgb(225, 231, 239);
    border-left:0px;
  }
  .atoutProjet .blocAtoutProjet > div:nth-child(4)
  {
    border-top: 1px solid rgb(225, 231, 239);
  }
  .projetDescription > .container > div
  {
    flex-wrap: wrap;
  }
  .projetDescription > .container .leftInfos, .projetDescription > .container .rightInfos
  {
    flex-basis: 100%;
  }
  .enChiffres .blocEnChiffres
  {
    flex-wrap: wrap;
  }
  .enChiffres .blocEnChiffres > div
  {
    flex-basis: calc(100% / 2 - 12px);
  }
  .laDifference .blocEnChiffres
  {
    flex-wrap: wrap;
  }
  .laDifference .blocEnChiffres > div
  {
    flex-basis: calc(100% / 2 - 12px);
  }
  .identite_intervention > .container > div
  {
    flex-wrap: wrap;
  }
  .identite_intervention > .container .leftBox, .identite_intervention > .container .rightBox
  {
    flex-basis: 100%;
  }
  .header_texteRealisation
  {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .videoAvis > .container > div
  {
    flex-wrap: wrap;
  }
  .videoAvis > .container > div > .leftSection, .videoAvis .rightSection
  {
    flex-basis: 100%;
  }
  .videoAvis .texte-bloc
  {
    text-align: center;
  }
  .videoAvis .titre-bloc
  {
    text-align: center;
  }
  .videoAvis .videoPlayer
  {
    margin: 0 auto;
  }
}

/* ---- Tablette (≤ 860px) — bloc principal existant ---- */

@media screen and (max-width: 860px) {
  .row > * {
    display: block !important;
    width: initial !important;
    padding: initial !important;
  }
  #quisommesnous > div .divImage
  {
    width: 700px;
  }
  #quisommesnous .divImageParent::after
  {
    width: 700px;
  }
  #nos_avis
  {
    max-width: 100%;
  }
  #slider .slide-image
  {
    height: 1200px;
  }
  #slider .slide-image .contenu-slider
  {
    width: 100%;
    top: 30%;
    text-align: center;
  }
  #slider .box_position
  {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #slider .slide-image .contenu-slider > .texte-slider
  {
    text-align: center;
  }
  #slider .slide-image .contenu-slider > .description-slider
  {
    text-align: center;
  }
  #slider .slide-image .contenu-slider > .description-slider > p:first-child
  {
    max-width: initial;
  }
  #slider .slide-image .contenu-slider > .description-slider ul
  {
    justify-content: center;
  }
  #slider .footSlide
  {
    justify-content: center;
  }
  #slider .slide-image .slide-img
  {
    top: 73%;
    width: 100%;
  }
  #slider .slide-image .slide-img > div
  {
    width: 100%;
    height: 415px;
  }
  #blogPage .sommaire
  {
    display: none;
  }
  #blogPage .blogsContent > div:first-child, #blogPage .blogsContent > div:last-child
  {
    flex-basis: 100%;
  }
  #blogPage .contenu-blog-autres .blogs
  {
    flex-wrap: wrap;
  }
  .contenu-blog-autres .blogs > article
  {
    flex-basis: calc(100% / 2 - 10px);
  }
  .services-bloc
  {
    flex-wrap: wrap;
  }
  .services-bloc > div
  {
    flex-basis: calc(100% / 2 - 30px);
  }
  .nos_valeurs .nos_valeurs_ul
  {
    flex-wrap: wrap;
  }
  .nos_valeurs .nos_valeurs_ul > li
  {
    flex-basis: calc(100% / 2 - 13px);
  }
  #combinaisons .bloc_services_completent
  {
    flex-wrap: wrap;
  }
  #combinaisons .bloc_services_completent > div
  {
    flex-basis: 100%;
  }
  .nos_packsweb_bloc .services-bloc_packweb
  {
    flex-wrap: wrap;
  }
  .nos_packsweb_bloc .services-bloc_packweb > div
  {
    flex-basis: calc(100% / 2 - 15px);
  }
  .sur_mesure .sur_mesure_bloc, .creation_web .sur_mesure_bloc
  {
    flex-wrap: wrap;
  }
  .sur_mesure .sur_mesure_bloc > div, .creation_web .sur_mesure_bloc > div
  {
    flex-basis: 100%;
  }
  .creation_web .sur_mesure_bloc article .texte
  {
    min-height: initial;
  }
  .securiteux_bloc .securite_ux
  {
    flex-wrap: wrap;
  }
  .securiteux_bloc .securite_ux .texte_securite_ux
  {
    flex-basis: 100%;
  }
  .securiteux_bloc .securite_ux .accompagnement_personnalise_bloc
  {
    flex-basis: 100%;
  }
  .securiteux_bloc .securite_ux .accompagnement_personnalise_bloc article
  {
    max-width: initial;
  }
  .personnalisation_pack_site_vitrine > div > .leftImg
  {
    flex-direction: column-reverse;
  }
  .personnalisation_pack_site_vitrine > div > .rightImg
  {
    flex-direction: column;
  }
  .categorieBlog ul
  {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  .sectionDouble
  {
    flex-direction: column-reverse;
  }
  .atouts .gridAtouts, .pourquoi_developper .blocGrid, .nos_servicesAgence .gridServices, .pourquoi2MWeb
  {
    flex-direction: column;
  }
  .pourquoi_developper .blocGrid > div
  {
    width: 100%;
  }
  .headerTexteAgencePage .texte
  {
    max-width: 100%;
  }
  .interventions_autre .listVilles > ul
  {
    flex-direction: column;
    align-items:center;
    gap: 40px;
  }
  .leftMentions .sommaire .content_Sommaire, .leftPolitique .sommaire .content_Sommaire
  {
    display:none;
  }
  .contentMentions > div > div > .leftMentions, .contentPolitique > div > div > .leftPolitique
  {
    flex-basis:0;
  }
  .contentMentions > div > div > .rightMentions, .contentPolitique > div > div > .rightPolitique
  {
    flex-basis: 100%;
  }
}

/* ---- Tablette portrait : écrans ≤ 768px ---- */

@media screen and (max-width: 768px) {
  .compare {
    grid-template-columns: 1fr;
  }
  .detail__cols {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .header_texteRealisation .blocProjet
  {
    max-width: 90%;
  }
}

/* ---- Petit mobile (≤ 620px) — page « Demande de devis » ---- */
@media (max-width: 620px) {
  .devis .cards,
  .devis .checkgrid {
    grid-template-columns: 1fr;
  }
  .stepper__item {
    width: 64px;
  }
  .stepper__label {
    font-size: 12px;
  }
  .devis .step__title {
    font-size: 22px;
  }
  #quisommesnous > div .divImage
  {
    width: 90%;
    margin: 0 auto;
  }
  #quisommesnous .divImageParent::after
  {
    width: 90%;
    left: 50px;
  }
  .stepper
  {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .stepper__line
  {
    display:none;
  }
}

/* ---- Petit mobile (≤ 600px) — pagination ---- */
@media screen and (max-width: 600px) {
  .pagination a,
  .pagination span {
    padding: 6px 8px;
    font-size: 14px;
  }
}

/* ---- Mobile : écrans ≤ 480px ---- */

@media screen and (max-width: 480px) {
  #header_top {
    text-align: center;
  }
  #footer #infos_complementaires ul li {
    display: block;
    margin: 50px 0;
  }
  #slider {
    height: 1215px;
  }
  #slider .slide-image > .contenu-slider {
    top: 32%;
  }
  #slider .slide-image .slide-img
  {
    top: 77%;
  }
  #footer > div > div {
    display: block;
    position: relative !important;
    top: initial !important;
    right: initial !important;
    left: initial !important;
    text-align: center;
  }
  .headerTexteAgencePage .buttonHeader
  {
    flex-direction: column;
  }
  #slider .box_position
  {
    width: 100%;
  }
  #procedure .timeline-container
  {
    flex-direction: column;
  }
  #realisations .container .contenu-realisations, #blog .contenu-blog, .PageAPropos .nos_valeurs ul
  {
    flex-direction: column;
  }
  .header_texte .titre, .header_texte .texte
  {
    max-width: 100%;
  }
  .PageAPropos .nos_valeurs
  {
    padding-top: 0;
  }
  .PageAPropos .highlight_adn ul, #notre_strategie .strategie, .services-bloc, .nos_valeurs .nos_valeurs_ul, .nos_packsweb_bloc .services-bloc_packweb, #inclus_dans_le_pack ul
  {
    flex-direction: column;
  }
  .personnalisation_pack_site_vitrine .divImageParent .divImage
  {
    width: 100%;
  }
  .footer_apropos .buttonDevis, .footer_services .buttonDevis
  {
    flex-direction: column;
    gap:50px;
  }
  ol[itemtype="http://schema.org/BreadcrumbList"]
  {
    flex-direction: column;
  }
  #footer .footerTop .slogan
  {
    text-align:center;
  }
  .atouts .gridAtouts > div
  {
    flex-basis:100%;
    width: 100%;
  }
  #boxRealisations > div > div
  {
    flex-direction: column;
  }
  .identite_intervention .blocServices
  {
    flex-direction: column;
  }
  .galerie .images
  {
    display:flex;
    flex-wrap:wrap;
  }
  .laDifference
  {
    padding: 6rem 1rem;
  }
  .laDifference .blocEnChiffres > div
  {
    flex:unset;
    flex-basis:100%;
    width:100%;
  }
  .enChiffres .blocEnChiffres
  {
    flex-direction: column;
  }
  .atoutProjet .blocAtoutProjet > div
  {
    flex-basis:100%;
    border:none;
    border-bottom: 1px solid rgb(225, 231, 239);
  }
  .atoutProjet .blocAtoutProjet > div:nth-child(3), .atoutProjet .blocAtoutProjet > div:nth-child(4)
  {
    border-top: none;
  }
  .videoAvis .videoPlayer
  {
    width: 100%;
    height:initial;
  }
  .header_texteRealisation .blocProjet .imgMockup
  {
    height: 215px;
  }
  .header_texteBlog .titre
  {
    max-width: 100%;
    font-size: 32px;
  }
  .header_texteBlog .informations
  {
    flex-direction: column;
    align-items: baseline;
  }
  .header_texteBlog .informations > .sepa
  {
    display:none;
  }
  #blogPage .content_articles_blog p
  {
    margin-left: 0;
  }
  #blogPage .blogsContent > div > .content_articles_blog picture
  {
    width: 100%;
    margin-left:0;
  }
  #blogPage .content_articles_blog > .citation
  {
    margin-left: 0;
  }
  #blogPage .contenu-blog-autres .blogs
  {
    flex-direction: column;
  }
  #quisommesnous > div .texte-bloc ul
  {
    flex-direction: column;
  }
}


/* ---- DARK MODE ---- */
@media (prefers-color-scheme: dark) {

}
[data-theme="dark"] * {
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
}


/* ---- ACCESSIBILITE MODE ---- */
@media (prefers-reduced-motion: reduce), (prefers-contrast: more) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
[data-theme="accessible"] * {
  animation-duration: 0.01ms !important;
  transition-duration: 0.01ms !important;
}








/* =========================================================
   3) LE SÉLECTEUR FLOTTANT (haut à droite)
   ========================================================= */
.theme-switcher {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--surface);
  border: var(--border-width) solid var(--card-border);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.theme-switcher button {
  border: none;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.theme-switcher button:hover { color: var(--text); }

/* bouton actif */
.theme-switcher button[aria-pressed="true"] {
  background: var(--accent);
  color: #fff;
}
[data-theme="accessible"] .theme-switcher button[aria-pressed="true"] {
  background: #000;
  color: #fff;
}

/* ==========================================================================
   FAQ pages services (schema FAQPage + affichage accordéon)
   ========================================================================== */
.faq-section { padding: 40px 0; }
.faq-section .faq-title { font-size: 1.6rem; margin-bottom: 24px; text-align: center; }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq-item summary.faq-question {
	cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 600;
	display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary.faq-question::-webkit-details-marker { display: none; }
.faq-item summary.faq-question::after { content: "+"; font-size: 1.4rem; line-height: 1; color: #6b7280; transition: transform .2s ease; }
.faq-item[open] summary.faq-question::after { content: "\2212"; }
.faq-item .faq-answer { padding: 0 20px 18px; color: #4b5563; }
.faq-item .faq-answer p { margin: 0; line-height: 1.6; }

/* ==========================================================================
   CTA en fin d'article de blog
   ========================================================================== */
.article-cta {
	background-image: linear-gradient(to right bottom, rgba(44, 141, 206, 0.05), rgba(0, 0, 0, 0));
  border: 1px solid rgba(225, 231, 239, 0.5);
  border-radius: 16px;
  padding: 24px;
  margin-top: 6rem;
}
.article-cta h2 { 
  all:unset;
  text-align: center;
  color: rgb(44, 141, 206);
  font-size: 20px;
  position: relative;
  text-transform: initial;
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.article-cta p { color: rgb(101, 117, 139); text-align:center; }
.article-cta .button
{
  all:unset;
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  background-color: rgb(44, 141, 206);
  border-radius: 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: rgba(44, 141, 206, 0.35) 0px 4px 14px 0px;
  vertical-align: middle;
  display: flex;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
  margin: 30px auto 0px;
  width: fit-content;
}
.article-cta .button:hover
{
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   Carte Google Maps sur les pages villes
   ========================================================================== */
.carte_ville { padding: 40px 0;margin-top: 6rem;margin-bottom:6rem; }
.carte_ville .mapWrapper { max-width: 1000px; margin: 24px auto 0; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.08); line-height: 0; }
.carte_ville .mapWrapper iframe { display: block; width: 100%; }
.carte_ville h2
{
  all: unset;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin: 10px 0 20px;
  padding-top: 0;
  color: rgb(31, 36, 46);
  width: 100%;
  display: block;
}
.carte_ville .texte
{
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.faq-section h2
{
  all: unset;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  text-transform: initial;
  margin: 60px 0 60px;
  padding-top: 0;
  color: rgb(31, 36, 46);
  width: 100%;
  display: block;
}
/* ==========================================================================
   Sous-hubs géographiques (navigation par département sur /agence-web)
   ========================================================================== */
.hubsDepartements { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 auto 32px; max-width: 900px; }
.hubsDepartements .hubDepartement {
	display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px;
	border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; color: #2d3047;
	font-weight: 600; font-size: .92rem; text-decoration: none; transition: all .15s ease;
}
.hubsDepartements .hubDepartement:hover { border-color: #3c5cb8; color: #3c5cb8; transform: translateY(-1px); }
.hubsDepartements .hubDepartement i { width: 16px; height: 16px; }

/* ==========================================================================
   Bandeau refonte (maillage interne /refonte-site-internet)
   ========================================================================== */
.bandeau-refonte { padding: 8px 0 40px; }
.bandeau-refonte__inner {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	flex-wrap: wrap; padding: 22px 26px; margin: 24px auto; max-width: 1000px;
	background: #f8fafc; border: 1px solid #e5e7eb; border-left: 4px solid #3c5cb8; border-radius: 12px;
}
.bandeau-refonte__texte { display: flex; align-items: center; gap: 14px; }
.bandeau-refonte__texte > i { width: 28px; height: 28px; color: #3c5cb8; flex-shrink: 0; }
.bandeau-refonte__texte strong { display: block; margin-bottom: 2px; }
.bandeau-refonte__texte span { color: #4b5563; font-size: .95rem; line-height: 1.5; }
.bandeau-refonte__btn {
	display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
	padding: 10px 18px; background: #3c5cb8; color: #fff; border-radius: 8px;
	font-weight: 600; text-decoration: none; transition: background .15s ease;
}
.bandeau-refonte__btn:hover { background: #2d4693; }
.bandeau-refonte__btn i { width: 16px; height: 16px; }

/* ==========================================================================
   PAGES MÉTIER (/creation-site-internet/{metier})
   ========================================================================== */
.metier-douleurs, .metier-pourquoi, .metier-solutions, .metier-offre, .metier-autres, .metier-avis {
  padding: 90px 0 0;
}
.metier-douleurs .title, .metier-pourquoi .title, .metier-solutions .title, .metier-offre .title, .metier-autres .title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
}
.metier-douleurs .title .texte, .metier-pourquoi .title .texte, .metier-solutions .title .texte, .metier-offre .title .texte, .metier-autres .title .texte {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  color: rgb(31, 36, 46);
}
.metier-douleurs .title .picto, .metier-pourquoi .title .picto, .metier-solutions .title .picto, .metier-offre .title .picto, .metier-autres .title .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.metier-douleurs .title .picto svg, .metier-pourquoi .title .picto svg, .metier-solutions .title .picto svg, .metier-offre .title .picto svg, .metier-autres .title .picto svg {
  height: 24px;
  width: 24px;
  color: rgb(44, 141, 206);
}

/* Points factuels sous le hero */
.metier-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 32px auto 0;
  max-width: 860px;
}
.metier-point {
  flex: 1 1 220px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
}
.metier-point strong {
  display: block;
  font-size: 1.05rem;
  color: #2d3047;
  margin-bottom: 4px;
}
.metier-point span {
  color: #65758b;
  font-size: 0.92rem;
}

/* Liste des problèmes */
.metier-douleurs__liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.metier-douleurs__liste li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: rgb(101, 117, 139);
  line-height: 1.55;
}
.metier-douleurs__liste li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #d9534f;
}

.metier-pourquoi .texte p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgb(101, 117, 139);
  letter-spacing: 0.5px;
}

/* Cartes solution */
.metier-solutions__grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.metier-solution {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: box-shadow .15s ease;
}
.metier-solution:hover { box-shadow: 0 4px 16px rgba(0, 0, 0, .06); }
.metier-solution .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 10px;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.metier-solution .picto svg { width: 22px; height: 22px; color: rgb(44, 141, 206); }
.metier-solution h2 {
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: #2d3047;
}
.metier-solution p {
  margin: 0;
  color: rgb(101, 117, 139);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Avis Google réel */
.metier-avis blockquote {
  margin: 0 auto;
  max-width: 760px;
  padding: 32px 36px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #3c5cb8;
  border-radius: 12px;
}
.metier-avis__etoiles { display: flex; gap: 4px; margin-bottom: 14px; }
.metier-avis__etoiles svg { width: 18px; height: 18px; color: #f5b301; fill: #f5b301; }
.metier-avis blockquote p {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #2d3047;
}
.metier-avis blockquote footer strong { display: block; color: #2d3047; }
.metier-avis blockquote footer span { color: #65758b; font-size: 0.88rem; }

/* Checklist de l'offre */
.metier-offre__liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.metier-offre__liste li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #2d3047;
  line-height: 1.5;
}
.metier-offre__liste li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #2e9e5b;
}

/* Index des métiers */
.metiersGrid-section { padding: 40px 0 60px; }
.metiersGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.metierCard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-decoration: none;
  transition: all .15s ease;
}
.metierCard:hover {
  border-color: #3c5cb8;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
}
.metierCard .picto {
  background-color: rgba(44, 141, 206, 0.1);
  border-radius: 10px;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.metierCard .picto svg { width: 22px; height: 22px; color: rgb(44, 141, 206); }
.metierCard h2 { font-size: 1.12rem; margin: 0; color: #2d3047; }
.metierCard p { margin: 0; color: rgb(101, 117, 139); line-height: 1.55; font-size: 0.93rem; flex-grow: 1; }
.metierCard__lien {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #3c5cb8;
  font-weight: 600;
  font-size: 0.93rem;
}
.metierCard__lien svg { width: 16px; height: 16px; }

@media screen and (max-width: 900px) {
  .metiersGrid { grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width: 680px) {
  .metier-douleurs__liste, .metier-solutions__grille, .metier-offre__liste, .metiersGrid { grid-template-columns: 1fr; }
  .metier-douleurs, .metier-pourquoi, .metier-solutions, .metier-offre, .metier-autres, .metier-avis { padding-top: 60px; }
  .metier-avis blockquote { padding: 24px 20px; }
}
.bandeau-metiers { padding: 8px 0 40px; }
