/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@900;1000&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;900;1000&display=swap');

/** {
    font-family: 'Cairo', sans-serif !important;
    font-weight:400;
}*/

*:not([class^="fa"]) {
   font-family: 'Cairo', sans-serif ;
    font-weight:400;
}


.admin_class{
 border:1px white solid;
 border-radius:20px;
 padding: 0px 6px 0px 6px !important; 
}
.admin_class:hover{
	background-color:rgba(255,255,255,0.5);
}

/* Basic rounded link */
.rounded-link {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 2px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
}

.rounded-link:hover {
  background-color: #0056b3;
}

.link-pill {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 1px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.link-pill:hover {
  background-color: #218838;
  transform: scale(1.05);
}
.zoomlogo{
  transition:0.5s;
}
.zoomlogo:hover{
  transform:scale(1.3);
}
.zoomlng{
  transition:0.1s;
}
.zoomlng:hover{
  transform:scale(1.3);
  background-color:#F3D350 !important;
}
[class*=" icon-"], [class^=icon-] {
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 900;
}
#bottom ul.mod-articlescategories {
    margin: 0 0px;
}
.module.basic-style1 .sj-basic-news .bs-items .bs-item.last{
	margin-bottom:20px;
}
.yt-loginform li a:hover{
	cursor:pointer;
}
a {
    text-decoration: none;
}
a:not([class]) {
    text-decoration: none;
}
.com-users-login__remember .form-check{
	padding-left:0;
}
.blog-featured .blog-items .blog-item .item-img-box .category-name, 
.blog .blog-items .blog-item .item-img-box .category-name{
	margin:0;
}
#myLogin .btn-close span{
	font-size:0;
}
.pagination {
    margin: 1rem 0;
}
ul.pagination .page-link span:before{
	font-weight:900;
}

.error_site .container-header .navbar-brand img {
    width: auto;
    min-width: auto;
}
.error_site header{
    background:#fff;
	padding:20px 0;
}


/* Bleu Main wrapper - unique prefix bleu- */
.bleu-component-wrapper {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}

/* Header styles - isolated with bleu- prefix */
.bleu-header {
	background: linear-gradient(135deg, #1e2b3a, #2875a8);
	color: white;
	padding: 40px 30px;
	border-radius: 0px 0px 0 0;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
}

.bleu-header h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2;
	color: white;
	letter-spacing: -0.5px;
}

.bleu-header h2 {
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.9);
	border: none;
}

.bleu-badge {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	padding: 8px 20px;
	margin: 15px 5px 0;
	border-radius: 0px;
	font-size: 0.9rem;
	font-weight: 500;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255,255,255,0.3);
}

/* Contact grid - custom grid without Bootstrap */
.bleu-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	background: white;
	padding: 30px;
	border-radius: 0 0 0px 0px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	margin-bottom: 30px;
}

.bleu-contact-item {
	text-align: center;
	padding: 15px;
	transition: transform 0.2s ease;
}

.bleu-contact-item:hover {
	transform: translateY(-3px);
}

.bleu-contact-icon {
	font-size: 2.2rem;
	margin-bottom: 12px;
}

.bleu-contact-label {
	font-weight: 600;
	color: #1e2b3a;
	margin-bottom: 5px;
	font-size: 1rem;
}

.bleu-contact-value {
	color: #555;
	text-decoration: none;
	font-size: 0.95rem;
	word-break: break-word;
}

.bleu-contact-value:hover {
	color: #2875a8;
	text-decoration: underline;
}

/* Content cards */
.bleu-card {
	background: white;
	border-radius: 0px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bleu-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.bleu-card-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #1e2b3a;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #2875a8;
	display: inline-block;
}

.bleu-card-title span {
	margin-right: 10px;
	font-size: 2rem;
}

/* Alert/info box */
.bleu-info-box {
	background: #e8f0fe;
	border-left: 4px solid #2875a8;
	padding: 20px;
	border-radius: 0px;
	margin: 20px 0 0;
	color: #1e2b3a;
}

/* List styles - isolated */
.bleu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bleu-list-item {
	padding: 12px 15px;
	margin-bottom: 8px;
	background: #f8f9fa;
	border-left: 1px solid #2875a8;
	border-right: 1px solid #2875a8;
	border-radius: 6px;
	transition: all 0.2s ease;
	font-size: 1rem;
	line-height: 1.5;
}

.bleu-list-item:hover {
	background: #edf2f7;
	border-left-color: #1e2b3a;
	transform: translateX(5px);
}

.bleu-list-item::before {
	content: "•";
	color: #2875a8;
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

/* Objectives grid */
.bleu-objectives-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 15px;
	margin-top: 15px;
}

.bleu-objective-item {
	background: #f8f9fa;
	padding: 18px;
	border-radius: 10px;
	border-right: 1px solid #1e2b3a;
	border-left: 1px solid #1e2b3a;
	transition: all 0.2s ease;
	font-size: 1rem;
}

.bleu-objective-item:hover {
	background: #edf2f7;
	border-right-color: #2875a8;
	transform: translateX(-3px);
}

.bleu-objective-icon {
	font-size: 1.3rem;
	margin-right: 8px;
	color: #2875a8;
}

/* Two columns layout */
.bleu-two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

/* Partners grid */
.bleu-partners-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 15px;
}

.bleu-partner-item {
	display: inline-block;
	background: #f8f9fa;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 500;
	color: #1e2b3a;
	border: 1px solid #dee2e6;
	transition: all 0.2s ease;
	text-decoration: none;
}

.bleu-partner-item:hover {
	background: #2875a8;
	color: white;
	border-color: #2875a8;
	transform: scale(1.05);
}

/* Footer */
.bleu-footer {
	background: white;
	border-radius: 16px;
	padding: 30px;
	text-align: center;
	color: #555;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	margin-top: 20px;
}

.bleu-footer-links {
	margin: 15px 0 10px;
}

.bleu-footer-links a {
	color: #2875a8;
	text-decoration: none;
	margin: 0 10px;
	padding: 0 5px;
}

.bleu-footer-links a:hover {
	color: #1e2b3a;
	text-decoration: underline;
}

.bleu-footer-divider {
	color: #ccc;
	margin: 0 5px;
}

/* Animation */
.bleu-fade-in {
	animation: bleuFadeIn 0.5s ease-out forwards;
}

@keyframes bleuFadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive design - isolated media queries */
@media (max-width: 992px) {
	.bleu-contact-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.bleu-header h1 {
		font-size: 2rem;
	}
	
	.bleu-header h2 {
		font-size: 1.4rem;
	}
	
	.bleu-contact-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.bleu-two-columns {
		grid-template-columns: 1fr;
	}
	
	.bleu-card-title {
		font-size: 1.5rem;
	}
	
	.bleu-objectives-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.bleu-header {
		padding: 30px 20px;
	}
	
	.bleu-header h1 {
		font-size: 1.8rem;
	}
	
	.bleu-card {
		padding: 20px;
	}
}

/* Override any potential Joomla conflicts with !important only where absolutely necessary */
.bleu-component-wrapper a {
	text-decoration: none;
}

.bleu-component-wrapper a:hover {
	text-decoration: underline;
}

.bleu-component-wrapper h1, 
.bleu-component-wrapper h2, 
.bleu-component-wrapper h3 {
	background: none;
	border: none;
	box-shadow: none;
}
