@charset "UTF-8";
/*
Theme Name: Flatsome Child
Theme URI: http://example.com/flatsome-child
Description: Thème enfant de Flatsome
Author: Electro
Author URI: http://example.com/
Template: flatsome
Version: 1.0.6
*/
/* ==============================
   1. FONDATIONS (Ordre strict)
   ============================== */
/* ------------------------------
   ICONS / SIZE
   ------------------------------ */
/* ------------------------------
   TYPOGRAPHY VARIABLES
   ------------------------------ */
/* FONT SIZES */
/* FONT WEIGHTS */
/* ------------------------------
   COLORS VARIABLES
   ------------------------------ */
/* ------------------------------
   UTILITAIRES COULEURS
   ------------------------------ */
.text-pink {
  color: #E5006D !important;
}
.text-mauve {
  color: #7788AD;
}
.text-grey {
  color: #42434C;
}
.text-light-grey {
  color: #F6F4F7;
}
.text-white {
  color: #ffffff;
}
.bg-pink {
  background-color: #E5006D;
}
.bg-mauve {
  background-color: #7788AD;
}
.bg-grey {
  background-color: #42434C;
}
.bg-light-grey {
  background-color: #F6F4F7;
}
.bg-white {
  background-color: #ffffff;
}
@font-face {
  font-family: "Intro";
  src: url("/wp-content/fonts/intro/Intro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, .heading-font, .button, .wpcf7-submit, .header-nav a, .floating-item .floating-label {
  font-family: "Intro", sans-serif !important;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0em;
}
.superfont {
  font-size: 20px;
}
.ultrafont {
  font-size: 26px;
}
h1 {
  font-size: 30px;
  font-weight: 700;
}
h2 {
  font-size: 26px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px !important;
}
p {
  font-size: 14px;
  font-weight: 400;
}
.button-text {
  font-size: 12px;
  font-weight: 500;
}
.footer-text {
  font-size: 12px;
}
.number-font {
  font-size: 60px;
  font-weight: 700;
}
.no-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
}
.reduce-line h3 {
  line-height: normal;
}
.azura-auto-menu li a {
  font-family: "Lato" !important;
}
/* ==============================
   2. COMPOSANTS EXISTANTS
   ============================== */
/* ==============================
   BUTTONS
   ============================== */
.button, .wpcf7-submit {
  font-size: 12px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 21px;
  padding-bottom: 8px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.button:hover, .wpcf7-submit:hover {
  opacity: 0.9;
}
.wpcf7-submit {
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 20px;
  background-color: #e6007e !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 40px !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-icon-box.icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: #7788AD !important;
}
.material-symbols-outlined {
  vertical-align: top;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.html_topbar_left .material-symbols-outlined {
  font-size: 24px;
}
.icon-circle-pink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5006D;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.icon-circle-pink img {
  max-width: 60%;
  max-height: 60%;
  height: auto;
  display: block;
}
.picto-rond-rose {
  background-color: #E5006D;
  border-radius: 50% !important;
  width: 60px !important;
  height: 60px !important;
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 10;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.picto-rond-rose img {
  filter: brightness(0) invert(1) !important;
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;
  min-width: 0 !important;
  object-fit: contain;
}
.my-floating-container {
  position: fixed;
  right: 35px;
  top: 20%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  align-items: flex-end;
}
.floating-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 42px;
  background: #E5006D;
  border-radius: 21px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  max-width: 42px;
  white-space: nowrap;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  transition: max-width 0.4s ease, padding 0.3s ease;
}
.floating-item:hover {
  max-width: 300px;
}
.floating-item .floating-label {
  margin-right: 18px;
  margin-left: -2px;
  font-size: 12px;
  opacity: 0;
  color: #ffffff;
  transition: all 0.5s ease;
}
.floating-item:hover .floating-label {
  opacity: 1;
  transform: translateX(0);
}
.floating-item .floating-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.floating-item .floating-icon img {
  width: 21px;
  height: 21px;
}
.services-slider .swiper-slide {
  width: 335px !important;
}
.service-card {
  width: 335px !important;
  display: block;
  margin: 0;
}
.service-image img {
  width: 335px !important;
  height: 208px !important;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.services-prev, .services-next {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #E5006D;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.services-prev {
  left: -34px;
}
.services-next {
  right: -34px;
}
.services-prev:hover, .services-next:hover {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #E5006D;
  opacity: 1;
}
.services-prev::after, .services-next::after {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
/* =========================================
   CORRECTION DE L'OPACITÉ DES FLÈCHES
   ========================================= */
.swiper-button-disabled {
  opacity: 0 !important;
  transform: translateY(-50%) scale(0) !important;
  pointer-events: none;
}
.service-card .service-title {
  margin-top: 6px;
}
.services-block {
  position: relative;
}
@media (max-width: 768px) {
  .services-prev, .services-next {
    display: none;
  }
}
/* =========================================
   VOS AUTRES STYLES (Conservés à l'identique)
   ========================================= */
.hero-services .stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.hero-services .stat-item {
  flex: 1;
}
.hero-services .stat-number {
  display: inline-block;
  font-family: "Intro", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #E5006D;
  line-height: 1.2;
}
.hero-services .unit {
  display: inline-block;
  font-family: "Intro", sans-serif;
  font-size: 30px;
  margin-left: 6px;
  font-weight: 700;
  vertical-align: top;
  color: #E5006D;
}
.hero-services .divider {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #E5006D;
  margin: 8px auto 12px auto;
  line-height: 0;
}
.stat-number, .unit {
  display: inline-block;
}
.stat-number.decimal::after {
  content: ",5";
}
.step-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.step-circle {
  width: var(--step-size);
  height: var(--step-size);
  min-width: var(--step-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #7788AD;
}
.step-content h4 {
  margin-bottom: 0;
}
.step-content p {
  margin-top: 0;
}
.step-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #7788AD;
  overflow: hidden;
}
.step-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  color: #ffffff;
  filter: brightness(0) invert(1);
}
.step-block {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.step-circle {
  position: relative;
  z-index: 2;
}
.step-block:has(+ .step-block)::before {
  content: "";
  position: absolute;
  left: calc(var(--step-size) / 2 + 15px);
  top: var(--step-size);
  width: 2px;
  height: calc(100% + 10px);
  background-color: #7788AD;
}
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: 1px solid #42434C;
  color: #42434C;
  border-radius: 8px;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  font-weight: 700;
  height: auto;
}
textarea.wpcf7-form-control {
  max-height: 40px;
}
select.wpcf7-form-control {
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
}
.container-submit {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.container-submit input[type="submit"] {
  width: max-content !important;
  min-width: 200px !important;
  margin: 0 !important;
}
.container-submit .wpcf7-spinner {
  margin: 10px 0 0 0 !important;
}
div.wpcf7 select.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e5007d'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px;
  padding-right: 45px;
  cursor: pointer;
  background-color: #ffffff;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
div.wpcf7 select.wpcf7-form-control:hover, div.wpcf7 select.wpcf7-form-control:focus {
  border-color: var(--primary-color);
  outline: none;
}
div.wpcf7 select.wpcf7-form-control option {
  color: #1a1a1a;
  background-color: #ffffff;
  font-weight: normal;
}
div.wpcf7 select.wpcf7-form-control option:first-child {
  color: #a0a0a0;
  font-style: italic;
}
div.wpcf7 .wpcf7-not-valid {
  border-color: var(--primary-color);
  background-color: #fff8f9;
  box-shadow: 0 0 0 2px rgba(255, 56, 96, 0.1);
  transition: all 0.2s ease-in-out;
}
div.wpcf7 .wpcf7-not-valid-tip::before, div.wpcf7 .wpcf7-not-valid-tip::after {
  display: none;
  content: none;
}
div.wpcf7 input.wpcf7-form-control ~ .wpcf7-not-valid-tip, div.wpcf7 textarea.wpcf7-form-control ~ .wpcf7-not-valid-tip, div.wpcf7 select.wpcf7-form-control ~ .wpcf7-not-valid-tip, div.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 0 0 0 5px;
  border-radius: 0;
  width: 100%;
  animation: azuraFadeIn 0.2s ease-out forwards;
}
div.wpcf7 .woocommerce-error, div.wpcf7 .alert-box.error {
  display: none;
}
div.wpcf7 .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}
div.wpcf7 .wpcf7-status-validation, div.wpcf7 .wpcf7-validation-errors {
  color: var(--primary-color);
  background-color: #fff2f4;
  border-color: #ffccd5;
}
div.wpcf7 .wpcf7-mail-sent-ok {
  color: #257942;
  background-color: #effaf3;
  border-color: #dec0f3;
}
@keyframes azuraFadeIn {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select, .wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  font-family: "Intro", sans-serif !important;
}
input.wpcf7-submit {
  background-color: var(--primary-color) !important;
}
.wpcf7-spinner {
  display: none;
}
.accordion-item {
  background-color: #F6F4F7;
  margin-bottom: 20px;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  transition: background 0.3s;
}
.accordion-title {
  padding: 15px 30px 15px 70px;
  border: none;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.accordion-title.plain.active {
  color: #42434C;
  background-color: #F6F4F7;
}
.accordion-title i {
  display: none;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  left: 25px;
  top: 48%;
  transform: translateY(-50%);
  color: #E5006D;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.accordion-title.active::before {
  content: "−";
  top: 48%;
}
.accordion-item.active .accordion-title {
  color: #42434C;
}
.accordion-inner {
  padding: 0 30px 5px 70px;
}
@media screen and (max-width: 550px) {
  .hero.bg-light-grey {
    background-color: #fff;
  }
}
.entry-category .box:hover .box-text {
  background-color: #E5006D !important;
}
.entry-category .box-badge .box-text {
  top: 0;
  bottom: auto;
  padding: 30px 0px;
}
@media screen and (max-width: 550px) {
  .entry-category .box-badge .box-text {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 550px) {
  .entry-category .box-badge .box-text {
    padding: 30px 0px;
  }
}
.entry-category .box-badge .box-text h3 {
  font-size: 1em;
}
.entry-category .overlay {
  background-image: url("/wp-content/uploads/2026/04/icon-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pills li a {
  font-family: "Intro", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0em;
  border-radius: 10px;
  color: #42434C;
  padding: 0 15px;
}
.nav-pills li.tab {
  background-color: #F6F4F7;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tab-panels {
  padding-top: 1em;
}
.rounded-border, .rounded-border img, .rounded-border .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.max-rounded-border, .max-rounded-border img, .max-rounded-border .box-image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 849px) {
  .row-slide {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .row-slide::-webkit-scrollbar {
    display: none;
  }
  .row-slide .col {
    flex: 5 0 auto;
    min-width: 300px;
  }
  .row-slide .stack .stat-item {
    min-width: 200px;
  }
  .row-slide .stack .badge-contact {
    min-width: auto !important;
    width: max-content !important;
    flex-wrap: nowrap !important;
  }
  .row-slide .stack .badge-contact p, .row-slide .stack .badge-contact span, .row-slide .stack .badge-contact .icon-box-text {
    white-space: nowrap !important;
  }
  .nav.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .nav.nav-pills::-webkit-scrollbar {
    display: none;
  }
  .nav.nav-pills li.tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .tabbed-content .row-inner {
    flex-direction: column !important;
    margin-bottom: 0px !important;
  }
  .tabbed-content .col-inner {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tabbed-content .col-inner:first-child {
    margin-bottom: 25px;
  }
  .tabbed-content .col-inner img {
    margin-right: 0;
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .tabbed-content .col-inner p {
    margin-right: 0;
  }
}
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-list li {
  display: flex;
  align-items: center;
  background-color: #F6F4F7;
  color: #42434C;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 14px;
  margin-bottom: 8px;
  border-radius: 10px;
}
.custom-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E5006D;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.img-box {
  background-color: #F6F4F7;
  border-radius: 15px;
  overflow: hidden;
}
.img-box-text {
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .wpcf7 .large-6:nth-child(odd) {
    padding-right: 10px;
  }
  .wpcf7 .large-6:nth-child(even) {
    padding-left: 10px;
  }
}
.border-top-only .col-inner {
  border-top: 10px solid #e6007e !important;
}
.badge-contact {
  background-color: #ffffff;
  border-radius: 99px;
  padding: 2px 15px;
  margin-bottom: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
}
.badge-contact .icon-box-img, .badge-contact i {
  color: #E5006D;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.badge-contact div.icon-box-text.last-reset {
  padding-left: 4px;
}
.badge-contact p, .badge-contact span {
  color: #42434C;
  margin-bottom: 1px !important;
  line-height: 1;
}
.badge-contact.outline {
  background-color: transparent;
  border: 3px solid #F6F4F7;
  color: #E5006D;
}
/* 1. Le cercle rose */
.azura-pink-icon .icon-box-img {
  background-color: #e5006d !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
  /* Indispensable pour laisser le zoom opérer */
}
/* 2. L'icône (Cible les IMG, les SVG et les polices d'icônes) */
.azura-pink-icon .icon-box-img img, .azura-pink-icon .icon-box-img svg, .azura-pink-icon .icon-box-img i {
  width: 35px !important;
  /* Taille de base forcée */
  height: 35px !important;
  min-width: 35px !important;
  /* Empêche l'écrasement interne */
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
  margin: 0 !important;
  transform: scale(1.2) !important;
  /* Le zoom visuel */
}
/* ==============================
   COMPOSANT : CARTES MATIÈRES
   ============================== */
.azura-material-card {
  background-color: #ffffff;
  border: 1px solid #EAEAEE;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  /* MODIFICATION : Aligne le contenu par le haut */
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.azura-material-card:hover {
  background-color: #F6F4F7;
  border-color: transparent;
}
.azura-material-card .azura-material-icon {
  background-color: #E5006D;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}
.azura-material-card .azura-material-icon .azura-material-img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.azura-material-card .azura-material-content h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
}
.azura-material-card .azura-material-content p {
  margin: 0;
  font-size: 14px;
  color: #42434C;
  line-height: 1.4;
}
.azura-step-wrap {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 100%;
}
.azura-step-wrap .azura-step-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35px;
  height: 35px;
  background-color: #E5006D;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
}
.azura-step-wrap .azura-step-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 0px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.azura-step-wrap .azura-step-card .azura-step-icon {
  margin-bottom: 15px;
}
.azura-step-wrap .azura-step-card .azura-step-icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(5124%) hue-rotate(322deg) brightness(86%) contrast(111%);
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}
.icon-box.azura-box {
  background-color: #F6F4F7;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.icon-box.azura-box .icon-box-img {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.icon-box.azura-box .icon-inner {
  background-color: #7788AD;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.icon-box.azura-box .icon-inner i, .icon-box.azura-box .icon-inner svg, .icon-box.azura-box .icon-inner img {
  width: 60%;
  padding-top: 0;
  height: auto;
  font-size: 18px;
  object-fit: contain;
}
.icon-box.azura-box .icon-box-text {
  padding: 0;
  margin: 0;
}
.azura-badge-hero {
  position: absolute;
  bottom: 40px;
  left: 45%;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  z-index: 20;
  text-align: center;
  line-height: 1;
}
.azura-badge-hero strong {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.azura-badge-hero strong .badge-percent {
  font-size: 50%;
  line-height: 0.9;
  margin-left: 2px;
  margin-top: 0.1em;
}
@media (max-width: 849px) {
  .azura-badge-hero {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    display: inline-block;
  }
}
.follow-limit-block {
  max-width: 500px;
}
.divider-mauve {
  width: 100%;
  height: 3px;
  background-color: #E2E2E8;
  margin: 20px 0;
  border: none;
}
.slider-space .flickity-slider > * {
  margin-right: 20px !important;
}
.custom-video-wrapper .button.open-video, .custom-video-wrapper .open-video.wpcf7-submit {
  width: 100px !important;
  height: 100px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}
.custom-video-wrapper .button.open-video i, .custom-video-wrapper .open-video.wpcf7-submit i {
  font-size: 38px !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin-left: 6px !important;
  margin-right: 0 !important;
}
.custom-video-wrapper .button.open-video:hover, .custom-video-wrapper .open-video.wpcf7-submit:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  transform: scale(1.05) !important;
}
.slider-agir-custom .flickity-prev-next-button {
  display: none !important;
}
.slider-agir-custom .flickity-page-dots .dot {
  background-color: #ffffff !important;
  border: none !important;
  opacity: 0.75 !important;
  box-shadow: none !important;
  width: 8px !important;
  height: 8px !important;
}
.slider-agir-custom .flickity-page-dots .dot.is-selected {
  background-color: #E5006D !important;
  opacity: 1 !important;
}
.mascotte {
  max-width: 300px;
}
/* HEADER */
@media (min-width: 850px) {
  .nav-vertical + .tab-panels {
    padding: 0px;
  }
}
.nav-vertical > li + li {
  border-top: 0px solid #ececec;
}
.nav-dropdown {
  border-radius: 0 0 15px 15px;
  box-shadow: 1px 2px 60px #E5006D40 !important;
}
.nav > li > a {
  color: #4a4a4a;
}
.has-dropdown .icon-angle-down {
  color: var(--primary-color);
  opacity: 1;
}
.header-main .nav .nav-dropdown li > a {
  line-height: 16px;
}
.grille-azura > .col {
  padding: 10px !important;
  padding-bottom: 10px;
}
.grille-azura .col-inner {
  background-color: #F6F4F7;
  padding: 30px;
  height: 100%;
  border-radius: 12px;
}
.quels-dechets h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  div.stack.stack-badges-defilement {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  div.stack.stack-badges-defilement::-webkit-scrollbar {
    display: none;
  }
  div.stack.stack-badges-defilement .badge-contact {
    flex: 0 0 auto;
    width: 260px;
    max-width: 80%;
    margin-right: 15px;
  }
  div.stack.stack-badges-defilement .badge-contact .icon-box-text p {
    white-space: normal;
  }
}
@media (max-width: 849px) {
  /* Cible le conteneur interne de la colonne spécifiée à l'étape 1 */
  .col-hero-texte .col-inner {
    border: 2px solid #F6F4F7;
    /* Bordure de 2px gris clair identique aux badges */
    border-radius: 15px;
    /* Arrondit les angles pour correspondre au design global */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    /* Optionnel : léger ombrage pour augmenter le relief */
  }
}
.single-recyclage .row-collapse.align-equal .col {
  margin-bottom: 30px;
}
/* ==============================
   ANNUAIRE / BARRE DE RECHERCHE
   ============================== */
.azura-dynamic-wrapper {
  padding: 0px 0;
}
/* ------------------------------
   BARRE DE RECHERCHE
   ------------------------------ */
.azura-search-wrapper {
  position: relative;
  max-width: 340px;
  margin: 0 auto 50px auto;
  z-index: 100;
}
.azura-search-bar {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.azura-search-bar input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  padding: 10px 20px !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #42434C;
  font-weight: 700;
  font-family: "Intro", sans-serif;
}
.azura-search-bar button {
  background-color: #E5006D;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.azura-search-bar button:hover {
  opacity: 0.8;
}
/* ------------------------------
   GRILLE D'ARCHITECTURE
   ------------------------------ */
.azura-block {
  margin-bottom: 40px;
}
.azura-block:last-child {
  margin-bottom: 0;
}
/* ------------------------------
   LANGUETTE (RÉSULTATS)
   ------------------------------ */
.azura-languette {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  max-height: 350px;
  overflow-y: auto;
}
.azura-languette ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.azura-languette li {
  border-bottom: 1px solid #EAEAEA;
  margin: 0;
}
.azura-languette li:last-child {
  border-bottom: none;
}
.azura-languette a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  color: #42434C;
  text-decoration: none;
  font-family: "Intro", sans-serif;
  font-size: 14px;
  transition: background 0.2s;
}
.azura-languette a:hover {
  background-color: #fcfcfc;
  color: #E5006D;
}
.azura-badge {
  font-size: 11px;
  background-color: #E5006D;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 700;
}
.azura-no-result {
  padding: 15px 20px;
  color: #7788AD;
  font-style: italic;
}
.col-inner ul#azura-languette-results li {
  margin-left: 0px;
}
/* ------------------------------
   GRILLE D'ARCHITECTURE
   ------------------------------ */
.azura-filter-group {
  margin-bottom: 40px;
}
.azura-filter-group:last-child {
  margin-bottom: 0;
}
.azura-col-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.azura-maquette-h3 {
  font-family: "Intro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #42434C;
  margin-bottom: 15px;
}
/* Listes de la grille */
ul.azura-maquette-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.azura-maquette-list li {
  border-bottom: 1px solid rgba(66, 67, 76, 0.25);
  margin: 0 !important;
  padding: 0 !important;
}
ul.azura-maquette-list li:last-child {
  border-bottom: none;
}
ul.azura-maquette-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #42434C;
  font-family: "Intro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
ul.azura-maquette-list a:hover {
  color: #E5006D;
}
ul.azura-maquette-list a:hover .azura-chevron {
  color: #E5006D;
}
/* Chevron d'indication */
.azura-chevron {
  font-family: monospace, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #42434C;
  transition: color 0.2s;
}
button.azura-search-btn {
  background-color: #E5006D;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 4px 4px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
button.azura-search-btn:hover {
  opacity: 0.8;
}
button.azura-search-btn .azura-search-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 550px) {
  .hero.bg-light-grey {
    background-color: #fff;
  }
}
.entry-category .box:hover .box-text {
  background-color: #E5006D !important;
}
.entry-category .box-badge .box-text {
  top: 0;
  bottom: auto;
  padding: 30px 0px;
}
@media screen and (max-width: 550px) {
  .entry-category .box-badge .box-text {
    padding: 10px 0px;
  }
}
@media screen and (min-width: 550px) {
  .entry-category .box-badge .box-text {
    padding: 30px 0px;
  }
}
.entry-category .box-badge .box-text h3 {
  font-size: 1em;
}
.entry-category .overlay {
  background-image: url("/wp-content/uploads/2026/04/icon-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pills li a {
  font-family: "Intro", sans-serif !important;
  font-size: 14px;
  letter-spacing: 0em;
  border-radius: 10px;
  color: #42434C;
  padding: 0 15px;
}
.nav-pills li.tab {
  background-color: #F6F4F7;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tab-panels {
  padding-top: 1em;
}
.rounded-border, .rounded-border img, .rounded-border .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.max-rounded-border, .max-rounded-border img, .max-rounded-border .box-image {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 849px) {
  .row-slide {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .row-slide::-webkit-scrollbar {
    display: none;
  }
  .row-slide .col {
    flex: 5 0 auto;
    min-width: 300px;
  }
  .row-slide .stack .stat-item {
    min-width: 200px;
  }
  .row-slide .stack .badge-contact {
    min-width: auto !important;
    width: max-content !important;
    flex-wrap: nowrap !important;
  }
  .row-slide .stack .badge-contact p, .row-slide .stack .badge-contact span, .row-slide .stack .badge-contact .icon-box-text {
    white-space: nowrap !important;
  }
  .nav.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .nav.nav-pills::-webkit-scrollbar {
    display: none;
  }
  .nav.nav-pills li.tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .tabbed-content .row-inner {
    flex-direction: column !important;
    margin-bottom: 0px !important;
  }
  .tabbed-content .col-inner {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tabbed-content .col-inner:first-child {
    margin-bottom: 25px;
  }
  .tabbed-content .col-inner img {
    margin-right: 0;
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .tabbed-content .col-inner p {
    margin-right: 0;
  }
}
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-list li {
  display: flex;
  align-items: center;
  background-color: #F6F4F7;
  color: #42434C;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 14px;
  margin-bottom: 8px;
  border-radius: 10px;
}
.custom-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E5006D;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.img-box {
  background-color: #F6F4F7;
  border-radius: 15px;
  overflow: hidden;
}
.img-box-text {
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .wpcf7 .large-6:nth-child(odd) {
    padding-right: 10px;
  }
  .wpcf7 .large-6:nth-child(even) {
    padding-left: 10px;
  }
}
.border-top-only .col-inner {
  border-top: 10px solid #e6007e !important;
}
.badge-contact {
  background-color: #ffffff;
  border-radius: 99px;
  padding: 2px 15px;
  margin-bottom: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
}
.badge-contact .icon-box-img, .badge-contact i {
  color: #E5006D;
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.badge-contact div.icon-box-text.last-reset {
  padding-left: 4px;
}
.badge-contact p, .badge-contact span {
  color: #42434C;
  margin-bottom: 1px !important;
  line-height: 1;
}
.badge-contact.outline {
  background-color: transparent;
  border: 3px solid #F6F4F7;
  color: #E5006D;
}
/* 1. Le cercle rose */
.azura-pink-icon .icon-box-img {
  background-color: #e5006d !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: visible !important;
  /* Indispensable pour laisser le zoom opérer */
}
/* 2. L'icône (Cible les IMG, les SVG et les polices d'icônes) */
.azura-pink-icon .icon-box-img img, .azura-pink-icon .icon-box-img svg, .azura-pink-icon .icon-box-img i {
  width: 35px !important;
  /* Taille de base forcée */
  height: 35px !important;
  min-width: 35px !important;
  /* Empêche l'écrasement interne */
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
  margin: 0 !important;
  transform: scale(1.2) !important;
  /* Le zoom visuel */
}
/* ==============================
   COMPOSANT : CARTES MATIÈRES
   ============================== */
.azura-material-card {
  background-color: #ffffff;
  border: 1px solid #EAEAEE;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  /* MODIFICATION : Aligne le contenu par le haut */
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.azura-material-card:hover {
  background-color: #F6F4F7;
  border-color: transparent;
}
.azura-material-card .azura-material-icon {
  background-color: #E5006D;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  flex-shrink: 0;
}
.azura-material-card .azura-material-icon .azura-material-img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.azura-material-card .azura-material-content h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
}
.azura-material-card .azura-material-content p {
  margin: 0;
  font-size: 14px;
  color: #42434C;
  line-height: 1.4;
}
.azura-step-wrap {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 100%;
}
.azura-step-wrap .azura-step-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 35px;
  height: 35px;
  background-color: #E5006D;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  z-index: 2;
}
.azura-step-wrap .azura-step-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 25px 0px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.azura-step-wrap .azura-step-card .azura-step-icon {
  margin-bottom: 15px;
}
.azura-step-wrap .azura-step-card .azura-step-icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(91%) saturate(5124%) hue-rotate(322deg) brightness(86%) contrast(111%);
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}
.icon-box.azura-box {
  background-color: #F6F4F7;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.icon-box.azura-box .icon-box-img {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.icon-box.azura-box .icon-inner {
  background-color: #7788AD;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.icon-box.azura-box .icon-inner i, .icon-box.azura-box .icon-inner svg, .icon-box.azura-box .icon-inner img {
  width: 60%;
  padding-top: 0;
  height: auto;
  font-size: 18px;
  object-fit: contain;
}
.icon-box.azura-box .icon-box-text {
  padding: 0;
  margin: 0;
}
.azura-badge-hero {
  position: absolute;
  bottom: 40px;
  left: 45%;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  z-index: 20;
  text-align: center;
  line-height: 1;
}
.azura-badge-hero strong {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.azura-badge-hero strong .badge-percent {
  font-size: 50%;
  line-height: 0.9;
  margin-left: 2px;
  margin-top: 0.1em;
}
@media (max-width: 849px) {
  .azura-badge-hero {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    display: inline-block;
  }
}
.follow-limit-block {
  max-width: 500px;
}
.divider-mauve {
  width: 100%;
  height: 3px;
  background-color: #E2E2E8;
  margin: 20px 0;
  border: none;
}
.slider-space .flickity-slider > * {
  margin-right: 20px !important;
}
.custom-video-wrapper .button.open-video, .custom-video-wrapper .open-video.wpcf7-submit {
  width: 100px !important;
  height: 100px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  padding: 0 !important;
  transition: all 0.3s ease !important;
}
.custom-video-wrapper .button.open-video i, .custom-video-wrapper .open-video.wpcf7-submit i {
  font-size: 38px !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin-left: 6px !important;
  margin-right: 0 !important;
}
.custom-video-wrapper .button.open-video:hover, .custom-video-wrapper .open-video.wpcf7-submit:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  transform: scale(1.05) !important;
}
.slider-agir-custom .flickity-prev-next-button {
  display: none !important;
}
.slider-agir-custom .flickity-page-dots .dot {
  background-color: #ffffff !important;
  border: none !important;
  opacity: 0.75 !important;
  box-shadow: none !important;
  width: 8px !important;
  height: 8px !important;
}
.slider-agir-custom .flickity-page-dots .dot.is-selected {
  background-color: #E5006D !important;
  opacity: 1 !important;
}
.mascotte {
  max-width: 300px;
}
/* HEADER */
@media (min-width: 850px) {
  .nav-vertical + .tab-panels {
    padding: 0px;
  }
}
.nav-vertical > li + li {
  border-top: 0px solid #ececec;
}
.nav-dropdown {
  border-radius: 0 0 15px 15px;
  box-shadow: 1px 2px 60px #E5006D40 !important;
}
.nav > li > a {
  color: #4a4a4a;
}
.has-dropdown .icon-angle-down {
  color: var(--primary-color);
  opacity: 1;
}
.header-main .nav .nav-dropdown li > a {
  line-height: 16px;
}
.grille-azura > .col {
  padding: 10px !important;
  padding-bottom: 10px;
}
.grille-azura .col-inner {
  background-color: #F6F4F7;
  padding: 30px;
  height: 100%;
  border-radius: 12px;
}
.quels-dechets h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  div.stack.stack-badges-defilement {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  div.stack.stack-badges-defilement::-webkit-scrollbar {
    display: none;
  }
  div.stack.stack-badges-defilement .badge-contact {
    flex: 0 0 auto;
    width: 260px;
    max-width: 80%;
    margin-right: 15px;
  }
  div.stack.stack-badges-defilement .badge-contact .icon-box-text p {
    white-space: normal;
  }
}
@media (max-width: 849px) {
  /* Cible le conteneur interne de la colonne spécifiée à l'étape 1 */
  .col-hero-texte .col-inner {
    border: 2px solid #F6F4F7;
    /* Bordure de 2px gris clair identique aux badges */
    border-radius: 15px;
    /* Arrondit les angles pour correspondre au design global */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    /* Optionnel : léger ombrage pour augmenter le relief */
  }
}
.single-recyclage .row-collapse.align-equal .col {
  margin-bottom: 30px;
}
.social-custom {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 20px !important;
}
.social-custom p {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.social-custom a.icon {
  font-size: 28px !important;
  line-height: 1 !important;
  margin: 0 15px 0 0 !important;
  color: #828ca5 !important;
  /* Couleur gris-bleu issue de votre maquette */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}
/* Retire la marge sur la dernière icône pour être flush avec le bouton */
.social-custom a.icon:last-of-type {
  margin-right: 0 !important;
}
/* 4. Verrouillage du bouton sur la même ligne de base */
.social-custom .button, .social-custom .wpcf7-submit {
  margin-bottom: 0 !important;
}
.absolute-footer {
  display: none;
}
ul.azura-auto-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
ul.azura-auto-menu li a {
  text-decoration: none;
  color: #42434C;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  display: inline-block;
  text-underline-offset: 5px;
}
ul.azura-auto-menu li a:hover {
  text-decoration: underline;
}
.azura-mega-menu-tabs .tab a img.azura-arrow-img {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(92%) saturate(4865%) hue-rotate(322deg) brightness(87%) contrast(108%);
}
.azura-mega-menu-tabs .tab.active a img.azura-arrow-img, .azura-mega-menu-tabs .tab a:hover img.azura-arrow-img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(14%) sepia(92%) saturate(4865%) hue-rotate(322deg) brightness(87%) contrast(108%);
}
.azura-mega-menu-tabs ul.azura-auto-menu li {
  font-weight: 300;
}
.azura-mega-menu-tabs ul.azura-auto-menu li a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  padding-bottom: 0px;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.header-nav .nav-dropdown > li > a, .header-nav .nav-dropdown ul li a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
  transition: color 0.2s ease;
  display: inline-block;
  color: #42434C;
  text-decoration: none;
  text-underline-offset: 5px;
}
.header-nav .nav-dropdown ul li a:hover, .header-nav .nav-dropdown > li > a:hover {
  text-decoration: underline;
}
#wrapper .header-nav ul.nav-dropdown > li, #wrapper .header-nav ul.nav-dropdown > li > a, .header-nav .nav-dropdown > li, .header-nav .nav-dropdown > li > a {
  border: none;
}
.header-nav > li > a i.icon-angle-down {
  font-weight: bold;
  -webkit-text-stroke: 0.5px currentColor;
  transition: transform 0.3s ease;
  display: inline-block;
}
.header-nav > li:hover > a i.icon-angle-down {
  transform: rotate(180deg);
}
.nav-icon .header-button .button, .nav-icon .header-button .wpcf7-submit {
  border-radius: 99px;
  padding-bottom: 0px;
  padding-top: 3px;
  background-color: #F6F4F7;
  border: 1px solid #F6F4F7;
  color: #42434c;
  font-size: 16px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  font-family: "Intro";
}
.off-canvas:not(.off-canvas-center) .nav-vertical .icon-angle-right {
  color: var(--primary-color);
}
.off-canvas:not(.off-canvas-center) .nav-vertical .toggle {
  opacity: 1;
}
.off-canvas:not(.off-canvas-center) .nav-vertical .nav-slide-header .icon-angle-left {
  margin-right: 15px;
}
.off-canvas:not(.off-canvas-center) .nav-vertical .nav-slide-header {
  color: var(--primary-color);
  font-family: "Intro";
}
.label-new.menu-item > a:after {
  content: "En cours" !important;
}
.nav-vertical li li.menu-item-has-children > a {
  color: var(--primary-color);
}
.nav-vertical > li > ul li a, .nav-vertical > li > ul li a:hover {
  color: var(--fs-color-base);
}
.step-row {
  display: flex !important;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-digit {
  font-family: "Intro", sans-serif !important;
  color: #E5006D;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}
.step-content {
  flex: 1;
}
.step-content h3 {
  display: block;
  margin-top: 0 !important;
  line-height: 1.2;
}
@media (max-width: 849px) {
  div.badge-contact {
    border: 2px solid #F6F4F7;
  }
}
