/*
Theme Name: ProGBat Child
Template: progbat
Author: ProGBat
Version: 1.0
*/

/* =========================
   STYLES CUSTOM
   ========================= */

html, body {
    overflow-x: hidden;
  }

a {
    color: #0837F2;
}

/*span text*/
.blue {
  color: #0837F2!important;
}

.elementor-menu-anchor {
    position: relative;
    top: -10px!important;
}


/*HEADER*/

/* STICKY DESKTOP*/

.elementor-element-66508e7.elementor-sticky--active {
background: rgba(255,255,255,0.25) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 0 0 30px 30px !important;
z-index:99999;
    box-shadow: 0 8px 75px rgba(20, 20, 190, 0.15) !important;
}

/* Fond blanc en sticky */
.header-liquid-glass.elementor-sticky--active .e-n-menu-wrapper {
    background: #ffffff !important;
    border-radius: 50px !important;
    padding: 2px 10px !important;
    transition: all .3s ease !important;
}

/*Sauf le menu "Se connecter" (elementor-element-a6ce56c) */
.header-liquid-glass.elementor-sticky--active .elementor-element-a6ce56c .e-n-menu-wrapper {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* STICKY MOBILE en full width */
@media (max-width: 767px) {

  .elementor-element-e57e00b.elementor-sticky--active{
    left: 0 !important;
    right: 0 !important;
    inset-inline-start: 0 !important;   /* annule le 10px */
    width: 100vw !important;           /* pleine largeur */
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    /* style glass */
    background: rgba(255,255,255,0.25) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 0 0 30px 30px !important;
    z-index: 99999 !important;
    box-shadow: 0 8px 75px rgba(20, 20, 190, 0.15) !important;
  }
}
/* Toggle (burger) transparent en sticky (mobile) */
@media (max-width: 767px) {
  .elementor-element-e57e00b.elementor-sticky--active
  .elementor-element-2298d27 .elementor-menu-toggle {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
/* Remonter le dropdown en sticky (mobile) */
@media (max-width: 767px) {

  .elementor-element-e57e00b.elementor-sticky--active
  .elementor-element-2298d27 nav.elementor-nav-menu--dropdown {
    top: 23px !important; 
  }

}


/* STICKY TABLET */
@media (max-width: 1024px) {

  .elementor-element-e57e00b.elementor-sticky--active{
    left: 0 !important;
    right: 0 !important;
    inset-inline-start: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;

    background: rgba(255,255,255,0.25) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    border-radius: 0 0 30px 30px !important;
    z-index: 99999 !important;
    box-shadow: 0 8px 75px rgba(20, 20, 190, 0.15) !important;
  }

  /* Toggle (burger) transparent en sticky */
  .elementor-element-e57e00b.elementor-sticky--active
  .elementor-element-2298d27 .elementor-menu-toggle{
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}


/*MEGA MENU*/

.elementor-widget-n-tabs .e-n-tabs-heading {
    padding: 40px
}

.mega-menu  .elementor-widget-n-tabs .e-n-tab-title {
    padding-left: 12px !important; 
}

.mega-menu  .elementor-widget-n-tabs .e-n-tabs-heading {
    padding-top: 90px; 
    position: relative;
	--n-tabs-heading-width: 300px;
}

.mega-menu .e-n-tab-title-text {
  position: relative;
  left: -50px;
}

/* MEGA MENU - colonne onglets */
.mega-menu .elementor-widget-n-tabs .e-n-tabs-heading {
    padding: 90px 0 40px 0 !important;
    position: relative;
    --n-tabs-heading-width: 300px;
}

/* Onglets pleine largeur */
.mega-menu .elementor-widget-n-tabs .e-n-tab-title {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    padding: 16px 20px 16px 52px !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}

.mega-menu .e-n-tab-title-text {
    position: static !important;
    left: auto !important;
}

/* Actif + hover */
.mega-menu .elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"],
.mega-menu .elementor-widget-n-tabs .e-n-tab-title:hover {
    background-color: #ffffff !important;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
    background-color: white!important;
}
/* Hover sur les onglets du mega-menu */
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))
    > .e-n-tabs > .e-n-tabs-heading 
    .e-n-tab-title:hover {
    background-color: white !important;
}

/*Hover boites d'icones*/

.mega-icon-box {
    position: relative;
		padding:10px!important;
}

/* Flèche invisible par défaut */
.mega-icon-box::after {
    content: "›";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #1e4bff;
    opacity: 0;
    transform: translateY(-4px);
    transition: all .35s cubic-bezier(.22,1,.36,1);
    pointer-events: none;
}

/* Apparition au hover */
.mega-icon-box:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.mega-icon-box:hover {
background-color:rgba(244, 247, 253, 1)!important;
}


/*Mega menu Fonctionnalités*/

.mega-menu .elementor-widget-n-tabs .e-n-tabs-heading:before {
    content: "Fonctionnalités";
    position: absolute;
    top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #0E0D2B99;
    border:3px solid white;
    padding-left:10px;
     padding-right:10px;
     border-radius:50px
}



/* Pastille info orange HEADER */

.pastille-status p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

/* SVG point alerte orange*/
.pastille-status::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2025/11/Ellipse-alert.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}

.mega-icon-box .pastille-status {
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    background-color: rgba(253, 203, 196, 1);
    line-height: 1;
    width: fit-content;
	margin-top:5px;
}

/*Mega menu Ressources*/

.elementor-element .elementor-element-bffc947 {
	left:0px!important;
}

.megamenu-iconbox .elementor-icon-box-icon {
  margin-top:8px!important;
}

/*Sous menu 'accompagnement' alignement en dessous*/

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1742){
  position: relative !important;
}

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1742) > .e-n-menu-content{
  --position: absolute !important;
  --width: auto !important;
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 0 !important;
  right: auto !important;
  width: max-content !important;
  min-width: 260px;
  max-width: 420px;
  transform: none !important;
  margin: 0 !important;
  z-index: 9999 !important;
}

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1742) > .e-n-menu-content #e-n-menu-content-1742,
.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1742) > .e-n-menu-content .e-con,
.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1742) > .e-n-menu-content .e-con-full{
  width: auto !important;
  max-width: none !important;
}

/* Sous-menu "Partenaires"*/

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1745){
  position: relative !important;
}

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1745) > .e-n-menu-content{
  --position: absolute !important;
  --width: auto !important;
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 0 !important;
  right: auto !important;
  width: max-content !important;
  min-width: 260px;
  max-width: 420px;
  transform: none !important;
  margin: 0 !important;
  z-index: 9999 !important;
}

.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1745) > .e-n-menu-content #e-n-menu-content-1745,
.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1745) > .e-n-menu-content .e-con,
.e-n-menu-heading > .e-n-menu-item:has(#e-n-menu-content-1745) > .e-n-menu-content .e-con-full{
  width: auto !important;
  max-width: none !important;
}



/*MENU MOBILE*/

/* Décaler le sous-menu sur mobile */
@media (max-width: 1024px) {
  .e-n-menu-wrapper {
    top: var(--header-height, 30px) !important;
  }
}

/*Icone fleche sous menu mobile*/
@media (max-width: 1024px){
  .elementor-element-2298d27 .elementor-nav-menu--dropdown .elementor-nav-menu > li > a.elementor-item::after{
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/01/arrow-menu-mobile.svg") center/contain no-repeat!important;
    pointer-events: none;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* AUCUNE flèche sur les sous-items (niveau 2 et +) */
  .elementor-element-2298d27 .elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-sub-item::after{
    content: none !important;
    background: none !important;
  }
}


/* SVG point pastille grises conteneur */

.pastille-globale p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.pastille-globale::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-globale.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}

.pastille-globale {
  color:rgba(14, 13, 43, 0.60)!important;
	font-size: 14px;
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    background-color: #DEE4FB;
    line-height: 1;
    width: fit-content;
	margin-top:5px;
}

/*Pastille licence populaire*/

.pastille-licence-populaire  {
    margin: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
	border-radius:50px;
	    gap: 8px;
    padding: 6px 14px 6px 10px;
	background-color: #deff00!important;
}


/* SVG point alerte jaune*/
.pastille-licence-populaire::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/03/Ellipse-populaire.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}
@media (max-width: 640px) {
	.pastille-licence-populaire  {
font-size:14px!important;
}
	/* SVG point alerte jaune*/
.pastille-licence-populaire::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/03/Ellipse-populaire.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}
 }


@keyframes clignotePastille {
0% { transform: scale(1); }
50% { transform: scale(1.08); }
100% { transform: scale(1); }
}

.pastille-licence-populaire.clignote {
animation: clignotePastille 0.8s infinite;
}


/*Pastille facture elec home*/

.cat-badge-facturation-elec-home::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-facturation-electronique.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
} 

.cat-badge-facturation-elec-home {
  color:rgba(14, 13, 43, 0.60)!important;
	font-size: 14px;
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    background-color: #FCF392;
    line-height: 1;
    width: fit-content;
	margin-top:5px;
}

/*CONTENEURS OMBRE*/

.conteneur-ombre {
	box-shadow: 0 9px 18px 0 rgba(0, 1, 222, 0.16);
}

/*HERO*/

.hero-section-left {
    box-shadow:
        -10px 22px 28px -12px rgba(0, 1, 222, 0.16);
}

.hero-section-right {
    box-shadow:
        10px 22px 28px -12px rgba(0, 1, 222, 0.16);
}
.hero-full {
    box-shadow:
        10px 22px 28px -12px rgba(0, 1, 222, 0.16);
}

/*
 CTA ANIMATION — BLEU & NOIR
*/

/* Empêcher le retour à la ligne */
.btn-svg-prog .elementor-button,
.btn-svg-prog-black .elementor-button {
    white-space: nowrap;
    transition: all .95s cubic-bezier(.22,1,.36,1);
}

/* Fix texte */
.btn-svg-prog .elementor-button-text,
.btn-svg-prog-black .elementor-button-text {
    padding-top: 5px;
    transition: all .75s cubic-bezier(.22,1,.36,1);
    transform-origin: left center;
}

/* Texte animé */
.btn-svg-prog:hover .elementor-button-text,
.btn-svg-prog-black:hover .elementor-button-text {
    transform: scale(.98) translateX(-2px);
    opacity: .92;
}

/* STATIC SVG */
.btn-svg-prog .elementor-button-icon svg,
.btn-svg-prog-black .elementor-button-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    transition: all .75s cubic-bezier(.22,1,.36,1);
}

/* ICON WRAPPER */
.btn-svg-prog .elementor-button-icon,
.btn-svg-prog-black .elementor-button-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .75s cubic-bezier(.22,1,.36,1);
}

/* Masquer le SVG static au hover */
.btn-svg-prog:hover .elementor-button-icon svg,
.btn-svg-prog-black:hover .elementor-button-icon svg {
    opacity: 0;
    transform: translateX(-4px);
}

/* Capsule hover — état initial */
.btn-svg-prog .elementor-button-icon::after,
.btn-svg-prog-black .elementor-button-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-6px);
    transition: all .75s cubic-bezier(.22,1,.36,1);
}

/* Capsule hover — BLEU */
.btn-svg-prog .elementor-button-icon::after {
    background-image: url("https://www.progbat.com/wp-content/uploads/2025/11/cta-arrow-hover.svg") !important;
}

/* Capsule hover — NOIR */
.btn-svg-prog-black .elementor-button-icon::after {
    background-image: url("https://www.progbat.com/wp-content/uploads/2025/11/arrow-cta-black-hover.svg") !important;
}

/* Capsule visible + animée */
.btn-svg-prog:hover .elementor-button-icon::after,
.btn-svg-prog-black:hover .elementor-button-icon::after {
    width: 38px;
    height: 24px;
    opacity: 1;
    transform: translateX(0);
}

/*BOUTON LONG LIBELLE*/

.btn-svg-prog.long-text a,
.btn-svg-prog.long-text .elementor-button,
.btn-svg-prog.long-text .btn,
.btn-svg-prog-black.long-text a,
.btn-svg-prog-black.long-text .elementor-button,
.btn-svg-prog-black.long-text .btn {
  white-space: normal !important;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 767px) {
  .btn-svg-prog-black.long-text-mobile a,
  .btn-svg-prog-black.long-text-mobile .elementor-button,
  .btn-svg-prog-black.long-text-mobile .btn,
  .btn-svg-prog.long-text-mobile a,
  .btn-svg-prog.long-text-mobile .elementor-button,
  .btn-svg-prog.long-text-mobile .btn {
    white-space: normal !important;
    line-height: 1.3;
    text-align: left;
  }
}

/* BLOCS CTA */
.bloc-cta {
    position: relative;
    border-radius: 50px;
    overflow: visible;
}

/* Point du haut*/
.elementor-element .bloc-cta::before,
.elementor-widget .bloc-cta::before,
.bloc-cta.bloc-cta::before{
  content:"";
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  width:20px;
  height:20px;
  z-index:5;
  background-color: transparent;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-polygone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:1px solid white;
	border-radius:50px;
}



/* Point du bas */
.bloc-cta::after{
  content:"";
  position:absolute;
  bottom:-7px;
  left:50%;
  transform:translateX(-50%);
  width:20px;
  height:20px;
  z-index:5;

  /* SVG */
  background-color: transparent;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-polygone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:1px solid white;
	border-radius:50px;
}

/* BLOCS CTA BLEU*/
.bloc-cta-bleu {
    position: relative;
    border-radius: 50px;
    overflow: visible;
}

/* Point du haut*/
.bloc-cta-bleu::before
{
  content:"";
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  width:20px;
  height:20px;
  z-index:5;
  background-color: transparent;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-blanc-top.svg")!important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	border:none;
}



/* Point du bas */
.bloc-cta-bleu::after{
  content:"";
  position:absolute;
  bottom:-7px;
  left:50%;
  transform:translateX(-50%);
  width:20px;
  height:20px;
  z-index:5;
  background-color: transparent;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-blanc-bas.svg");
  background-repeat: no-repeat;
  background-position: center;
}


/*CTA ARROW SCROLL DOWN*/

.btn-svg-prog-down .elementor-button-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    transition: transform .75s cubic-bezier(.22,1,.36,1);
}

.btn-svg-prog-down .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-svg-prog-down:hover .elementor-button-icon svg {
    transform: translateY(20px);
}



/*BLOC WIDGET AVIS HERO */
.avis-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}

@media (max-width: 640px) {

    .avis-wrapper {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 1px !important;
        flex-wrap: nowrap !important;
    }
}


/*WIDGET AVIS GOOGLE*/

.google-review-card {
    position: relative;
    width: 150px;
    margin: 0 auto;
}

.google-review-card-inner {
    background: rgba(255, 255, 255, 0.50);
    border-radius: 16px;
    padding: 0px 1px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    text-align: left !important;
	height:140px;
		border:1px solid white;
}

.google-review-card-inner,
.google-review-card-inner * {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}


.google-review-card-inner .ti-stars,
.google-review-card-inner .review-stars,
.google-review-card-inner .star-container {
    transform: scale(0.65);
    transform-origin: left center;
    margin: 0px!important;
}

.google-review-card-inner div.ti-rating-text strong.ti-rating.ti-rating-large {
    font-size: 13px !important;
    line-height: 1.2 !important;
	text-transform:inherit;
}


.ti-rating-text {
    font-size: 11px !important;
    margin: 2px 0 6px !important;
}

.google-review-card-inner img.ti-logo-fb {
    float: left !important;
}

.google-review-card-inner .ti-widget.ti-goog .ti-large-logo img {
	 max-width: 80px!important;
    margin-top: -35px !important;
}

.google-review-card::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-polygone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:1px solid white;
	border-radius:50px;
	z-index:1;
}

/*WIDGET AVIS TRUSPILOT*/

/* --- Carte Trustpilot --- */
.trustpilot-widget {
    position: relative;
    width: 150px !important;
margin-right:10px;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 16px;
    padding: 12px 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    height: 140px !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: visible !important;
		border:1px solid white;
}

/* Espacement interne autour du widget Trustpilot */
.trustpilot-widget iframe {
    margin-top: 4px !important;
    transform: scale(1.09);
    transform-origin: top left;
}

/* Pastille bleue */
.trustpilot-widget::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  background-image: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-polygone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border:1px solid white;
	border-radius:50px;
	z-index:1;
}

/* LOGO SLIDER HOME */
.logo-slider {
  overflow: hidden;
  padding: 24px 0;
}

/* Track */
.logo-track {
  display: flex;
  width: max-content;   
  animation: scroll 40s linear infinite;
}

/* Logo */
.logo-track img {
  width: 200px;             
  padding: 0 30px;                     
  object-fit: contain;
}

/* Fade edges */
.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #F4F7FD 0%, transparent 100%);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #F4F7FD 0%, transparent 100%);
}

/* --- INFO-BULLE (ALT)*/

.logo {               
  position: relative;
  display: inline-flex;
}

.logo::after{
  content: attr(data-alt);             
  position: absolute;
  left: 50%;
  top: 6px;                           
  transform: translateX(-50%);
  white-space: nowrap;

  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 8px;
  border-radius: 6px;

  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, visibility .15s ease;
  pointer-events: none;
  z-index: 9999;                       
}

.logo:hover::after{
  opacity: 1;
  visibility: visible;
}
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}



/* Animation infinie */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .logo-track img {
    width: 100px;
    padding: 0 18px;
  }
}

@media (max-width: 768px) {
  .logo-track img {
    width: 140px;
    padding: 0 15px!important;
  }
}



/*CAROUSEL AVIS HOME*/

.carousel-avis{
  --bullet-size: 14px;         
  --bullet-active-scale: 1.6;   
  --bullet-gap: 6px;            
  --bullet-svg: url("https://www.progbat.com/wp-content/uploads/2026/02/bullet-full.svg")!important;
  --bullet-active-svg: url("https://www.progbat.com/wp-content/uploads/2026/02/nav-carousel-actif.svg")!important;
}

/* Base bullet */
.carousel-avis .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  width: var(--bullet-size);
  height: var(--bullet-size);
  margin: 0 var(--bullet-gap) !important;

  border-radius: 0;
  opacity: 1 !important;

  background-color: transparent !important;
  background-image: var(--bullet-svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
}

/* Bullet actif : SVG différent + plus gros */
.carousel-avis .swiper-pagination.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: transparent !important;
  background-image: var(--bullet-active-svg) !important;

  transform: scale(var(--bullet-active-scale));
  transform-origin: center;
}

/* Sécurité : supprime d'éventuels pseudo-éléments de thème */
.carousel-avis .swiper-pagination-bullet::before,
.carousel-avis .swiper-pagination-bullet::after{
  content: none !important;
}

/*FAQ*/

/*Titre*/
.faq-chat-bubble .e-n-accordion-item > .e-n-accordion-item-title {
    width: calc(78% - 60px); 
    margin-right: 60px;
    min-height: 55px;
    padding: 15px 25px;
    align-items: center;
    position: relative ;
    flex-shrink: 0;
}

/* Queue du titre (Triangle) */
.faq-chat-bubble .e-n-accordion-item > .e-n-accordion-item-title::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 47px 0 0;
    border-color: #0837F2 transparent transparent transparent;
    z-index: 1;
}

/* Queue grise quand fermé */
.faq-chat-bubble .e-n-accordion-item:not([open]) > .e-n-accordion-item-title::before {
    border-color: #DEE4FB transparent transparent transparent;
}




@media (max-width: 1024px) {
    
    .faq-chat-bubble .e-n-accordion-item > .e-n-accordion-item-title {
        width: calc(100% - 60px) !important; 
        max-width: none !important;
    }


    .faq-chat-bubble .e-n-accordion-item > .e-con {
        max-width: 100% !important; 
        width: auto !important;
        margin-right: 0 !important; 
    }

}

/*POST GRID*/


.loop-post-title,.loop-extrait, .loop-post-date  {
  top: -10px; 
}

.post-grid .cat-badge-loop {
font-size:14px;
}
.post-grid .btn-svg-prog-glass{
  display: flex;
  justify-content: flex-start!important; 
  position: relative;
  top: -24px; 
}
/*Modele Loop Post Grid:pastille sous image*/
.elementor-2831 .elementor-element.elementor-element-0e7a65a {
    --padding-bottom: 0px!important;
}

/* Espace entre les pastilles dans la loop */
.cat-badge-loop a[href*="/categorie/"]{
  display: inline-block !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  vertical-align: middle;
}

/* Optionnel : évite un espace inutile après la dernière */
.cat-badge-loop a[href*="/categorie/"]:last-of-type{
  margin-right: 0 !important;
}


/*SINGLE POST*/

/* Rend la virgule entre 2 categories invisible */
.elementor-post-info__terms-list {
  color: transparent !important;
}
.cat-badge-loop {
  color: transparent !important;
}


/* Compense le header sticky sur les ancres du sommaire */
.single-post h2,
.single-post h3,
.single-post h4 {
  scroll-margin-top: 120px!important;
}

.single-post h2 {
margin-top: 40px!important;
}




.single-post ul,
.single-post ol {
  margin-bottom: 15px!important;
}

/*Icones partage tablette*/

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-2236 .elementor-element.elementor-element-b67c7f4 .elementor-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .elementor-2236 .elementor-element.elementor-element-b67c7f4 .elementor-grid-item {
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
  }

}

/*Icone Copie lien partage*/

.copy-article-link {
  width: 34px;
  height: 34px;
  border: 1.5px solid #0837F2;
  border-radius: 50%;
  background: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.copy-article-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  filter: none !important;
}

.copy-article-link:hover,
.copy-article-link:focus,
.copy-article-link:active,
.copy-article-link.copied {
  background: #0837F2 !important;
  border-color: #0837F2 !important;
  outline: none !important;
  box-shadow: none !important;
}

.copy-article-link:hover img,
.copy-article-link:focus img,
.copy-article-link:active img,
.copy-article-link.copied img {
  filter: brightness(0) invert(1) !important;
}


/*PAGES INTERNES*/


/* SVG point pastille grises conteneur */

.pastille-header-pages p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.pastille-header-pages::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-globale.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}

.pastille-header-pages {
  color:rgba(14, 13, 43, 0.60)!important;
	font-size: 14px;
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    background-color: #f4f7fd;
    line-height: 1;
    width: fit-content;
	margin-top:5px;
}

/*PAGE BLOG*/

.blog-list-cat .elementor-button{
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

.blog-list-cat{
  line-height: 2.1;
}

/* pastille grtise fond jaune */

.pastille-header-blog p{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
}

.pastille-header-blog::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-globale.svg") center / contain no-repeat;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 0;
}

.pastille-header-blog {
  color:rgba(14, 13, 43, 0.60)!important;
	font-size: 14px;
   display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px 4px 10px;
    border-radius: 999px;
    background-color: #DEFF00;
    line-height: 1;
    width: fit-content;
	margin-top:5px;
}




.btn-prog-big-text .elementor-button-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("https://www.progbat.com/wp-content/uploads/2026/01/arrow-dark-large-glass-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity .3s ease;
}

/* Hover : on swap */
.btn-prog-big-text:hover .elementor-button-icon svg {
    opacity: 0;
}

.btn-prog-big-text:hover .elementor-button-icon::after {
    opacity: 1;
}


/*SINGLE POST MODELE*/

/* Base pastille + place pour l’icône */
.cat-badge .elementor-post-info__terms-list-item,
.cat-badge .elementor-post-info__terms-list-item a{
  display:inline-block;
  padding:.25em .6em .25em 1.6em; /* + de place à gauche */
  border-radius:999px;
  color:#fff;
  text-decoration:none;

  background-repeat:no-repeat;
  background-position:.55em 50%;
  background-size:10px 10px;
}


/* Catégorie Actus BTP */
.cat-badge a[href*="/categorie/actualite-btp/"],
.cat-badge-loop a[href*="/categorie/actualite-btp/"]{
  background-color:#B3E4CF;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-actus.svg");
	font-size: 13px!important;
}


/* Catégorie conformité */
.cat-badge a[href*="/categorie/conformite/"],
.cat-badge-loop a[href*="/categorie/conformite/"]
{
  background-color:#AAD7EA;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-conformite.svg");
	font-size: 13px!important;
}

/* Catégorie devis */
.cat-badge a[href*="/categorie/devis/"],
.cat-badge-loop a[href*="/categorie/devis/"]{
  background-color:#CFC1FB;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-cat-devis.svg");
	font-size: 13px!important;
}

/* Catégorie Conseils pratiques */

.cat-badge a[href*="/categorie/conseils-pratiques/"],
.cat-badge-loop a[href*="/categorie/conseils-pratiques/"]{
  background-color:#FFC9A5;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-conseils-pratiques.svg");
	font-size: 13px!important;
}

/* Catégorie Facturation */

.cat-badge a[href*="/categorie/facturation/"],
.cat-badge-loop a[href*="/categorie/facturation/"]{
  background-color:#C8CEF8;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-facturation.svg");
	font-size: 13px!important;
}

/* Catégorie Facturation électronique */

.cat-badge a[href*="/categorie/facturation-electronique/"],
.cat-badge-loop a[href*="/categorie/facturation-electronique/"]{
  background-color:#FCF392;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-facturation-electronique.svg");
	font-size: 13px!important;
}

/* Catégorie Gestion chantier */

.cat-badge a[href*="/categorie/gestion-de-chantier/"],
.cat-badge-loop a[href*="/categorie/gestion-de-chantier/"]{
  background-color:#EACECD;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-gestion-chantier.svg");
	font-size: 13px!important;
}

/* Catégorie Cabinets Comptables */

.cat-badge a[href*="/categorie/cabinets-comptables/"],
.cat-badge-loop a[href*="/categorie/cabinets-comptables/"]{
  background-color:#E8E8E8;
  background-image:url("https://www.progbat.com/wp-content/uploads/2026/02/Ellipse-facturation-electronique.svg");
	font-size: 13px!important;
}

/*Ancres sommaire*/
[id^="elementor-toc__heading-anchor-"] {
    position: relative;
    top: -170px!important;
}

@media (max-width: 640px) {
	/*Ancres sommaire*/
[id^="elementor-toc__heading-anchor-"] {
    position: relative;
    top: -80px!important;
}
 }

/* LOOP RELATED POSTS*/

.cat-badge-loop .elementor-button {
	display:none!important;
}
/* Loop item : enlève le padding bottom qui crée l'espace */
.elementor-element-e82b25b{
  padding-bottom: 0 !important;
}

.elementor-2376 .elementor-element.elementor-element-215c4c9a {
    --padding-bottom: 0px!important;
}

.loop-post-title .elementor-heading-title{
  margin-left: 20px;
}

.loop-post-title .elementor-heading-title > a{
  margin-left: 0 !important;
  display: inline;    
  white-space: normal;
}


.loop-post-date   {
    margin-left: 20px!important;
}
.loop-extrait  {
    margin-left: 20px!important;
}

/* Aligne le widget pastille à gauche (dans la carte) */
.cat-badge-loop.elementor-widget,
.cat-badge-loop{
  margin-left: 20px !important;
  width: fit-content;
}

#cta-loop.elementor-widget,
.cat-badge-loop{
  margin-left: 20px !important;
  width: fit-content;
}



.cat-badge-loop .elementor-post-info__terms-list-item,
.cat-badge-loop .elementor-post-info__terms-list-item a,
.cat-badge-loop a,
.cat-badge-loop span{
  display:inline-block;
  padding:.25em .6em .25em 1.6em;
  border-radius:999px;
color : #0E0D2B;
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:.55em 50%;
  background-size:10px 10px;
}

/* 1) Définir la taille des headings blog */
body.single-post .elementor-widget-theme-post-content h2.wp-block-heading{ font-size:20px !important; line-height:1.2 !important;}
body.single-post .elementor-widget-theme-post-content h3.wp-block-heading{ font-size:18px !important; line-height:1.25 !important; }
body.single-post .elementor-widget-theme-post-content h4.wp-block-heading{ font-size:20px !important; line-height:1.3 !important; }

/* 2) Neutraliser les tailles inline dans le contenu des headings (ex: strong avec style="font-size:18px") */
body.single-post .elementor-widget-theme-post-content :is(h2,h3,h4).wp-block-heading *{
  font-size: inherit !important;
  line-height: inherit !important;
}



/*PAGE TARIFS*/

/*TABLEAU PRIX DESKTOP + TABLETTE*/

.tabs-prix .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
   background-color:#dee4fb!important;
}

@media (max-width: 640px) {
	.tabs-prix .elementor-icon i, .elementor-icon svg {
    margin-top: 2px!important;
}
 }


/*TABLEAU PRIX HTML MOBILE*/

/* =====================
   WRAPPER SCROLL
   ===================== */
.mob-pricing-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.mob-pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 610px;
}


/* =====================
   HEADER STICKY (haut)
   ===================== */
.mob-pricing-table thead tr {
  position: sticky;
  top: 0px; 
  background: #fff!important;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.mob-pricing-table th {
  padding: 8px 10px; 
  text-align: center;
  font-size: 13px;
  color: #0837F2;
  border-bottom: 2px solid #e0e0e0;
  min-width: 110px;
  vertical-align: middle;
	line-height:12px;
}
.mob-pricing-table th strong { font-size: 18px; display: block;
font-weight:600; line-height:1.3em;
}
.mob-pricing-table th .mob-price { font-size: 16px; color: #444; display: block; line-height:1.2em; }
.mob-pricing-table th a { font-size: 11px; color: #0837F2; display: block; }

.mob-col-plan {
  position: relative;
  padding-top: 28px !important; /* espace pour la pastille */
}

.mob-col-plan .pastille-licence-populaire {
  display: flex;
  font-size: 11px !important;
  color: black;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 2px 2px 2px 8px;
  border-radius: 20px;
 align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 4px 8px !important; /* padding égal haut/bas */
  height: auto !important;
 background-color:#deff00!important;

}

.mob-col-plan .pastille-licence-populaire::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(https://www.progbat.com/wp-content/uploads/2026/03/Ellipse-populaire.svg) center / contain no-repeat;
  flex-shrink: 0;
  display: block;
  position: relative;
  top: 0;
  align-self: center; 
}





/* =====================
   COLONNE GAUCHE FIXE
   ===================== */
.mob-col-label {
  position: sticky;
  left: 0;
  z-index: 5;
  min-width: 140px;
  max-width: 140px;
  font-size: 12px;
  text-align: left;
  padding: 10px 8px;
  box-shadow: 3px 0 6px -2px rgba(0,0,0,0.12);
  line-height: 1.6;
  background: #ffffff; 
}


/* Lignes paires : fond gris sur toute la ligne ET la colonne sticky */
.mob-group:nth-child(even) td { background: #f9f9f9; }
.mob-group:nth-child(even) .mob-col-label { background: #f9f9f9 !important; }

/* Lignes impaires : fond blanc explicite sur la colonne sticky */
.mob-group:nth-child(odd) .mob-col-label { background: #ffffff !important; }
.mob-group:nth-child(odd) td { background: #ffffff; }


/* Header accordéon : colonne sticky prend la même couleur bleue */
.mob-group-header .mob-col-label { background: #dee4fb !important; }

/* Spacer : colonne sticky transparente */
.mob-spacer .mob-col-label { background: #ffffff !important; box-shadow: none; }



/* =====================
   CELLULES DONNÉES
   ===================== */
.mob-pricing-table td {
  padding: 10px 8px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
	  vertical-align: middle;
}
/* ✔ bleu */
.mob-pricing-table td.check { color: #0837F2!important; font-size: 17px; font-weight: bold; }
/* ✘ rouge */
.mob-pricing-table td.cross { color: #e00; font-size: 18px; font-weight: bold; }
/* Texte neutre */
.mob-pricing-table td.text { color: #444; font-size: 12px; }

/* =====================
   HEADERS DE GROUPES (accordéon)
   ===================== */
.mob-group-header td {
  background: #dee4fb; /* ← couleur de fond accordéon */
  font-weight: bold;
  cursor: pointer;
  padding: 12px 8px;
  color: #1f2124;      /* ← couleur titre accordéon */
  font-size: 15px;     /* ← taille titre accordéon */
  text-align: left;
}
.mob-group-header:hover td { background: #cdd5f8; }

/* Icône accordéon alignée */
.mob-accordion-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}

/* =====================
   ÉTAT MASQUÉ
   ===================== */
.mob-hidden { display: none; }


/*Footer */
.liens-footer a  {
  color: #0D0D29!important;
}
.liens-footer a:hover  {
  text-decoration:underline;
	 text-underline-offset: 5px;
}

.number-footer {
    font-weight:600;
    margin-right:40px!important;
	color:#0837F2;
}

@media (max-width: 1024px) {
    .number-footer {
        margin-right: 5px;
    }
}


.footer-links-legal {
  display: flex;
  gap: 10px;
}


/*FOOTER LANDING ICONES*/

.elementor-4645 .elementor-element.elementor-element-4fbc667 .elementor-icon-list-text {
    margin: 10px;
}