/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve child theme
Version: 3.7.4.1702890193
Updated: 2023-12-18 10:03:13

*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Gltp Starion';
	src: url('fonts/GltpStarion-Black.otf');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gltp Starion';
	src: url('fonts/GltpStarion-Bold.otf');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@property --g1-start { syntax: '<percentage>'; inherits: false; initial-value: 17%; }
@property --g2-start { syntax: '<percentage>'; inherits: false; initial-value: 53%; }
@property --g3-start { syntax: '<percentage>'; inherits: false; initial-value: 91%; }

.wpml-ls-link[lang="ar"] .wpml-ls-native {
    font-family: 'Cairo', sans-serif;
}

.grad-btn {
  background: radial-gradient(
    circle at 0% 50%, 
    #0088B9 var(--g1-start),
    #00ADC0 var(--g2-start),
    #8ABF19 var(--g3-start)
  ) !important;
 transition:
  --g3-start 0.45s ease-in-out 0.1s,
  --g2-start 0.45s ease-in-out 0.1s,
  --g1-start 0.45s ease-in-out 0.1s;
}

.grad-btn:hover {
  color: #fff;
  --g1-start: 0%;  
  --g2-start: 25%;
  --g3-start: 55%;
}
.is-style-primary.grad-btn {
    border-radius:50px;
}

:root{
    --wp--preset--font-size--large:30px;	
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gltp Starion' , var(--nv-fallback-ff);
}

.nav-ul>li {
    margin: 0 calc(var(--spacing)/ 6);
	font-size: 15px;
}

.home .nv-post-cover{
	display:none;
}
.wp-block-button__link{
	min-width:230px;
}
.sp-top{
	padding-top:50px;
}
.mg-top{
	margin-top:50px;
}
.logo-items {
    display: flex;
    align-items: center;
    gap: 30px;
}
.dual-logos-container {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
}
.dual-logo {
    height: auto;
    display: block;
    vertical-align: middle;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    border: none;
}
/* Desktop visibility classes */
.hide-logo1-desktop .logo1,
.hide-logo1-desktop .logo1-link {
    display: none !important;
}

.hide-logo2-desktop .logo2,
.hide-logo2-desktop .logo2-link {
    display: none !important;
}

.hide-both-desktop {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dual-logos-container {
        gap: 5px;
        padding: 5px 0;
    }
    
    .dual-logo {
        max-width: 120px !important;
    }
}

@media (max-width: 480px) {
    .dual-logo {
        max-width: 90px !important;
    }
    .dual-logos-container .dual-logo:first-child,
    .dual-logos-container .dual-logo:last-child {
        margin: 0 !important;
    }
}

.basicLightbox {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	z-index: -1;
	transition: all .4s ease;
	will-change: opacity;
}

.basicLightbox--visible {
	z-index: 1000;
	opacity: 1;
}

.basicLightbox--visible .basicLightbox__placeholder {
	transform: scale(1);
}

.basicLightbox__placeholder {
	max-width: 100%;
	transform: scale(.9);
	transition: transform .4s ease;
	z-index: 1;
	will-change: transform;
}

.giz-lightbox {
	background-color: #FFFFFF;
	margin: 0 20px;
	border-radius: 20px;
	padding: 50px;
	position: relative;
	text-align: center;
}

.giz-lightbox .btn-close {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
}

.giz-lightbox .title {
	margin-bottom: 30px;
}

.giz-lightbox .title-top {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #8CC019;
}

.giz-lightbox .title-content {
    font-family: 'Gltp Starion';
	font-size: 2.5rem;
	line-height: 1.3;
    color: transparent;
    font-weight: 900;
    background: linear-gradient(90deg, #005287 0%, #39B5A6 100%);
    background-blend-mode: overlay;
    -webkit-background-clip: text;
    background-clip: text;
}

.giz-lightbox p {
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #7E7E7E;
	margin-bottom: 30px;
}

.giz-lightbox  img {
	display: inline-block;
	margin-bottom: 30px;
}

.btn-flat {
    outline: none;
    display: inline-block;
    transition: all 200ms ease;
    padding: 11px 40px 11px 40px;
    background: linear-gradient(90deg, #004553 0%, #0099B9 100%);
    color: #FFFFFF;
    font-size: 18px;
    font-weight:600;
    border-radius:16px;
    line-height: normal;
}

.btn-flat:hover{
    color:#fff;
}
.giz-lightbox .close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    opacity: 0.3;
}
.giz-lightbox .close:hover {
  opacity: 1;
}
.giz-lightbox .close:before, .giz-lightbox .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 24px;
    width: 3px;
    background-color: #004553;
}
.giz-lightbox .close:before {
  transform: rotate(45deg);
}
.giz-lightbox .close:after {
  transform: rotate(-45deg);
}

.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}
.site-footer{
position:relative;	
background: radial-gradient(ellipse 1394.35px 1514.55px at 0% -100%, #0088B9 17.38%, #00ADC0 53.37%, #8ABF19 90.83%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.site-footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	  left:0;
    background: linear-gradient(135deg, #00495E 0%, #009874 100%);
    opacity: 0.7;
}
#block-24{
	margin-bottom:20px;
}
#block-26 p{
	line-height:24px;
}
.cols-contact p{
	margin-bottom:5px;
	padding-bottom:0px!important;
}
.cols-contact{
	margin-bottom:0;
}
.wpml-ls-legacy-dropdown {
	width: fit-content;
	text-transform: uppercase;
    font-weight: 700;
}
header .cnt , header .cnt .container{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.cnt{
	padding: 8px 0;
	background-color:#31ad00;
	color:#fff;
}
.cnt a {
	color:#fff;
}
header .info {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
}
header .info i {
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
}
.icon-leaf {
    background:url(img/eco.svg) no-repeat;
    background-size:contain;
}
.nav-ul li:hover>.wrap .caret, .nav-ul li:hover>.wrap>a , .nav-ul li.nv-active>.wrap .caret, .nav-ul li.nv-active>.wrap>a {
    font-weight:bold;
}
header .nav-ul li a {
	display: inline-block;
	position:relative;
	transition: all .2s linear;
}
header .nav-ul li a::after {
  content: attr(data-text); 
  display: block;
  font-weight: bold;
  height: 0;
  overflow: hidden;
	visibility: hidden;
}
header .has-center .row--wrapper {
	grid-template-columns: auto auto;
}
header .builder-item.has-nav {
	width: 100%;
}
.hfg_header.site-header {
    box-shadow: none;
}
.social-panel {
    display: flex;
    align-items: center;
    gap: 20px;
margin-bottom: 40px;
}
.nei-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.social-panel i{
	height:27px;
	width:27px;
	display:block;
}
footer .social-panel a {
    border: 1px solid;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;

}
footer .social-panel a:hover {
    background-color:#fff;
}
i.fb{
	background-image:url(img/fb.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
i.in{
	background-color:#fff;
    -webkit-mask-image: url(img/linkdn.svg);
    mask-image: url(img/linkdn.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 27px;
    height: 26px;
}
footer .social-panel a:hover .in{
    background-color:#1C70B5;
}
i.insta{
	background-image:url(img/insta.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#block-20 p{
    margin-bottom:0;
}
.homepage-banner {
    height: calc(100vh - 143px);
    min-height:500px;
}
.homepage-banner h1{
	margin-bottom:20px;
    font-weight: 900;
}
.sub-title{
    font-weight:bold;
	font-size:23px;
	line-height:1.6;
}
.text-gradient-dual {
  background: 
    linear-gradient(90deg, #005287 0%, #39B5A6 100%),
    radial-gradient(circle at 30% 50%, #0088B9 0%, #00ADC0 50%, #8ABF19 100%);
  background-blend-mode: overlay, normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
div:has(.text-gradient.center){
	text-align:center;
}
.text-gradient {
  background-image:radial-gradient(circle at 0% 0%, #0088B9 17%, #00ADC0 53%, #8ABF19 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* display: inline-block; */
}

.max-txt{
   max-width:757px; 
   margin:auto;
}

.homepage-banner .wp-block-cover__inner-container{
max-width:1200px	
}
.footer--row.footer-bottom {
    display: none;
}
.footer-extra {
    display: flex;
    flex-wrap:wrap;
	gap:10px 30px;
    align-items: center;
	justify-content:space-between;
	padding-top:10px;
}
.footer__legal-menu-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-weight: bold;
}
.footer__legal-menu-content li{
    margin:0;
}
.copyrights{
   	font-size:12px; 
}
.footer-top-inner .row {
    padding: 40px 0 0 0;
}
.copyright-agency img {
    margin-bottom: -3px;
}
.footer-extra-row {
    color: #fff;
    border-top:2px solid;
}
.copyright, .copyright-agency {
    margin-bottom: 0;
}
footer .nav-ul{
	display:flex;
	gap:10px;
	flex-direction: column;
}
footer .widget_block , footer h3{
	font-size:14px;
	margin-bottom:5px;
	letter-spacing:1px;
}
footer .widget_block a{
		text-decoration:none;
}
.list-actualites-posts .owl-stage {
    padding: 30px 0;
}
.list-actualites-posts img{
	border-radius:15px
}
.list-actualites-posts a{
	text-decoration:none;
}
.list-actualites-posts .excerpt ,.list-actualites-posts h3 ,.list-actualites-posts .meta {
	padding:0 20px;
}
.list-actualites-posts h3{
	font-size:20px;
	color:#101828;
	margin:20px 0 10px 0;
}
.list-actualites-posts .list-item {
    background: #fff;
	text-align:left;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 4px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin:10px 0 20px 0;
}
.see-more-btn {
    color: #28969D !important;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 5px;
}
.time{
	color:#0A2753;
	font-size:12px;
	font-weight:500;
}


.owl-item , .owl-stage{
 display:flex;
}
 .owl-prev,  .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
	transition: all 200ms ease;
}
.list-actualites-posts .owl-nav {
    display: block !important;
    width: 100%;
    position: relative;
    max-width: var(--container);
}
.owl-prev:hover svg rect, .owl-next:hover svg rect{
fill:var(--nv-c-2) ;
stroke:var(--nv-c-2) ;	
}
.owl-prev:hover g path, .owl-next:hover g path{
fill:#fff ;
}
.owl-next {
	right:15px;
}
.owl-prev {
	left:15px;
}

.youtube-preview , .video-preview-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.video-preview-container:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    opacity:0;
    background:rgb(255 255 255 / 20%);
    transition:0.3s;
}
.video-preview-container:hover:before{
    opacity:1;
}
.youtube-preview-image , .video-preview-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}
.youtube-play-button  , .video-play-button{
  background: radial-gradient(circle at 40% 0%, rgba(0, 82, 135, 1) 13%, rgba(52, 130, 138, 0) 100%),
  radial-gradient(circle at 30% 10%, #34828A 0%, #66B08C 48%, rgba(198, 198, 198, 0) 100%),
  radial-gradient(circle at 35% 130%, #A4DD55 0%, rgba(198, 198, 198, 0) 100%),
  radial-gradient(circle at -20% 110%, #FEF961 9%, rgba(120, 179, 153, 0) 100%),
  radial-gradient(circle at -30% 130%, #FEF961 9%, rgba(120, 179, 153, 0) 100%),
  radial-gradient(circle at -20% 140%, #FFF936 9%, rgba(120, 179, 153, 0) 100%), white;
  transition: background 0.3s ease;
}
.video-preview-container:hover .youtube-play-button ,.video-preview-container:hover .video-play-button{
   background: 
  radial-gradient(circle at -20% -20%, #005287 0%, transparent 55%),
  radial-gradient(circle at -5% -5%,   #34828A 0%, #66B08C 45%, transparent 70%),
  radial-gradient(circle at 115% -5%,  #A4DD55 0%, transparent 50%),
  radial-gradient(circle at 35% 130%,  #A4DD55 0%, transparent 55%),
  radial-gradient(circle at -20% 110%, #FEF961 0%, transparent 45%),
  radial-gradient(circle at -30% 130%, #FEF961 0%, transparent 45%),
  white;
}
.youtube-play-button , .video-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  height: 144px;
  border-radius: 50%;
  color: white;
  cursor: pointer;
	padding: 10px;
  transition: transform 0.2s;
}
.youtube-play-button span , .video-play-button span{
	  display: flex;
	  width:100%;
	  height:100%;
	  align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}
.triangle:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 30px solid #176788;
margin-left: 10px;	
}

.video-preview-container:hover .youtube-play-button ,.video-preview-container:hover .video-play-button{
  transform: translate(-50%, -50%) scale(1.1);
}
.grad-bg{
  margin:60px 0;
  padding:40px;
  color:#fff;
  background:url(img/act-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.activites-list {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: 25px;
}
.activity-item{
  background:#fff;
  border-radius:16px;
  text-align:center;
  width:calc(33.3% - 20px);
}
.activity-item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
	padding:20px;
}
.activity-item h3{
	color: #176788;
	margin: 20px 0;
}
figure.wp-block-gallery{
	justify-content: space-between;
}
.acces-resources {
  position: relative;
  text-align:left;
  padding:40px;
  border-radius: 10px;
  overflow: hidden; 
  background:#fff;
}
.acces-resources *{
	position:relative;
	z-index:1;
}
.acces-resources::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px; 
  background: 
    linear-gradient(
      -35deg,
      white,
      rgba(254, 249, 97, 0.19) 77%
    ),
    linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0),
      transparent
    );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.wp-block-button.acc-res-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-right: 30px;
}

.wp-block-button.acc-res-btn a:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M1.75 16.25L0 14.5L12 2.5H1.25V0H16.25V15H13.75V4.25L1.75 16.25Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}
.wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d h2{
	font-size:32px;
	margin-bottom:10px;
}
.wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d .wp-block-button__link {
    border-color: #fff;
    line-height: 30px;
    display: flex;
    height: 60px;
    align-items: center;
}
.wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d .wp-block-button__link:after {
    content: "";
    margin-left: 10px;
    width: 30px;
    height: 30px;
    display:block;
    background:url(img/arrow_outward.svg) no-repeat;
}
.grad-bg:before , .grad-bg:after{
    content: "";
    width: 400px;
    height: 400px;
    position:absolute;
    top:0;
    background:url(img/dash-line.svg) no-repeat;
}
.actu-home-container:after{
    background:url(img/vector.svg) no-repeat bottom; 
    background-size: contain;
}
.actu-home-container{
   background:url(img/dash-grad.png) no-repeat; 
   background-size: contain;
}

.grad-bg:before{
	left:-25px;
} 
.grad-bg:after{
	right:-25px;
}
.grad-bg>div , .youtube-preview{
	    z-index: 1;
}
.actu-home-container:before {
    content: "";
    position: absolute;
    right: 0;
    max-width: 709px;
    width: 37vw;
    height: 100%;
    background: url(img/Vector2.svg) no-repeat bottom;
    background-size: contain;
    background-position: top;
}
.actu-home-container:after{
	content:"";
	position:absolute;
  width: 100%;
  height: 100%;
	z-index: -1;
}
.page-title-container
 { 
    background: radial-gradient(circle at 0% 50%, #0088B9 var(--g1-start), #00ADC0 var(--g2-start), #8ABF19 var(--g3-start));
    min-height: 276px;
    display: flex;
    align-items: center;
}
.page-title-container h1{
	color:#fff;
	margin-bottom:0;
}
.text-with-line {
  position: relative;
  display: inline-block;
  padding:10px 0 10px 30px; 
}

.text-with-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px; 
  height:100%; 
  background:radial-gradient(circle at top, #0088B9 17.38%, #00ADC0 53.37%, #8ABF19 90.83%);
  transform: translateY(-50%);
}
.fill{
	height:100%;
}
.fill figure{
	display:flex;
	height:100%;
}
.fill img {
	height:100%;
	object-fit:cover;
}

.objectifs-container{
	display:grid;
	 grid-template-columns: repeat(2, 1fr);
  gap:30px 15px;
}
.obj-icon {
	margin-bottom:-40px;
}
.obj-content h3{
	font-size:25px;
	color:#176788;
	margin-bottom:10px;
}
.obj-content {
	background-color:#fff;
	padding:50px 15px 0;
	 border-bottom: 5px solid transparent;
  border-image:radial-gradient(farthest-corner at 100% 80% , #0088B9 17.38%, #00ADC0 53.37%, #8ABF19 90.83%) 1;
}
.activities-container{
	padding:6rem 0;
}
.activities-container article{
	display:flex;
	align-items:center;
	gap:30px;
	margin-bottom:5vw;
}
.activity-image img{
border-radius:21px;	
}
.activity-content{
	max-width:550px;
}
.activities-container h2{
	max-width:500px;
	font-size:clamp(25px,4vw,49px);
}
.activities-container article:nth-child(odd){
	flex-direction: row-reverse;
}
.activities-container article:nth-child(even) .activity-content{
  padding-left:3vw;
}
.activity-excerpt p{
	margin-bottom:0px;
}
.activity-button {
	  display:inline-block;
	  margin:30px 0;
	  color:#fff;
    padding: 12px 67px;
    border-radius: 50px;
    font-weight: 600;
}
.champ-sous-titre{
	color:#2D7792;
	font-size:clamp(20px,1.5vw,30px);
	font-weight:900;
}
.champ-texte{
	max-width:1000px;
	margin:0 auto 30px; 
}
.champ-item:not(:last-child){
	margin-bottom:5rem;
}
.champs-daction-section{
	padding:5rem 0;
	background-color:#F4F9FF;
}
.actions-grid {
    flex-wrap: wrap;
    display: flex;
    gap: 30px 12px;
    justify-content: center;
}
.actions-grid .obj-item{
	width:calc(50% - 12px);
}
.actions-grid h4{
	color:#176788;
	margin-bottom:10px;
}
.actions-grid .obj-content:not(:has(h4)) p{
	font-weight:bold;
}
.actions-grid .obj-content{
	padding:50px 15px 0;
	height: calc(100% - 40px);
}




.approche ul {
  list-style:none;
  padding-left: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

.approche li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.approche li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 27px;  
  height: 27px; 
  background-image: url('img/checkmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.approche{
	padding:5em;
}
.approche p{
	font-weight:bold;
	font-size:20px;
	line-height:1.6;
	letter-spacing:1.4px;
	max-width:800px;
	margin:auto;
}

.approche h3{
	margin:30px auto !important;
background: radial-gradient(
  circle at 0% 0%,
  #0088B9 17%,
  #00ADC0 53%,
  #8ABF19 91%
);
	padding:12px 67px;
	border-radius:50px;
	width:fit-content;
	font-weight:900;
	margin:0 auto 20px;
}
.posts-grid article:nth-child(n+2) .post-more a , .lire-plus-item .post-more a{
    margin-right:15px;
}
.posts-grid article:nth-child(n+2) .post-more a:after  , .lire-plus-item .post-more a:after{
    content: "";
    background: url(img/icon.svg) no-repeat center;
    background-size: contain;
    width: 12.5px;
    height: 100%;
    position: absolute;
    margin-inline-start: 5px;
}

.wp-singular article h2{
	margin:30px 0;
	font-size:30px;
}
.wp-singular article h3{
	margin-bottom:15px;
	font-size:16px;
		font-family:var(--bodyfontfamily),var(--nv-fallback-ff);
}
.wp-singular article .wp-block-list{
	list-style:disc inside;
	margin-bottom:20px;
}
.wp-singular article .wp-block-list li{
	margin-bottom:10px;
}
.lire-plus {
	border-top:1px solid #00AEAE;
	padding:30px 0;
}
.lire-plus h2{
	font-size:30px;
}
.lire-plus .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lire-plus .owl-prev,.lire-plus .owl-next{
	position:unset;
}
.lire-plus .owl-next{
	float:right;
}
.contact .wp-block-column:first-child{
	display:flex;
	flex-direction:column;
/* 	justify-content: space-between; */
} 
.coord p{
	margin-bottom:15px;
}
.coordonn strong {
	font-weight: 700; 
}
.coordonn a {
text-decoration:auto;
unicode-bidi: plaintext;
}
.partners-intro {
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.3;
    max-width: 1030px;
    margin: 30px auto;
}
.collab .text-with-line{
	text-align:left;
}
.collab .text-gradient{
	font-size:30px;
	margin-bottom:12px;
}
.collab .text-with-line::before{
	width:3px;
}
.collab .wp-block-columns{
	padding-block:3rem;
	margin:0;
}
.blog , .post-template-default.single{
	background-color:#F4F9FF;
}
.posts-grid{
	margin-block:3rem;
	display:grid;
	grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.post-content{
	padding:21px;
}
.posts-grid article ,  .lire-plus-grid article {
    display: flex;
    background-color: #fff;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 32px 0px;
    flex-direction: column;
/*     justify-content: space-between; */
}
.lire-plus-grid article{
	  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 15px 0px;
}
.posts-grid img , .lire-plus-grid article img{
	width:100%;
	border-radius:21px
}
.post-more {
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.posts-grid article:nth-child(n+2) .post-more , .lire-plus-grid article .post-more{
	flex-direction:row-reverse;
}
.post-more a{
	color:#32B196;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.posts-grid article:first-child a.read-more{
display: inline-block;
    padding: 3px;
    border-radius: 50px;
    background: radial-gradient(
    circle at top, 
    #0088B9 var(--g1-start),
    #00ADC0 var(--g2-start),
    #8ABF19 var(--g3-start)
  );
    background-size: 200% 200%;
}
.posts-grid article:first-child a.read-more span {
	text-transform:uppercase;
    display: block;
    padding: 7px 20px;
    border-radius: 50px;
    background: #fff;
    transition: background 0.3s ease, color 0.3s ease;
}
.posts-grid article:first-child a.read-more:hover span {
  color:#fff;
	background: transparent;
}
.post-date{
	color:#0A2753;
	font-weight:500;
	font-size:14px;
}
.posts-grid article h2 , .lire-plus-grid article h3{
	color:#101828;
	font-family:var(--bodyfontfamily),var(--nv-fallback-ff);
	font-weight:600;
	font-size:21px;
}
.posts-grid article:first-child h2{
	font-size:24px;
}

.wpdm-cards-grid {
	  margin-block:3rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 10px;
}
.wpdm-card{
	  background:#f2fafc ;
    border-radius: 14px;
    padding: 20px;
}
.wpdm-icon {
    max-height: 93px;
}
.wpdm-cards-grid h3 a {
	text-decoration:none;
}
.wpdm-title {
    font-family: 'Poppins';
    color: #253996;
    font-size: 15px !important;
    padding-top: 10px;
}
.w3eden .row {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.w3eden .col-md-8.col-lg-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    max-width: max-content;
    justify-content: flex-start;
}
.wpdm-desc, .wpdm-downloads, .wpdm-updated {
    font-size: 12px !important;
}
.wpdm-desc p {
    margin-bottom: 0.5rem;
}
.wpdm-btn .btn {
	  padding:.5rem 1rem;
    font-size: 11px;
	  line-height:1 !important;
    text-decoration: none;
    font-weight: 500;
    background: #F29C27;
    transition: background-color .25s ease, transform .2s ease, box-shadow .2s ease;
}
.arr {
    height: 12px !important;
}
.wpdm-btn .btn:hover, .wpdm-btn .btn:focus-visible {
    background-color: #24389c;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(36, 56, 156, 0.25);
}
.w3eden .badge{
	    padding: .4em .8em;
	color:#6c757d !important;
	background: rgba(0, 0, 0, .05) !important;
}

.not-found-container {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background: #000;
    background-size: cover;
}

/* --- Post Category Styling --- */

.post-category {
    margin-bottom: 10px;
    line-height: 1;
}

.post-category a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #7c7e81;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-category a:hover {
    color: #176788; 
}

/* --- Corrected Pagination Styling --- */

.custom-pagination {
    margin: 3rem 0;
    text-align: center;
}

.custom-pagination .nav-links {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* The Magic Button Logic */
.custom-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 15px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #176788; /* Dark Blue */
    position: relative;
    
    /* 1. This creates the Gradient Border effect on a single element */
    border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), 
                      radial-gradient(circle at right, #0088B9 17%, #00ADC0 53%, #8ABF19 91%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    
    transition: all 0.3s ease;
}

/* Current (Active) Page & Hover State */
.custom-pagination .page-numbers.current,
.custom-pagination a.page-numbers:hover {
    /* To turn the inside transparent and show the gradient, we swap backgrounds */
    background-image: radial-gradient(circle at right, #0088B9 17%, #00ADC0 53%, #8ABF19 91%), 
                      radial-gradient(circle at right, #0088B9 17%, #00ADC0 53%, #8ABF19 91%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 173, 192, 0.2);
}

/* Center the SVG icons */
.custom-pagination .page-numbers svg {
    display: block;
    width: 20px;
    height: 20px;
}

/* Dots styling (just text, no border) */
.custom-pagination span.dots {
    border: none;
    background: transparent;
    color: #828282;
    min-width: 20px;
}

/* Arabic Support */
html[lang="ar"] .custom-pagination .nav-links {
    flex-direction: row-reverse;
}

/* --- Limit Excerpt to 3 Lines with Ellipsis --- */

.post-excerpt, 
.post-excerpt p,
.list-actualites-posts .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* The magic number of lines */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    
    /* Ensure consistent spacing */
    line-height: 1.5; 
    max-height: calc(1.5em * 3); 
    margin-bottom: 15px;
}
.entry-content {
	margin-bottom: 60px;
}

.coordonn h3 {
    background-image: radial-gradient(circle at 0% 0%, #0088B9 10%, #00ADC0 21%, #8ABF19 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.coordonn p {
    margin-bottom:10px;
}
.err-page {
    font-family: 'Montserrat', 'Cairo', sans-serif;
    margin-bottom: 45px;
}
/* Specific fix for the featured (first) post in the grid */
@media (min-width: 960px) {
    .posts-grid article:first-child .post-excerpt {
        -webkit-line-clamp: 4; /* Maybe give the big featured post an extra line? */
        max-height: calc(1.5em * 4);
    }
}
@media (min-width: 960px) {
    .posts-grid article:first-child .post-category a {
        font-size: 14px;
    }
}

.post-category {
    color: #ccc; 
    font-size: 12px;
}
@media (min-width: 1200px) {
    .not-found-container {
        min-height: 700px;
    }
}
.lnk-back a
 {
    display: block;
    margin: auto;
    width: fit-content;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 50px;
}

@media(min-width:960px){
	.posts-grid article:nth-child(2) h2, .posts-grid article:nth-child(3) h2{
	font-size:18px;
	margin-bottom:15px;
}
	.posts-grid article:first-child .post-date{
		font-size:18px;
	}
	.posts-grid article:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
	.posts-grid article:first-child{
	margin-right:30px;
	}
	.posts-grid article:nth-child(n+4) {
  margin-top: 30px;
}
	.posts-grid article:nth-child(2) .post-excerpt, .posts-grid article:nth-child(3) .post-excerpt{
	display:none;
}
.posts-grid article:first-child a.read-more span {
    padding: 7px 50px;
    font-size: 18px;
}
}


@media (min-width: 576px) {
    .giz-lightbox {
        width: 530px;
    }
}
@media (min-width: 960px) {
    .builder-item--primary-menu .nav-menu-primary {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d .wp-block-button__link {
        font-size: 18px;
    }
	.activity-item h3{
		font-size:25px;
	}

.nv-footer-content{
position:relative;	
}
footer .hfg-slot.c-right{
	  position: absolute;
    right: 0;
    top: 0;
}
footer .component-wrap:has(.nav-menu-footer){
	margin:auto;
}
.cols-contact{
	display:grid !important;
	 grid-template-columns: 
	 1fr
     auto;
}
}
@media(min-width:1300px){
 .owl-prev,  .owl-next {
	top:-20px;
 }
.list-actualites-posts.owl-carousel.owl-loaded.owl-drag {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: calc((115% - var(--container)) / 4);
}
.owl-next {
	right:30px;
}
}
@media(max-width:1024px){
	footer .component-wrap:has(.nav-menu-footer){
		margin:20px 0;
	}
	    /* Mobile visibility classes */
.hide-logo1-mobile .logo1,
.hide-logo1-mobile .logo1-link {
    display: none !important;
}

.hide-logo2-mobile .logo2,
.hide-logo2-mobile .logo2-link {
    display: none !important;
}

.hide-both-mobile {
    display: none !important;
}
}
@media(max-width:960px){
        .wpdm-cards-grid{
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    }
    .posts-grid{
	 grid-template-columns: repeat(2, 1fr);   
	}
    .actions-grid .obj-item{
	width:100%;
}
	.activities-container {
    padding: 3rem 0;
}
	.activities-container article{
		flex-wrap:wrap;
	}
	.activities-container article:nth-child(odd){
		    justify-content: flex-end;
	}
	.activities-container article .activity-content{
  padding-left:0 !important;
		
}
     .activity-item {
    width:calc(50% - 20px)
    }
    .grad-bg:before, .grad-bg:after {
    width: 300px;
    height: 300px;
    }
    .grad-bg:after {
    bottom: 0;
    top: unset;
    }
    .home figure.wp-block-gallery{
    gap: 40px 80px;
    justify-content: center;
    }
    .wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d h2 {
    font-size: 25px;
    }
    .wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d{
      flex-basis: 520px;  
    }
    .home-banner img{
        object-position: 0% 100% !important;
    }
    footer .footer--row-inner .row {
        gap: 20px;
    }
	.footer-extra{
	justify-content: center;	
	}
	.copyrights {
		text-align: center;}
}
@media (min-width: 768px) {
    .nv-nav-wrap .wpml-ls-item {
        display: none !important;
    }
}
@media(max-width:767px){
	.lang-select
 {
    display: none;
}
        .posts-grid{
	 grid-template-columns: 1fr;   
	}
    .approche {
    padding: 1em;
    }
    .sub-title {
    font-size: 20px;
    line-height: 1.5;
    }
    .triangle:before {
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 30px solid #176788;
        margin-left: 5px;
    }
    .youtube-play-button , .video-play-button {
        width: 100px;
        height: 100px;
    }
    .youtube-preview-image , .youtube-preview iframe , .video-preview-image , .video-preview-container video{
    height: 380px;
    }
    .activity-item {
    width: 100%;
    }
    .wp-elements-9ae16ec5d42ccb0dcb7e28b772efd80d {
    padding: 20px;}
    .objectifs-container{
    grid-template-columns: 1fr; 
  }
}
@media(max-width:480px){
    .wpdm-cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
	header .info{
		font-size:10px;
	}
	header .info i {
    margin: 0px 5px 0 0;
    width: 20px;
    height: 20px;
}
}