<style>
body {
            margin: 0;
            padding: 0;
            font-family: 'Noto Sans Display', sans-serif;
            background: #fff;
			  background-size: cover;
  background-position: center;
  background-attachment: fixed;
        }
.news-tickers {
	background:none !important;
}
.news-ticker {
        top: 0 !important;
}
.main-content {
	    flex: 1 1 0%;
    background: #fff;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
	display:flex;
	justify-content:left;
	flex-direction:row;
}
.main-container {
    position: relative; /* nÃ©cessaire pour le positionnement du ::before */
    overflow: hidden; /* pour Ã©viter que le blur dÃ©borde */
}

.main-container::before {
    content: "";
    position: fixed;
    top: 0 !important;
    left: 0;
	right:0;
	bottom:0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px) brightness(0.85);
    z-index: -1; /* met l'image derriÃ¨re le contenu */
}

        .page-container {
			position: relative;
            width: 100%;
            max-width: 1170px;
            margin: 40px 20px 0 auto;
			 padding: 20px;
            background: rgba(72,92,116,0.45);
			color:#fff;
            border-radius: 20px;
            z-index: 1;
            box-shadow: 0 0 18px #bbb8;
            padding-bottom: 32px;
        }
		.button-container {
			position: relative;
            width: 100%;
            max-width: 270px;
            margin: 40px auto 0 0;
			 padding: 20px;
            background: rgba(72,92,116,0.45);
	        border-radius: 20px;
            z-index: 1;
            box-shadow: 0 0 18px #bbb8;
            padding-bottom: 32px;
        }
        .pays-container {
            position: relative;
            width: 100%;
            max-width: 700px;
            margin: 40px auto 0 auto;
			 padding: 20px;
            background: #fff;
			
            border-radius: 20px;
            z-index: 1;
            box-shadow: 0 0 18px #bbb8;
            padding-bottom: 32px;
			
        }
		
		.header-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 32px;
            margin-top: 24px;
			
        }
        .header-container img {
            width: 64px; height: auto;
			border-radius:8px;
			
        }
        .header-container h1 {
            
            color: #0b2d68;
            letter-spacing: 1px;
            margin: 0;
			
        }
        .leaders-container {
            display: flex;
            justify-content: center;
            gap: 24px;
            flex-wrap: wrap;
            margin-bottom: 25px;
        }
        .leader-card {
            background: rgba(72,103,134,1);
            border-radius: 16px;
            box-shadow: 0 2px 14px rgba(0,0,0,0.12);
            width: 280px;
            padding: 15px 8px 18px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .leader-card img {
            width: 115px; height: 115px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 12px;
            border: 3px solid #e3e8ee;
            background: #f4f7fa;
        }
        .leader-card h2 {
            font-size: 1.22rem;
            margin: 6px 0 3px 0;
            color: #ffffff;
            font-weight: 700;
			text-align:center;
        }
        .leader-card p {
            font-size: 1rem;
            color: #efc64b;
            margin: 0 0 9px 0;
           
        }
        .button-group {
            display: flex;
            gap: 8px;
            margin-top: 10px;
        }
        .button-group a {
			background: none;
            border: 2px solid #e7b366;
            color: #f4e9a0;
            padding: 6px 13px;
            border-radius: 5px;
            font-size: 0.87rem;
            font-weight: 500;
            text-decoration: none;
            transition: background .14s, color .14s;
        }
        .button-group a:hover {
            background: #ffd166;
            color: #003366;
        }
        .country-description {
            margin: 36px auto 22px auto;
            font-size: 1.08rem;
			text-align:justify;
            max-width: 90%;
            background: none;
            border-radius: 8px;
            padding: 15px 15px 14px 15px;
            line-height: 1.62;
        }
        .info-cards {
            display: flex;
			justify-content:center;
            text-align:left;
            gap: 20px;
            margin: 15px auto 15px auto;
			flex-wrap: wrap;
        }
        .info-card {
			display: flex;
            justify-content: left;
			align-items: center;
			gap:10px;
			flex-direction:row;
            background: #d1dded;
			border-radius: 12px;
            padding: 13px 10px 13px 10px;
            width: 250px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        }
		 .info-cards a {
            text-decoration:none;
			color:#0b2d68;
			width: 250px;
        }
        .info-card h3 {
            margin: 0; /* Supprime le marge par défaut */
            color: #0b2d68;
            font-size: 1.06rem;
			
        }
        .info-card p {
            font-size: 1rem;
            font-weight: bold;
            color: #000;
            margin: 0;
        }
		.info-card .icon   { 
		flex-shrink: 0; /* Empêche l'icône de rétrécir */
    width: 24px; /* Taille fixe */
    height: 24px; }
        .footer-wave {
            width: 100%;
            margin: 0;
            padding: 0;
            
			background-image: url('/images/vague_pays.png');
        }
		
.section3 .grid {
	margin-top:25px;
    display: grid;
    grid-template-columns: repeat(2, 115px);
    gap: 15px;
    justify-content: center;
}

.section3 .grid-item {
    width: 115px;
    height: 105px;
    background-color: #f06d12; /* bleu  */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	text-align:center;
}
.section3 .grid a   {
	
text-decoration:none;
color:#fff;
   
}
.section3 .grid a:hover   {
	
text-decoration:none;
color:#fff;

   
}

.section3 .grid-item span {
    color: white;
    font-size: 16px;
	font-weight:600;
    margin-top:20px;
	
}
        @media (max-width: 800px) {
            .page-container {  max-width: 360px;}
			.pays-container {  max-width: 360px;}
            .leaders-container { flex-direction: column; align-items: center; }
            .info-cards { flex-direction: column; align-items: center; }
            
			
        }
</style>
