/* ===============================
    STYLE HEADER PAGE PRICING
=================================*/
/* ===============================
          STYLE HEADER
=================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  overflow-x: hidden;
  width: 100%;
  padding-top: 80px;
}

header {
  position: relative;
  z-index: 9999;
}

.logo-text {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.logo-pa,
.logo-l {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.logo-pa {
  color: #111;
}

.logo-l {
  color: #00a87a;
}

.navbar.style-1 {
  position: fixed;
  top: 50px;
  width: calc(100% - 160px);
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  z-index: 1030;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.75);
  --backdrop-filter: blur(12px);
  --webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.navbar .nav-link {
  font-weight: 600;
  color: #111;
  padding: 8px 14px;
}

.navbar .nav-link:hover {
  color: #00a87a;
}

.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 10px;
}

.dropdown-item {
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(0, 168, 122, 0.08);
  color: #00a87a;
}

.nav-side {
  display: flex;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-select {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-lang {
  appearance: none;
  background: #f4f6f8;
  border: none;
  padding: 6px 30px 6px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.lang-select .flag-icon {
  width: 18px;
  height: 13px;
  margin-left: -24px;
  pointer-events: none;
  object-fit: cover;
}

.mobile-menu {
  width: 100vw;
  background: #ffffff;
}

.mobile-menu .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.mobile-nav {
  list-style: none;
  padding: 0;
}

.mobile-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-item a {
  text-decoration: none;
  color: #111;
}

.toggle {
  background: none;
  border: none;
  font-size: 18px;
}

.collapse a {
  display: block;
  padding: 12px 0 12px 16px;
  font-size: 15px;
  color: #555;
}

.mobile-actions .btn-dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
}

.mobile-actions .btn-dark:hover {
  background-color: #111;
  border-color: #111;
}

.mobile-actions .btn-outline-dark {
  background-color: #f1f3f5;
  border: 1.5px solid #e0e0e0;
  color: #111;
  padding: 14px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
}

.mobile-actions .btn-outline-dark:hover {
  background-color: #e5e7eb;
  border-color: #d0d0d0;
  color: #111;
}

.navbar .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.navbar .btn.btn-dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.9rem;
}

.navbar .signup-btn {
  background-color: #d9d9d9;
  border: 1.5px solid #d9d9d9;
  color: #111;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

@media (max-width: 991.98px) {
  .navbar .container {
    display: flex;
    align-items: center;
  }

  .navbar-brand {
    margin-right: auto;
  }

  .navbar-lang {
    margin-left: 0;
    margin-right: 6px;
    order: 2;
  }

  .navbar-toggler {
    margin-left: auto;
    order: 3;
  }

  .navbar.style-1 {
    top: 20px;     
    width:90%;       
  }
}

.nav-mobile-right {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-fullwidth {
  position: relative;
}

.mega-menu {
  position: fixed;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 160px); 
  max-width: 1200px; 
  padding: 50px 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 1030;
  display: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-item.dropdown.dropdown-fullwidth:hover + .mega-menu,
.mega-menu:hover {
  display: block;
}

.mega-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

.mega-item {
  display: block;
  text-decoration: none;
  padding: 22px;
  border-radius: 14px;
  transition: all 0.25s ease;
  height: 100%;
}

.mega-item:hover {
  background-color: #b2dfdb;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.mega-item:hover .mega-title {
  color: #00796b;
}

.mega-item:hover .mega-desc {
  color: #004d40;
}

.mega-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}

.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* Empêche le cercle de s'écraser */
}

.icon-box i {
  font-size: 18px;
}

/* Variantes de couleurs */

/* Orange */
.bg-orange { background-color: rgba(255, 165, 0, 0.15); }
.bg-orange i { color: #ff8c00; }

/* Bleu */
.bg-blue { background-color: rgba(13, 110, 253, 0.15); }
.bg-blue i { color: #0d6efd; }

/* Vert */
.bg-green {  background-color: rgba(25, 135, 84, 0.15) !important;   }
.bg-green i { color: #198754; }

/* Violet */
.bg-purple { background-color: rgba(111, 66, 193, 0.15); }
.bg-purple i { color: #6f42c1; }


.mega-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .mega-menu {
    position: static !important;
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px 0;
    box-shadow: none;
    display: none;
  }

  .mega-item {
    padding: 16px;
  }
}
/* ===============================
          STYLE FOOTER
=================================*/
.pal-footer {
  background: #000;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

.pal-footer-main {
  max-width: 1200px;
  margin: auto;
  padding: 56px 24px 32px;
}

.pal-footer-brand {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -2px;
}

.brand-pa {
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.pal-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 24px;
}

.pal-footer-stores {
  display: flex;
  gap: 16px;
  color: #fff;
}

.pal-footer-stores .store-card img {
  color: #fff;
}

.store-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.store-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
}

.store-card img {
  width: 28px;
  height: 28px;
}

.pal-footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pal-footer-col {
  flex: 1 1 180px;
}

.pal-footer-title {
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.pal-footer-col ul {
  list-style: none;
  padding: 0;
}

.pal-footer-col li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.pal-footer-col a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pal-footer-col a:hover {
  color: #00a87a;
}

.pal-footer-socials {
  display: flex;
  gap: 12px;
}

.social-card {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.25s ease;
}

.social-card:hover {
  background: #00a87a;
  color: #fff;
  transform: translateY(-3px);
}

.social-card:hover i {
  color: #fff;
}

.pal-footer-note {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pal-footer-note strong {
  color: #ffffff;
  font-weight: 600;
}

.pal-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  font-size: 0.95rem;
}

.pal-footer-bottom-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-select {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-lang {
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 32px 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.flag-icon {
  width: 20px;
  height: 14px;
  margin-left: -26px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .pal-footer-top,
  .pal-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ===============================
 STYLE DU MENU BOTTOM MOBILE
=================================*/
.mobile-app-download-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.07);
  padding: 12px 0;
}

.mobile-app-download-content {
  display: flex;
  justify-content: center;
  max-width: 98vw;
  margin: 0 auto;
  padding: 0 16px;
}

.download-buttons1 {
  display: flex;
  width: 100%;
  gap: 12px;
}

.download-btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-btn img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .mobile-app-download-bar {
    display: block;
  }

  .download-btn img {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .download-btn img {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .download-btn img {
    max-width: 120px;
  }
}

/* ===============================
    STYLE SCROL TOP
=================================*/
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
}

.scroll-top-btn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===============================
    STYLE SCECTION PRICING
=================================*/
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.pricing-section {
  padding: 80px 0;
}

.pricing-country {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #3aa76d;
  margin-bottom: 20px;
}

.country-select {
  display: inline-flex;
  position: relative;
  width: 250px;
  cursor: pointer;
  font-size: 14px;
}

.country-select .selected {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #3aa76d;
  padding: 6px 28px 6px 10px;
  border-radius: 6px;
  background: #fff;
}

.country-select .selected::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.8rem;

  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #00a87a;

  pointer-events: none;
  transition: transform 0.25s ease;
}

.country-select img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

.country-select .options {
  position: absolute;
  top: 110%;
  left: 0;
  width: 55%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  padding: 4px 0;
  margin: 0;
  display: none;
  z-index: 10;
}

.country-select .options li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
}

.country-select .options li:hover {
  background: #f3f3f3;
}

.pricing-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.pricing-header h1 {
  font-size: 42px;
  margin-bottom: 12px;
}

.pricing-subtitle {
  color: #5f6f7f;
  font-size: 16px;
}

.pricing-content {
  margin-top: 40px;
}

.pricing-tab {
  display: none;
}

.pricing-tab.active {
  display: block;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.pricing-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.pricing-card h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #102a43;
}

.pricing-rate {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0b1f33;
}

.pricing-features {
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #425466;
  font-size: 15px;
}

.pricing-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00a87a;
  font-weight: bold;
}

.rate-item {
    display: flex;
    justify-content: space-between;
    padding-right: 10px; 
}

.rate-item strong {
    color: #102a43;
    font-weight: 700;
}

.btn-action {
    width: 30%;
    margin-top: 24px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #00a87a;
    background: transparent;
    color: #00a87a;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-action:hover {
    background: #00a87a;
    color: #ffffff;
}





























































@media (max-width: 768px) {
  .pricing-header h1 {
    font-size: 32px;
  }

  .pricing-rate {
    font-size: 32px;
  }

  .pricing-section {
    padding: 60px 0;
  }
}

.pricing-calculator {
  margin-top: 100px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.calculator-info h2 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #0b1f33;
}

.calculator-info p {
  font-size: 16px;
  color: #5f6f7f;
  max-width: 420px;
}

.calculator-box {
  background: #1f1f1f;
  background-image: url(assets/img/noise.png);
  background-blend-mode: difference;

  color: #ffffff;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);

  position: relative;
  overflow: hidden;
}

.calculator-box::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, #00a87a, #3fd6a5, #007a59);
  opacity: 0.18;
  filter: blur(32px);
  z-index: 0;
}

.calculator-box::after {
  pointer-events: none;
}

.calculator-input label {
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.8;
  display: block;
  margin-bottom: 10px;
}

.amount-field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 30px;
}

.amount-field .currency {
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
  opacity: 0.9;
}

.amount-field input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
}

.calculator-results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}

.result span {
  font-size: 12px;
  opacity: 0.7;
  display: block;
  margin-bottom: 6px;
}

.result strong {
  font-size: 22px;
}

.calculator-features {
  list-style: none;
  margin-top: 20px;
}

.calculator-features li {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.calculator-features li::after {
  content: "✔";
  color: #3ddc84;
}

@media (max-width: 900px) {
  .calculator-grid {
    grid-template-columns: 1fr;
  }

  .calculator-info {
    text-align: center;
  }

  .calculator-info p {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .amount-field input {
    font-size: 24px;
  }

  .amount-field .currency {
    font-size: 22px;
  }

  .calculator-results {
    flex-direction: column;
    gap: 16px;
  }
}

.bank-transfer-fees {
  margin-top: 100px;
}

.fees-header {
  max-width: 600px;
  margin-bottom: 30px;
}

.fees-header h2 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #0b1f33;
}

.fees-header p {
  font-size: 15px;
  color: #5f6f7f;
}

.fees-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fee-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
}

.fee-item:hover {
  transform: translateY(-2px);
}

.fee-range {
  display: flex;
  flex-direction: column;
}

.range-title {
  font-weight: 600;
  font-size: 16px;
  color: #102a43;
}

.range-desc {
  font-size: 13px;
  color: #7b8a97;
  margin-top: 4px;
}

.fee-amount {
  font-size: 18px;
  font-weight: 700;
  color: #0b1f33;
  background: #f1fff6;
  padding: 8px 14px;
  border-radius: 8px;
}

.fee-item.highlight {
  border-left: 4px solid #3aa76d;
}

@media (max-width: 768px) {
  .fee-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fee-amount {
    align-self: flex-end;
  }
}

/* ===============================
    STYLE SCECTION FOOTER
=================================*/
.pal-footer {
  background: #000;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

.pal-footer-main {
  max-width: 1200px;
  margin: auto;
  padding: 56px 24px 32px;
}

.pal-footer-brand {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -2px;
}

.brand-pa {
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.pal-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 24px;
}

.pal-footer-stores {
  display: flex;
  gap: 16px;
  color: #fff;
}

.pal-footer-stores .store-card img {
  color: #fff;
}

.store-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.store-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
}

.store-card img {
  width: 28px;
  height: 28px;
}

.pal-footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.pal-footer-col {
  flex: 1 1 180px;
}

.pal-footer-title {
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.pal-footer-col ul {
  list-style: none;
  padding: 0;
}

.pal-footer-col li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.pal-footer-col a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pal-footer-col a:hover {
  color: #00a87a;
}

.pal-footer-socials {
  display: flex;
  gap: 12px;
}

.social-card {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.25s ease;
}

.social-card:hover {
  background: #00a87a;
  color: #fff;
  transform: translateY(-3px);
}

.social-card:hover i {
  color: #fff;
}

.pal-footer-note {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.pal-footer-note strong {
  color: #ffffff;
  font-weight: 600;
}

.pal-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0;
  font-size: 0.95rem;
}

.pal-footer-bottom-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-select {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-lang {
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 32px 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.flag-icon {
  width: 20px;
  height: 14px;
  margin-left: -26px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .pal-footer-top,
  .pal-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.supported-networks {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.network-title {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

.network-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.network-card {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden; /* Très important pour que l'image soit ronde */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.network-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.network-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .network-card {
    width: 60px;
    height: 60px;
  }

  .network-logos {
    gap: 15px;
  }

  .network-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .network-card {
    width: 50px;
    height: 50px;
  }

  .network-logos {
    gap: 10px;
  }

  .network-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
