.mmc-hero{
background:linear-gradient(180deg,#163a59,#123553);
padding:60px;
border-radius:30px;
color:white;
font-family:Inter,Arial;
}

.mmc-hero__inner{
max-width:1100px;
margin:auto;
}

.mmc-badge-top{
display:inline-block;
padding:12px 22px;
border-radius:50px;
border:1px solid #c4a46c;
margin-bottom:30px;
}

.mmc-title{
font-size:70px;
line-height:1;
margin-bottom:25px;
font-family:Georgia,serif;
}

.mmc-text{
font-size:20px;
margin-bottom:30px;
max-width:850px;
}

.mmc-actions{
display:flex;
gap:20px;
margin-bottom:25px;
flex-wrap:wrap;
}

.mmc-btn{
padding:16px 28px;
border-radius:20px;
text-decoration:none;
font-weight:700;
}

.mmc-btn--primary{
background:white;
color:#163a59;
}

.mmc-btn--outline{
border:2px solid white;
color:white;
}

.mmc-tags{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-bottom:25px;
}

.mmc-tag{
padding:10px 18px;
border-radius:50px;
border:1px solid #c4a46c;
background:rgba(255,255,255,0.05);
}

.mmc-card{
background:rgba(255,255,255,0.08);
padding:18px 22px;
border-radius:20px;
margin-bottom:15px;
max-width:550px;
}

.mmc-card__label{
font-weight:700;
margin-bottom:5px;
}
.mmc-footer{
  background:#072d46;
  color:#dbe4ea;
  padding:72px 32px 0;
  font-family:Arial,sans-serif;
}

.mmc-footer-container{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr auto;
  gap:40px;
  align-items:flex-start;
}

.mmc-footer-logo{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:22px;
}

.mmc-logo-box{
  width:58px;
  height:58px;
  border-radius:16px;
  background:linear-gradient(135deg,#d7b377,#8b6a3a);
  display:flex;
  align-items:center;
  justify-content:center;
}

.mmc-logo-circle{
  width:28px;
  height:28px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.45);
}

.mmc-footer-title{
  color:#ffffff;
  font-size:26px;
  font-weight:700;
}

.mmc-footer-sub{
  color:rgba(219,228,234,.82);
  font-size:14px;
}

.mmc-footer-disclaimer{
  max-width:600px;
  margin:0;
  font-size:15px;
  line-height:1.7;
}

.mmc-footer-heading{
  margin:0 0 18px;
  color:#ffffff;
  font-size:18px;
  font-weight:700;
}

.mmc-footer-col a{
  display:block;
  margin:0 0 12px;
  color:rgba(219,228,234,.92);
  text-decoration:none;
  font-size:15px;
}

.mmc-footer-col a:hover{
  color:#ffffff;
}

.mmc-footer-cta{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.mmc-whatsapp-btn{
  display:inline-flex !important;
  align-items:center;
  gap:14px;
  padding:18px 26px;
  border-radius:999px;
  background:#d7bc80;
  color:#082d46 !important;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.mmc-wa-circle{
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,.75);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
}

.mmc-footer-bottom{
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,.10);
}

.mmc-footer-bottom__inner{
  max-width:1400px;
  margin:0 auto;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.mmc-footer-copy{
  color:rgba(219,228,234,.72);
  font-size:14px;
}

.mmc-footer-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px 24px;
}

.mmc-footer-legal-links a{
  color:rgba(219,228,234,.82);
  text-decoration:none;
  font-size:14px;
}

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

  .mmc-footer-cta{
    justify-content:flex-start;
  }

  .mmc-footer-bottom__inner{
    flex-direction:column;
    align-items:flex-start;
    padding:18px 0 22px;
  }
}.mmc-footer {
  background: #062b4a;
  color: #ffffff;
  padding: 68px 40px 28px;
  position: relative;
  overflow: hidden;
}

.mmc-footer__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr auto;
  gap: 70px;
  align-items: start;
}

.mmc-footer__brand-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.mmc-footer__logo {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #d7b574 0%, #8f7e55 40%, #0c3b62 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mmc-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Si vous n'utilisez pas encore d'image, gardez juste le fond du bloc logo */

.mmc-footer__brand-text h3 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  color: #ffffff;
}

.mmc-footer__brand-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

.mmc-footer__disclaimer p {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.mmc-footer__nav h4,
.mmc-footer__markets h4 {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.mmc-footer__nav ul,
.mmc-footer__markets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mmc-footer__nav li,
.mmc-footer__markets li {
  margin-bottom: 16px;
}

.mmc-footer__nav a,
.mmc-footer__markets a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.4;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.mmc-footer__nav a:hover,
.mmc-footer__markets a:hover {
  color: #d9bb7b;
}

.mmc-footer__cta {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.mmc-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #d4b476;
  color: #062b4a;
  text-decoration: none;
  padding: 14px 22px 14px 16px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.mmc-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.mmc-whatsapp-btn__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #f0e2bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  color: #062b4a;
}

.mmc-whatsapp-btn__text {
  display: inline-block;
}
body:not(.home) .main-header-menu .menu-item > a,
body:not(.home) .site-header .ast-header-html a,
body:not(.home) .site-header .widget_nav_menu .menu-item > a {
  color: #1a1a1a !important;
}
body.page-id-3097 .main-header-menu .menu-item > a,
body.page-id-3097 .site-header .ast-header-html a,
body.page-id-3106 .main-header-menu .menu-item > a,
body.page-id-3106 .site-header .ast-header-html a,
body.page-id-3114 .main-header-menu .menu-item > a,
body.page-id-3114 .site-header .ast-header-html a {
  color: #ffffff !important;
}
body.page-id-398 .main-header-menu .menu-item > a,
body.page-id-398 .site-header .ast-header-html a {
  color: #ffffff !important;
}
body.page-id-3259 .main-header-menu .menu-item > a,
body.page-id-3259 .site-header .ast-header-html a,
body.page-id-3264 .main-header-menu .menu-item > a,
body.page-id-3264 .site-header .ast-header-html a,
body.page-id-3299 .main-header-menu .menu-item > a,
body.page-id-3299 .site-header .ast-header-html a {
  color: #ffffff !important;
}
body.page-id-1844 .main-header-menu .menu-item > a,
body.page-id-1844 .site-header .ast-header-html a,
body.page-id-1935 .main-header-menu .menu-item > a,
body.page-id-1935 .site-header .ast-header-html a,
body.page-id-1911 .main-header-menu .menu-item > a,
body.page-id-1911 .site-header .ast-header-html a,
body.page-id-399 .main-header-menu .menu-item > a,
body.page-id-399 .site-header .ast-header-html a {
  color: #ffffff !important;
}
body.page-id-1536 .main-header-menu .menu-item > a,
body.page-id-1536 .site-header .ast-header-html a,
body.page-id-3352 .main-header-menu .menu-item > a,
body.page-id-3352 .site-header .ast-header-html a,
body.page-id-3357 .main-header-menu .menu-item > a,
body.page-id-3357 .site-header .ast-header-html a,
body.page-id-3362 .main-header-menu .menu-item > a,
body.page-id-3362 .site-header .ast-header-html a {
  color: #ffffff !important;
}
body.page-id-395 .main-header-menu .menu-item > a,
body.page-id-395 .site-header .ast-header-html a {
  color: #ffffff !important;
}
/* Bande grise au-dessus du header */
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.ast-above-header-wrap,
.ast-above-header {
  display: none !important;
  height: 0 !important;
}
/* Menu mobile visible - page-id-395 et toutes les pages */
@media (max-width: 921px) {
  .ast-mobile-header-wrap .main-header-menu .menu-item a,
  .ast-mobile-header-wrap .menu-item a,
  #ast-mobile-header .menu-item a,
  .ast-mobile-menu-trigger {
    color: #072d46 !important;
  }

  /* Fond du menu déroulant */
  .ast-mobile-header-wrap,
  #ast-mobile-header,
  .main-header-bar {
    background-color: #ffffff !important;
  }
@media (max-width: 921px) {
  .ast-offcanvas-menu .menu > .lang-item {
    display: inline-block !important;
    width: auto !important;
  }
  
  .ast-offcanvas-menu .menu {
    display: flex !important;
    flex-wrap: wrap !important;
  }
/* Fond dropdown sous-menu */
.main-navigation .sub-menu,
.main-header-menu .sub-menu,
#site-navigation .sub-menu {
  background: #072d46 !important;
  border: none !important;
}

.main-navigation .sub-menu a,
.main-header-menu .sub-menu a,
#site-navigation .sub-menu a {
  color: #ffffff !important;
}

.main-navigation .sub-menu a:hover,
.main-header-menu .sub-menu a:hover {
  color: #c8a96e !important;
}