/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
body{
	overflow-x:hidden;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    padding-left: 0;
}
.menu-link:focus{
	outline:none;
}
@media (max-width: 767px){
	.ast-container, .ast-container-fluid{
	padding-left: 15px;
    padding-right: 15px;
}
	header.entry-header .entry-title {
    margin-top: 20px;
		font-size: 30px !important;
	}
	.single .post-navigation {
        padding-bottom: 1.5em;
    }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .e-con > .e-con-inner {
    padding-inline-end: 15px !important;
    padding-inline-start: 15px !important;
  }
}
.ast-builder-grid-row-mobile-layout-default button:focus , .ast-mobile-popup-drawer.active .menu-toggle-close:focus , li  button.ast-menu-toggle:focus{
	outline:none;
	    border-radius:0;
	    border-style: none !important;
}
.ast-builder-grid-row-mobile-layout-default>div>div{
	justify-content:flex-start;
}
.ast-builder-grid-row-mobile-layout-default>div>div+div{
	justify-content:flex-end;
}
@media(max-width:1213px){
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    min-width: 77px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    margin-block: 5px;
}
	.ast-flex {
    justify-content: center;
	}
}

.border-left:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	border-radius:3px;
	width:3px;
	height:100%;
	background:#55b893;
	max-height:85px;
}
#etl-wrap {
  position: relative;
  --bullet-size: 26px;
  --line-x: 32px;
}

/* Ligne grise de fond */
#etl-wrap::before {
  content: "";
  position: absolute;
  left: var(--line-x);
  top: var(--line-start, 0px);
  height: var(--line-height, 100px);
  width: 3px;
  background: #c9e4d5;
  border-radius: 999px;
  z-index: 0;
}

/* Ligne verte animée */
#etl-line-fill {
  position: absolute;
  left: var(--line-x);
  top: var(--line-start, 0px);
  width: 3px;
  height: 0;
  background: #55b893;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
  transition: height 0.12s linear;
}

/* Item */
.etl-item {
	width:auto;
	box-shadow: rgba(0, 0, 0, 0.1) 4px 9px 25px -6px !important;
  position: relative;
  margin-left: 70px;
	padding:40px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: .35s;
}

.etl-item + .etl-item {
  margin-top: 30px;
}

/* Bullet */
.etl-item::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 50%;
  background: #c9e4d5;
  border: 4px solid transparent;
  z-index: 2;
  transition: background .4s ease, border-color .4s ease;
}

.etl-item.etl-active::before {
  background: #55b893;
  border-color: #c9e4d5;
}

.etl-item.etl-active {
 box-shadow: rgba(0, 0, 0, 0.2) 4px 9px 25px -6px !important;
}

.etl-item .elementor-heading-title::before {
  content: "|";
	padding-right:8px;
}

/* Responsive mobile */
@media (max-width: 767px) {
  #etl-wrap {
    --line-x: 16px;
  }

  .etl-item {
    margin-left: 45px;
    padding: 1rem;
  }

  .etl-item::before {
    left: -38px;
    width: 20px;
    height: 20px;
  }
}


.home .elan-timeline-inner .swiper-slide{
    padding: 0 18px 30px;
}

.elanTimelineSwiper {
    position: relative;
    padding:15px 0px 30px;
	  overflow:visible;
}


.elan-timeline-line {
    position: absolute;
    top: 15px;
    left: 50px;
    right: 50px;
    height: 4px;
    background:#fff;
    z-index: 1;
}

.swiper-slide {
    position: relative;
    z-index: 2;
}

.timeline-top {
    text-align: center;
    margin-bottom: 22px;
}

.elanTimelineSwiper .timeline-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 6px solid  var(--e-global-color-astglobalcolor0);
    transition: all .3s ease;
}

.timeline-date {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.timeline-card {
	text-align:center;
    background: #fff;
    border-radius: 22px;
    padding: 35px 28px;
    min-height: 250px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeline-card h3 {
    color: var(--e-global-color-astglobalcolor0);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.timeline-card p {
	color: var(--e-global-color-astglobalcolor0);
	font-weight: 600;
    line-height: 1.2;
}

.timeline-btn {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	  text-decoration:none !important;
    color: var(--e-global-color-astglobalcolor0);
    font-size: 14px;
	line-height:1;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 24px 12px 24px !important;
    border-radius: 50px !important;
	border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-astglobalcolor1);
    transition-duration: 0.1s;
    border-style: solid;
}

.timeline-btn:hover {
    color: var(--e-global-color-astglobalcolor5);
    background-color: var(--e-global-color-astglobalcolor1);
}

.elan-prev,
.elan-next {
    position: absolute;
    top: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.elan-prev svg,
.elan-next svg {
	height:inherit;
}
.elan-next svg {
	transform:rotate(180deg)
}

.elan-prev {
    left: -7px;
}

.elan-next {
    right: -7px;
}

.elanTimelineSwiper .swiper-wrapper {
    align-items: stretch;
}

.elanTimelineSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.elanTimelineSwiper .timeline-top {
    flex: 0 0 auto;
}

.elanTimelineSwiper .timeline-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
	  justify-content:center;
    height: 100%;
}


@media (max-width: 767px) {
	.elan-timeline-inner {
	padding-inline: 5px;
}
	.timeline-btn {
		font-size:15px
	}
.elan-next svg ,.elan-prev svg{
	height:25px;
}
    .timeline-card {
			padding:10px;
	}
    .timeline-card h3 {
        font-size: 18px;
    }
}

@media(max-width: 767px){
	.menu-item button.ast-menu-toggle{
		border :none !important;
		box-shadow:none;
	}
	header button:focus{
		outline:none !important;
	}
.home .elementor-icon.elementor-divider__element{
	position:relative;
	z-index:2;
}
	.home .elementor-icon.elementor-divider__element::after{
	content:"";
	background:#fff;
	position:absolute;
	z-index:-1;
	left:8px;
	top:2px;
	width:3px;
	height:80px;
	}
}


h2.blogassocies-heading-title ,.carnets-associes__titre{
    font-size: var(--e-global-typography-2e251f1-font-size);
    font-weight:800;
    color: var(--e-global-color-astglobalcolor1);
	padding:3rem 0;
}	
.elan-associes-wrapper .swiper-slide {
	height:auto;
}
.elan-associes-wrapper .timeline-card{
	height:100%;
}
.elan-associes-wrapper .timeline-thumbnail {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.elan-associes-wrapper .timeline-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.elan-associes-wrapper .timeline-card:hover .timeline-thumbnail img {
    transform: scale(1.05);
}
.elan-associes-wrapper .timeline-card h3 {
    margin: 10px 0;
}
.elan-associes-wrapper .timeline-card p {
    font-size: 0.9rem;
}
.elan-associes-wrapper .swiper {
    padding: 0 0 60px;
}
.elan-associes-wrapper .elan-prev,.elan-associes-wrapper .elan-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.swiper:not(.swiper-initialized) .swiper-slide{
	max-width:380px;
}
.carnets-associes {
    padding-bottom: 3rem;
}
.carnets-associes__liste {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction:column;
    gap: 1rem;
}

.caraibes-amazonie{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Caraibes-Amazonie-scaled.png");
    background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Caraibes-Amazonie-scaled.webp") type("image/webp")
    );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.arc-mediterraneen{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Mediterranee-scaled.png");
  background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Mediterranee-scaled.webp") type("image/webp")
  );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.ocean-indien{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Ocean-Indien-scaled.png");
  background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Ocean-Indien-scaled.webp") type("image/webp")
  );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top left;
}
.arc-atlantique{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Atlantique-scaled.png");
  background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Atlantique-scaled.webp") type("image/webp")
  );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.rhone-massifs{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Rhone-Massifs-scaled.png");
  background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Rhone-Massifs-scaled.webp") type("image/webp")
  );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.pacifique{
	background-image: url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Pacifique-scaled.png");
  background-image: image-set(
    url("https://papayawhip-oryx-480304.hostingersite.com/wp-content/uploads/2026/05/Carte-Pacifique-scaled.webp") type("image/webp")
  );
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;	
}
.lien-genially a:not(:hover){
	background-color:hsl(0deg 0% 100% / 85%) !important;
}
.elan-slider-centered-wrap {
    margin: 0 auto;
    max-width: 100%;
}

.bib-section.carnets-associes-section h3{
	text-align:left;
}
.bib-section.carnets-associes-section .swiper{
	padding-bottom:60px;
	max-width: 760px;
    overflow: hidden !important;
}

/* ── Pagination ── */

.bib-section.carnets-associes-section .swiper-pagination span{
    width: 16px;
    height: 16px;
    border:3px solid #fff;
	  background: transparent;
    transition: all 0.3s;
    border-radius: 50%;
}

.bib-section.carnets-associes-section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
.tem-pagination .swiper-pagination-bullet-active , .refpole-pagination .swiper-pagination-bullet-active {
	background:var(--rp-primary);
}

.elementor-147 .elementor-element.elementor-element-62ce727 .bdt-prime-slider-tango .swiper-pagination .swiper-pagination-bullet{
	height:12px !important;
}


 
    .elan-associes-section {
        padding: 0 0 40px;
    }
    .elan-associes-section .blogassocies-heading-title {
        color: #203769;
        margin-bottom: 30px;
    }
    
    /* Conteneur de la timeline avec boutons */
    .elan-timeline-container {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    /* Wrapper pour le rail avec scroll si nécessaire */
    .elan-timeline-rail-wrapper {
        flex: 1;
        overflow-x: auto;
        overflow-y: visible;
        position: relative;
        scrollbar-width: none;
			pointer-events: none;
    }
    
    /* Rail timeline */
    .elan-timeline-rail {
        position: relative;
        min-height: 60px;
        width: max-content;
        min-width: 100%;
    }
    
    .elan-timeline-dots {
        position: relative;
        min-width: 100%;
    }
    
    .elan-timeline-rail__line {
        position: absolute;
        top: 50%;
        height: 2px;
        background: #203769;
        transform: translateY(-50%);
        z-index: 0;
        transition: width 0.3s ease;
        left: 0;
    }
    
    .elan-timeline-dot-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        transition: opacity 0.3s ease;
        flex-shrink: 0;
        box-sizing: border-box;
    }
    
    .elan-timeline-dot-wrap .dot-date {
        font-weight: 700;
        color: #203769;
        white-space: nowrap;
        font-size: 12px;
    }
    
    .elan-timeline-dot-wrap .dot-circle {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #55b893;
        border: 1px solid #203769;
        box-shadow: 0 0 0 2px #203769;
        flex-shrink: 0;
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    
    .elan-timeline-dot-wrap .dot-circle:hover {
        transform: scale(1.2);
    }
    
    /* Boutons de navigation */
    button.elan-nav-btn {
        flex-shrink: 0;
        background-color: transparent !important;
        border: none !important;
			box-shadow:none !important;
        cursor: pointer;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.7;
        transition: opacity .2s;
        z-index: 10;
    }
    
    button.elan-nav-btn:hover { 
        opacity: 1; 
    }
    
    button.elan-nav-btn.swiper-button-disabled { 
        opacity: 0.2; 
        pointer-events: none; 
    }
    
    .elan-nav-btn svg line {
        stroke: #55b893;
        stroke-width: 3;
        stroke-linecap: round;
        fill: none;
    }
    
    /* Flip prev arrow */
    .elan-nav-btn--next svg {
        transform: scaleX(-1);
    }

    /* Swiper container */
    .elan-associes-swiper {
        width: 100%;
        position: relative;
    }
    
     .elan-associes-swiper  .swiper {
        overflow: visible !important;
    }
    
    /* Cards */
    .elan-associes-swiper .swiper-slide {
        height: auto;
    }
    
    .elan-article-card {
        background: #fff;
        border-radius: 29px;
            box-shadow: var(--rp-shadow);
        padding:70px 50px 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
        height: 100%;
        box-sizing: border-box;
    }
    
    .elan-article-card__title {
        font-size: 1.3rem;
        font-weight: 800;
        color: #203769;
        margin: 0;
    }
    
    .elan-article-card__excerpt {
      color: #203769;
			font-weight:500;
    }
    
    .elan-article-card__btn {
        margin-top: auto;
        display: inline-block;
        padding: 10px 25px;
        border:2px solid #55b893;
        border-radius: 50px;
        color: #203769;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s, color .2s;
    }
    
    .elan-article-card__btn:hover {
        background: #55b893;
        color: #fff;
    }

    /* Bottom bar */
    .elan-associes-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .elan-tous-articles-btn {
        display: inline-block;
        padding: 10px 28px;
        border: 2px solid var( --e-global-color-astglobalcolor1 );
        border-radius: 50px;
        color: #203769;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: background .2s, color .2s;
    }
    
    .elan-tous-articles-btn:hover {
        background:  var( --e-global-color-astglobalcolor1 );
        color: #fff;
    }

.elan-associes-section:has(.single-article) .swiper:not(.swiper-initialized)>.swiper-wrapper{
	overflow:visible !important;
}
    
    /* Responsive */
    @media (max-width: 768px) {
        .elan-timeline-dot-wrap .dot-date {
            font-size: 10px;
        }
        
        .elan-article-card {
            padding: 20px 16px;
        }
    }
.elementor-147 .elementor-element.elementor-element-62ce727 .bdt-prime-slider-tango .bdt-title{
	text-transform:unset !important;
}
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets, .elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{left:50% !important;}

#ast-hf-menu-1>.menu-item>a{
	position:relative;
}
#ast-hf-menu-1>.menu-item>a:before{
	content:"";
	height:16px;
	width:2px;
	position:absolute;
	border-radius:2px;
	left:0;
	top: 50%;
    transform: translateY(-50%);
	background-color: var(--e-global-color-astglobalcolor1);
}
.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item , .ast-main-header-bar-alignment , .main-header-bar .main-header-bar-navigation , .ast-builder-menu .main-navigation>ul{
    height: 100%;
}

/* Le spacer ne doit jamais intercepter les clics */
@media (max-width: 767px){
  .elementor-widget-spacer { pointer-events: none !important; }
  /* Sécurité : le bouton passe au-dessus */
  .elementor-button, .elementor-button-wrapper { position: relative; z-index: 5; }
}
/* Fin spacer */
/* Carousselle des références */
.pole-ref-carousel .slick-list,
.pole-ref-carousel .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

.pole-ref-carousel .slick-slide {
  display: flex !important;
  align-items: stretch !important;
  float: none !important;
  height: auto !important;
}

.pole-ref-carousel .wpr-grid-item,
.pole-ref-carousel .wpr-grid-item-inner,
.pole-ref-carousel .wpr-grid-item article {
  display: flex !important;
  align-items: stretch !important;
  flex: 1 1 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.pole-ref-carousel .slick-slide > div {
  display: flex !important;
  align-items: stretch !important;
  height: 100% !important;
}
/*Fin du carrousselle */
.wpr-timeline-media{
	display:none !important
}

/* Chaque colonne */
.stats-item {
    text-align: center;
	  padding:0;
}

.timeline-dot{
    position: relative;
    width: 24px;
    height: 24px;
    background: #55b893;
    border: 4.5px solid #c9e4d5;
    border-radius: 50%;    
    z-index: 2;
}
.stats-item .timeline-dot::before{
    content:"";
    position:absolute;
    top:20px;
    left:50%;
    transform:translateX(-50%);
	transform-origin:bottom;
	width:3px;
    height:calc(1299px / 4 - 46px);
    background:#24c7a0;
    z-index:-1;
}

/* ne pas afficher la ligne sur le dernier */
.stats-item:last-child .timeline-dot::before{
    display:none;
}

#etl-wrap {
  position: relative;
  --bullet-size: 26px;
  --line-x: 16px;
}
/* Ligne grise de fond */
#etl-wrap::before {
  content: "";
  position: absolute;
  left: var(--line-x);
  top: var(--line-start, 0px);
  height: var(--line-height, 100px);
  width: 3px;
  background: #c9e4d5;
  border-radius: 999px;
  z-index: 0;
}

/* Ligne verte animée */
#etl-line-fill {
  position: absolute;
  left: var(--line-x);
  top: var(--line-start, 0px);
  width: 3px;
  height: 0;
  background: #55b893;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
  transition: height 0.12s linear;
}

/* Item */
.elementor-element.etl-item {
  width:auto;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 9px 25px -6px !important;
  position: relative;
  margin-left: 70px;
  padding:30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
  transition: .35s;
}
.elementor-element.etl-item + .elementor-element.etl-item {
  margin-top: 7px;
}
/* Bullet */
.elementor-element.etl-item::before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--bullet-size);
  height: var(--bullet-size);
  border-radius: 50%;
  background: #c9e4d5;
  border: 4px solid transparent;
  z-index: 2;
  transition: background .4s ease, border-color .4s ease;
}

.elementor-element.etl-item.etl-active::before {
  background: #55b893;
  border-color: #c9e4d5;
}

.elementor-element.etl-item.etl-active {
 box-shadow: rgba(0, 0, 0, 0.2) 4px 9px 25px -6px !important;
}

.elementor-element.etl-item .elementor-heading-title::before {
  content: "|";
	padding-right:8px;
}
/* Responsive mobile */
@media (max-width: 767px) {
  #etl-wrap {
    --line-x: 16px;
  }

  .elementor-element.etl-item {
    margin-left: 45px;
    padding: 1rem;
  }

  .elementor-element.etl-item::before {
    left: -38px;
    width: 20px;
    height: 20px;
  }
   .caraibes-amazonie{
	background-size:150%;
	background-position:bottom center;
}
.arc-mediterraneen{
	background-size:200%;
	background-position:bottom center;
}
.ocean-indien{
	background-size:150%;
	background-position:bottom left;
}
.arc-atlantique{
	background-size:200%;
	background-position:bottom center;
}
.rhone-massifs{
	background-size:200%;
	background-position:bottom center;
}
	.ast-blog-single-style-1 article .entry-content>div>div{
	padding:0 15px
}
}

#bdt-prime-slider-62ce727 .bdt-title a::after{
    content:"";
    position:absolute;
    inset:-500px 0 0 0;
    z-index:5;
}

@media(min-width:1024px){
	.elementor-counter{
	align-items:center;
}
	.elementor-counter-title
{
	max-width: 180px;
	margin:auto !important;
	text-align:center;
}
	.timeline-dot{
		 margin: 0 auto 20px;
	}
	.stats-line{
    gap:0;
}

	.stats-item .timeline-dot::before{
		transform:translateY(-50%);
		top:50%;
        left:100%;
		width:calc(min(100vw, 1213px) / 4 - 6px);
        height:3px;
	}
}
@media(max-width:1024px){
	.stats-line{
		 row-gap: 60px !important;
	}
}





.elementor-147 .elementor-element.elementor-element-62ce727 .bdt-prime-slider-tango .swiper-pagination .swiper-pagination-bullet {
	border: 2px solid #203769 !important;
	opacity: 0.5;
	border-radius:10px;
}
.elementor-147 .elementor-element.elementor-element-62ce727 .bdt-prime-slider-tango .swiper-pagination .swiper-pagination-bullet-active{
	opacity:1;
    background-color: #203769 !important;
	border-color:#203769;
}




.wpr-timeline-content-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (min-width: 922px) {

  #ast-desktop-header .main-header-menu > .menu-item-has-children {
    position: relative;
  }

  #ast-desktop-header .main-header-menu > .menu-item-has-children > a.menu-link {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }

  #ast-desktop-header .main-header-menu > .menu-item-has-children > a.menu-link *,
  #ast-desktop-header .main-header-menu > .menu-item-has-children > a.menu-link {
    cursor: pointer;
  }

  #ast-desktop-header .ast-header-navigation-arrow {
    pointer-events: none;
  }

  #ast-desktop-header .main-header-menu > .menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: none;
  }

  #ast-desktop-header .main-header-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }

  #ast-desktop-header .main-header-menu .sub-menu {
    background: hsl(0deg 0% 100% / 93%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(13, 43, 85, 0.13);
    padding:0 0 8px ;
    min-width: 350px;
    top: 80%;
    left: 0;
  }

  #ast-desktop-header .main-header-menu .sub-menu li {
    border: none;
  }

  #ast-desktop-header .main-header-menu .sub-menu > .menu-item > a.menu-link {
    display: block;
    padding: 12px 24px;
    font-weight: 800;
    font-size: 16px;
  }

  #ast-desktop-header .main-header-menu .sub-menu .sub-menu {
    position: static !important;
    display: block !important;
    box-shadow: none !important;
    padding: 0;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  #ast-desktop-header .main-header-menu .sub-menu .sub-menu > .menu-item > a.menu-link {
    display: list-item;
    padding: 0;
    font-weight: 600;
    max-width: 300px;
  }

  #ast-desktop-header .main-header-menu .sub-menu .sub-menu > .menu-item > a.menu-link:hover {
    font-weight: 700;
  }

  #ast-desktop-header .main-header-menu.ast-menu-shadow .sub-menu {
    box-shadow: unset;
    list-style: disc outside;
    padding-inline: 20px;
  }

  #ast-desktop-header .main-header-menu.ast-menu-shadow .sub-menu .sub-menu li {
    max-width: 290px;
  }

  #ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link .ast-header-navigation-arrow {
    position: absolute;
    left: 5px;
    right: unset;
    top: 13px;
    transform: unset;
  }
}


@media (min-width: 1213px) {
.bdt-prime-slider-tango .bdt-item {
    clip-path: inset(0 0 10% 0) !important; 
}
.bdt-prime-slider-tango .bdt-item {
    clip-path: inset(0 0 10% 0 round 16px 16px 16px 16px) !important;
}	
#bdt-prime-slider-62ce727 .bdt-prime-slider {
  overflow: hidden;
  /* Now we extend to the LEFT and clip the RIGHT */
  padding-left: 120px;
  margin-left: -120px;
  clip-path: inset(0px 0px 0px -120px);
}
}
