.banner-bg, .form-page .flexible-form__title-wrapper {
	--bg-color: rgba(var(--ev-dark-rgb), 80%);
	--bg-img: url(https://serveur-images.devil-it-applications.fr/gem-pro/upload/cover.jpg);
	--bg-pos: 100% 50%;
	--bg-blend: multiply;
	--bg-text-color: white;
}

.icon[style*="--icon-url:url()"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 682.6667 682.6667'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.6667)'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='30' d='M256.0942 197c-66.167 0-120 53.833-120 120s53.833 120 120 120 120-53.833 120-120-53.833-120-120-120Z'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='30' d='m146.7251 267.6309 49.369 49.369 109.369-109.369M233.5942 279.5l67.5 67.5 68.624-68.624'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='30' d='M436.0937 317c0-150-180-302-180-302s-180 152-180 302c0 99.411 80.589 180 180 180 99.412 0 180-80.589 180-180Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.nav-link {
	text-transform: var(--ev-btn-case);
	font-weight: var(--ev-btn-font-weight);
}

.swiper-button-next, .swiper-button-prev {
  background-color: var(--ev-primary);
  padding: var(--ev-space-xs);
  color: white !important;
  border: none;
}

@media (width > 768px) {
  .btn,
  .article--details .article__criteria-item:not([data-tag-number="1"]) a,
  .swal2-confirm {
    max-width: fit-content;
  }
}

.item-title {
  font-size: var(--ev-step-1);
}

div:not(.form-page) .flexible-form__title {
  font-size: var(--ev-step-3, 1.5em);
}

div:not(.form-page) .flexible-form__step-title {
  font-size: var(--ev-step-1, 1em);
}

.flexible-form__title {
  margin-bottom: 0 !important;
}

@media (width < 992px) {
  .navbar-nav.list-style-none {
    margin-top: var(--ev-space-2xl);
  }
}

.article--list .article__item-content {
  background-color: white;
  padding: var(--ev-space-xs-s);
}

 .article--list .article__item {
  --article-item-bg: white;
   box-shadow: var(--ev-shadow-lg);
  padding: var(--ev-space-xs-s);
}

.navbar {
  --bs-navbar-padding-y: var(--ev-space-s);
}

.flexible-form .card-header {
  --ev-card-cap-bg: white;
  border-bottom: 2px solid var(--ev-body-bg);
}

.flexible-form .card {
  box-shadow: var(--ev-shadow-lg);
}
.flexible-form__title-wrapper {
  box-shadow: var(--ev-shadow-md);
}

.swiper-slide {
  margin-bottom: var(--ev-space-s-m);
}

img[src=""] {
	display: none;
}
main {
gap: var(--ev-space-2xl-3xl);
}
.paragraph > :not(:first-child) {
   margin-top: var(--ev-space-2xl);
}
#article_link-2511075741 .intro .intro__image {
  display: none !important;
} 
@media (min-width: 992px) {
  .paragraph > :not(:first-child) {
    margin-top: var(--ev-space-2xl-3xl);
  }
}