.no_underline {
    text-decoration: none !important;
}

.page-template-tpl-activite .row-header,
.single-activite .row-header,
:is(.single-activite, .single-departement, .single-code-naf-ape) .row-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#top_filter {
  margin-bottom: 50px;
}

.c-p {
    padding: 32px 23px;
    box-shadow: -2.08px 5.19px 35.3px 0px #0000001A;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
}

.bg-white {
    background: #fff;
}

.page-template-tpl-activite .row-header,
.single-activite .row-header,
.single-departement .row-header,
.single-ciblage-particulier .row-header {
    align-items: center;
    display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page-template-tpl-activite .article-main h1.title,
.page-template-tpl-activite .article-main h2.subtitle {
    text-align: left;
}

.page-template-tpl-activite .row-header .col-text,
.single-activite .row-header .col-text,
:is(.single-departement) .row-header .col-text {
    width: 48.7%;
    padding-right: 10px;
}


.page-template-tpl-activite .row-header .col-img,
.single-activite .row-header .col-img,
:is(.single-activite, .single-departement, .single-code-naf-ape) .row-header .col-img {
    width: 51.3%;
}

:is(.single-ciblage-particulier) .row-header .col-text,
:is(.single-ciblage-particulier) .row-header .col-img {
    width: 50%;
}

:is(.single-ciblage-particulier) .row-header .col-text {
    padding-right: 3%;
}

.page-template-tpl-activite .header-hero,
.single-activite .header-hero,
:is(.single-departement, .HHsingle-ciblage-particulier) .header-hero {
    -webkit-box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.1);
    padding: 60px 80px 74px;
    margin-bottom: 77px;
    background: #fff;
}

.page-template-tpl-activite .banner_top .header-hero h1.title,
.single-activite .banner_top .header-hero h1.title,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero h1.title {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
:is(.single-activite, .single-departement, .single-code-naf-ape, .single-ciblage-particulier) .banner_top .header-hero h1.title span{
    color: var(--light-purple);
}


:is(.single-ciblage-particulier, .single-with-form) .banner_top .header-hero h1.title {
    font-size: 50px !important;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 70px;
}

.page-template-tpl-activite .banner_top .header-hero h1.title span,
.single-activite .banner_top .header-hero h1.title span,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero h1.title span {
    color: var(--light-purple);
    position: relative;
}

/*:is(.single-ciblage-particulier) .banner_top .header-hero h1.title span:after {
    content: "";
    position: absolute;
    background: url("../images/ai/line2.svg") no-repeat;
background-size: contain;
  left: 0;
  bottom: -7px;
  height: 11px;
  width: 100%;
  
}*/


.page-template-tpl-activite .header-hero .numbers,
.single-activite .header-hero .numbers,
:is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero .numbers {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 68px;
    font-family: "Inter", sans-serif;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) main,
.page-template-tpl-activite main {
    overflow: visible;
}

.page-template-tpl-activite .header-hero .numbers span,
.single-activite .header-hero .numbers span,
:is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero .numbers span {
    font-weight: 700;
    color: var(--pink);
}

.page-template-tpl-activite .banner_top .header-hero .subtitle,
.single-activite .banner_top .header-hero .subtitle,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page-template-tpl-activite .banner_top .header-hero .subtitle+p,
.single-activite .banner_top .header-hero .subtitle+p,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero .subtitle+p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(30, 25, 60, 0.5);
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.page-template-tpl-activite .banner_top .header-hero .adv_business1_advantage_link,
.single-activite .banner_top .header-hero .adv_business1_advantage_link,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero .adv_business1_advantage_link {
    font-weight: 500;
    margin: 20px 0 0;
    font-family: "Inter", sans-serif;
    padding: 25px 14px 25px 33px;
}

.avantages {
    margin-bottom: 56px;
}

.avantages .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.avantages .list .item {
    padding: 8px;
}

.avantages .list .item .inner {
    display: flex;
    padding: 11px 27px 9px;
    border: 2px solid var(--light-grey);
    border-radius: 14px;
    height: 67px;
    background: #fff;
}

.avantages .list .item .icon img {
    display: block;
}

.avantages .list .item .text {
    margin-left: 12px;
    font-weight: 700;
}

.avantages .list .item .text .top {
    font-size: 22px;
    line-height: 22px;
}

.avantages .list .item .text .bottom {
    font-size: 15px;
    line-height: 15px;
}

.cta-hero.cta-in-content a {
    color: #fff;
}

.cta-hero.cta-in-content a:hover {
    text-decoration: none;
}

.avantages .info {
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    color: rgba(30, 25, 60, 0.5);
    text-align: center;
}

.page-template-tpl-activite .blc-article,
.single-activite .blc-article,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .blc-article {
    position: relative;
    padding-bottom: 80px;
}

.page-template-tpl-activite .blc-article .sticky-right .encadre,
.single-activite .blc-article .sticky-right .encadre,
:is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article .sticky-right .encadre {
    margin-top: 0;
}

.page-template-tpl-activite .blc-article:before,
.single-activite .blc-article:before,
:is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/singulars/deco-right.svg), url(../images/singulars/deco-bottom.svg), url(../images/singulars/deco-left.svg);
    background-position: top right, right calc(100% + 300px), left calc(100% - 100px);
    background-repeat: no-repeat, no-repeat, no-repeat;
    overflow: hidden;
    z-index: -1;
}

.page-template-tpl-activite .rappel h3,
.single-activite .rappel h3,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel h3 {
    margin: 0 0 43px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.page-template-tpl-activite .rappel .list-donnee,
.single-activite .rappel .list-donnee,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .list-donnee {
    max-width: 545px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-tpl-activite .rappel .item,
.single-activite .rappel .item,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item {
    width: 50%;
    margin-bottom: 23px;
}

.page-template-tpl-activite .rappel .item .inner,
.single-activite .rappel .item .inner,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .inner {
    display: flex;
}

.page-template-tpl-activite .rappel .item .icon,
.single-activite .rappel .item .icon,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .icon {
    width: 53px;
}

.page-template-tpl-activite .rappel .item .text,
.single-activite .rappel .item .text,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .text {
    width: calc(100% - 53px);
    padding-left: 15px;
}

.page-template-tpl-activite .rappel .item:nth-child(even) .inner,
.single-activite .rappel .item:nth-child(even) .inner,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item:nth-child(even) .inner {
    padding-left: 40px;
    position: relative;
}

.page-template-tpl-activite .rappel .item:nth-child(even) .inner:before,
.single-activite .rappel .item:nth-child(even) .inner:before,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item:nth-child(even) .inner:before {
    content: '';
    width: 2px;
    height: 68px;
    background: var(--light-grey);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
}

.page-template-tpl-activite .rappel .item .top,
.single-activite .rappel .item .top,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .top {
    font-size: 31px;
    line-height: 42px;
    font-weight: 700;
}

.page-template-tpl-activite .rappel .item .bottom,
.single-activite .rappel .item .bottom,
:is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .bottom {
    font-size: 18px;
    line-height: 20px;
    color: rgba(30, 25, 60, 0.5);
}

.single-activite .article-content h2,
.page-template-tpl-activite .article-content h2,
:is(.single-activite, .single-departement, .single-code-naf-ape) .article-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.page-template-tpl-activite .article-content.article-layout,
.single-activite .article-content.article-layout,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .article-content.article-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 50px;
}

.page-template-tpl-activite .sticky-right h3,
.single-activite .sticky-right h3,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right h3 {
    margin: 0 0 30px;
    font-size: 31px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}

.page-template-tpl-activite .sticky-right h3 span,
.single-activite .sticky-right h3 span,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right h3 span {
    color: var(--light-purple);
}

.page-template-tpl-activite .sticky-right .cta-hero,
.single-activite .sticky-right .cta-hero,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .cta-hero {
    text-align: center;
}

.page-template-tpl-activite .sticky-right .encadre .adv_business1_advantage_link,
.single-activite .sticky-right .encadre .adv_business1_advantage_link,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .encadre .adv_business1_advantage_link {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 5px 14px 25px;
    width: auto;
    display: inline-flex;
    margin-bottom: 34px;
}

.page-template-tpl-activite .sticky-right .info-coord,
.single-activite .sticky-right .info-coord,
:is(.single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .info-coord {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 19px;
}

.page-template-tpl-activite .sticky-right .info,
.single-activite .sticky-right .info,
:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .info {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: rgba(30, 25, 60, 0.5);
}

.text-center {
    text-align: center;
}

.page-template-tpl-activite .sticky-right .encadre,
.single-activite .sticky-right .encadre,
:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre {
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.cta-hero.cta-in-content .adv_business1_advantage_link {
    margin-left: 0;
    margin-right: 0;
}

.page-template-tpl-activite .banner_top .banner_top_wrapper,
.single-activite .banner_top .banner_top_wrapper,
:is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .banner_top_wrapper {
    position: relative;
    margin-bottom: 0;
}

.page-template-tpl-activite .banner_top .banner_top_wrapper:before,
.single-activite .banner_top .banner_top_wrapper:before{
/*:is(.single-departement) .banner_top .banner_top_wrapper:before {*/
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/singulars/deco-banner.svg) calc(100% - 230px) top no-repeat;
    filter: blur(20px);
}

.page-template-tpl-activite .banner_top .banner_top_wrapper .container,
.single-activite .banner_top .banner_top_wrapper .container,
:is(.single-activite, .single-departement, .single-code-naf-ape, .single-ciblage-particulier) .banner_top .banner_top_wrapper .container {
    position: relative;
}

.page-template-tpl-activite .article-content.article-layout,
:is(.single-activite, .single-departement, .single-code-naf-ape, .single-ciblage-particulier) .article-content.article-layout {
    display: grid;
    align-items: start;
}

.single-ciblage-particulier .header-hero {
    padding: 0 0 60px;
  margin-bottom: 0px;
  border-bottom: 2px solid #1E193C1F;
  border-radius: 0;
}

/*:is(.single-ciblage-particulier) .banner_top .banner_top_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5%;
    right: -8%;
    background: url(../images/ai/bg-banner.svg) center no-repeat;
    filter: blur(10px);
}*/

#top_booking h1 {
    text-align: center;
    font-family: "Inter", serif;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    position: relative;
}

#top_booking h1 span {
    color: var(--light-purple);
    position: relative;
    display: inline-block;
}
.article-ape #top_booking h1{
    font-size: 54px;
    line-height: 60px;
}

.HHinner-encadre .blc-price,
.HHinner-encadre .s-title-encadre{
    position: relative;
}
.HHinner-encadre .blc-price.loading::before,
.HHinner-encadre .s-title-encadre.loading::before{
    content: "";
    width: 100%;
  height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    animation:shimmer-d5ed9202 2.6s infinite;
  background:linear-gradient(91deg,#e8ecf8,#f9f9f9);
  background-size:200% 100%;
}

@keyframes shimmer-d5ed9202 {
  0% {
    background-position:-200% 0
  }
  to {
    background-position:200% 0
  }
}

#top_booking h1 span:before {
    content: '';
    width: 100%;
    height: 11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: url(../images/ai/line.svg)center no-repeat;
    background-size: contain;
}

#top_booking h1:after {
    content: '';
    width: 92px;
    height: 113px;
    position: absolute;
    right: -83px;
    bottom: -90px;
    background: url(../images/ai/arrow-deco.svg)center no-repeat;
}
.single-code-naf-ape #top_booking h1:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 105px;
    background: url(../images/singulars/invite-to-scroll.png) no-repeat center;
    background-size: cover;
    top: 100px;
    right: -60px;
}

#top_booking.banner_top {
    background: none;
    padding-top: 136px;
}

.banner_top .banner_top_wrapper.overflow-x-hidden {
    padding-top: 120px;
}
.banner_top .banner_top_wrapper.overflow-x-hidden.custom-marg{
    padding-top: 80px;
}

.modal-dialog__content-wrapper{
    display: flex;
    justify-content: center;
}
.modal-dialog__content{
    overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 5px;
  word-wrap: break-word;
}
.export-list{
    width: 680px;
    display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 86px;
}
.export-list__block {
  display: grid;
  grid-template-columns: 280px;
  text-align: start;
}
.export-list__block-heading {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-bottom: 24px;
}
.export-list__block .scrollbar {
  height: 292px;
  padding-bottom: 20px;
  padding-right: 10px;
  width: 100%;
}
.selected-filters__headline {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 16px;
  margin-bottom: 8px;
}
.selected-filters__block-item {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
}
.selected-filters__block-text{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selected-filters__block-devider,
.export-summary__block-devider {
  background-color: #e7e7e6;
  height: 1px;
  margin: 12px 0;
}
.export-summary__block-item{
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.export-summary__block-count--title {
  margin-bottom: 12px;
}
.export-summary__block-text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -.04em;
  line-height: 16px;
}
.export-summary__block-list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.export-summary__block-text {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: -.04em;
  line-height: 16px;
}
.export-list__block .scrollbar{
    overflow: auto;
}
.export-summary .export-list__block-item .export-list__tooltip_ico{
  height: 18px;
  margin-left: 8px;
  width: 18px;
}
.export-summary__block-count--secondary::after {
  content: attr(data-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 16px;
  text-align: right;
  width: 99px;
}
.export-summary .export-list__block-item {
  display: flex;
  position: relative;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: -.04em;
  line-height: 16px;
}
.export-summary .export-list__block-item .export-list__block-text{
  display: flex;
  justify-content: space-between;
}

.export-summary .export-list__block-item .export-list__block-count--secondary::after {
  content: attr(data-text);
  font-weight: 500;
}
.export-summary__bonus {
  background-color:#f4f1fb;
}
.export-summary__block-count--third::after {
  content: attr(data-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 20px;
}
#prices-list .d-tooltip__pointer{
    display: none;
}
.modal-dialog__actions {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  position: relative;
}
.export-list__devider{
    background-color: #1e193c99;
  width: 1px;
}
.modal-dialog__btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.dbutton {
  align-items: center;
  background-color: #eb1e7d;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  letter-spacing: -.04em;
  line-height: 22px;
  padding: 14px 20px;
  transition: transform .05s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#pop-summarize-order .text-button {
  color: #7350d2;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
}

/*#pop-login-order .content-pop,
#pop-signup-order .content-pop{
    height: 100%;
    max-height: 850px;
    padding: 10px 0 0;
    width: 630px;
}
#pop-signup-order .login-modal-title,
#pop-login-order .login-modal-title{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.02em;
  letter-spacing: -.05em;
  line-height: 44px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
#pop-signup-order .description,
#pop-login-order .description {
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.sign-up-page__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.login-modal-scrollbar {
  height: 100%;
  max-height: 779px;
  padding: 0 32px 24px;
}
.sign-up-page__options{
  width: 100%;
}
.sign-up-options {
  color: #1e193c;
  display: flex;
  flex-direction: column;
}
.sign-up-options .sign-up-options__btn:first-child {
  margin-bottom: 24px;
}
.sign-up-options .sign-up-options__btn{
  background: #fff;
  box-shadow: 0 16px 44px #34323512;
  gap: 12px;
  height: 60px;
}
.dbutton.dbutton--outline {
  background-color: transparent;
  border: 1px solid #1e193c1f;
  color: #1e193c;
  padding: 12px 20px;
  transition: .3s;
}
.sign-up-options__logo {
  height: 24px;
  width: 24px;
}

.sign-up-options__separator {
  margin: 16px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.sign-up-options__separator::after, .sign-up-options__separator::before {
  background-color: #1e193c;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.sign-up-options__separator::before {
  left: -14px;
  margin-left: -100%;
}
.sign-up-options__separator span {
  display: inline-block;
  vertical-align: middle;
}
.sign-up-options__separator::after {
  margin-right: -100%;
  right: -14px;
}
.sign-up-options .sign-up-options__btn svg {
  --svg-color: #1e193c;
}
.sign-up-options__warning {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 16px;
  margin-top: 12px;
  text-align: justify;
}
.sign-up-options__warning a {
  font-weight: 700;
}
.login-modal .register {
  text-align: center;
}
.register {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 20px;
  margin-top: 34px;
  text-align: center;
}
.register-link {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
.text-button {
  color: #7350d2;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
.login-btns{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
.login__logo {
  height: 24px;
  width: 24px;
}
.login__btn--google, .login__btn--linkedin {
  background-color: #fff !important;
  font-weight: 500;
}
.login__btn{
  display: flex;
  gap: 12px;
  height: 60px;
  justify-content: center;
  width: 100%;
}
.login__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login__separator{
  overflow: hidden;
  position: relative;
  text-align: center;
}
.login__separator::before {
  left: -14px;
  margin-left: -100%;
}
.login__separator::after, .login__separator::before {
  background-color: #343235;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.login__separator span {
  color: #343235;
  display: inline-block;
  vertical-align: middle;
}
.login__separator::after {
  margin-right: -100%;
  right: -14px;
}
.inputs-block {
  background: linear-gradient(108.74deg,#ffffff78,#ffffffe6 36.46%,#ffffff80 73.96%,#ffffff69),linear-gradient(0deg,#ffffff80,#ffffff80);
  border: 2px solid;
  border-image-source: linear-gradient(108.74deg,hsla(0,0%,100%,.47),hsla(0,0%,100%,.9) 36.46%,hsla(0,0%,100%,.5) 73.96%,hsla(0,0%,100%,.41));
  border-radius: 20px;
  box-shadow: 0 32px 42px #3435320f;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px 12px;
}
@media (width >= 725px) {
  .inputs-block {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}
.dinput__label{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 20px;
}
.dinput__label p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 16px;
  margin-bottom: 8px;
}
.login__input .dinput__label__text {
  color: #1e193c;
  font-size: 16px;
  font-weight: 600;
}
.dinput {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: -.04em;
  line-height: 20px;
  padding: 15px 20px;
  width: 100%;
  --svg-color: #c2c2c2;
}
.login__input .dinput {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 22px;
}
.dinput input, .dinput textarea {
  background-color: inherit;
  border: none;
  outline: none;
  padding: 0;
  resize: none;
  width: 100%;
}
.dinput__label{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 20px;
}
.dinput__label p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 16px;
  margin-bottom: 8px;
}
.login__input .dinput__label__text {
  color: #1e193c;
  font-size: 16px;
  font-weight: 600;
}
.login__password-visible {
  cursor: pointer;
}
.login__form-footer {
  align-items: center;
  width: 100%;
}
.login__form-footer {
  display: flex;
  flex-direction: column;
}
.animated-button .animated-button-animation-wrapper{
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
  transition: all .15s ease-in-out;
  width: 20px;
  --svg-color: #fff;
}
.animated-button .animated-button-animation-wrapper{
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
  transition: all .15s ease-in-out;
  width: 20px;
  --svg-color: #fff;
}
.animated-button .animated-button-animation-wrapper .gradient {
    background: #fff;
    background: linear-gradient(90deg,#fff0,#ffffff97 66%,#fff);
    border-radius: 20px;
    height: 12px;
    opacity: 0;
    position: absolute;
    transition: all .25s ease-out;
    width: 10px;
    z-index: 1;
}
.animated-button .animated-button-animation-wrapper .ball {
    background: #fff;
    border-radius: 100%;
    height: 12px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    width: 12px;
    z-index: 1;
}
.animated-button .animated-button-animation-wrapper .arrow {
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    width: 20px;
}
.forgot-password {
  margin-top: 12px;
}
.register {
    margin-top: 34px;
    text-align: center;
}
.sing-up-form__back {
  align-self: flex-start;
  background: none;
  color: #1e193c;
  padding: 0;
}
.sing-up-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}*/

/*
background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='9' fill='none' viewBox='0 0 505 9'%3E%3Cpath fill='%237350d2' d='M293.466 0c-4.15 0-8.3.004-12.474.03-36.714.223-99.392.284-136.107.297-52.301.17-78.783.31-131.012.532-2.523.004-8.842.649-11.53 1.298-3.49.833-2.241.65-1.534 1.547 1.132 1.408 6.815 1.4 15.47 1.835 11.813.593 26.999-.383 38.836-.553 17.638-.253 35.205.789 52.797.492 17.001-.283 34.05.401 51.098.183 57.56-.719 115.945-1.002 173.033-1.277 25.514-.13 30.395-.392 55.932-.523 3.42-.021 19.572-.021 23.015-.039-18.228.976-44.213 1.526-61.803 3.33-.377.035-3.112.671-1.296.906 14.737 1.866 40.487.519 55.06-.283 32.541-1.748 56.168-2.092 92.933-2.911 4.858-.105 10.163-.99 8.937-1.674-1.65-.937-4.857-1.617-10.517-1.839-6.367-.261-16.082.166-20.467-.104-10.447-.641-43.86-.057-54.683-.079-14.762-.026-23.369.07-38.153-.135C351.997.615 322.615.009 293.47 0z'/%3E%3C/svg%3E");
*/
.container-nuxt_like{
    background-color: #fbfbfb;
}
.nuxt_like-title {
    padding: 0;
}
.nuxt_like_wrap {
  background: #fbfbfb;
  padding: 30px 0 40px;
  margin: auto;
  border-bottom: 1px solid rgba(30,25,60,.122);
}
.nuxt_like-title h1.title.text-center{
    text-align: center;
    margin: 0 auto;
    font-size: clamp(36px,5vw,64px);
      gap: 10px;
      letter-spacing: -2.56px;
      line-height: 1.2;
}
.nuxt_like-title h1.title.text-center span{
    color: var(--light-purple);
}
.export-info{
    display: flex;
  justify-content: center;
  gap: 40px;
}
.info-item {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(30,25,60,.122);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 130px;
    justify-content: center;
    letter-spacing: -.04em;
    line-height: 24px;
    padding: 0 16px;
    text-align: center;
    white-space: pre;
    width: 292px;
}
.info-item p{
    font-size: 20px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 24px;
  text-align: center;
  white-space: pre;
}
.nuxt_separator{
    height: 10px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='505' height='9' fill='none' viewBox='0 0 505 9'%3E%3Cpath fill='%237350d2' d='M293.466 0c-4.15 0-8.3.004-12.474.03-36.714.223-99.392.284-136.107.297-52.301.17-78.783.31-131.012.532-2.523.004-8.842.649-11.53 1.298-3.49.833-2.241.65-1.534 1.547 1.132 1.408 6.815 1.4 15.47 1.835 11.813.593 26.999-.383 38.836-.553 17.638-.253 35.205.789 52.797.492 17.001-.283 34.05.401 51.098.183 57.56-.719 115.945-1.002 173.033-1.277 25.514-.13 30.395-.392 55.932-.523 3.42-.021 19.572-.021 23.015-.039-18.228.976-44.213 1.526-61.803 3.33-.377.035-3.112.671-1.296.906 14.737 1.866 40.487.519 55.06-.283 32.541-1.748 56.168-2.092 92.933-2.911 4.858-.105 10.163-.99 8.937-1.674-1.65-.937-4.857-1.617-10.517-1.839-6.367-.261-16.082.166-20.467-.104-10.447-.641-43.86-.057-54.683-.079-14.762-.026-23.369.07-38.153-.135C351.997.615 322.615.009 293.47 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 39%;
    margin: 25px auto 55px;
    background-size: contain;
}
.special-padding + section{
      padding-top: 50px;
}
.nuxt_like-benefits {
  position: relative;
}
.nuxt_like-benefits::after{
    position: absolute;
    content: "";
    width: 40px;
  height: 105px;
    background: url(../images/singulars/invite-to-scroll.png) no-repeat center;
    background-size: cover;
  top: 100px;
  right: -60px;
}
.single-activite .banner_top .banner_top_wrapper.special-padding::before{
    content: none;
}
.banner_top .banner_top_wrapper.special-padding{
    padding-top: 89px;
}


:is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .article-content.article-layout {
    grid-template-columns: minmax(0, 1fr) 418px;
}

@media screen and (max-width: 1200px) {

    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero {
        padding: 50px 40px;
    }

    .page-template-tpl-activite .header-hero .numbers,
    .single-activite .header-hero .numbers,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero .numbers {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {

    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero {
        margin-top: 25px;
    }

    .page-template-tpl-activite .banner_top .banner_top_wrapper,
    .single-activite .banner_top .banner_top_wrapper,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .banner_top_wrapper {
        padding-top: 0px;
    }

    .sticky-right {
        display: none;
    }

    .single-activite .article-content.article-layout {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    :is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .article-content.article-layout {
  grid-template-columns: none;
}
    :is(.single-activite, .single-departement, .single-code-naf-ape) .row-header {
        flex-direction: column-reverse;
    }
    .nuxt_like-benefits::after{
        display: none;
    }
    .nuxt_like_wrap {
      padding: 11% 20% 40px;
    }

    :is(.single-activite, .single-departement, .single-code-naf-ape) .row-header .col-text {
        margin-top: 8%;
    }

    .page-template-tpl-activite .row-header .col-text,
    .single-activite .row-header .col-text,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .row-header .col-text {
        width: 100%;
        padding-right: 0;
    }

    #top_booking h1 {
        font-size: 45px;
        line-height: 55px;
    }

    #top_booking.banner_top {
        padding-top: 120px;
    }

    #top_booking h1:after {
        content: '';
        position: relative;
        z-index: -1000000;
        opacity: 0;
        visibility: hidden;
        width: 65px;
        right: -70px;
        bottom: -85px;
        background-size: contain;
    }

    .page-template-tpl-activite .row-header .col-img,
    .single-activite .row-header .col-img,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .row-header .col-img {
        width: 100%;
        margin-top: 40px;
    }

    .page-template-tpl-activite .row-header .col-img img,
    .single-activite .row-header .col-img img,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .row-header .col-img img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .page-template-tpl-activite .blc-article:before,
    .single-activite .blc-article:before,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article:before {
        display: none;
    }

    .page-template-tpl-activite .blc-article .sticky-right .encadre,
    .single-activite .blc-article .sticky-right .encadre,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article .sticky-right .encadre {
        margin-top: 25px;
    }

    .share_container {
        justify-content: center;
    }

    .page-template-tpl-activite .blc-article,
    .single-activite .blc-article,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article {
        padding-bottom: 60px;
    }
    .export-mobile{
        align-items: center;
      background-color: #fbfbfb;
      border: 1px solid #fbfbfb;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      bottom: 0;
      display: flex;
      flex-direction: column;
      left: 0;
      min-width: 100%;
      position: fixed;
      right: 0;
      padding: 10px 0;
      z-index: 9;
    }
    .export-mobile-btn {
      width: 94%;
    }
    .export-mobile-preview {
      color: #eb1e7d;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -.04em;
      line-height: 22px;
      margin-bottom: 16px;
    }
    .export-mobile .animated-button-animation-wrapper{
        display: flex;
          align-content: center;
          align-items: center;
    }
    .trigger-summary.filter-selected.fixed {
      position: fixed;
      z-index: 9;
      width: 94%;
    }
    .fancybox-container .fancybox-stage .filter-selected.fixed{
        position: relative;
        top: 0!important;
    }
    .export-mobile-btn.disabled{
        pointer-events: none;
        background-color: rgba(241, 241, 240, 1);
        color: #8d8c8d;
    }
    .btn-filter.chosen .content-btn::after {
      right: 15px !important;
    }
    .location.__wrapper {
      max-width: unset !important;
    }
    .unSiren{
        font-size: 14px;
    }
    .banner_top .banner_top_wrapper.overflow-x-hidden {
      padding-top: 0;
    }
      .single-ciblage-particulier .row-header{
        flex-direction: column-reverse;
     }
     :is(.single-ciblage-particulier) .row-header .col-text, :is(.single-ciblage-particulier) .row-header .col-img {
      width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .page-template-tpl-activite .article-main .article-content,
    .single-activite .article-main .article-content,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .article-main .article-content {
        max-width: 100%;
        width: 100%;
    }

    #top_booking h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #top_booking h1 br {
        display: none;
    }

    #top_booking h1:after {
        width: 31px;
        height: 59px;
        background: url(../images/ai/arrow-deco-mob.svg) center no-repeat;
        right: -49px;
        bottom: -45px;
    }

    .HHbanner_top_wrapper .container {
        padding: 0 30px;
    }



    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero {
        padding: 40px 20px;
    }

    .page-template-tpl-activite .banner_top .header-hero h1.title,
    .single-activite .banner_top .header-hero h1.title,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero h1.title {
        font-size: 24px;
        line-height: 28px;
    }

    .page-template-tpl-activite .header-hero .numbers,
    .single-activite .header-hero .numbers,
    .single-activite .banner_top .header-hero .subtitle,
    .page-template-tpl-activite .header-hero .numbers,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero .numbers,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero .subtitle {
        font-size: 20px;
    }

    .page-template-tpl-activite .banner_top .header-hero .adv_business1_advantage_link,
    .single-activite .banner_top .header-hero .adv_business1_advantage_link,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .banner_top .header-hero .adv_business1_advantage_link {
        padding: 25px;
    }

    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero {
        margin-bottom: 60px;
    }

    :is(.single-activite, .single-departement, .single-code-naf-ape) .header-hero {
        margin-bottom: 0px;
    }

    :is(.single-ciblage-particulier) .header-hero {
        margin-top: 0;
        padding-top: 0;
    }


    .avantages .list .item {
        width: 280px;
    }


    .page-template-tpl-activite .rappel h3,
    .single-activite .rappel h3,
    .page-template-tpl-activite .article-content h2,
    .single-activite .article-content h2,
    .page-template-tpl-activite .rappel h3,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel h3,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .article-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .page-template-tpl-activite .blc-article,
    .single-activite .blc-article,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .blc-article {
        padding-bottom: 20px;
    }

    :is(.single-activite, .single-departement, .single-code-naf-ape) .article-content.article-layout {
        grid-template-columns: none;
        gap: 0;
    }

    :is(.single-ciblage-particulier, .single-with-form) .banner_top .header-hero h1.title {
        font-size: 24px !important;
    line-height: 26px;
    margin-bottom: 20px;
    }

    :is(.single-ciblage-particulier) .row-header .col-text {
        padding-right: 0;
    }
    .container.container-nuxt_like {
      padding-top: 80px;
    }
    .nuxt_like_wrap {
      padding: 30px 0% 40px;
    }
    .export-info {
      gap: 10px;
      flex-direction: column;
      align-items: center;
    }
    .nuxt_like-benefits::after{
        display: none;
    }

}

@media screen and (max-width: 600px) {

    .page-template-tpl-activite .rappel .item,
    .single-activite .rappel .item,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item {
        width: 100%;
    }

    .page-template-tpl-activite .rappel .item:nth-child(even) .inner,
    .single-activite .rappel .item:nth-child(even) .inner,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item:nth-child(even) .inner {
        padding-left: 0;
    }

    .page-template-tpl-activite .rappel .item:nth-child(even) .inner:before,
    .single-activite .rappel .item:nth-child(even) .inner:before,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item:nth-child(even) .inner:before {
        display: none;
    }

    .page-template-tpl-activite .rappel .item,
    .single-activite .rappel .item,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item {
        margin-bottom: 35px;
    }

    .page-template-tpl-activite .sticky-right .encadre .adv_business1_advantage_link,
    .single-activite .sticky-right .encadre .adv_business1_advantage_link,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .adv_business1_advantage_link {
        padding: 14px 25px;
    }

    .page-template-tpl-activite .rappel .item .top,
    .single-activite .rappel .item .top,
    :is(.single-activite, .single-departement, .single-code-naf-ape) .rappel .item .top {
        font-size: 25px;
    }

    .avantages .list .item .text .top {
        font-size: 18px;
    }

    .avantages .list .item .text .bottom {
        font-size: 13px;
    }

    .avantages .info {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 420px) {
    #top_booking h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.no-mtop {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}


/*BLOC FILTER*/
.blc-filter .title-filter {
    color: var(--light-purple);
    font-size: 25px !important;
    margin: 0 !important;
    display: inline-flex;

}

.blc-filter .title-filter span {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    background-color: var(--light-purple);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.blc-filter .blc-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter-selected {
    background: #eaeaf9;
    border: 1px solid #7350d2;
    border-radius: 32px;
    color: #7350d2;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.filter-selected .filter-counter {
    font-weight: bold;
}

.filter-selected .pencil_svg {
    display: none;
    position: absolute;
    right: 15px;
}

.btn-filter .content-btn {
    background-color: #fff;
    border: 1px solid #e7e7e6;
    color: #1e193c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 20px;
    padding: 13px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
}

.btn-filter#code-ape .toggle-info {
    display: none;
}



.btn-filter {
    position: relative;
    cursor: pointer;
}

.btn-filter:hover .content-btn {
    border: 1px solid rgba(30, 25, 60, .239);
}

.btn-filter.chosen .content-btn:after {
    content: '';
    background-color: #eb1e7d;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    right: 54px;
    top: calc(50% - 4px);
}

.btn-filter.chosen#nbr-employe .content-btn:after,
.btn-filter.chosen#localisation .content-btn:after {
    right: 54px;
}



.dropdown-btn {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px #3435321a;
    max-width: 600px;
    position: absolute;
    top: calc(100% + 16px);
    width: -moz-max-content;
    width: 100%;
    z-index: 100;
}

.dropdown-btn .inner-dropdown {
    padding: 12px;
}


.btn-filter,
.check-filter {
    width: calc(33.33% - 8px);
}


.btn-filter .label-check.checked {
    font-weight: normal;
}

.toggle-info {
    transition: all ease .35s;
    display: flex;
    align-items: center;
}

.toggle-info svg {
    height: 24px;
    width: 24px;
}


.btn-filter.open .toggle-info {
    transform: rotate(-180deg);
}



.list-filter {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.list-filter.top {
    border-bottom: 1px solid #e7e7e6;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.check-filter .inner-check {
    background-color: #fff9;
    border: 1px solid transparent;
    border-radius: 16px;
    box-shadow: 0 7px 28px #0000000f;
    cursor: pointer;
    min-height: 100px;
    padding: 16px 8px 8px 82px;
    display: block;
    position: relative;
}

.check-filter .inner-check.checked {
    border-color: #1e193c;
}

.check-filter {
    position: relative;
}

.check-filter input {
    position: absolute;
    opacity: 0;
}

.check-filter .checkbox {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-filter .checkbox svg {
    opacity: 0;
    position: absolute;
}

.check-filter .inner-check.checked .checkbox svg {
    opacity: 1;
}


.check-filter .icon {
    align-items: center;
    background-color: #eaeaf9;
    border-radius: 8px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
    position: absolute;
    left: 40px;
    top: 16px;
}

.check-filter .check-tooltip,
.check-tooltip {
    position: absolute;
    right: 8px;
    bottom: 8px;
    align-items: center;
    background-color: #e7e7e6;
    border-radius: 8px;
    height: 18px;
    display: flex;
    justify-content: center;
    width: 18px;
}

.check-filter .check-value {
    color: #1e193c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 32px;
}

.check-filter .check-label {
    color: #8d8c8d;
    font-size: 16px;
    font-weight: 400;
    grid-row: 2;
    letter-spacing: -.04em;
    line-height: 20px
}


.check-filter .tooltip,
.tooltip {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    z-index: 10;
    padding-top: 24px;
    display: none;

}

.check-filter .check-tooltip:hover+.tooltip,
.check-tooltip:hover+.tooltip,
.check-filter .tooltip:hover,
.tooltip:hover,
.export-list__tooltip_ico:hover + .tooltip {
    display: block;
}

.check-filter .tooltip .tooltip-content,
.tooltip .tooltip-content {
    background: #1e193ce0;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    position: relative;
}

.check-filter .tooltip svg,
.tooltip svg {
    position: absolute;
    right: 11px;
    top: -5px;
}


.check-filter .tooltip p,
.check-filter .tooltip ul,
.tooltip ul {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    margin-top: 0;
}

.check-filter .tooltip .tooltip-content ul,
.tooltip .tooltip-content ul {
    list-style: disc;
    margin-left: 15px;
}

.pop-sect-act {
    max-width: 1030px !important;
    width: 100%;
    padding: 48px 32px 0 !important;
}

.pop-sect-act .inner-pop {
    max-height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
    word-wrap: break-word;
    margin-bottom: 60px;
}


.pop-sect-act .inner-pop::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.pop-sect-act .inner-pop::-webkit-scrollbar-track {
    background-color: #e7e7e6;
    border-radius: 30px
}

.fancybox-button svg {
    width: 32px !important;
    height: 32px !important;
}

.fancybox-close-small {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    top: 16px !important;
    right: 16px !important;
}

.fancybox-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000004d;
    transition-duration: 0s !important;
}

.fancybox-bg {
    display: none !important;
}

.fancybox-content {
    border-radius: 30px !important;
}

.pop-sect-act .inner-pop::-webkit-scrollbar-thumb {
    background-color: #1e193c;
    border-radius: 30px
}

.pop-foot {
    padding: 30px 0;
    margin: 0 -32px;
    border-top: 1px solid rgba(30, 25, 60, .122);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-pop {
    align-items: center;
    background-color: #eb1e7d;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 4px;
    justify-content: center;
    letter-spacing: -.04em;
    line-height: 22px;
    padding: 14px 20px;
    transition: transform .05s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pop-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 40px;
    margin-bottom: 48px;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.pop-wrapper {
    max-width: 750px;
    margin: auto;
    width: 100%;
}

.pop-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    gap: 56px;
    width: 100%;
}

.pop-sect-act p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
}



.pop-code-ape {
    max-width: 694px !important;
    width: 100%;
    padding: 48px 32px 68px !important;
}

.pop-code-ape .pop-title {
    margin-bottom: 0;
}

.pop-code-ape .inner-pop {
    margin: 12px 0;
    min-height: 436px;
}

.pop-code-ape .blc-input {
    position: relative;
}


.pop-code-ape .blc-input>input,
.dinput .ape-code-filter-input {
    height: 52px;
    padding: 15px 20px 15px 46px;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 20px;
    width: 100%;
    display: block;
}


.pop-code-ape .blc-input>input:focus,
.dinput .ape-code-filter-input:focus {
    border-color: #7350d2;
    box-shadow: 0 4px 40px #1e193c33;
    outline: 1px solid #7350d2
}

.pop-code-ape .blc-input>svg,
.ape-code-filter .dinput>svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
}

.ape-code-filter .dinput {
    position: relative;
}

.pop-code-ape .blc-input ::-webkit-input-placeholder,
.dinput ::-webkit-input-placeholder {
    opacity: 1;
    color: #c2c2c2;
}


.pop-code-ape .blc-input ::-moz-placeholder,
.dinput ::-moz-placeholder {
    opacity: 1;
    color: #c2c2c2;
}


.pop-code-ape .blc-input ::-ms-input-placeholder,
.dinput ::-ms-input-placeholder {
    opacity: 1;
    color: #c2c2c2;
}



.ape-code-filter .values {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    margin-top: 6px;
    padding: 12px 0 12px 12px;
    width: 100%;
}
.ape-code-filter .values.default-selected-ape {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 16px;
    margin-top: 6px;
    padding: 0;
}
.ape-code-filter .parent:first-child .main-checkbox{
    margin-top: 20px;
}


.ape-code-filter-result-dropdown {
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
    word-wrap: break-word;
}

.ape-code-filter .values .parent:first-child {
    margin-top: 0;
}

.ape-code-filter .values .parent {
    margin-bottom: 12px;
    margin-top: 12px;
}


.ape-code-filter .values .parent .parent-dropdown {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.dcheckbox {
    align-items: flex-start;
    color: #2a2a2a;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    letter-spacing: -.04em;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.dcheckbox-wrapper {
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    max-width: 20px;
    min-width: 20px;
    position: relative;
    transition: all .05s;
}


.dcheckbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: inherit;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.dcheckbox-wrapper svg {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .05s ease;
    --svg-color: var(--title);
}


.ape-code-filter .values .parent .parent-label {
    font-weight: 500;
}

.ape-code-filter .ape-child {
    margin-left: 10px;
    margin-top: 8px;
    width: calc(100% - 10px);
}
.checkbox-subgroup{
    display: none;
}
.checkbox-subgroup.opened{
    display: initial;
}
.rotate-chevron {
  transition: transform 0.3s;
  transform: rotate(0deg);
}

.rotate-chevron.rotate {
  transform: rotate(180deg);
}



.__collapsible {
    display: none;
}

.__collapsible.opened {
    display: block;
}

.rotate-chevron {
    transition: transform .2s ease;
    cursor: pointer;
}

.rotate-chevron[open="false"] {
    transform: rotate(-180deg);
}

.parent-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#localisation .__collapsible {
    display: none;
}

#localisation .__collapsible.opened {
    display: block;
}

#localisation .rotate-chevron {
    cursor: pointer;
    transition: transform .2s ease;
}

#localisation .rotate-chevron[open="true"] {
    transform: rotate(-180deg);
}

#localisation .rotate-chevron[open="false"] {
    transform: rotate(0deg);
}

#localisation .dropdown {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px #3435321a;
    max-width: 600px;
    position: absolute;
    top: calc(100% + 16px);
    width: 384px;
    width: 384px;
    z-index: 100;
}


#localisation .dropdown .dropdown-content {
    padding: 12px;
}


.location {
    width: 360px;
}


.location.__wrapper {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    max-width: 400px;
    width: 100%;
}

#localisation .multiple-dropdown {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e7e7e6;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 11px 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

#localisation .search-bar {
    background-color: inherit;
    border: unset;
    color: #1e193c;
    font-size: 16px;
    outline: none;
    width: 100%;
}


#localisation .multiple-dropdown .search-bar::-moz-placeholder {
    color: #8d8c8d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 14px
}

#localisation .multiple-dropdown .search-bar::placeholder {
    color: #8d8c8d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 14px
}

#localisation .multiple-dropdown-values {
    background-color: #fff;
    border: 1px solid #e7e7e6;
    border-radius: 12px;
    color: #1e193c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 16px;
    padding: 12px 4px 12px 12px;
    width: 100%;
}


#localisation .__collapsible.opened {
    margin-top: 6px;
}

#localisation .value {
    margin-top: 10px;
}

.multiple-dropdown-values .more-items {
    color: #1e193c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 14px;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}


#localisation .multiple-dropdown-values .scroll-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
    word-wrap: break-word;
}

#localisation .multiple-dropdown-values .head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}


#localisation .scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

#localisation .scrollbar::-webkit-scrollbar-track {
    background-color: #e7e7e6;
    border-radius: 30px
}

#localisation .scrollbar::-webkit-scrollbar-thumb {
    background-color: #eb1e7d;
    border-radius: 30px
}

#localisation .scrollbar_hidden {
    padding-right: 0 !important;
    scrollbar-width: none
}

#localisation .scrollbar_hidden::-webkit-scrollbar {
    height: 0;
    width: 0
}


#localisation .group {
    border-bottom: 1px solid #e7e7e6;
    padding-bottom: 12px;
}

#localisation .group:last-child {
    border: none;
}


.dcheckbox[check=true] .dcheckbox-wrapper,
.dcheckbox.check-geo .dcheckbox-wrapper {
    background-color: #1e193c;
    border-color: #1e193c;
}

.dcheckbox[check=true] .dcheckbox-wrapper input~svg,
.dcheckbox.check-geo .dcheckbox-wrapper.geo-wrap svg {
    opacity: 1;
}


.reset-filter {
    align-items: center;
    color: #8d8c8d;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    line-height: 17px;
    margin-top: 20px;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 8px;
}

.pop-code-ape .pop-foot {
    padding: 0;
    border: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 16px);
}





.btn-cible-pop {
    background-color: transparent;
    border: 1px solid rgba(30, 25, 60, .122);
    color: var(--primary-black);
    padding: 12px 20px;
    transition: .3s;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    gap: 4px;
    justify-content: center;
    letter-spacing: -.04em;
    line-height: 22px;
    border-radius: 12px;
}

.btn-cible-pop svg {
    height: 24px;
    margin-left: 4px;
    width: 24px;
}

.btn-apply-pop {
    align-items: center;
    background-color: #eb1e7d;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 4px;
    justify-content: center;
    letter-spacing: -.04em;
    line-height: 22px;
    padding: 14px 20px;
    transition: transform .05s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}


.btn-apply-pop .animated-button-animation-wrapper {
    align-items: center;
    display: flex;
    position: relative;
    right: 0;
    transition: all .15s ease-in-out;
    width: 20px;
    --svg-color: #fff;
}


.btn-apply-pop .gradient {
    background: #fff;
    background: linear-gradient(90deg, #fff0, #ffffff97 66%, #fff);
    border-radius: 20px;
    height: 12px;
    opacity: 0;
    position: absolute;
    transition: all .25s ease-out;
    width: 10px;
    z-index: 1;
}



.btn-apply-pop .gradient .ball {
    background: #fff;
    border-radius: 100%;
    height: 12px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    width: 12px;
    z-index: 1;
}


.btn-apply-pop:hover .gradient {
    opacity: 1;
    width: 40px;
}


.btn-apply-pop .arrow {
    height: 20px;
    opacity: 1;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    width: 20px;
}


.btn-apply-pop:hover .arrow {
    opacity: 0;
}


.btn-apply-pop .animated-button-animation-wrapper {
    align-items: center;
    display: flex;
    position: relative;
    right: 0;
    transition: all .15s ease-in-out;
    width: 20px;
    --svg-color: #fff;
}

.btn-apply-pop:hover .animated-button-animation-wrapper {
    width: 40px;
}


.btn-apply-pop.disabled .animated-button-animation-wrapper {
    display: none;
}

.btn-apply-pop.disabled,
.btn-apply-pop.disabled:hover {
    background: #f1f1f0;
    color: #8d8c8d;
    cursor: default;
    --svg-color: #8d8c8d;
}

.pop-sect-act label,
.dropdown-btn .label-check {
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: left;
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.dropdown-btn .label-check {
    align-items: flex-start;
}

.dropdown-reset {
    align-items: center;
    color: #8d8c8d;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    line-height: 17px;
    margin-top: 20px;
    text-decoration: underline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 8px;
}

.range-wrapper {
    width: calc(100% - 16px);
    margin: auto;
    position: relative;
}

#range-content {
    width: 100%;
    background: #eb1e7d1a !important;
    border: none !important;
    margin-top: 20px;
    margin-bottom: 45px;
}

#range-min,
#range-max {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 20px;
    position: absolute;
    top: 15px;
}

#range-min {
    left: -6px;
}

#range-max {
    right: -6px;
}


.ui-slider-horizontal {
    height: 4px !important;
}

.ui-slider .ui-slider-handle {
    background: #eb1e7d !important;
    background-clip: content-box !important;
    border: #eb1e7d1a solid 3px !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    top: -8px !important;
    outline: none !important;
}

.ui-widget-header {
    background: #eb1e7d !important;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px !important;
    height: 4px !important;
}

.pop-sect-act .checkbox,
.dropdown-btn .checkbox {
    background: #fff;
    border: 2px solid #c2c2c2;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    max-width: 20px;
    min-width: 20px;
    position: relative;
    transition: all .05s;
}

.pop-sect-act label input,
.dropdown-btn .label-check input {
    position: absolute;
    opacity: 0;
}

.label-check.checked .checkbox,
.check-filter .inner-check.checked .checkbox {
    background: #1e193c;
    border-color: #1e193c;

}

.label-check.checked {
    font-weight: 600;
}


.pop-divider {
    align-self: stretch;
    background-color: #1e193c0f;
    width: 1px;
}

.fancybox-active {
    overflow: hidden;
}

.pop-code-ape2 {
    max-width: 1239px !important;
    width: 100%;
    padding: 48px 32px 0 !important;
}

.pop-code-ape2 .content-pop {
    margin-bottom: 68px;
    font-size: 16px;
}

.pop-code-ape2 .pop-row {
    margin: 24px auto;
    max-width: 1032px;
    gap: 36px;
}

.pop-code-ape2 .pop-row .pop-col {
    width: 100%;
}


.upload-ape-item-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 20px;
}

.upload-ape-item-title span {
    color: #eb1e7d;
}

.upload-ape-item-link {
    align-items: center;
    color: #7350d2;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    letter-spacing: -.04em;
    line-height: 20px;
    margin-top: 16px;
}

.upload-ape-item-link-ico path {
    stroke: #7350d2;
    stroke-width: 2px;
}


.attach-file-bg {
    background-color: #1e193c0d;
    border-radius: 10px;
    margin: 36px 0;
    padding: 16px;
}

.file-upload-label {
    align-items: center;
    border: 2px dashed #ccc;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 31px 36px;
}

.file-upload-text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 20px;
    margin-left: 20px;
}

.file-input {
    display: none;
}

.file-upload-text-small {
    color: #1e193c80;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    margin-top: 6px;
}

.upload-ape-item-file-info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    gap: 12px;
    letter-spacing: -.04em;
    line-height: 20px;
    padding: 36px 0;
    border-top: 1px solid #f1f1f0;
}

.pop-code-ape2 .pop-title {
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.pop-attention {
    background-color: #def9f2;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 789px;
    padding: 24px 12px;
    text-align: center;
}

.upload-ape-item-file-info-container {
    display: flex;
    justify-content: space-between;
}

.upload-ape-item-file-info-container p span {
    color: #eb1e7d;
}


.upload-ape-item-file-info-text-value {
    align-items: center;
    background-color: #f4f1fb;
    border-radius: 10px;
    color: #7350d2;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 14px;
    padding: 2px 10px;
}

.return {
    position: absolute;
    left: 25px;
    top: 25px;
}

.return svg {
    width: 32px;
    height: 32px;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .montant-total {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .montant {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.sticky-right .encadre.violet .adv_business1_advantage_link {
    background: #eaeaf9;
    color: var(--light-purple);
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 700;
}

.sticky-right .encadre.violet .adv_business1_advantage_link .text_btn {
    transform: translateX(0) !important;
}

.sticky-right .encadre.violet .adv_business1_advantage_link .banner_main_btn_anim {
    display: none;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right h3.title-encadre {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
    padding-left: 52px;
    position: relative;
    margin-bottom: 24px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right h3.title-encadre span {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    background-color: var(--light-purple);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre {
    padding: 21px 38px;
    min-height: 494px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.single-ciblage-particulier .sticky-right .encadre {
    text-align: center;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right h3 {
    margin-bottom: 0;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .inner-encadre {
    border: 1px solid rgba(30, 25, 60, 0.12);
    border-radius: 20px;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .info-prom {
    padding-left: 12px;

}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .info-prom .bg {
    background: rgba(255, 200, 0, 0.2);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.04em;
    padding: 8px 5px;
    border-radius: 0 20px 0 8px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .s-title-encadre {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -.04em;
    margin: 8px 0;
    padding: 0 15px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 27px;
}

:is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .info-coord {
    margin-bottom: 0;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price .price {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -.04em;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price .tooltip {
    position: absolute;
    right: 50%;
    top: calc(100% + 11px);
    background-color: rgba(30, 25, 60, 0.88);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    padding: 8px 10px;
    text-align: center;
    border-radius: 16px;
    width: 141px;
    transform: translate(50%, 0);
    display: none;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price .tooltip svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 10px;
    margin: auto;
    top: -5px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price .toggle-tooltip {
    align-items: center;
    background-color: #e7e7e6;
    border-radius: 8px;
    height: 18px;
    display: flex;
    justify-content: center;
    width: 18px;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-price .toggle-tooltip:hover .tooltip {
    display: block;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .alert-notif {
    padding: 44px 20px 16px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .alert-notif .bg {
    border: 1px solid rgba(115, 80, 210, 1);
    background-color: rgba(234, 234, 249, 1);
    border-radius: 14px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.02em;
    padding: 12px 8px 16px 44px;
    position: relative;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .alert-notif .ico-alert {
    position: absolute;
    left: 16px;
    top: 16px;
}


:is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .encadre .btn-encadre {
    background-color: rgba(235, 30, 125, 1);
    display: inline-block;
    padding: 18px 25px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    transition: all 0.3s ease;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .btn-encadre:hover {
    text-decoration: none;
    background-color: #FD2488;
}


:is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .encadre .blc-btn-encadre {
    padding: 0 20px 32px;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre.style2 .s-title-encadre,
:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre.style3 .s-title-encadre {
    margin: 32px 0;
}

:is(.single-activite, .single-departement, .single-ciblage-particulier, .single-code-naf-ape) .sticky-right .encadre.style3 .btn-encadre {
    background-color: rgba(241, 241, 240, 1);
    color: rgba(141, 140, 141, 1);
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre.style3 .btn-encadre:hover {
    background-color: rgba(235, 30, 125, 1);
    color: #fff;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .blc-preview {
    text-align: center;
    margin-top: 10px;
}


:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .preview {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.04em;
    color: #7350d2;
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 700;
}

:is(.single-activite, .single-departement, .single-code-naf-ape) .sticky-right .encadre .preview:hover {
    color: rgba(30, 25, 60, 1);

}


.pop-filter {
    padding: 0 !important;
}

.pop-filter .inner-pop {
    padding: 20px;
    max-height: calc(100% - 65px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
}


.pop-filter .inner-pop::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.pop-filter .inner-pop::-webkit-scrollbar-track {
    background-color: #e7e7e6;
    border-radius: 30px
}

.pop-filter .inner-pop::-webkit-scrollbar-thumb {
    background-color: #1e193c;
    border-radius: 30px
}


.pop-filter .filter-selected {
    margin-bottom: 12px;
}


.reset-button {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 6px;
    outline: none;
    padding: 0;
    --svg-color: #1e193c;
}

.reset-button.reset-all {
    margin: 0 auto 16px;
}

.reset-button .reset-button__text {
    border-bottom: 1px solid #1e193c;
    color: #1e193c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 14px;
    --svg-color: #8d8c8d;
}

.pop-filter-top {
    display: flex;
    justify-content: space-between;
}

.pop-filter-top .pop-filter-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 20px;
}


.reset-button:not(.reset-all) .reset-button__text {
    border-bottom: 1px solid #8d8c8d;
    color: #8d8c8d;
    white-space: nowrap;
}


.reset-button:not(.reset-all) {
    color: #8d8c8d;
    --svg-color: #8d8c8d;
}

.pop-filter-item {
    padding-bottom: 16px;
}

.pop-filter-list-value {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.pop-filter-value {
    align-items: center;
    background-color: #f1f1f0;
    border-radius: 24px;
    display: flex;
    padding: 4px 12px 4px 6px;
    width: 100%;
}


.filter-remove {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    outline: none;
    padding: 0 6px 0 0;
}

.filter-value-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-remove svg {
    height: 16px;
    width: 16px;
}

@media screen and (max-width: 1250px) {
    .pop-code-ape2 {
        max-width: 863px !important;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {

    .btn-filter,
    .check-filter {
        width: calc(50% - 6px);
    }

    .fancybox-slide--html {
        padding: 0 !important;
    }

    .fancybox-content {
        height: 100%;
    }

    .fancybox-content {
        border-radius: 0 !important;
    }

    .pop-title {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.04em;
        line-height: 20px;
        margin-bottom: 24px;
        padding-top: 21px;
        text-align: center;
    }

    .pop-sect-act .inner-pop {
        max-height: initial;
        height: calc(100% - 178px);
        padding: 20px 16px;
        margin-bottom: 0;
    }

    .pop-sect-act {
        padding: 0 !important;
    }

    .content-pop {
        height: 100%;
    }

    .pop-foot {
        margin: 0;
        border: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        bottom: 0;
        box-shadow: 0 -4px 20px #00000014;
        padding: 30px 16px;
    }

    .fancybox-close-small {
        right: inherit !important;
        left: 16px !important;
    }

    .pop-code-ape {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .pop-code-ape .inner-pop {
        padding: 16px 20px;
        min-height: calc(100% - 218px);
    }

    .pop-code-ape .pop-foot {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 -4px 20px #00000014;
        flex-direction: column;
        padding: 16px;
        width: 100%;
    }

    .pop-code-ape2 .pop-row {
        flex-direction: column;
        gap: 24px;
        row-gap: 24px;
        column-gap: 24px;
    }

    .pop-code-ape2 .inner-pop {
        max-height: calc(100% - 148px);
        padding: 20px 16px;
        ;
        top: 65px;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        word-wrap: break-word;
    }

    .pop-code-ape2 .pop-divider {
        width: 100%;
        height: 1px;
    }

    .attach-file-bg {
        margin: 16px 0;
    }

    .upload-ape-item-file-info {
        padding: 16px 0 0;
    }

    .file-upload-label {
        padding: 16px;
    }

    .pop-code-ape2 .inner-pop::-webkit-scrollbar {
        height: 3px;
        width: 3px
    }

    .pop-code-ape2 .inner-pop::-webkit-scrollbar-track {
        background-color: #e7e7e6;
        border-radius: 30px
    }

    .pop-code-ape2 .inner-pop::-webkit-scrollbar-thumb {
        background-color: #1e193c;
        border-radius: 30px
    }

    .pop-code-ape2 .fancybox-close-small {
        right: 16px !important;
        left: inherit !important;
    }

    .btn-filter#code-ape .toggle-info {
        display: flex;
    }

    .filter-selected {
        font-size: 14px;
    }

}


@media screen and (max-width: 768px) {
    .pop-row {
        flex-direction: column;
        gap: 0;
    }

    .pop-divider {
        display: none;
    }
}

@media screen and (max-width: 601px) {

    .btn-filter,
    .check-filter {
        width: 100%;
    }

    .blc-filter .blc-title {
        flex-direction: column;
    }

    .filter-selected {
        width: 100%;
    }

    .blc-filter .title-filter {
        margin-bottom: 15px !important;
        width: 100%;
        line-height: 28px;
    }

    .single .article-content h2 br {
        display: none;
    }

    .pop-code-ape2 .pop-title {
        padding-bottom: 0;
    }

    .return svg {
        width: 24px;
        height: 24px;
    }

    .return {
        left: 16px;
        top: 20px;
    }

    #localisation .dropdown {
        width: 100%;
    }
    
    .filter-selected .pencil_svg {
        display: inline;
    }

}

@media screen and (max-width: 460px) {
    .btn-pop {
        width: 100%;
    }
}

.pop-visualisation {
    max-width: 1240px !important;
    width: 100% !important;
    overflow: hidden;
    padding: 62px 32px 0 !important;
}

.pop-visualisation .pop-title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 44px;
    margin-bottom: 48px;
    position: relative;
}

.pop-visualisation .pop-title.pop-title-mobile {
    display: none;
}


.header-apercu {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 16px;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    --svg-color: #1e193c99;
    background-color: #f1f1f0;
    border-radius: 10px;
    color: #1e193c99;
    gap: 0;
    margin-bottom: 16px;
    padding: 0 8px;

}




.header-apercu>.th {
    align-items: center;
    display: flex;
    gap: 6px;
    padding: 14px 6px;
    text-align: center;
    width: 200px;
    justify-content: center;
}


.unSiren {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 20px;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    border: 1px solid rgba(30, 25, 60, .122);
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 8px;
}

.pop-row.apercu-body-wrap {
    display: block;
    gap: 0;
}

.apercu-body {
    text-align: center;
    width: 200px;
    align-items: flex-start;
    flex-wrap: wrap;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    min-width: 0;
    padding: 12px 6px;
    display: flex;
    gap: 6px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.inner-pop.with-scrollbar {
    max-height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 5px;
    word-wrap: break-word;
    margin-bottom: 144px;
    padding-bottom: 16px;
}

.inner-pop.with-scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.inner-pop.with-scrollbar::-webkit-scrollbar-track {
    background-color: #e7e7e6;
    border-radius: 30px
}

.inner-pop.with-scrollbar::-webkit-scrollbar-thumb {
    background-color: #1e193c;
    border-radius: 30px
}


@media screen and (max-width: 991px) {
    .pop-visualisation .pop-title.pop-title-mobile {
        display: block;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -.04em;
        line-height: 24px;
        text-align: left;
        padding: 0;
        margin-bottom: 16px;
    }

    .pop-visualisation .pop-title.pop-title-desk {
        display: none;
    }

    .pop-visualisation {
        padding: 58px 16px 36px !important;
    }
    .inner-pop.with-scrollbar{
        margin-bottom: 36px;
    }

    .inner-pop.with-scrollbar{
        max-height: 100%;
    }
}
/*.tooltip-container{
    position: relative;
}
.tooltip-container .tooltip{
    position: absolute;
  width: 250px;
  padding: 15px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  left: calc(50% - 125px);
  border-radius: 20px;
}*/
#pop-summarize-order .pop-title{
    font-size: 44px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 44px;
  margin-bottom: 48px;
  position: relative;
  padding-top: 68px;
}
#pop-summarize-order {
    width: 810px;
}
#pop-summarize-order .modal-dialog__close-btn{
    display: none;
}
.pop-filter .inner-pop::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.pop-filter .inner-pop::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #1e193c;
    border-radius: 30px;
}
.pop-filter .inner-pop::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
    background-color:#e7e7e6;
    border-radius: 30px;
}
@media screen and (max-width: 991px) {
    .header-apercu{
        flex-direction: row;
    }
    #pop-summarize-order {
        width: 100%;
    }
    .unSiren {
    font-size: 14px;
  }
  .modal-dialog__content-wrapper{
    width: 100%;
  }
  .scrollbar.modal-dialog__content {
    width: 100%;
}
  .export-list {
        width: 100%;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        padding-bottom: 0;
        flex-direction: column;
    }
    .export-list__devider {
        background-color: #e7e7e6;
    height: 1px;
    margin-bottom: 5px;
    margin-top: 4px;
    width: 100%;
    }
    .export-list__block .scrollbar {
        height: auto;
        padding-bottom: 20px;
        padding-right: 10px;
        width: 100%;
    }
    .fancybox-content {
      width: 100%;
    }
    .export-list__block{
        display: block;
    }
    .selected-filters__block-devider{
  height: 0;
  margin: 22px 0;
    }
    .sel-stt .selected-filters__block-devider,
    #pop-summarize-order .modal-dialog__close-btn{
        display: none;
    }
    #pop-summarize-order .pop-title{
        display: block;
      margin-bottom: 24px;
      margin-top: 46px;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -.04em;
      line-height: 24px;
      text-align: left;
      padding-left: 20px;
      padding-top: 0;
    }
    #pop-summarize-order.pop-filter .inner-pop{
        padding-top: 0;
        position: relative;
    }
    .selected-filters.sel-ape {
        margin-top: 20px;
    }
    .export-list__block-heading{
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.04em;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .l-cd {
      margin-top: 20px;
    }
    .l-cd ul li{
        margin-top: 5px;
    }
    .special-padding + section {
      padding-top: 0px;
    }
    .to-cs{
        margin-bottom: 95px;
    }
    #pop-summarize-order .modal-dialog__actions{
        position: fixed;
        top: calc(100% - 100px);
    width: 100%;
    left: 0;
    padding-bottom: 20px;
    }
    #pop-summarize-order.fancybox-content{
        overflow: hidden;
    }
}
