@charset "UTF-8";
:root {
  --color--primary-40: #3a4547;
  --visbee_color: $agency_color2;
}

:root {
  --max-width: 1300px; /* valeur par défaut */
  --max-width-tunnel: 800px; /* valeur par défaut */
}

@media (max-width: 1440px) {
  :root {
    --max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  :root {
    --max-width: 900px;
  }
}
@media (max-width: 768px) {
  :root {
    --max-width: 600px;
  }
}
.niche__header,
.niche .niche-header {
  grid-column: 1/13;
  padding: 56px 0;
  position: relative;
  background: linear-gradient(90deg, #284d96 0%, #284d96 100%);
}
@media (max-width: 500px) {
  .niche__header,
  .niche .niche-header {
    padding: 40px 0;
  }
}

.niche-header__inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 500px) {
  .niche-header__inner {
    width: min(100% - 32px, var(--max-width));
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.niche-header__text {
  display: flex;
  flex-direction: column;
}
.niche-header__text > * {
  margin: 0;
}
@media (max-width: 500px) {
  .niche-header__text {
    gap: 16px;
  }
}
.niche-header__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: -20px;
  color: #ff8600;
}
.niche-header__subtitle {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
  color: white;
}
.niche-header__introduction {
  color: white;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.niche-header__media {
  position: relative;
  z-index: 1;
  flex: 0 0 50%;
  min-width: 0;
}
@media (max-width: 500px) {
  .niche-header__media {
    flex-basis: auto;
  }
}
.niche-header__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.niche-header__brand-style {
  align-self: stretch;
  min-height: 100%;
  background: linear-gradient(180deg, transparent 0 12%, rgba(36, 36, 36, 0.08) 12% 14%, transparent 14% 32%, rgba(36, 36, 36, 0.08) 32% 34%, transparent 34% 52%, rgba(36, 36, 36, 0.08) 52% 54%, transparent 54% 72%, rgba(36, 36, 36, 0.08) 72% 74%, transparent 74% 100%);
}
@media (max-width: 500px) {
  .niche-header__brand-style {
    display: none;
  }
}

.niche-symptoms {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 500px) {
  .niche-symptoms {
    padding: 40px 0;
  }
}
.niche-symptoms__inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .niche-symptoms__inner {
    width: min(100% - 32px, var(--max-width));
  }
}
.niche-symptoms__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.niche-symptoms__title {
  margin: 0;
  color: #284d96;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 500px) {
  .niche-symptoms__title {
    font-size: 2rem;
  }
}
.niche-symptoms__introduction {
  margin: 0;
  color: rgba(36, 36, 36, 0.78);
  font-size: 1.25rem;
  line-height: 1.4;
}
.niche-symptoms__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 900px) {
  .niche-symptoms__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 500px) {
  .niche-symptoms__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.niche-symptoms__item {
  display: flex;
  align-items: stretch;
  min-height: 164px;
  padding: 28px 28px 28px 32px;
  border-left: 4px solid #ff5a6a;
  border-radius: 0 8px 8px 0;
  background-color: #fff2f3;
  color: #242424;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.niche-symptoms__item:hover, .niche-symptoms__item:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 36, 36, 0.08);
}
.niche-symptoms__item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.niche-symptoms__item-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 700;
  color: #242424;
}
.niche-symptoms__item-description {
  margin: 0;
  color: rgba(36, 36, 36, 0.82);
  font-size: 1rem;
  line-height: 1.45;
}
.niche-symptoms__item-description p {
  margin: 0;
}

.niche-causes {
  padding: 64px 0;
  background-color: #f7f8fb;
}
@media (max-width: 500px) {
  .niche-causes {
    padding: 40px 0;
  }
}
.niche-causes__inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .niche-causes__inner {
    width: min(100% - 32px, var(--max-width));
  }
}
.niche-causes__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.niche-causes__title {
  margin: 0;
  color: #284d96;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 500px) {
  .niche-causes__title {
    font-size: 2rem;
  }
}
.niche-causes__introduction {
  margin: 0;
  color: rgba(36, 36, 36, 0.78);
  font-size: 1.25rem;
  line-height: 1.4;
}
.niche-causes__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
}
@media (max-width: 500px) {
  .niche-causes__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.niche-causes__item {
  display: flex;
  min-height: 200px;
  padding: 32px;
  border: 1px solid rgba(40, 77, 150, 0.12);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(36, 36, 36, 0.06);
  color: #242424;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.niche-causes__item:hover, .niche-causes__item:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 36, 36, 0.08);
}
.niche-causes__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.niche-causes__item-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.niche-causes__item-index {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f39a1d;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.niche-causes__item-title {
  margin: 0;
  padding-top: 2px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #242424;
}
.niche-causes__item-description {
  margin: 0;
  padding-left: 50px;
  color: rgba(36, 36, 36, 0.82);
  font-size: 1rem;
  line-height: 1.5;
}
.niche-causes__item-description p {
  margin: 0;
}

.niche-solutions {
  padding: 64px 0;
  background-color: #fff;
}
@media (max-width: 500px) {
  .niche-solutions {
    padding: 40px 0;
  }
}
.niche-solutions__inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .niche-solutions__inner {
    width: min(100% - 32px, var(--max-width));
  }
}
.niche-solutions__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.niche-solutions__title {
  margin: 0;
  color: #284d96;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 500px) {
  .niche-solutions__title {
    font-size: 2rem;
  }
}
.niche-solutions__introduction {
  margin: 0;
  color: rgba(36, 36, 36, 0.78);
  font-size: 1.25rem;
  line-height: 1.4;
}
.niche-solutions__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 900px) {
  .niche-solutions__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 500px) {
  .niche-solutions__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.niche-solutions__item {
  display: flex;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(112, 176, 255, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  color: #242424;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.niche-solutions__item:hover, .niche-solutions__item:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(36, 36, 36, 0.08);
  border-color: rgba(40, 77, 150, 0.24);
}
.niche-solutions__item-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.niche-solutions__item-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("../images/pictos/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.niche-solutions__item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  color: #242424;
}
.niche-solutions__item-description {
  margin: 0;
  color: rgba(36, 36, 36, 0.82);
  font-size: 1rem;
  line-height: 1.5;
}
.niche-solutions__item-description p {
  margin: 0;
}

.niche-examples {
  padding: 64px 0;
  background-color: #f7f8fb;
}
@media (max-width: 500px) {
  .niche-examples {
    padding: 40px 0;
  }
}
.niche-examples__inner {
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .niche-examples__inner {
    width: min(100% - 32px, var(--max-width));
  }
}
.niche-examples__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.niche-examples__title {
  margin: 0;
  color: #284d96;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 500px) {
  .niche-examples__title {
    font-size: 2rem;
  }
}
.niche-examples__introduction {
  margin: 0;
  color: rgba(36, 36, 36, 0.78);
  font-size: 1.25rem;
  line-height: 1.4;
}
.niche-examples__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
}
@media (max-width: 500px) {
  .niche-examples__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.niche-cta {
  padding: 72px 0;
  background: linear-gradient(180deg, #2b4f9a 0%, #3158ab 100%);
}
@media (max-width: 500px) {
  .niche-cta {
    padding: 48px 0;
  }
}
.niche-cta__inner {
  max-width: 900px;
  width: min(100% - 32px, 900px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.niche-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
}
.niche-cta__description {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  line-height: 1.5;
}
.niche-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
.niche-cta__button {
  min-width: 220px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.niche-cta__button:hover, .niche-cta__button:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(36, 36, 36, 0.12);
}
.niche-cta__button--primary {
  background-color: #f5a318;
  color: #fff;
}
.niche-cta__button--secondary {
  background-color: #fff;
  color: #284d96;
  border-color: rgba(255, 255, 255, 0.8);
}

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