@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

html {
  scroll-behavior: smooth;
}

:root {
  --brand-blue-900: #001a5e;
  --brand-blue-800: #002b84;
  --brand-blue-700: #003399;
  --brand-blue-600: #004aad;
  --brand-gold-500: #f2b300;
  --brand-gold-600: #cf9600;
  --ink-strong: #0f245f;
  --ink-muted: #5f6c85;
  --line-soft: #dfe6f2;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Justification globale du texte de contenu */
p,
li,
blockquote,
.detail-box p,
.detail-box li,
.objective_content p,
.objective_content li,
.leader_detail p,
.leader_detail blockquote,
.mission_box p,
.mission_box li,
.sector_box p,
.sector_box li,
.featured_detail p,
.featured_detail li,
.cta_content p,
.projects_hero_content p,
.about_section .detail-box p,
.about_section .detail-box li,
.client_section .box .detail-box p,
.food_section .box .detail-box p,
.offer_section .box .detail-box p,
.slider_section .detail-box p,
.heading_container p,
.book_section p,
.book_section li,
.contact_section p,
.contact_section li {
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.75;
}

/* Conserver l'alignement centré des éléments d'interface */
.heading_container.heading_center,
.heading_container.heading_center p,
.custom_nav-container .navbar-nav .nav-item .nav-link,
.filters_menu li,
.btn-box,
.btn-box a,
.user_option a {
  text-align: center;
}

.layout_padding {
  padding: 70px 0;
}

.layout_padding2 {
  padding: 60px 0;
}

.layout_padding2-top {
  padding-top: 60px;
}

.layout_padding2-bottom {
  padding-bottom: 60px;
}

.layout_padding-top {
  padding-top: 70px;
}

.layout_padding-bottom {
  padding-bottom: 70px;
}

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #001a5e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}

.heading_container h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #004aad;
  margin-top: 15px;
  border-radius: 3px;
}

@keyframes gradient-line {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.heading_container.heading_center h2::after {
  margin-left: auto;
  margin-right: auto;
}

.heading_container h2 span {
  color: #003399;
}

.heading_container p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #666;
  line-height: 1.7;
  max-width: 600px;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center p {
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 70vh;
  max-height: 680px;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.hero_area::before,
.hero_area::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(8px);
  animation: hero-orbit 16s ease-in-out infinite;
}

.hero_area::before {
  top: -180px;
  right: -120px;
  background: radial-gradient(circle at center, rgba(115, 170, 255, 0.38) 0%, rgba(115, 170, 255, 0) 68%);
}

.hero_area::after {
  bottom: -210px;
  left: -140px;
  background: radial-gradient(circle at center, rgba(0, 85, 204, 0.34) 0%, rgba(0, 85, 204, 0) 70%);
  animation-delay: -6s;
}

/* Top bar (social links) above the navbar */
.top_social_bar {
  background: rgba(0, 51, 153, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top_social_bar .top_bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.top_social_bar .top_contact_links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0;
  flex-wrap: wrap;
}

.top_social_bar .top_contact_links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.top_social_bar .top_contact_links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.top_social_bar .top_social_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  flex-wrap: wrap;
}

.top_social_bar .social_link {
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.top_social_bar .social_link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.45);
  transform: none;
  box-shadow: none;
}

@media (max-width: 576px) {
  .top_social_bar .top_bar_inner {
    justify-content: center;
  }

  .top_social_bar .top_social_links {
    justify-content: center;
  }
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 26, 94, 0.55) 0%, rgba(0, 51, 153, 0.40) 50%, rgba(0, 85, 204, 0.30) 100%);
  z-index: 1;
}

.bg-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.22) 0 1.8px, transparent 2px),
                    radial-gradient(circle at 65% 55%, rgba(255, 255, 255, 0.17) 0 1.5px, transparent 1.8px),
                    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0 1.6px, transparent 1.9px);
  background-size: 210px 210px, 190px 190px, 250px 250px;
  animation: glitter-drift 20s linear infinite;
  z-index: 1;
  opacity: 0.5;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.85);
  transform: translate3d(0, 0, 0) scale(1.05);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.12s linear;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 2px 20px rgba(0, 51, 153, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.navbar-brand .navbar-logo {
  height: 60px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: none;
}

@media (max-width: 576px) {
  .navbar-brand .navbar-logo {
    height: 48px;
    max-width: 200px;
  }
}

.navbar-brand:hover .navbar-logo {
  transform: none;
  filter: none;
}

.custom_nav-container {
  padding: 6px 0;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
}

.custom_nav-container .navbar-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 9px 16px;
  color: #001a5e;
  text-align: center;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.1), rgba(0, 85, 204, 0.05));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 30px;
  z-index: -1;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link::before {
  transform: scaleX(1);
  transform-origin: left;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #003399;
  transform: translateY(-2px);
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #003399;
  background: transparent;
  box-shadow: none;
  transform: none;
  font-weight: 700;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link::before {
  display: none;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #003399;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #0055cc;
}

.user_option {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.user_option a {
  margin: 0;
}

/* Search form in navbar */
.search_form {
  display: flex;
  align-items: center;
  background: rgba(0, 51, 153, 0.06);
  border: 1px solid rgba(0, 51, 153, 0.1);
  border-radius: 18px;
  padding: 3px 6px;
  margin-right: 6px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.search_form:focus-within {
  background: rgba(0, 51, 153, 0.1);
  border-color: #003399;
  box-shadow: 0 4px 15px rgba(0, 51, 153, 0.15);
}

.search_input {
  border: none;
  background: transparent;
  padding: 5px 8px;
  font-size: 12.5px;
  color: #333;
  width: 112px;
  outline: none;
}

.search_input::placeholder {
  color: #888;
}

.search_btn {
  border: none;
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #fff;
  padding: 7px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 51, 153, 0.35);
}

.search_btn i {
  font-size: 14px;
}

.social_link {
  color: #003399;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 51, 153, 0.06);
  border: 1px solid rgba(0, 51, 153, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.social_link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(135deg, #003399, #0055cc);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.social_link:hover::before {
  width: 100%;
  height: 100%;
}

.social_link:hover {
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 51, 153, 0.35);
  border-color: transparent;
}

.user_option .user_link {
  color: #003399;
}

.user_option .user_link:hover {
  color: #0055cc;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #003399;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #0055cc;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #003399;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #0055cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #003399;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #003399;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 30px 0 40px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

/* Stabiliser la hauteur du slider pendant le défilement */
.slider_section #customCarousel1 .carousel-inner {
  width: 100%;
}

.slider_section #customCarousel1 .carousel-item {
  min-height: 520px;
}

.slider_section #customCarousel1 .carousel-item.active,
.slider_section #customCarousel1 .carousel-item-next,
.slider_section #customCarousel1 .carousel-item-prev {
  display: flex;
  align-items: center;
}

.slider_section #customCarousel1 .carousel-item .container {
  width: 100%;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 44px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  animation: slideUp 0.8s ease-out;
  max-width: 680px;
}

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

.slider_section .detail-box h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.24;
  text-shadow: 0 6px 20px rgba(0, 10, 40, 0.45);
  font-family: 'Montserrat', sans-serif;
}

.slider_section .carousel-item.active .detail-box h1 {
  animation: hero-line-in 0.8s ease-out both;
}

.slider_section .detail-box p {
  font-size: 15px;
  line-height: 1.72;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.95);
  opacity: 1;
  margin-bottom: 22px;
  font-weight: 400;
  max-width: 56ch;
  text-shadow: 0 3px 14px rgba(0, 10, 40, 0.35);
}

.slider_section .carousel-item.active .detail-box p {
  animation: hero-line-in 0.9s ease-out 0.12s both;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 11px 30px;
  background-color: #ffffff;
  color: #003399;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.slider_section .detail-box .btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #dde8ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.slider_section .carousel-item.active .detail-box .btn-box {
  animation: hero-button-in 0.7s ease-out 0.24s both;
}

@keyframes hero-line-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-button-in {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
  border: none;
  transition: all 0.3s ease;
}

.slider_section .carousel-indicators li.active {
  width: 30px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}

.offer_section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  border-radius: 16px;
  padding: 25px 20px;
  background: linear-gradient(135deg, #003399 0%, #0044aa 100%);
  color: #ffffff;
  border: 1px solid rgba(0, 85, 204, 0.3);
  position: relative;
  overflow: hidden;
}

.offer_section .box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.offer_section .box .img-box {
  width: 200px;
  min-width: 200px;
  height: 200px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: rgba(255,255,255,0.15);
}

.offer_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}


.offer_section .box .detail-box h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.4;
}

.offer_section .box .detail-box h6 {
  font-family: 'Poppins', sans-serif;
  margin: 12px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #003399;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.offer_section .box .detail-box a:hover {
  background-color: #dde8ff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.offer_section .box .detail-box a svg {
  width: 18px;
  height: auto;
  margin-left: 8px;
  fill: #003399;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 35px 0 25px 0;
  gap: 8px;
}

/* Uniform cards layout for "Nos ATTRIBUTIONS" */
.food_section .filters-content .grid {
  align-items: stretch;
}

.food_section .filters_menu li {
  padding: 9px 24px;
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 2px solid #e0e8f5;
  background: #f8faff;
  color: #003399;
}

.food_section .filters_menu li:hover {
  border-color: #003399;
  background: rgba(0, 51, 153, 0.06);
}

.food_section .filters_menu li.active {
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 51, 153, 0.3);
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8eef8;
  box-shadow: 0 4px 20px rgba(0, 51, 153, 0.06);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Ensure each attribution card has the same height within a row */
.food_section .filters-content .grid > [class*="col-"] {
  display: flex;
}

.food_section .box > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.food_section .box .img-box {
  background: linear-gradient(135deg, #f0f4ff, #e8eef8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin: 0;
  padding: 20px;
  position: relative;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 150px;
  -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  object-fit: cover;
}

.food_section .box .detail-box {
  padding: 22px 25px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.food_section .box .detail-box h5 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #001a5e;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.4em * 2);
}

.food_section .box .detail-box p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  color: #555;
  font-weight: 400;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: calc(1.7em * 5);
}

@media (min-width: 992px) {
  .food_section .box {
    min-height: 470px;
  }

  .food_section .box .detail-box p {
    -webkit-line-clamp: 5;
  }
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #f0f4ff;
  margin-top: auto;
}

.food_section .box .options h6 {
  margin: 0;
  color: #003399;
}

.food_section .box .options a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: linear-gradient(135deg, #003399, #0055cc);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.food_section .box .options a i {
  color: #ffffff;
  font-size: 14px;
}

.food_section .box .options a:hover {
  transform: scale(1.12);
  box-shadow: 0 5px 15px rgba(0, 51, 153, 0.3);
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 12px 55px;
  background-color: #003399;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 51, 153, 0.3);
}

.food_section .btn-box a:hover {
  background-color: #0055cc;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 51, 153, 0.4);
}

.about_section {
  background: url('../images/president-banner.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

.about_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 153, 0.7);
  z-index: 1;
}

.about_section .container {
  position: relative;
  z-index: 2;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.about_section .heading_container h2 {
  color: #ffffff;
  font-size: 1.8rem;
}

.about_section .heading_container h2::after {
  background: #004aad;
}

.about_section .detail-box p {
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.93;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  color: #003399;
  border-radius: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.about_section .detail-box a:hover {
  background-color: #dde8ff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ========== ABOUT PAGE - Mission, Vision, Values ========== */
.about_mission_section {
  background: #f8faff;
}

.about_mission_section .row {
  align-items: stretch;
}

.about_mission_section .row > [class*="col-"] {
  display: flex;
}

.mission_box {
  text-align: center;
  padding: 40px 25px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  border-bottom: 4px solid transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mission_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 51, 153, 0.15);
  border-bottom-color: #003399;
}

.mission_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #003399 0%, #0055cc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.mission_icon i {
  font-size: 32px;
  color: #ffffff;
}

.mission_box:hover .mission_icon {
  transform: scale(1.1) rotate(5deg);
}

.mission_box h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #003399;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.mission_box p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  text-align: justify;
  flex: 1 1 auto;
}

/* ========== ABOUT PAGE - Objectives ========== */
.about_objectives_section {
  background: #ffffff;
}

.about_objectives_section .heading_container h2 {
  color: #003399;
}

.objective_list {
  margin-top: 30px;
}

.objective_item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 15px;
  background: #f8faff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.objective_item:hover {
  background: #eef3ff;
  border-left-color: #003399;
  transform: translateX(5px);
}

.objective_number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #003399;
  min-width: 60px;
  opacity: 0.3;
  line-height: 1;
  padding-top: 5px;
}

.objective_item:hover .objective_number {
  opacity: 1;
}

.objective_content h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #003399;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.objective_content p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.objectives_img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 51, 153, 0.2);
}

/* ========== ABOUT PAGE - Leadership ========== */
.about_leadership_section {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8eef8 100%);
}

/* ========== ABOUT PAGE - Dirigeants ========== */
.about_dirigeants_section {
  background: #ffffff;
}

.dirigeant_card {
  background: #ffffff;
  border-radius: 15px;
  padding: 28px 22px;
  border: 1px solid #e8eef8;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.08);
  text-align: center;
  height: 100%;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.dirigeant_card:focus {
  outline: none;
}

.dirigeant_card:focus-visible {
  outline: 2px solid rgba(0, 51, 153, 0.45);
  outline-offset: 2px;
}

.dirigeant_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 51, 153, 0.14);
}

.dirigeant_avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px auto;
  border: 5px solid #ffffff;
  box-shadow: 0 12px 30px rgba(0, 51, 153, 0.18);
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.dirigeant_avatar_placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003399;
}

.dirigeant_avatar_placeholder i {
  font-size: 42px;
  opacity: 0.65;
}

.dirigeant_body h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #001a5e;
  line-height: 1.4;
  margin-bottom: 6px;
}

.dirigeant_body p {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #555;
  margin: 0;
}

.dirigeant_bio {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 14px;
  background: rgba(0, 51, 153, 0.92);
  border-radius: 12px;
  padding: 14px 14px;
  color: #ffffff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 2;
  overflow: auto;
  pointer-events: none;
}

.dirigeant_bio_header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.dirigeant_bio_name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
  color: #ffffff;
}

.dirigeant_bio_role {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 2px;
}

.dirigeant_bio_text {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.dirigeant_bio_text p {
  margin: 0 0 10px 0;
  text-align: left;
}

.dirigeant_bio_text p:last-child {
  margin-bottom: 0;
}

.dirigeant_card:hover .dirigeant_bio,
.dirigeant_card:focus-within .dirigeant_bio {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 576px) {
  .dirigeant_avatar {
    width: 120px;
    height: 120px;
  }
}

.leader_img_box {
  text-align: center;
}

.leader_img_box img {
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 51, 153, 0.25);
  border: 5px solid #ffffff;
}

.leader_info {
  margin-top: 20px;
  text-align: center;
}

.leader_info h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #003399;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.leader_info p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #555;
  font-style: italic;
}

.leader_detail blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #003399;
  border-left: 4px solid #003399;
  padding: 20px 25px;
  margin: 0 0 25px 0;
  background: rgba(0, 51, 153, 0.05);
  border-radius: 0 10px 10px 0;
  line-height: 1.8;
}

.leader_detail p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ========== ABOUT PAGE - Sectors ========== */
.about_sectors_section {
  background: #ffffff;
}

.sector_box {
  text-align: center;
  padding: 35px 20px;
  background: #f8faff;
  border-radius: 12px;
  transition: all 0.4s ease;
  margin-bottom: 25px;
  border: 1px solid #e8eef8;
}

.sector_box:hover {
  background: #003399;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 51, 153, 0.25);
}

.sector_box i {
  font-size: 40px;
  color: #003399;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.sector_box:hover i {
  color: #ffffff;
  transform: scale(1.15);
}

.sector_box h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #003399;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.sector_box:hover h5 {
  color: #ffffff;
}

.sector_box p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.sector_box:hover p {
  color: rgba(255, 255, 255, 0.9);
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #003399;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 51, 153, 0.3);
}

.book_section .form_container button:hover {
  background-color: #0055cc;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 51, 153, 0.4);
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #003399;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #003399;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background: linear-gradient(135deg, #003399 0%, #001a5e 100%);
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.2);
}

.client_section .box .detail-box h6 {
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 5px 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  font-style: italic;
  opacity: 0.95;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #003399;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #003399;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #0055cc;
}

/* footer section*/
.footer_section {
  background: linear-gradient(135deg, #001a5e 0%, #000d33 100%);
  color: #ffffff;
  padding: 60px 0 30px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.footer_section p {
  color: #c5d4f5;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: flex-start;
}

.footer_section .footer_contact h4 {
  text-align: left;
}

.footer_section .footer-col:last-child h4 {
  text-align: right;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #aac4ff;
}

.footer_section .footer-logo {
  display: block;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #001a5e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #003399;
  background-color: #aac4ff;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section .footer-info p a {
  color: inherit;
}

/* Footer Links */
.footer_links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_links a {
  display: block;
  color: #c5d4f5;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.footer_links a:hover {
  color: #ffffff;
  padding-right: 10px;
  text-decoration: none;
}

.footer_links a::before {
  content: '';
}

.footer_links a:hover::after {
  color: #ffffff;
}

.footer_links a::after {
  content: '\f104';
  font-family: 'FontAwesome';
  margin-left: 8px;
  color: #aac4ff;
  transition: all 0.3s ease;
}

/* Footer Actualités & Événements */
.footer_actualites {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer_actu_item {
  border-left: 3px solid #aac4ff;
  padding-left: 12px;
  transition: all 0.3s ease;
}

.footer_actu_item:hover {
  border-left-color: #ffffff;
  padding-left: 15px;
}

.footer_actu_item .actu_date {
  display: block;
  font-size: 11px;
  color: #aac4ff;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}

.footer_actu_item .actu_date i {
  margin-right: 4px;
}

.footer_actu_item a {
  color: #c5d4f5;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  display: block;
}

.footer_actu_item a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Footer Partenaires Logos */
.footer_partners {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 25px;
  text-align: center;
}

.footer_partners_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.footer_partner_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 12px 16px;
  min-height: 72px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer_partner_item:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.footer_partner_item img {
  max-height: 45px;
  max-width: 110px;
  object-fit: contain;
}

.footer_partner_name {
  color: #001a5e;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.footer_partner_item:hover .footer_partner_name {
  color: #003399;
}

/* ===== Page Actualités & Événements ===== */

.hero_area_inner {
  min-height: auto;
}

.inner_page_hero {
  padding: 80px 0 50px 0;
}

/* Cartes Actualités */
.actu_card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.actu_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,26,94,0.15);
}

.actu_card_img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

/* Variante plus compacte (accueil / carousel) */
.actu_card--compact .actu_card_img {
  height: 170px;
}

.actu_card--compact .actu_card_body {
  padding: 20px;
}

.actu_card--compact .actu_card_body h5 {
  font-size: 16px;
}

.actu_card--compact .actu_card_body p {
  font-size: 13.5px;
}

@media (max-width: 576px) {
  .actu_card--compact .actu_card_img {
    height: 150px;
  }
  .actu_card--compact .actu_card_body {
    padding: 18px;
  }
}

/* OwlCarousel - Actualités */
.actu_owl-carousel .owl-stage {
  display: flex;
}

.actu_owl-carousel .owl-item {
  display: flex;
}

.actu_owl-carousel .item {
  padding: 10px;
  display: flex;
  width: 100%;
}

.actu_owl-carousel .actu_card {
  width: 100%;
}

/* Éviter les “sauts” de hauteur (titre/texte variables) */
.actu_card--compact .actu_card_body h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.5em * 2);
}

.actu_card--compact .actu_card_body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  min-height: calc(1.7em * 4);
}

.actu_owl-carousel .owl-nav {
  margin-top: 10px;
}

.actu_owl-carousel .owl-nav button.owl-prev,
.actu_owl-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  color: #003399 !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.actu_owl-carousel .owl-dots .owl-dot span {
  background: #cfd8ea;
}

.actu_owl-carousel .owl-dots .owl-dot.active span {
  background: #003399;
}

.actu_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.actu_card:hover .actu_card_img img {
  transform: scale(1.08);
}

.actu_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #003399;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}

.actu_card_body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.actu_card_meta {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
}

.actu_card_meta span {
  color: #888;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.actu_card_meta span i {
  margin-right: 4px;
  color: #003399;
}

.actu_card_body h5 {
  font-weight: 700;
  color: #001a5e;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.actu_card_body p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
  flex-grow: 1;
}

.actu_card_footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.actu_read_more {
  color: #003399;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  text-decoration: none;
}

.actu_read_more:hover {
  color: #0055cc;
  text-decoration: none;
  padding-left: 5px;
}

.actu_read_more i {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}

.actu_read_more:hover i {
  margin-left: 10px;
}

/* Cartes Événements */
.event_card {
  display: flex;
  background: #fff;
  border-left: 4px solid #198754;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
}

.event-card--upcoming {
  border-left: 4px solid #198754 !important;
}

.event-card--upcoming .event_date_box {
  background: #198754;
}

.event-card--upcoming .event_dates {
  color: #198754;
}

.event-card--ongoing {
  border-left: 4px solid #0d6efd !important;
}

.event-card--ongoing .event_date_box {
  background: #0d6efd;
}

.event-card--ongoing .event_dates {
  color: #0d6efd;
}

.event-card--past {
  border-left: 4px solid #6c757d !important;
}

.event-card--past .event_date_box {
  background: #6c757d;
}

.event-card--past .event_dates {
  color: #6c757d;
}

.event_card .event_status_badge {
  position: absolute !important;
  top: 14px;
  right: 16px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.event-card--upcoming .event_status_badge {
  background: #198754;
}

.event-card--ongoing .event_status_badge {
  background: #0d6efd;
}

.event-card--past .event_status_badge {
  background: #6c757d;
}

.event_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,26,94,0.15);
}

.event_date_box {
  min-width: 100px;
  background: linear-gradient(135deg, #001a5e 0%, #003399 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  color: #fff;
}

.event_day {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
}

.event_month {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
}

.event_year {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 3px;
  font-family: 'Poppins', sans-serif;
}

.event_info {
  padding: 25px;
  flex-grow: 1;
}

.event_info h5 {
  font-weight: 700;
  color: #001a5e;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.event_info p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.event_details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.event_details span {
  color: #888;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

.event_details span i {
  margin-right: 5px;
  color: #003399;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Scroll Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Section divider wave */
.section-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
}

.section-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Enhanced card hover effects */
.food_section .box {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.food_section .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 51, 153, 0.15);
  border-color: rgba(0, 51, 153, 0.15);
}

.food_section .box,
.actu_card,
.event_card,
.partner_card_v2,
.galerie_card,
.docs_card,
.search_result_item {
  position: relative;
  isolation: isolate;
}

.food_section .box::before,
.actu_card::before,
.event_card::before,
.partner_card_v2::before,
.galerie_card::before,
.docs_card::before,
.search_result_item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(169, 200, 255, 0.2) 46%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-130%);
  transition: transform 0.75s ease;
  pointer-events: none;
  z-index: 1;
}

.food_section .box:hover::before,
.actu_card:hover::before,
.event_card:hover::before,
.partner_card_v2:hover::before,
.galerie_card:hover::before,
.docs_card:hover::before,
.search_result_item:hover::before {
  transform: translateX(130%);
}

.food_section .box > *,
.actu_card > *,
.event_card > *,
.partner_card_v2 > *,
.galerie_card > *,
.docs_card > *,
.search_result_item > * {
  position: relative;
  z-index: 2;
}

.offer_section .box {
  transition: all 0.4s ease;
  overflow: hidden;
}

.offer_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 51, 153, 0.25);
}

/* Stats counter bar */
.stats_section {
  background: linear-gradient(135deg, #003399 0%, #001a5e 100%);
  padding: 50px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.stats_section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.stats_section .stat-box {
  text-align: center;
  padding: 15px;
  position: relative;
}

.stats_section .stat-box h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 8px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.stats_section .stat-box p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.85;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

/* Header scroll effect */
.header_section.scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 51, 153, 0.1);
}

.header_section.scrolled .custom_nav-container {
  padding: 8px 0;
}

.header_section.scrolled .navbar-brand .navbar-logo {
  height: 50px;
}

/* Pulse animation for CTA buttons */
@keyframes pulse-glow {
  0% { box-shadow: 0 5px 20px rgba(0, 51, 153, 0.3); }
  50% { box-shadow: 0 5px 30px rgba(0, 51, 153, 0.6); }
  100% { box-shadow: 0 5px 20px rgba(0, 51, 153, 0.3); }
}

/* Text gradient animation for hero */
@keyframes gradient-text {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes hero-orbit {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.08);
  }
}

@keyframes glitter-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-90px, 70px, 0);
  }
}

@keyframes glass-sweep {
  0%, 22% {
    transform: translateX(-170%) rotate(24deg);
  }
  38%, 100% {
    transform: translateX(340%) rotate(24deg);
  }
}

/* Effet fade uniquement si le carousel utilise explicitement .carousel-fade */
.carousel.carousel-fade .carousel-item {
  transition: opacity 0.8s ease-in-out;
}

/* Better food card image area */
.food_section .box .img-box {
  position: relative;
  overflow: hidden;
}

.food_section .box .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004aad;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.food_section .box:hover .img-box::after {
  transform: scaleX(1);
}

/* Options icons styling */
.food_section .box .options h6 {
  display: flex;
  align-items: center;
  margin: 0;
}

.food_section .box .options h6 i {
  font-size: 18px;
  color: #003399;
  opacity: 0.7;
}

.food_section .box .options a {
  transition: all 0.3s ease;
}

.food_section .box .options a:hover {
  transform: scale(1.12);
  box-shadow: 0 5px 15px rgba(0, 51, 153, 0.3);
}

/* Book/Contact section enhancements */
.book_section {
  background: linear-gradient(135deg, #f5f8ff 0%, #eef3ff 100%);
}

.book_section .heading_container {
  margin-bottom: 35px;
}

.book_section .form_container {
  background: #ffffff;
  border: 1px solid #e8eef8;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.08);
}

.book_section #contact-alert {
  border: 1px solid transparent;
  font-family: 'Poppins', sans-serif;
}

.book_section .form_container .form-control:focus {
  border-color: #003399;
  box-shadow: 0 0 0 3px rgba(0, 51, 153, 0.15);
}

.book_section .form_container .form-control,
.book_section .form_container .nice-select {
  height: 54px;
  border-radius: 10px;
  border: 1px solid #d4e0f3;
  background: #ffffff;
  padding-left: 18px;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
}

.book_section .form_container .nice-select {
  line-height: 52px;
}

.book_section .form_container textarea.form-control {
  min-height: 140px;
  padding-top: 14px;
  resize: vertical;
}

.book_section .form_container .btn_box {
  margin-top: 10px;
}

.book_section .form_container button {
  width: 100%;
}

.book_section .heading_container h2 {
  color: #003399;
}

/* Nice select custom style */
.book_section .nice-select {
  width: 100%;
}

.book_section .nice-select .list {
  width: 100%;
  border: 1px solid #d4e0f3;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 51, 153, 0.12);
}

.book_section .map_container {
  border: 1px solid #e8eef8;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.08);
  min-height: 440px;
}

.book_section .map_container #googleMap {
  min-height: 440px;
}

/* Client section background */
.client_section {
  background: #ffffff;
  padding-top: 50px;
}

/* About section image animation */
.about_section .img-box img {
  transition: transform 0.5s ease;
}

.about_section .img-box:hover img {
  transform: scale(1.03);
}

/* Offer section background */
.offer_section {
  background: #ffffff;
}

/* ==============================
   PROJECTS PAGE STYLES
   ============================== */

/* Hero Banner */
.projects_hero_section {
  background: linear-gradient(135deg, #001a5e 0%, #003399 50%, #0055cc 100%);
  padding: 80px 0 60px;
  color: #ffffff;
  margin-top: 0;
}

.projects_hero_content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.projects_hero_content p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.9;
  max-width: 600px;
}

.stat-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(5px);
}

.stat-circle h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.stat-circle p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.85;
  margin: 5px 0 0;
  text-align: center;
}

/* Project Status Badges */
.project_status {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status_encours {
  background: rgba(0, 51, 153, 0.12);
  color: #003399;
}

.status_termine {
  background: rgba(40, 167, 69, 0.12);
  color: #28a745;
}

.status_planifie {
  background: rgba(255, 165, 0, 0.12);
  color: #e69500;
}

.project_location {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #666;
}

.project_location i {
  color: #003399;
  margin-right: 4px;
}

/* Project cards override options layout */
.food_section .box .detail-box .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* Featured Project Section */
.featured_project_section {
  background: #f5f8ff;
}

.featured_img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 51, 153, 0.15);
  background: #e8edf5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.featured_badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 15px rgba(0, 51, 153, 0.3);
}

.featured_badge i {
  margin-right: 6px;
  color: #ffd700;
}

.featured_detail {
  padding: 10px 0 10px 30px;
}

.featured_tag {
  display: inline-block;
  background: rgba(0, 51, 153, 0.08);
  color: #003399;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.featured_detail h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #001a5e;
  margin-bottom: 15px;
}

.featured_detail p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.featured_stats_row {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.featured_stat {
  text-align: center;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 51, 153, 0.08);
  min-width: 100px;
}

.featured_stat strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003399;
  margin-bottom: 4px;
}

.featured_stat span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #001a5e;
}

.featured_objectives {
  margin-bottom: 25px;
}

.featured_objectives h6 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}

.featured_objectives h6 i {
  color: #28a745;
  margin-right: 10px;
  font-size: 16px;
}

.featured_btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 51, 153, 0.25);
}

.featured_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 153, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.featured_btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.featured_btn:hover i {
  transform: translateX(5px);
}

/* CTA Section */
.projects_cta_section {
  background: linear-gradient(135deg, #001a5e 0%, #003399 100%);
  padding: 70px 0;
}

.cta_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta_content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  max-width: 650px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.cta_btn {
  display: inline-block;
  padding: 14px 35px;
  background: #ffffff;
  color: #003399;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.cta_btn:hover {
  background: #dde8ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  color: #003399;
  text-decoration: none;
}

.cta_btn i {
  margin-left: 8px;
}

/* ========================================
   SEARCH RESULTS PAGE STYLES
======================================== */

.search_results_page {
  background: #f8f9fa;
  min-height: 60vh;
}

/* Large Search Form */
.search_form_large {
  display: flex;
  background: #fff;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 5px 30px rgba(0, 51, 153, 0.1);
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}

.search_form_large:focus-within {
  border-color: #003399;
  box-shadow: 0 8px 40px rgba(0, 51, 153, 0.2);
}

.search_input_large {
  flex: 1;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  outline: none;
  background: transparent;
  color: #333;
}

.search_input_large::placeholder {
  color: #999;
}

.search_btn_large {
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.search_btn_large:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 51, 153, 0.4);
}

/* Search Category */
.search_category_title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #003399;
  padding-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.search_category_title i {
  font-size: 1.1rem;
  opacity: 0.8;
}

/* Search Result Card */
.search_result_card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}

.search_result_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 51, 153, 0.15);
  border-color: #003399;
}

.search_result_img {
  height: 180px;
  overflow: hidden;
}

.search_result_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.search_result_card:hover .search_result_img img {
  transform: scale(1.1);
}

.search_result_content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.search_result_type {
  display: inline-block;
  background: linear-gradient(135deg, #003399, #0055cc);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  width: fit-content;
}

.search_result_content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.4;
}

.search_result_meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.search_result_meta i {
  color: #003399;
  margin-right: 6px;
  width: 14px;
}

.search_result_excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

.search_result_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #003399;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.search_result_link:hover {
  color: #0055cc;
  text-decoration: none;
}

.search_result_link i {
  transition: transform 0.3s ease;
}

.search_result_link:hover i {
  transform: translateX(4px);
}

/* No Results Box */
.no_results_box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.suggestions_box {
  background: #f8f9fa;
  padding: 20px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
}

.suggestions_box ul li {
  padding: 5px 0;
}

.suggestions_box ul li i {
  margin-right: 10px;
}

/* Search Result Item Hover */
.search_result_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.15);
  border-color: #003399 !important;
}

/* Responsive media: ensure images, videos and embedded content scale */
img, svg, iframe, embed, object, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent large fixed-width elements from causing horizontal scroll */
* {
  box-sizing: border-box;
}

/* Improve container responsiveness on very small screens */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* ==============================
   PARTENAIRES PAGE STYLES
   ============================== */

/* --- Hero Banner --- */
.partners_hero {
  background: linear-gradient(135deg, #001a5e 0%, #00308f 50%, #001a5e 100%);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}

.partners_hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

.partners_hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}

.partners_hero_content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.partners_hero_badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #aac4ff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}

.partners_hero_badge i {
  margin-right: 6px;
}

.partners_hero_content h1 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 38px;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}

.partners_hero_content p {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
}

/* --- Intro Section --- */
.partners_intro {
  background: #f7f9ff;
  padding: 50px 0;
}

.partners_intro_inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 40px;
  box-shadow: 0 4px 30px rgba(0, 26, 94, 0.06);
  border-left: 4px solid #001a5e;
}

.partners_intro_icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #001a5e, #003399);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
}

.partners_intro_text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #001a5e;
  margin: 0 0 10px;
}

.partners_intro_text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* --- Partners Grid --- */
.partners_grid_section {
  background: #f7f9ff;
  padding: 20px 0 80px;
}

.partners_count {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #888;
  margin-bottom: 35px;
}

.partners_count span {
  font-weight: 800;
  font-size: 28px;
  color: #001a5e;
  font-family: 'Montserrat', sans-serif;
  margin-right: 4px;
}

.partner_card_v2 {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 26, 94, 0.06);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.partner_card_v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 26, 94, 0.12);
}

.partner_card_logo {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #e8eeff 0%, #f0f4ff 100%);
  border-bottom: 1px solid #e4eaf8;
}

.partner_card_logo img {
  max-height: 80px;
  max-width: 85%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner_card_v2:hover .partner_card_logo img {
  transform: scale(1.06);
}

.partner_card_placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #001a5e, #003399);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_card_placeholder span {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 1px;
}

.partner_card_info {
  padding: 16px 20px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner_card_info h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a2e;
  margin: 0 0 8px;
  line-height: 1.4;
}

.partner_card_link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #003399;
  font-weight: 500;
  transition: all 0.3s ease;
}

.partner_card_link:hover {
  color: #001a5e;
  text-decoration: none;
}

.partner_card_link i {
  font-size: 10px;
  margin-left: 3px;
  transition: transform 0.3s ease;
}

.partner_card_link:hover i {
  transform: translateX(3px);
}

/* --- CTA Section --- */
.partners_cta {
  background: linear-gradient(135deg, #001a5e 0%, #00308f 100%);
  padding: 60px 0;
}

.partners_cta h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 12px;
}

.partners_cta p {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  margin: 0 auto 28px;
  text-align: center;
  max-width: 600px;
}

.partners_cta_btn {
  display: inline-block;
  background: #ffffff;
  color: #001a5e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.partners_cta_btn:hover {
  background: #aac4ff;
  color: #001a5e;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.partners_cta_btn i {
  margin-right: 8px;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .partners_hero {
    padding: 50px 0 45px;
  }

  .partners_hero_content h1 {
    font-size: 26px;
  }

  .partners_intro_inner {
    flex-direction: column;
    padding: 25px;
    gap: 18px;
  }

  .partners_cta h3 {
    font-size: 20px;
  }

  .partner_card_logo {
    height: 100px;
  }

  .partner_card_logo img {
    max-height: 60px;
  }
}

/* ==============================
   GALERIE PAGE
   ============================== */

/* Hero */
.galerie_hero_banner {
  padding: 70px 0 55px;
  text-align: center;
}

.galerie_hero_badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #aac4ff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 18px;
  backdrop-filter: blur(4px);
}

.galerie_hero_badge i { margin-right: 6px; }

.galerie_hero_banner h1 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  margin: 0 0 14px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.galerie_hero_banner p {
  color: rgba(255,255,255,0.8);
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: 500px;
}

/* Filtres */
.galerie_filters_section {
  background: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #eef2f7;
  position: sticky;
  top: 0;
  z-index: 50;
}

.galerie_filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.galerie_filter_btn {
  background: #f0f4ff;
  border: 1px solid #dce4f5;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.galerie_filter_btn:hover {
  background: #dce4f5;
  color: #001a5e;
}

.galerie_filter_btn.active {
  background: #001a5e;
  color: #ffffff;
  border-color: #001a5e;
}

.galerie_filter_btn i { margin-right: 5px; }

/* Grid */
.galerie_grid_section {
  background: #f7f9ff;
  padding: 40px 0 80px;
}

.galerie_counter {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.galerie_counter span {
  font-weight: 800;
  font-size: 24px;
  color: #001a5e;
  font-family: 'Montserrat', sans-serif;
  margin-right: 3px;
}

.galerie_counter small {
  display: block;
  margin-top: 6px;
  color: #7f8bad;
  font-size: 12px;
}

/* Empty */
.galerie_empty {
  text-align: center;
  padding: 80px 0;
}

.galerie_empty i {
  font-size: 60px;
  color: #ddd;
  margin-bottom: 20px;
  display: block;
}

.galerie_empty h3 {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.galerie_empty p {
  color: #999;
  font-family: 'Poppins', sans-serif;
}

/* Cards */
.galerie_card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,26,94,0.06);
  transition: all 0.35s ease;
  height: 100%;
}

.galerie_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,26,94,0.12);
}

.galerie_card_media {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: #f0f2f5;
}

.galerie_card_media img,
.galerie_card_media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.galerie_card:hover .galerie_card_media img,
.galerie_card:hover .galerie_card_media video {
  transform: scale(1.08);
}

.galerie_card_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 26, 94, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.galerie_card:hover .galerie_card_overlay {
  opacity: 1;
}

.galerie_card_overlay i {
  color: #ffffff;
  font-size: 32px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.galerie_play_overlay {
  background: rgba(0, 0, 0, 0.45);
}

.galerie_play_overlay i {
  font-size: 42px;
}

.galerie_badge_video {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  backdrop-filter: blur(4px);
  z-index: 2;
}

.galerie_badge_album {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 26, 94, 0.82);
  color: #fff;
  font-size: 11px;
  padding: 4px 11px;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  backdrop-filter: blur(4px);
  z-index: 2;
}

.galerie_badge_album i { margin-right: 4px; }

.galerie_badge_video i { margin-right: 3px; }

.galerie_card_body {
  padding: 14px 16px 16px;
}

.galerie_card_body h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.galerie_card_meta {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #5c6f9f;
  margin-bottom: 4px;
}

.galerie_card_meta i { margin-right: 4px; }

.galerie_card_date {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #999;
}

.galerie_card_date i { margin-right: 4px; }

/* Lightbox */
.galerie_lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.galerie_lightbox.active {
  display: flex;
}

.galerie_lightbox_close {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.galerie_lightbox_close:hover { opacity: 1; }

.galerie_lightbox_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
}

.galerie_lightbox_nav:hover {
  background: rgba(255,255,255,0.25);
}

.galerie_lightbox_prev { left: 20px; }
.galerie_lightbox_next { right: 20px; }

.galerie_lightbox_content {
  max-width: 90vw;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galerie_lightbox_content img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
}

.galerie_lightbox_content iframe {
  width: 80vw;
  height: 70vh;
  border-radius: 4px;
}

.galerie_lightbox_caption {
  color: rgba(255,255,255,0.8);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  max-width: 600px;
}

/* Responsive galerie */
@media (max-width: 768px) {
  .galerie_hero_banner h1 { font-size: 28px; }
  .galerie_card_media { height: 140px; }
  .galerie_filters { gap: 6px; }
  .galerie_filter_btn { padding: 6px 14px; font-size: 12px; }
  .galerie_lightbox_content { max-width: 95vw; }
  .galerie_lightbox_content iframe { width: 95vw; height: 50vh; }
}

  /* ==============================
     DOCUMENTATION PAGE
     ============================== */

  .documentation_showcase {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
  }

  .docs_heading_badge {
    display: inline-block;
    background: #e5edff;
    color: #003399;
    border-radius: 25px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
  }

  .docs_heading_badge i {
    margin-right: 6px;
  }

  .docs_cards_grid {
    align-items: stretch;
  }

  .docs_card {
    background: #ffffff;
    border: 1px solid #e6ecfa;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 51, 153, 0.08);
    padding: 20px 16px 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.25s ease;
  }

  .docs_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 51, 153, 0.12);
  }

  /* ── Thumbnail zone ── */
  .docs_card_thumb {
    position: relative;
    width: calc(100% + 32px);
    margin: -20px -16px 14px;
    height: 110px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    flex-shrink: 0;
  }

  .docs_card_thumb_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .docs_card_thumb_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: rgba(255,255,255,0.92);
  }

  /* Per-type background gradients */
  .docs_card_thumb--pdf    { background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%); }
  .docs_card_thumb--doc,
  .docs_card_thumb--docx   { background: linear-gradient(135deg, #1565c0 0%, #2196f3 100%); }
  .docs_card_thumb--xls,
  .docs_card_thumb--xlsx   { background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%); }
  .docs_card_thumb--ppt,
  .docs_card_thumb--pptx   { background: linear-gradient(135deg, #d84315 0%, #ff7043 100%); }
  .docs_card_thumb--image  { background: #e9ecf4; }
  .docs_card_thumb--other,
  .docs_card_thumb          { background: linear-gradient(135deg, #003399 0%, #4a6fc7 100%); }

  .docs_type_badge {
    background: #003399;
    color: #ffffff;
    border-radius: 16px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: 'Montserrat', sans-serif;
  }

  .docs_type_badge--overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    color: #fff;
  }

  .docs_card_title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #0f1f4d;
    margin: 0 0 6px;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.4em * 2);
  }

  .docs_card_desc {
    color: #5a6580;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.6em * 3);
  }

  .docs_card_footer {
    margin-top: 14px;
    display: flex;
    gap: 10px;
  }

  .docs_btn {
    border: 0;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.25s ease;
    flex: 1;
  }

  .docs_btn_preview {
    background: #e9f0ff;
    color: #003399;
  }

  .docs_btn_preview:hover {
    background: #d6e4ff;
    color: #002a80;
    text-decoration: none;
  }

  .docs_btn_preview:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  .docs_btn_download {
    background: #003399;
    color: #ffffff;
  }

  .docs_btn_download:hover {
    background: #002a80;
    color: #ffffff;
    text-decoration: none;
  }

  .docs_preview_modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
  }

  .docs_preview_modal.active {
    display: block;
  }

  .docs_preview_backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 14, 52, 0.65);
  }

  .docs_preview_dialog {
    position: relative;
    width: min(980px, calc(100vw - 32px));
    height: min(82vh, 760px);
    margin: 5vh auto 0;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
  }

  .docs_preview_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1fb;
  }

  .docs_preview_header h5 {
    margin: 0;
    color: #13265e;
    font-weight: 700;
    font-size: 16px;
  }

  .docs_preview_close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #f0f4ff;
    color: #14327d;
  }

  .docs_preview_body {
    flex: 1;
    background: #f6f8fe;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .docs_preview_iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
  }

  .docs_preview_image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .docs_preview_fallback {
    text-align: center;
  }

  .docs_preview_fallback p {
    margin-bottom: 12px;
    color: #4f5f86;
  }

  @media (max-width: 768px) {
    .docs_card_footer {
      flex-direction: column;
    }

    .docs_preview_dialog {
      width: calc(100vw - 16px);
      height: 86vh;
      margin-top: 2vh;
    }
  }

/* ========== Global Design Polish ========== */
:root {
  --brand-blue-900: #001a5e;
  --brand-blue-700: #003399;
  --brand-blue-500: #2d6cff;
  --surface-soft: #f6f9ff;
}

body {
  background-image: radial-gradient(circle at 10% -10%, rgba(45, 108, 255, 0.08), transparent 34%),
                    radial-gradient(circle at 90% 12%, rgba(0, 26, 94, 0.06), transparent 36%);
  background-attachment: fixed;
}

a.btn1,
.btn1,
.btn-box .btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #002f96 0%, #2d6cff 52%, #f2b300 120%);
  background-size: 180% 180%;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 51, 153, 0.34);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.4s ease;
}

a.btn1:hover,
.btn1:hover,
.btn-box .btn1:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 51, 153, 0.42);
  background-position: 100% 0;
}

.custom_nav-container .dropdown-menu {
  margin-top: 8px;
  border: 1px solid rgba(0, 51, 153, 0.12);
  border-radius: 14px;
  padding: 8px;
  min-width: 210px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 35px rgba(0, 26, 94, 0.16);
}

.custom_nav-container .dropdown-item {
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #17316f;
  padding: 9px 12px;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.custom_nav-container .dropdown-item:hover,
.custom_nav-container .dropdown-item.active {
  background: linear-gradient(135deg, rgba(0, 51, 153, 0.12), rgba(45, 108, 255, 0.1));
  color: var(--brand-blue-700);
  transform: translateX(2px);
}

.actu_badge,
.docs_type_badge,
.galerie_badge_album {
  background: linear-gradient(135deg, #003399 0%, #2b63dd 70%, #f2b300 140%);
}

.partner_card_link,
.actu_read_more,
.docs_btn_preview,
.docs_btn_download,
.search_result_link {
  color: #003399;
}

.footer_section {
  background: linear-gradient(135deg, #001751 0%, #002b84 55%, #00113e 100%);
}

.food_section,
#actualites,
.client_section,
.partners_grid_section,
.galerie_grid_section,
.documentation_showcase {
  position: relative;
}

.food_section::after,
#actualites::after,
.partners_grid_section::after,
.galerie_grid_section::after,
.documentation_showcase::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 51, 153, 0.2) 50%, transparent 100%);
  pointer-events: none;
}

.food_section .box,
.actu_card,
.event_card,
.partner_card_v2,
.galerie_card,
.docs_card {
  border: 1px solid rgba(0, 26, 94, 0.08);
  box-shadow: 0 8px 24px rgba(0, 26, 94, 0.08);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.food_section .box:hover,
.actu_card:hover,
.event_card:hover,
.partner_card_v2:hover,
.galerie_card:hover,
.docs_card:hover {
  transform: perspective(900px) translateY(-6px) rotateY(7deg) rotateX(1.5deg);
  border-color: rgba(0, 51, 153, 0.2);
  box-shadow: 0 16px 36px rgba(0, 26, 94, 0.16);
}

.food_section .box.card-spin-touch,
.actu_card.card-spin-touch,
.event_card.card-spin-touch,
.partner_card_v2.card-spin-touch,
.galerie_card.card-spin-touch,
.docs_card.card-spin-touch {
  transform: perspective(900px) translateY(-4px) rotateY(8deg) rotateX(2deg);
  border-color: rgba(0, 51, 153, 0.22);
  box-shadow: 0 14px 30px rgba(0, 26, 94, 0.18);
}

.footer_section {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_section .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
}

@keyframes soft-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.soft-float {
  animation: soft-float 4s ease-in-out infinite;
}

.has-scroll-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.has-scroll-bg > * {
  position: relative;
  z-index: 2;
}

.scroll-bg-layer {
  position: absolute;
  inset: -16% -8%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.52;
  will-change: transform;
  transition: transform 0.1s linear;
}

.scroll-bg-layer--1 {
  background-image: radial-gradient(circle at 20% 28%, rgba(45, 108, 255, 0.30) 0%, rgba(45, 108, 255, 0) 46%),
                    radial-gradient(circle at 82% 74%, rgba(0, 26, 94, 0.20) 0%, rgba(0, 26, 94, 0) 52%),
                    linear-gradient(135deg, rgba(242, 179, 0, 0.12) 0%, rgba(242, 179, 0, 0) 60%);
}

.scroll-bg-layer--2 {
  background-image: radial-gradient(circle at 78% 22%, rgba(0, 51, 153, 0.26) 0%, rgba(0, 51, 153, 0) 44%),
                    radial-gradient(circle at 24% 78%, rgba(45, 108, 255, 0.24) 0%, rgba(45, 108, 255, 0) 50%),
                    linear-gradient(160deg, rgba(0, 26, 94, 0.10) 0%, rgba(0, 26, 94, 0) 62%);
}

.scroll-bg-layer--3 {
  background-image: radial-gradient(circle at 50% 20%, rgba(45, 108, 255, 0.20) 0%, rgba(45, 108, 255, 0) 42%),
                    radial-gradient(circle at 16% 66%, rgba(242, 179, 0, 0.18) 0%, rgba(242, 179, 0, 0) 40%),
                    radial-gradient(circle at 86% 72%, rgba(0, 26, 94, 0.17) 0%, rgba(0, 26, 94, 0) 45%);
}

:root {
  --font-body: "Inter", "Open Sans", sans-serif;
  --font-heading: "Space Grotesk", "Montserrat", sans-serif;
}

body {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading_container h2,
.brand-name {
  font-family: var(--font-heading);
}

.animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate.visible,
[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .soft-float {
    animation: none !important;
  }

  .hero_area::before,
  .hero_area::after,
  .bg-box::before {
    animation: none !important;
  }

  .scroll-bg-layer {
    display: none !important;
  }

  .bg-box img {
    transform: none !important;
    transition: none !important;
  }

  .slider_section .carousel-item.active .detail-box h1,
  .slider_section .carousel-item.active .detail-box p,
  .slider_section .carousel-item.active .detail-box .btn-box {
    animation: none !important;
  }

  .animate,
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fade-in-up,
  .fade-in-left,
  .fade-in-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* Public ministries links */
.public_ministries_section {
  background: #f6f9ff;
  position: relative;
  overflow: hidden;
}

.public_ministries_section .heading_container p {
  color: #6b7280;
  max-width: 760px;
  margin: 12px auto 0;
  line-height: 1.7;
}

.ministry_links_grid {
  margin-top: 34px;
}

.ministry_link_card {
  display: flex;
  min-height: 185px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(18, 70, 154, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  color: #06235f;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ministry_link_card:hover,
.ministry_link_card:focus {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border-color: rgba(18, 70, 154, 0.28);
  color: #06235f;
  text-decoration: none;
}

.ministry_link_icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f4fbd, #06235f);
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 18px;
}

.ministry_link_card strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 16px;
}

.ministry_link_card small {
  color: #0f4fbd;
  font-weight: 700;
}

.google_map_embed {
  width: 100%;
  height: 100%;
  min-height: 345px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef4ff;
}

.google_map_embed iframe {
  width: 100%;
  height: 100%;
  min-height: 345px;
  border: 0;
  display: block;
}


/* Correctifs AN-PPIE - Nos attributions : 4 cards, modals, bouton minimaliste */
.food_section.attribution_section .attribution_grid > .attribution_col {
  display: flex;
  margin-bottom: 30px;
}

.food_section.attribution_section .attribution_card {
  width: 100%;
}

.food_section.attribution_section .box .img-box {
  height: 180px;
}

.food_section.attribution_section .box .img-box img {
  max-height: 135px;
}

.food_section.attribution_section .box .detail-box p {
  -webkit-line-clamp: 6;
  min-height: calc(1.7em * 6);
}

.food_section.attribution_section .box .options.attribution-actions {
  justify-content: flex-start;
  gap: 10px;
}

.attribution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #003399;
  background: #003399;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}

.attribution-btn:hover,
.attribution-btn:focus {
  background: #0055cc;
  border-color: #0055cc;
  color: #ffffff;
  transform: translateY(-1px);
  outline: none;
}

.attribution-btn--light {
  min-height: 32px;
  padding: 7px 15px;
}

.attribution-modal .modal-content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(0, 26, 94, 0.22);
}

.attribution-modal .modal-header {
  background: #003399;
  color: #ffffff;
  border-bottom: 0;
  align-items: center;
}

.attribution-modal .modal-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 16px;
}

.attribution-modal .close {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}

.attribution-modal .modal-body {
  padding: 28px;
  color: #4f5b73;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

.attribution-modal .modal-body p {
  margin-bottom: 16px;
}

.attribution-modal .modal-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.attribution-modal .modal-body li {
  margin-bottom: 8px;
}

.attribution-modal .modal-footer {
  border-top: 1px solid #eef3fb;
  padding: 16px 28px 22px;
}

@media (min-width: 992px) {
  .food_section.attribution_section .box {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .food_section.attribution_section .box .detail-box p {
    min-height: auto;
  }

  .food_section.attribution_section .box {
    min-height: auto;
  }
}

/* Correctifs AN-PPIE - Vision du Chef de l'État */
.vision_section .row {
  min-height: 560px;
}

.vision_president_card {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 35, 105, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 35, 105, 0.22);
}

.vision_president_card img {
  display: block;
  width: 100%;
  max-width: none;
  height: 560px;
  object-fit: cover;
  object-position: center top;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.vision_president_caption {
  padding: 22px 24px 24px;
  background: #ffffff;
  color: #00296f;
  text-align: center;
  border-top: 5px solid #0d47a1;
}

.vision_president_caption span,
.vision_president_caption small {
  display: block;
  font-family: 'Poppins', sans-serif;
  line-height: 1.45;
}

.vision_president_caption span {
  color: #0d47a1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.vision_president_caption strong {
  display: block;
  margin: 7px 0 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
}

.vision_president_caption small {
  color: #0d47a1;
  font-size: 15px;
  font-weight: 700;
}

.vision_detail_box {
  padding-left: 28px;
}

@media (max-width: 991px) {
  .vision_president_card {
    max-width: 460px;
    margin-bottom: 35px;
  }

  .vision_president_card img {
    height: 450px;
  }

  .vision_detail_box {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .vision_president_card {
    border-radius: 15px;
  }

  .vision_president_card img {
    height: 360px;
  }

  .vision_president_caption {
    padding: 18px 16px 20px;
  }

  .vision_president_caption strong {
    font-size: 15px;
  }
}

/* Correctifs AN-PPIE - Témoignages, dénonciations et lien Présidence */
.testimonials_heading {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials_intro {
  max-width: 680px;
  margin: 12px auto 0;
  color: #5d6b85;
  font-size: 16px;
  line-height: 1.7;
}

.testimonials_actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.testimonials_btn {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.testimonials_btn_primary {
  background: #004aad;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 74, 173, .18);
}

.testimonials_btn_primary:hover {
  color: #fff;
  background: #003b8f;
  transform: translateY(-2px);
}

.testimonials_btn_outline {
  color: #003b8f;
  border: 1px solid rgba(0, 74, 173, .28);
  background: #fff;
}

.testimonials_btn_outline:hover {
  color: #003b8f;
  background: #eef4ff;
  transform: translateY(-2px);
}

.testimonial_role {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 500;
}

.public_form_section {
  background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%);
}

.public_form_card {
  background: #fff;
  border: 1px solid rgba(0, 51, 153, .10);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(9, 35, 84, .10);
  padding: 38px;
}

.public_form_header {
  text-align: center;
  margin-bottom: 28px;
}

.public_form_header .form_kicker {
  display: inline-block;
  color: #004aad;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.public_form_header h1 {
  color: #001f5f;
  font-weight: 800;
  font-size: 34px;
  margin-bottom: 12px;
}

.public_form_header p {
  color: #697386;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}

.form_group_clean {
  margin-bottom: 18px;
}

.form_group_clean label {
  display: block;
  color: #102a5c;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.form_group_clean label span {
  color: #7b8794;
  font-weight: 500;
  font-size: 12px;
}

.form_group_clean .form-control {
  border: 1px solid #d8e2f3;
  border-radius: 12px;
  min-height: 50px;
  padding: 12px 15px;
  color: #1f2937;
  background: #fff;
  box-shadow: none;
}

.form_group_clean textarea.form-control {
  min-height: 145px;
}

.form_group_clean .form-control:focus {
  border-color: #004aad;
  box-shadow: 0 0 0 3px rgba(0, 74, 173, .10);
}

.form_note_box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f1f6ff;
  color: #24436f;
  border: 1px solid rgba(0, 74, 173, .12);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 24px;
}

.form_note_box i {
  color: #004aad;
  margin-top: 4px;
}

.warning_note {
  background: #fff8ed;
  border-color: rgba(209, 138, 0, .20);
  color: #6f4a0c;
}

.warning_note i {
  color: #b77900;
}

.public_form_actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.public_form_actions button,
.public_form_actions a {
  border-radius: 12px;
  padding: 13px 24px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.public_form_actions button {
  border: 0;
  background: #004aad;
  color: #fff;
  box-shadow: 0 12px 25px rgba(0, 74, 173, .18);
  cursor: pointer;
}

.public_form_actions button:hover {
  background: #003b8f;
}

.public_form_actions button:disabled {
  opacity: .65;
  cursor: not-allowed;
}

.public_form_actions a {
  color: #003b8f;
  background: #f3f6fb;
}

.public_form_alert {
  border-radius: 12px;
  padding: 13px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.public_form_alert.is-success {
  background: #eaf7ee;
  color: #175f2a;
  border: 1px solid #bee7ca;
}

.public_form_alert.is-error {
  background: #fdecec;
  color: #7c1c1c;
  border: 1px solid #f5c2c2;
}

.anonymous_choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.choice_card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #d8e2f3;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  background: #fff;
  transition: border .2s ease, background .2s ease, box-shadow .2s ease;
}

.choice_card.active {
  border-color: #004aad;
  background: #f1f6ff;
  box-shadow: 0 10px 22px rgba(0, 74, 173, .08);
}

.choice_card input {
  margin-top: 5px;
}

.choice_card strong,
.choice_card small {
  display: block;
}

.choice_card strong {
  color: #102a5c;
  font-size: 14px;
  margin-bottom: 4px;
}

.choice_card small {
  color: #6b7280;
  line-height: 1.5;
}

.identity_fields {
  background: #f8fbff;
  border: 1px solid #e2eaf8;
  border-radius: 16px;
  padding: 18px 18px 2px;
  margin-bottom: 20px;
}

.about_action_links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.about_section .detail-box .about_action_links a.about_external_link {
  background: #fff;
  color: #003b8f;
  border: 1px solid rgba(0, 74, 173, .25);
}

.about_section .detail-box .about_action_links a.about_external_link:hover {
  background: #eef4ff;
  color: #003b8f;
}

@media (max-width: 768px) {
  .public_form_card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .public_form_header h1 {
    font-size: 27px;
  }

  .anonymous_choice {
    grid-template-columns: 1fr;
  }

  .testimonials_btn {
    width: 100%;
  }

  .public_form_actions button,
  .public_form_actions a {
    width: 100%;
  }
}

/* Correctifs sobres - témoignages, pagination et formulaires publics */
.client_section .testimonials_heading {
  margin-bottom: 28px;
}

.client_section .testimonials_intro {
  max-width: 720px;
  color: #5d6678;
  font-size: 16px;
}

.client_section .carousel-wrap {
  display: block;
}

.client_section .client_owl-carousel .item {
  padding: 4px 0 10px;
}

.client_section .box {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 18px;
  min-height: 170px;
  margin: 10px 6px 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e4ebf7;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 36, 95, 0.08);
}

.client_section .box .img-box {
  order: 1;
  flex: 0 0 92px;
  width: 92px !important;
  height: 92px !important;
  margin: 0 !important;
  background: #f4f7fb !important;
  border-radius: 50%;
  overflow: hidden;
}

.client_section .box .img-box::before {
  display: none !important;
}

.client_section .box .img-box img,
.client_section .box .img-box .box-img {
  width: 100% !important;
  height: 100% !important;
  border: 3px solid #004aad !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.client_section .box .detail-box {
  order: 2;
  flex: 1;
  background: transparent !important;
  color: #15213b !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.client_section .box .detail-box p {
  color: #4b5565 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-style: normal !important;
  text-align: left !important;
  margin-bottom: 8px !important;
  opacity: 1 !important;
}

.client_section .box .detail-box h6 {
  color: #001f5f !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .5px !important;
  margin: 8px 0 2px !important;
  text-align: left !important;
}

.client_section .testimonial_role {
  color: #667085;
  font-size: 12px;
  text-align: left;
}

.client_section .owl-carousel .owl-nav {
  display: none !important;
}

.client_section .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.client_section .owl-carousel .owl-dots .owl-dot {
  border: 0;
  background: transparent;
  padding: 0;
  outline: none;
}

.client_section .owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #c9d6ee;
  transition: width .2s ease, background .2s ease;
}

.client_section .owl-carousel .owl-dots .owl-dot.active span {
  width: 22px;
  border-radius: 999px;
  background: #004aad;
}

.testimonials_actions_bottom {
  margin-top: 18px !important;
  gap: 10px !important;
}

.testimonials_btn {
  min-height: 38px !important;
  padding: 9px 16px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transform: none !important;
}

.testimonials_btn i {
  display: none !important;
}

.testimonials_btn_primary:hover,
.testimonials_btn_outline:hover {
  transform: none !important;
}

/* Bannières et formulaires publics */
.public_contribution_page .hero_area_inner {
  min-height: auto;
}

.public_contribution_hero .bg-box img {
  object-fit: cover;
  filter: brightness(.52);
}

.public_form_hero {
  padding: 78px 0 58px;
}

.public_hero_kicker {
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.public_form_hero h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
  margin-bottom: 14px;
  text-shadow: 0 2px 6px rgba(0,0,0,.28);
}

.public_form_hero p {
  color: rgba(255,255,255,.92);
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.public_form_section {
  background: #f6f8fc !important;
}

.professional_form_card {
  border-radius: 14px !important;
  border: 1px solid #dfe7f4 !important;
  box-shadow: 0 10px 28px rgba(15, 36, 95, .08) !important;
  padding: 34px !important;
}

.compact_form_header {
  text-align: left !important;
  margin-bottom: 26px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7edf7;
}

.compact_form_header .form_kicker {
  color: #004aad;
  margin-bottom: 8px !important;
}

.compact_form_header h1,
.compact_form_header h2,
.public_form_header h2 {
  color: #001f5f;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
}

.compact_form_header p {
  margin: 0 !important;
  color: #5d6678 !important;
  max-width: 760px !important;
  text-align: left !important;
  font-size: 15px !important;
}

.form_section_title {
  color: #001f5f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin: 18px 0 12px;
}

.required-star {
  color: #d93025 !important;
  font-weight: 800 !important;
}

.optional-note {
  color: #7b8794 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.form_group_clean label {
  color: #102a5c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.form_group_clean .form-control {
  border-radius: 8px !important;
  min-height: 48px !important;
  border-color: #d6dfef !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.form_group_clean .form-control:focus {
  border-color: #004aad !important;
  box-shadow: 0 0 0 3px rgba(0, 74, 173, .08) !important;
}

.professional_choice {
  gap: 12px !important;
}

.choice_card {
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: none !important;
  transition: none !important;
}

.choice_card.active {
  background: #f7faff !important;
  border-color: #004aad !important;
  box-shadow: none !important;
}

.identity_fields {
  background: #fafcff !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.clean_note,
.form_note_box {
  border-radius: 10px !important;
  box-shadow: none !important;
}

.form_note_box i {
  display: none !important;
}

.compact_form_actions {
  justify-content: flex-start !important;
  gap: 10px !important;
}

.public_form_actions button,
.public_form_actions a {
  min-height: 42px !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

.public_form_actions button {
  background: #004aad !important;
}

.public_form_actions a {
  background: #ffffff !important;
  border: 1px solid #d6dfef !important;
}

@media (max-width: 991px) {
  .client_section .box {
    min-height: 155px;
  }
}

@media (max-width: 768px) {
  .client_section .box {
    gap: 14px;
    padding: 18px;
  }

  .client_section .box .img-box {
    flex-basis: 76px;
    width: 76px !important;
    height: 76px !important;
  }

  .public_form_hero h1 {
    font-size: 32px;
  }

  .public_form_hero {
    padding: 58px 0 42px;
  }

  .professional_form_card {
    padding: 24px 18px !important;
  }

  .compact_form_actions {
    justify-content: center !important;
  }

  .testimonials_btn {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .client_section .box {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .client_section .box .detail-box p,
  .client_section .box .detail-box h6,
  .client_section .testimonial_role {
    text-align: left !important;
  }

  .testimonials_actions_bottom {
    flex-direction: column;
    align-items: center;
  }

  .testimonials_btn {
    width: 100% !important;
    max-width: 260px;
  }
}


/* Correctifs 2026-07-09 : suppression du dégradé des titres, boutons et témoignages sobres */
.heading_container h2::after,
.about_section .heading_container h2::after {
  background: #004aad !important;
}

.testimonials_btn_primary {
  background: #004aad !important;
  color: #ffffff !important;
  border: 1px solid #004aad !important;
}

.testimonials_btn_primary:hover,
.testimonials_btn_primary:focus {
  background: #003b8f !important;
  color: #ffffff !important;
}

.testimonials_btn_outline {
  background: #ffffff !important;
  color: #004aad !important;
  border: 1px solid #b9c9e8 !important;
}

.testimonials_btn_outline:hover,
.testimonials_btn_outline:focus {
  background: #f5f8ff !important;
  color: #003b8f !important;
}

.client_section .box {
  align-items: center !important;
  box-shadow: 0 6px 18px rgba(15, 36, 95, 0.06) !important;
}

.client_section .box .img-box {
  flex: 0 0 86px !important;
  width: 86px !important;
  height: 86px !important;
}

.client_section .owl-carousel .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
}

.client_section .owl-carousel .owl-dots .owl-dot.active span {
  width: 18px !important;
  background: #004aad !important;
}

@media (max-width: 480px) {
  .client_section .box {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .client_section .box .img-box {
    flex: 0 0 68px !important;
    width: 68px !important;
    height: 68px !important;
  }

  .client_section .box .detail-box p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .client_section .box .detail-box h6 {
    font-size: 13px !important;
  }
}

/* Fond plus sobre : suppression des effets lumineux globaux */
body {
  background-image: none !important;
}

.client_section {
  background: #ffffff !important;
}

/* ==========================================================
   Ajustements production AN-PPIE : rendu institutionnel sobre
   ========================================================== */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001f66;
  --anppie-border: #dbe3f2;
  --anppie-soft: #f6f8fc;
}
body {
  background: #ffffff !important;
}
.heading_container h2::after,
.heading_container.heading_center h2::after,
.section-title::after,
.title_line,
.blue_orange_line,
.gradient-line {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  animation: none !important;
}
.fade-in-up,
.fade-in-left,
.fade-in-right,
.soft-float,
.partners_hero_badge,
.galerie_hero_badge,
.docs_heading_badge {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.header_section,
.partner_card_v2,
.attribution_card,
.actu_card,
.docs_card,
.galerie_card,
.public-form-card,
.form-panel,
.testimonial-card,
.box {
  box-shadow: 0 8px 24px rgba(0, 35, 105, 0.08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.partner_card_v2:hover,
.attribution_card:hover,
.actu_card:hover,
.docs_card:hover,
.galerie_card:hover,
.box:hover {
  transform: none !important;
}
.btn,
.btn1,
.attribution-btn,
.public-action-btn,
.form-submit-btn {
  box-shadow: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
}
.btn:hover,
.btn1:hover,
.public-action-btn:hover,
.form-submit-btn:hover {
  transform: none !important;
}
.hero_area::before,
.hero_area::after,
.bg-box::after,
.bg-box::before {
  animation: none !important;
  filter: none !important;
}
.public-form-hero,
.page_hero_section,
.docs_hero,
.galerie_hero,
.partners_hero {
  background: #f5f7fb !important;
  background-image: none !important;
}
.form-optional,
.optional-note {
  display: none !important;
}

/* ==========================================================
   AN-PPIE — V2 sobriété institutionnelle visible
   Cette couche annule les effets trop "startup / IA" sans changer
   l'identité principale du site.
   ========================================================== */
:root {
  --etat-blue: #003399;
  --etat-blue-dark: #001f66;
  --etat-blue-deep: #001a5e;
  --etat-text: #16213a;
  --etat-muted: #5f6b7d;
  --etat-line: #d7deea;
  --etat-bg: #f6f8fb;
  --etat-white: #ffffff;
  --etat-radius: 6px;
}

html {
  scroll-behavior: auto !important;
}

body {
  color: var(--etat-text) !important;
  background: var(--etat-white) !important;
  background-image: none !important;
}

*,
*::before,
*::after {
  animation-duration: 0s !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
}

/* Sections : fonds plats, respiration plus officielle */
.layout_padding,
.layout_padding2,
.layout_padding-bottom,
.food_section,
.about_section,
.client_section,
.contact_section,
.public_contribution_page,
.partners_section,
.galerie_section,
.docs_section,
.actualites_section {
  background-image: none !important;
}

section:nth-of-type(even) {
  background-color: #ffffff !important;
}

section:nth-of-type(odd):not(.slider_section) {
  background-color: var(--etat-bg) !important;
}

/* Header : plus administratif, moins pill / glass */
.header_section,
.sub_page .header_section {
  background: #ffffff !important;
  background-image: none !important;
  border-bottom: 1px solid var(--etat-line) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header_section .container,
.header_section .container-fluid {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.navbar-brand img,
.logo-img,
.header_section img[alt*="AN-PPIE"] {
  max-height: 64px !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link,
.custom_nav-container .navbar-nav .nav-link,
.navbar-nav .nav-link {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--etat-blue-deep) !important;
  letter-spacing: .02em !important;
  padding: 10px 14px !important;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--etat-blue) !important;
  background: transparent !important;
  border-bottom: 2px solid var(--etat-blue) !important;
}

.dropdown-menu,
.navbar .dropdown-menu {
  border: 1px solid var(--etat-line) !important;
  border-radius: var(--etat-radius) !important;
  box-shadow: 0 10px 22px rgba(22, 33, 58, 0.08) !important;
  padding: 8px !important;
}

.dropdown-item,
.dropdown-menu .dropdown-item {
  border-radius: 4px !important;
  padding: 10px 14px !important;
  color: var(--etat-blue-deep) !important;
}

.dropdown-item:hover,
.dropdown-menu .dropdown-item:hover {
  background: #eef3fb !important;
  color: var(--etat-blue) !important;
}

/* Barre supérieure : plus discrète */
.topbar,
.top_bar,
.header_top,
.header_top_section {
  background: var(--etat-blue) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.user_option a,
.social_box a,
.header_top a,
.topbar a {
  box-shadow: none !important;
  text-shadow: none !important;
}

.social_box a,
.header_top .social_box a {
  border-radius: 4px !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
}

/* Hero : image conservée, traitement institutionnel plus sobre */
.hero_area {
  min-height: auto !important;
  background: var(--etat-blue-deep) !important;
  overflow: hidden !important;
}

.hero_area::before,
.hero_area::after,
.bg-box::before,
.bg-box::after,
.slider_section::before,
.slider_section::after,
.partners_hero::before,
.partners_hero::after,
.galerie_hero_banner::before,
.galerie_hero_banner::after,
.projects_hero_section::before,
.projects_hero_section::after,
.public_form_hero::before,
.public_form_hero::after {
  content: none !important;
  display: none !important;
}

.hero_area .bg-box::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 26, 94, 0.58) !important;
}

.hero_area .bg-box img {
  filter: none !important;
  transform: none !important;
}

.slider_section {
  padding: 110px 0 120px !important;
}

.slider_section .detail-box {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.slider_section .detail-box h1 {
  font-size: clamp(34px, 4.5vw, 58px) !important;
  line-height: 1.12 !important;
  letter-spacing: .015em !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.slider_section .detail-box p {
  font-size: 18px !important;
  line-height: 1.7 !important;
  max-width: 680px !important;
  text-shadow: none !important;
}

.carousel-indicators li,
.owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0 !important;
  width: 22px !important;
  height: 3px !important;
  background: #b9c7dd !important;
  box-shadow: none !important;
}

.carousel-indicators li.active,
.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--etat-blue) !important;
}

/* Titres : ligne bleue simple partout */
.heading_container h2,
.section-title,
.public_form_hero h1,
.projects_hero_content h1,
.galerie_hero_banner h1,
.partners_hero_content h1 {
  color: var(--etat-blue-deep) !important;
  text-shadow: none !important;
  letter-spacing: .04em !important;
}

.heading_container h2::after,
.heading_container.heading_center h2::after,
.section-title::after,
.testimonials_heading h2::after,
.public_form_hero h1::after,
.title_line,
.blue_orange_line,
.gradient-line,
.heading_line,
.decorative-line {
  width: 54px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: var(--etat-blue) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.heading_container p,
.testimonials_intro,
.public_form_hero p,
.projects_hero_content p,
.galerie_hero_banner p,
.partners_hero_content p {
  color: var(--etat-muted) !important;
}

/* Cartes : plates, propres, moins arrondies */
.box,
.attribution_card,
.partner_card_v2,
.partner-card,
.actu_card,
.docs_card,
.resource-card,
.galerie_card,
.gallery-card,
.public-form-card,
.form-panel,
.contact-card,
.testimonial-card,
.client_section .box,
.about_objectives_card,
.mission-card,
.value-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--etat-line) !important;
  border-radius: var(--etat-radius) !important;
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: hidden !important;
}

.box:hover,
.attribution_card:hover,
.partner_card_v2:hover,
.partner-card:hover,
.actu_card:hover,
.docs_card:hover,
.resource-card:hover,
.galerie_card:hover,
.gallery-card:hover,
.public-form-card:hover,
.form-panel:hover,
.contact-card:hover,
.testimonial-card:hover,
.client_section .box:hover,
.about_objectives_card:hover,
.mission-card:hover,
.value-card:hover {
  box-shadow: none !important;
  transform: none !important;
  border-color: #bdc9dd !important;
}

/* Attributions : style fiche institutionnelle */
.food_section.attribution_section .box .img-box {
  background: #eef3fb !important;
  border-radius: 0 !important;
}

.food_section.attribution_section .box .img-box img {
  border-radius: 0 !important;
}

.food_section.attribution_section .box .detail-box {
  padding: 20px !important;
}

.food_section.attribution_section .box .detail-box h5,
.attribution_card h5 {
  color: var(--etat-blue-deep) !important;
  font-size: 17px !important;
  letter-spacing: .01em !important;
}

.food_section.attribution_section .box .detail-box p,
.attribution_card p {
  color: var(--etat-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* Vision président : enlever le rendu artificiel */
.vision_section {
  background: var(--etat-blue) !important;
  background-image: none !important;
}

.vision_president_card {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: var(--etat-radius) !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.vision_president_card img {
  width: 100% !important;
  border-radius: 0 !important;
  display: block !important;
}

.vision_president_caption {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  padding: 18px 16px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.vision_president_caption span,
.vision_president_caption strong,
.vision_president_caption small {
  color: var(--etat-blue-deep) !important;
  text-shadow: none !important;
}

.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box p {
  color: #ffffff !important;
  text-align: left !important;
}

.vision_section .heading_container h2,
.vision_detail_box h2 {
  color: #ffffff !important;
}

.vision_section .heading_container h2::after {
  background: #ffffff !important;
}

.vision_detail_box a,
.about_section .detail-box a {
  background: #ffffff !important;
  color: var(--etat-blue-deep) !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* Témoignages : format fiche, pas de bulle / avatar décoratif */
.client_section {
  background: #ffffff !important;
}

.client_section .box {
  display: grid !important;
  grid-template-columns: 96px 1fr !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 22px !important;
  min-height: 160px !important;
}

.client_section .box .img-box {
  order: 0 !important;
  width: 96px !important;
  height: 96px !important;
  border: 1px solid var(--etat-line) !important;
  border-radius: 4px !important;
  background: #eef3fb !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.client_section .box .img-box::before,
.client_section .box .img-box::after {
  display: none !important;
  content: none !important;
}

.client_section .box .img-box img,
.client_section .box .box-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.client_section .box .detail-box {
  order: 1 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

.client_section .box .detail-box p {
  color: var(--etat-text) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-style: normal !important;
  text-align: left !important;
}

.client_section .box .detail-box h6 {
  color: var(--etat-blue-deep) !important;
  font-size: 15px !important;
  margin-top: 12px !important;
  letter-spacing: .04em !important;
}

/* Boutons : moins startup, plus administration */
.btn,
.btn1,
button,
.attribution-btn,
.testimonials_btn,
.public-action-btn,
.form-submit-btn,
.actu_read_more,
.contact-submit,
.search_btn,
.public-form-card button,
.public-form-card input[type="submit"] {
  border-radius: 4px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background-image: none !important;
  transform: none !important;
}

.btn1,
.form-submit-btn,
.public-action-btn,
.attribution-btn,
.testimonials_btn_primary,
.contact-submit,
.search_btn {
  background: var(--etat-blue) !important;
  border: 1px solid var(--etat-blue) !important;
  color: #ffffff !important;
}

.btn1:hover,
.form-submit-btn:hover,
.public-action-btn:hover,
.attribution-btn:hover,
.testimonials_btn_primary:hover,
.contact-submit:hover,
.search_btn:hover {
  background: var(--etat-blue-dark) !important;
  border-color: var(--etat-blue-dark) !important;
  color: #ffffff !important;
}

.testimonials_btn_outline,
.btn-outline,
.attribution-btn--light {
  background: #ffffff !important;
  color: var(--etat-blue) !important;
  border: 1px solid var(--etat-blue) !important;
}

.testimonials_actions_bottom,
.testimonials_actions {
  gap: 10px !important;
}

.testimonials_btn,
.testimonials_actions_bottom .testimonials_btn {
  min-width: 180px !important;
  padding: 11px 18px !important;
  font-size: 14px !important;
}

/* Formulaires publics : sérieux, sans glass */
.public_form_hero,
.public-form-hero,
.public_contribution_hero,
.inner_page_hero,
.page_hero_section,
.docs_hero,
.partners_hero,
.galerie_hero_banner,
.projects_hero_section {
  background: var(--etat-bg) !important;
  background-image: none !important;
  color: var(--etat-blue-deep) !important;
  border-bottom: 1px solid var(--etat-line) !important;
  box-shadow: none !important;
}

.public-form-card,
.form-panel {
  padding: 28px !important;
}

.public-form-card label,
.form-panel label,
.contact_section label {
  color: var(--etat-blue-deep) !important;
  font-weight: 700 !important;
}

.public-form-card input,
.public-form-card textarea,
.public-form-card select,
.form-panel input,
.form-panel textarea,
.form-panel select,
.contact_section input,
.contact_section textarea,
.contact_section select {
  border: 1px solid #cdd6e6 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.public-form-card input:focus,
.public-form-card textarea:focus,
.public-form-card select:focus,
.form-panel input:focus,
.form-panel textarea:focus,
.form-panel select:focus,
.contact_section input:focus,
.contact_section textarea:focus,
.contact_section select:focus {
  border-color: var(--etat-blue) !important;
  outline: 2px solid rgba(0, 51, 153, 0.10) !important;
}

.form-optional,
.optional-note,
label small,
.form-label small,
.field-help.optional {
  display: none !important;
}

/* Icônes décoratives : réduire l'effet artificiel sans toucher le contenu */
.card-icon,
.icon-box,
.feature-icon,
.partner_icon,
.docs_icon,
.public_hero_kicker,
.partners_hero_badge,
.galerie_hero_badge,
.docs_heading_badge {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid var(--etat-line) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

/* Actualités et galerie */
.actu_card_img img,
.galerie_card img,
.gallery-card img,
.partner_card_v2 img,
.docs_card img {
  border-radius: 0 !important;
  transform: none !important;
  filter: none !important;
}

.actu_badge,
.badge,
.tag,
.category-badge {
  border-radius: 3px !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Footer : plus institutionnel */
.footer_section,
.info_section,
.footer {
  background: var(--etat-blue-deep) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.footer_section *,
.info_section * {
  text-shadow: none !important;
}

.footer_section .footer-logo,
.info_section img {
  filter: none !important;
}

/* Responsive : garde une lecture nette */
@media (max-width: 767.98px) {
  .slider_section {
    padding: 70px 0 84px !important;
  }

  .slider_section .detail-box h1 {
    font-size: 30px !important;
  }

  .slider_section .detail-box p {
    font-size: 15px !important;
  }

  .client_section .box {
    grid-template-columns: 76px 1fr !important;
    gap: 15px !important;
    padding: 18px !important;
  }

  .client_section .box .img-box {
    width: 76px !important;
    height: 76px !important;
  }

  .testimonials_actions_bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .testimonials_btn,
  .testimonials_actions_bottom .testimonials_btn {
    min-width: 0 !important;
    width: 100% !important;
  }
}


/* ==========================================================
   AN-PPIE — V3 Design institutionnel final
   Philosophie : moins d'effet, plus de précision, blanc dominant,
   bleu AN-PPIE conservé, rendu sobre et administratif.
   ========================================================== */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001a5e;
  --anppie-blue-soft: #eef4ff;
  --anppie-text: #122044;
  --anppie-muted: #5f6878;
  --anppie-border: #d8e0ed;
  --anppie-light: #f7f9fc;
  --anppie-white: #ffffff;
}

html,
body {
  background: #ffffff !important;
  background-image: none !important;
}
body {
  color: var(--anppie-text) !important;
}

/* Désactivation des signatures visuelles trop artificielles */
.hero_area::before,
.hero_area::after,
.bg-box::before,
.bg-box::after,
.slider_section::before,
.slider_section::after,
.heading_container h2::before,
.heading_container h2::after,
.blue_orange_line,
.gradient-line,
.title_line,
.decorative-line,
.card-glow,
.glow,
.blur-shape,
.blob,
.shape,
.pulse,
.floating,
.float,
.particles,
.galerie_hero_banner::before,
.galerie_hero_banner::after,
.page_hero_section::before,
.page_hero_section::after,
.inner_page_hero::before,
.inner_page_hero::after {
  animation: none !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Titres : une ligne bleue simple, sans dégradé */
.heading_container h2::after,
.heading_container.heading_center h2::after,
.testimonials_heading h2::after,
.public_form_hero h1::after,
.section-title::after {
  content: '' !important;
  display: block !important;
  width: 52px !important;
  height: 3px !important;
  margin-top: 14px !important;
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  background-image: none !important;
}
.heading_container.heading_center h2::after {
  margin-left: auto !important;
  margin-right: auto !important;
}
.heading_container h2,
.section-title,
.page_banner_section h1 {
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
  letter-spacing: .055em !important;
}

/* Fonds : blanc dominant */
section,
.layout_padding,
.layout_padding2,
.layout_padding-bottom,
.food_section,
.about_section,
.client_section,
.documentation_showcase,
.partners_grid_section,
.galerie_filters_section,
.galerie_grid_section,
.contact_section,
.book_section,
.public_contribution_page {
  background: #ffffff !important;
  background-image: none !important;
}

/* Header et menu : calme, précis, sans pill au survol */
.header_section,
.sub_page .header_section,
.hero_area_minimal .header_section {
  position: relative !important;
  top: auto !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.hero_area_minimal {
  min-height: auto !important;
  max-height: none !important;
  padding-top: 0 !important;
  background: #ffffff !important;
}
.hero_area_minimal .bg-box,
.sub_page .hero_area_minimal .bg-box {
  display: none !important;
}
.custom_nav-container {
  padding: 10px 0 !important;
}
.custom_nav-container .navbar-nav {
  gap: 14px !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link,
.custom_nav-container .navbar-nav .nav-link {
  position: relative !important;
  padding: 8px 0 !important;
  color: var(--anppie-blue-dark) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color .18s ease !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: none !important;
  display: none !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 2px !important;
  width: 0 !important;
  height: 2px !important;
  background: var(--anppie-blue) !important;
  transition: width .18s ease !important;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-link:hover,
.custom_nav-container .navbar-nav .nav-link:focus {
  color: var(--anppie-blue) !important;
  background: transparent !important;
  transform: none !important;
  border: 0 !important;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link::after,
.custom_nav-container .navbar-nav .nav-item.active .nav-link::after {
  width: 100% !important;
}
.dropdown-menu {
  border-radius: 0 !important;
  border: 1px solid var(--anppie-border) !important;
  box-shadow: 0 8px 18px rgba(18, 32, 68, .08) !important;
  padding: 6px 0 !important;
}
.dropdown-item {
  border-radius: 0 !important;
  padding: 10px 18px !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: var(--anppie-blue-soft) !important;
  color: var(--anppie-blue) !important;
}

/* Réseaux sociaux : icônes simples, pas de bulles ni glow */
.top_social_bar {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  border-bottom: 0 !important;
}
.top_social_bar .top_social_links {
  gap: 12px !important;
}
.top_social_bar .social_link,
.social_link,
.footer_social a,
.social_box a {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
  transition: opacity .18s ease !important;
}
.social_link::before,
.social_link::after,
.footer_social a::before,
.footer_social a::after {
  content: none !important;
  display: none !important;
}
.top_social_bar .social_link:hover,
.social_link:hover,
.footer_social a:hover,
.social_box a:hover {
  opacity: .78 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Recherche : compacte, rectangulaire, pas de bouton rond */
.search_form {
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.search_form:focus-within {
  border-color: var(--anppie-blue) !important;
  box-shadow: none !important;
  background: #ffffff !important;
}
.search_input {
  width: 150px !important;
  padding: 9px 12px !important;
  color: var(--anppie-text) !important;
}
.search_btn {
  width: 40px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}
.search_btn:hover,
.search_btn:focus {
  background: var(--anppie-blue-dark) !important;
  border-color: var(--anppie-blue-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Hero accueil : sobre, lisible */
.hero_area:not(.hero_area_minimal) {
  background: var(--anppie-blue-dark) !important;
}
.hero_area:not(.hero_area_minimal) .bg-box::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 26, 94, .55) !important;
}
.slider_section .detail-box h1,
.slider_section .detail-box p {
  text-shadow: none !important;
}
.slider_section .detail-box a,
.btn1 {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--anppie-blue) !important;
  color: #ffffff !important;
  border: 1px solid var(--anppie-blue) !important;
}
.slider_section .detail-box a:hover,
.btn1:hover {
  background: var(--anppie-blue-dark) !important;
  border-color: var(--anppie-blue-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Bannière de pages internes */
.page_banner_section {
  background: #ffffff !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  padding: 54px 0 42px !important;
  text-align: center !important;
}
.page_banner_section h1 {
  margin: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.page_banner_section h1::after {
  content: '' !important;
  display: block !important;
  width: 54px !important;
  height: 3px !important;
  background: var(--anppie-blue) !important;
  margin: 16px auto 0 !important;
}
.page_banner_section p {
  margin: 18px auto 0 !important;
  max-width: 720px !important;
  color: var(--anppie-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

/* Section Vision : photo plus petite, carte institutionnelle */
.vision_section,
.vision_section_sober {
  background: #ffffff !important;
  color: var(--anppie-text) !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}
.vision_section .row {
  align-items: center !important;
}
.vision_president_card {
  max-width: 320px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.vision_president_card img {
  width: 100% !important;
  height: 320px !important;
  object-fit: cover !important;
  object-position: top center !important;
  border-radius: 0 !important;
  filter: none !important;
}
.vision_president_caption {
  position: static !important;
  width: 100% !important;
  transform: none !important;
  background: #ffffff !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 16px !important;
  text-align: center !important;
}
.vision_president_caption span,
.vision_president_caption strong,
.vision_president_caption small {
  display: block !important;
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
  letter-spacing: .03em !important;
}
.vision_president_caption span {
  font-size: 13px !important;
  font-weight: 700 !important;
}
.vision_president_caption strong {
  font-size: 14px !important;
  margin: 6px 0 !important;
  line-height: 1.35 !important;
}
.vision_president_caption small {
  font-size: 13px !important;
  font-style: italic !important;
}
.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box p {
  color: var(--anppie-text) !important;
  text-align: justify !important;
}
.vision_section .heading_container h2,
.vision_detail_box h2 {
  color: var(--anppie-blue-dark) !important;
}
.vision_section .heading_container h2::after {
  background: var(--anppie-blue) !important;
}
.vision_detail_box a,
.about_section .detail-box a {
  background: var(--anppie-blue) !important;
  color: #ffffff !important;
  border: 1px solid var(--anppie-blue) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Nos attributions : "Lire plus" comme texte bleu, sans badge/card arrondi */
.attribution_card,
.food_section.attribution_section .box {
  border-radius: 0 !important;
}
.attribution-actions {
  justify-content: flex-start !important;
  margin-top: 8px !important;
}
.attribution-btn,
.food_section .box .options .attribution-btn {
  padding: 0 !important;
  min-width: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--anppie-blue) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.attribution-btn:hover,
.food_section .box .options .attribution-btn:hover {
  color: var(--anppie-blue-dark) !important;
  background: transparent !important;
  text-decoration: underline !important;
  transform: none !important;
  box-shadow: none !important;
}
.attribution-btn--light {
  padding: 8px 14px !important;
  border: 1px solid var(--anppie-border) !important;
  background: #ffffff !important;
  color: var(--anppie-blue) !important;
}

/* Actualités : badges uniquement bleus */
.actu_badge,
.actu_card .actu_badge,
.actualites_section .actu_badge {
  background: var(--anppie-blue) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.actu_card {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--anppie-border) !important;
}
.actu_card:hover {
  box-shadow: none !important;
  transform: none !important;
}
.actu_read_more {
  color: var(--anppie-blue) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* Documentation : cartes plates et documentaires, pas "SaaS" */
.docs_card,
.documentation_showcase .docs_card {
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
}
.docs_card_thumb,
.docs_card_thumb--pdf,
.docs_card_thumb--doc,
.docs_card_thumb--image {
  height: 120px !important;
  background: #f6f8fb !important;
  background-image: none !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
}
.docs_card_thumb_icon {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  color: var(--anppie-blue) !important;
  box-shadow: none !important;
}
.docs_card_thumb_icon i {
  font-size: 34px !important;
}
.docs_type_badge,
.docs_type_badge--overlay {
  background: var(--anppie-blue) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.docs_card_title {
  color: var(--anppie-blue-dark) !important;
}
.docs_btn,
.docs_btn_preview,
.docs_btn_download {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.docs_btn_preview {
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  color: var(--anppie-blue) !important;
}
.docs_btn_download {
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  color: #ffffff !important;
}

/* Partenaires et galerie : cartes plus sobres */
.partner_card_v2,
.galerie_album_card,
.galerie_media_card,
.gallery-card,
.galerie_card {
  border-radius: 0 !important;
  border: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  background: #ffffff !important;
}
.partner_card_v2:hover,
.galerie_album_card:hover,
.galerie_media_card:hover,
.gallery-card:hover,
.galerie_card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #bfc9da !important;
}
.partner_card_logo {
  background: #f6f8fb !important;
  background-image: none !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}
.partner_card_link {
  color: var(--anppie-blue) !important;
}
.galerie_filter_btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  color: var(--anppie-blue-dark) !important;
}
.galerie_filter_btn.active,
.galerie_filter_btn:hover {
  background: var(--anppie-blue) !important;
  color: #ffffff !important;
  border-color: var(--anppie-blue) !important;
}

/* Boutons : aucun effet d'élévation */
.btn:hover,
.btn1:hover,
button:hover,
a:hover,
.public-action-btn:hover,
.form-submit-btn:hover,
.testimonials_btn:hover,
.docs_btn:hover,
.partner_card_link:hover {
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .custom_nav-container .navbar-nav {
    gap: 0 !important;
    align-items: flex-start !important;
    padding-top: 12px !important;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
  }
  .search_form {
    width: 100% !important;
    margin-top: 12px !important;
  }
  .search_input {
    width: 100% !important;
    flex: 1 !important;
  }
}

@media (max-width: 767.98px) {
  .page_banner_section {
    padding: 38px 0 30px !important;
  }
  .vision_president_card {
    max-width: 260px !important;
    margin-bottom: 28px !important;
  }
  .vision_president_card img {
    height: 260px !important;
  }
  .client_section .box {
    grid-template-columns: 76px 1fr !important;
    gap: 14px !important;
  }
}


/* =========================================================
   AN-PPIE — Correctifs production sobriété V4
   Objectif : rendu institutionnel, fond blanc, sans effets IA.
   ========================================================= */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001a5e;
  --anppie-blue-mid: #004aad;
  --anppie-text: #0f245f;
  --anppie-muted: #5f6c85;
  --anppie-border: #dfe6f2;
  --anppie-surface: #ffffff;
  --anppie-soft: #f7f9fc;
}

html,
body {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--anppie-text) !important;
}

body::before,
body::after,
.hero_area::before,
.hero_area::after,
.bg-box::before,
.food_section::after,
#actualites::after,
.client_section::after,
.partners_grid_section::after,
.galerie_grid_section::after,
.documentation_showcase::after,
.page_banner_section::before,
.page_banner_section::after,
.scroll-bg-layer {
  display: none !important;
  content: none !important;
  background: none !important;
  animation: none !important;
}

/* En-tête fixe, propre et stable au scroll */
.header_section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3000 !important;
  background: #ffffff !important;
  background-image: none !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.header_section.scrolled {
  background: #ffffff !important;
  box-shadow: 0 1px 0 var(--anppie-border) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.top_social_bar {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  border-bottom: 0 !important;
}
.top_social_bar .top_bar_inner {
  min-height: 42px !important;
}
.top_social_bar .top_contact_links a,
.top_social_bar .top_social_links a,
.top_social_bar .social_link {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  padding: 0 4px !important;
  transform: none !important;
  transition: color .18s ease !important;
}
.top_social_bar .social_link:hover,
.top_social_bar .top_contact_links a:hover {
  color: #dbe7ff !important;
  background: transparent !important;
  text-decoration: none !important;
  transform: none !important;
}
.custom_nav-container {
  padding: 22px 0 !important;
  background: transparent !important;
}
.header_section.scrolled .custom_nav-container {
  padding: 14px 0 !important;
}
.navbar-brand .navbar-logo {
  height: 68px !important;
  width: auto !important;
  max-width: 220px !important;
  filter: none !important;
  transform: none !important;
}
.header_section.scrolled .navbar-brand .navbar-logo {
  height: 56px !important;
}
.custom_nav-container .navbar-nav {
  gap: 18px !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: var(--anppie-blue-dark) !important;
  font-weight: 700 !important;
  letter-spacing: .35px !important;
  padding: 9px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
  text-decoration: none !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link::before,
.custom_nav-container .navbar-nav .nav-item .nav-link::after {
  display: none !important;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: var(--anppie-blue) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  text-decoration: underline !important;
  text-decoration-color: var(--anppie-blue) !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 10px !important;
}
.custom_nav-container .dropdown-menu {
  border-radius: 0 !important;
  border: 1px solid var(--anppie-border) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 26, 94, .08) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 8px 0 !important;
}
.custom_nav-container .dropdown-item {
  border-radius: 0 !important;
  color: var(--anppie-blue-dark) !important;
  padding: 9px 18px !important;
  transform: none !important;
  background: #ffffff !important;
}
.custom_nav-container .dropdown-item:hover,
.custom_nav-container .dropdown-item.active {
  color: var(--anppie-blue) !important;
  background: #f4f7fc !important;
  transform: none !important;
}
.search_form {
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.search_input {
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.search_btn {
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}
.search_btn:hover {
  background: var(--anppie-blue-dark) !important;
  transform: none !important;
}

/* Hero : répare le grand vide et garde le slider lisible */
.hero_area {
  min-height: 720px !important;
  max-height: none !important;
  padding-top: 148px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
}
.hero_area .bg-box {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: #001a5e !important;
}
.hero_area .bg-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}
.hero_area .bg-box::after {
  display: block !important;
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 26, 94, .52) !important;
  z-index: 1 !important;
}
.hero_area .slider_section {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 58px 0 76px !important;
  position: relative !important;
  z-index: 2 !important;
}
.slider_section #customCarousel1 .carousel-item {
  min-height: 420px !important;
}
.slider_section .detail-box {
  animation: none !important;
  max-width: 700px !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.slider_section .detail-box h1,
.slider_section .detail-box p,
.slider_section .detail-box .btn-box,
.slider_section .carousel-item.active .detail-box h1,
.slider_section .carousel-item.active .detail-box p,
.slider_section .carousel-item.active .detail-box .btn-box {
  animation: none !important;
  transform: none !important;
}
.slider_section .detail-box h1 {
  text-shadow: none !important;
  font-size: clamp(32px, 4vw, 54px) !important;
  line-height: 1.14 !important;
  letter-spacing: 1px !important;
}
.slider_section .detail-box p {
  text-shadow: none !important;
  max-width: 720px !important;
  text-align: left !important;
}
.slider_section .detail-box a,
.btn1 {
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border: 1px solid var(--anppie-blue) !important;
  transform: none !important;
}
.slider_section .detail-box a:hover,
.btn1:hover {
  background: var(--anppie-blue-dark) !important;
  border-color: var(--anppie-blue-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}
.slider_section .carousel-indicators li {
  border-radius: 0 !important;
  width: 28px !important;
  height: 3px !important;
  background: rgba(255,255,255,.55) !important;
}
.slider_section .carousel-indicators li.active {
  background: #ffffff !important;
  width: 42px !important;
}
.sub_page .hero_area,
.hero_area.hero_area_minimal {
  min-height: 148px !important;
  height: 148px !important;
  padding-top: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}
.sub_page .hero_area .bg-box,
.hero_area.hero_area_minimal .bg-box {
  display: none !important;
}
.galerie-page .hero_area.hero_area_minimal {
  min-height: 148px !important;
  height: 148px !important;
  padding-top: 0 !important;
}

/* Arrière-plans : blanc, pas de dégradé décoratif */
section,
.layout_padding,
.layout_padding2,
.food_section,
.about_section,
.client_section,
.book_section,
.contact_section,
.partners_grid_section,
.galerie_grid_section,
.documentation_showcase,
.actualites_section,
.public_ministries_section,
#actualites,
#temoignages {
  background: #ffffff !important;
  background-image: none !important;
}
.page_banner_section,
.page_banner_docs,
.page_banner_partners,
.galerie_hero_banner,
.projects_hero_section,
.inner_page_hero {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--anppie-blue-dark) !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
}
.page_banner_section h1,
.galerie_hero_banner h1,
.projects_hero_content h1,
.inner_page_hero h1 {
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
}
.page_banner_section p,
.galerie_hero_banner p,
.projects_hero_content p,
.inner_page_hero p {
  color: var(--anppie-muted) !important;
  text-shadow: none !important;
}
.galerie_hero_badge,
.partners_hero_badge,
.projects_hero_badge {
  display: none !important;
}
.heading_container h2::after,
.section-title::after,
.page_banner_section h1::after {
  background: var(--anppie-blue) !important;
  background-image: none !important;
}

/* Témoignages et partenaires : sobres */
.client_section .box,
.testimonial_card,
.client_section .testimonial-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.client_section .box:hover,
.testimonial_card:hover,
.client_section .testimonial-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.client_section .img-box {
  background: #f7f9fc !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 120px !important;
  height: 120px !important;
  overflow: hidden !important;
}
.client_section .img-box img,
.client_section .img-box .box-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.client_section .detail-box {
  background: transparent !important;
  box-shadow: none !important;
}
.client_section .detail-box p,
.client_section .detail-box h6,
.client_section .detail-box h5 {
  text-align: left !important;
  text-shadow: none !important;
}
.client_section .owl-dots .owl-dot span,
.actu_owl-carousel .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #c8d3e6 !important;
}
.client_section .owl-dots .owl-dot.active span,
.actu_owl-carousel .owl-dots .owl-dot.active span {
  background: var(--anppie-blue) !important;
}
.testimonials_actions .testimonials_btn,
.testimonials_btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  background-image: none !important;
}
.testimonials_btn--primary,
.testimonials_btn.primary,
a[href*="denonciation"].testimonials_btn {
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  color: #ffffff !important;
}
.testimonials_btn--secondary,
.testimonials_btn.secondary,
a[href*="laisser-temoignage"].testimonials_btn {
  background: #ffffff !important;
  border: 1px solid var(--anppie-blue) !important;
  color: var(--anppie-blue) !important;
}
.testimonials_btn:hover {
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Nos attributions : lien texte simple */
.attribution_card,
.food_section .box,
.attribution_section .box {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--anppie-border) !important;
  background: #ffffff !important;
  transform: none !important;
}
.food_section .box:hover,
.attribution_card:hover,
.attribution_section .box:hover {
  transform: none !important;
  box-shadow: none !important;
}
.attribution-btn,
.attribution-actions .attribution-btn,
button.attribution-btn {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--anppie-blue) !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  transform: none !important;
}

/* Documentation : cartes plates, sans apparence SaaS */
.docs_card,
.documentation_showcase .docs_card,
.docs_card_inner {
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  background-image: none !important;
  transform: none !important;
}
.docs_card:hover,
.documentation_showcase .docs_card:hover {
  border-color: #bdc8da !important;
  transform: none !important;
  box-shadow: none !important;
}
.docs_card_thumb,
.docs_card_thumb--pdf,
.docs_card_thumb--doc,
.docs_card_thumb--image {
  background: #f7f9fc !important;
  background-image: none !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.docs_card_thumb_icon,
.docs_icon_box {
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--anppie-blue) !important;
}
.docs_type_badge,
.docs_type_badge--overlay,
.actu_badge,
.galerie_badge_album {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.docs_btn,
.docs_btn_preview,
.docs_btn_download {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  transform: none !important;
}
.docs_btn_preview {
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  color: var(--anppie-blue) !important;
}
.docs_btn_download {
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  color: #ffffff !important;
}

/* Partenaires / galerie : pas d'effets de cartes IA */
.partner_card_v2,
.galerie_card,
.galerie_album_card,
.galerie_media_card,
.gallery-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.partner_card_v2:hover,
.galerie_card:hover,
.galerie_album_card:hover,
.galerie_media_card:hover,
.gallery-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #bdc8da !important;
}
.partner_card_logo,
.galerie_card_media,
.galerie_card_overlay {
  background: #f7f9fc !important;
  background-image: none !important;
  box-shadow: none !important;
}
.galerie_card_overlay {
  background: rgba(0, 26, 94, .68) !important;
}

/* Contact : formulaire sérieux, fond blanc */
.book_section,
.contact_section {
  background: #ffffff !important;
  background-image: none !important;
}
.book_section .form_container,
.contact_section .form_container,
.form-card,
.public-form-card {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.book_section input,
.book_section textarea,
.book_section select,
.contact_section input,
.contact_section textarea,
.contact_section select,
.public-form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--anppie-border) !important;
  background: #ffffff !important;
}
.book_section .map_container,
#googleMap,
.contact-map-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--anppie-border) !important;
}

/* Footer : compact et solide */
.footer_section {
  background: var(--anppie-blue-dark) !important;
  background-image: none !important;
  padding: 38px 0 18px !important;
  border-top: 0 !important;
}
.footer_section .footer-col {
  margin-bottom: 18px !important;
}
.footer_section h4 {
  margin-bottom: 14px !important;
}
.footer_links {
  gap: 0 !important;
  margin-top: 0 !important;
}
.footer_links a {
  display: block !important;
  padding: 3px 0 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  font-size: 13px !important;
}
.footer_links a::before,
.footer_links a::after {
  display: none !important;
}
.footer_partners {
  margin-top: 18px !important;
  padding-top: 16px !important;
}
.footer_partner_item {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.footer-info {
  margin-top: 14px !important;
}
.footer-info p {
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

/* Supprime effets généraux d'élévation */
.animate,
.animate.visible,
[data-aos],
.card-spin-touch,
.actu_card,
.event_card,
.partner_card_v2,
.galerie_card,
.docs_card,
.food_section .box {
  animation: none !important;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease !important;
}
a:hover,
button:hover,
.btn:hover,
.btn1:hover {
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .hero_area {
    min-height: 640px !important;
    padding-top: 126px !important;
  }
  .sub_page .hero_area,
  .hero_area.hero_area_minimal,
  .galerie-page .hero_area.hero_area_minimal {
    min-height: 126px !important;
    height: 126px !important;
  }
  .custom_nav-container {
    padding: 14px 0 !important;
  }
  .custom_nav-container .navbar-nav {
    gap: 0 !important;
    padding: 12px 0 !important;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link:hover,
  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    text-underline-offset: 5px !important;
  }
  .navbar-collapse {
    background: #ffffff !important;
    border-top: 1px solid var(--anppie-border) !important;
    padding: 10px 0 14px !important;
  }
  .search_form {
    width: 100% !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .hero_area {
    min-height: 610px !important;
    padding-top: 112px !important;
  }
  .sub_page .hero_area,
  .hero_area.hero_area_minimal,
  .galerie-page .hero_area.hero_area_minimal {
    min-height: 112px !important;
    height: 112px !important;
  }
  .top_social_bar .top_contact_links a span {
    font-size: 12px !important;
  }
  .navbar-brand .navbar-logo {
    height: 54px !important;
  }
  .slider_section .detail-box h1 {
    font-size: 29px !important;
  }
  .slider_section .detail-box p {
    font-size: 14px !important;
  }
  .client_section .box {
    display: grid !important;
    grid-template-columns: 78px 1fr !important;
    gap: 14px !important;
    align-items: center !important;
  }
  .client_section .img-box {
    width: 78px !important;
    height: 78px !important;
  }
}


/* =========================================================
   AN-PPIE — Correctifs production V5
   Ajustements finaux : header réduit, hero restauré,
   pages blanches, bannières compactes, footer bleu uniforme.
   ========================================================= */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001f6f;
  --anppie-text: #0f245f;
  --anppie-muted: #5f6c85;
  --anppie-border: #dfe6f2;
  --anppie-soft: #f7f9fc;
}

html,
body {
  background: #ffffff !important;
  background-image: none !important;
}

body {
  padding-top: 118px !important;
  color: var(--anppie-text) !important;
}

/* Header plus bas, stable et moins massif */
.header_section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5000 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.top_social_bar {
  background: var(--anppie-blue) !important;
  border: 0 !important;
}

.top_social_bar .top_bar_inner {
  min-height: 34px !important;
}

.top_social_bar .top_contact_links,
.top_social_bar .top_social_links {
  padding: 0 !important;
}

.top_social_bar .top_contact_links a {
  font-size: 13px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.top_social_bar .social_link {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 4px !important;
  box-shadow: none !important;
  transform: none !important;
}

.custom_nav-container {
  min-height: 84px !important;
  padding: 10px 0 !important;
  background: #ffffff !important;
}

.header_section.scrolled .custom_nav-container {
  min-height: 76px !important;
  padding: 8px 0 !important;
}

.navbar-brand .navbar-logo {
  height: 54px !important;
  max-width: 190px !important;
  object-fit: contain !important;
}

.header_section.scrolled .navbar-brand .navbar-logo {
  height: 50px !important;
}

.custom_nav-container .navbar-nav {
  gap: 14px !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 7px 0 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: var(--anppie-blue-dark) !important;
  text-decoration: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: var(--anppie-blue) !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 8px !important;
}

.search_form {
  height: 38px !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.search_input {
  height: 36px !important;
  width: 155px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  background: #ffffff !important;
  border: 0 !important;
}

.search_btn {
  width: 42px !important;
  height: 38px !important;
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Hero accueil : image garantie même si l'img est masquée par un ancien style */
.hero_area.home_hero_area {
  position: relative !important;
  min-height: 560px !important;
  height: auto !important;
  max-height: none !important;
  padding-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  background: #003399 !important;
}

.hero_area.home_hero_area .bg-box {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: transparent !important;
}

.hero_area.home_hero_area .bg-box img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

.hero_area.home_hero_area .bg-box::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 31, 111, .34) !important;
  z-index: 1 !important;
}

.hero_area.home_hero_area .slider_section {
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
  flex: 1 !important;
  min-height: 560px !important;
  padding: 62px 0 76px !important;
  display: flex !important;
  align-items: center !important;
}

.hero_area.home_hero_area .slider_section #customCarousel1,
.hero_area.home_hero_area .slider_section .carousel-inner,
.hero_area.home_hero_area .slider_section .carousel-item {
  min-height: 350px !important;
}

.hero_area.home_hero_area .slider_section .detail-box h1,
.hero_area.home_hero_area .slider_section .detail-box p {
  color: #ffffff !important;
}

.hero_area.home_hero_area .slider_section .detail-box h1 {
  font-size: clamp(31px, 4vw, 52px) !important;
  line-height: 1.14 !important;
  letter-spacing: .02em !important;
}

.hero_area.home_hero_area .slider_section .detail-box p {
  font-size: 17px !important;
  line-height: 1.65 !important;
  max-width: 660px !important;
}

/* Les pages internes n'ont pas besoin d'un bloc hero vide sous le header */
body.sub_page > .hero_area:not(.hero_area_inner):not(.hero_area_minimal) {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.sub_page > .hero_area:not(.hero_area_inner):not(.hero_area_minimal) .bg-box {
  display: none !important;
}

.hero_area.hero_area_minimal {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.hero_area.hero_area_inner {
  min-height: auto !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
}

.hero_area.hero_area_inner .bg-box,
.hero_area.hero_area_inner .bg-box img,
.hero_area.hero_area_inner .bg-box::after {
  display: none !important;
}

/* Bannières : padding maîtrisé, blanc, une seule ligne bleue */
.page_banner_section,
.inner_page_hero,
.galerie_hero_banner,
.projects_hero_section,
.public_form_hero {
  background: #ffffff !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  padding: 46px 0 40px !important;
  color: var(--anppie-blue-dark) !important;
  text-align: center !important;
}

.page_banner_section h1,
.inner_page_hero h1,
.inner_page_hero h1[style],
.galerie_hero_banner h1,
.projects_hero_content h1,
.public_form_hero h1 {
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
  font-size: clamp(30px, 4vw, 44px) !important;
  line-height: 1.18 !important;
  margin: 0 !important;
}

.page_banner_section p,
.inner_page_hero p,
.inner_page_hero p[style],
.galerie_hero_banner p,
.projects_hero_content p,
.public_form_hero p {
  color: var(--anppie-muted) !important;
  text-shadow: none !important;
  max-width: 760px !important;
  margin: 18px auto 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* Fonds blancs partout, y compris recherche, à propos, contact, documentaire */
section,
.layout_padding,
.layout_padding2,
.layout_padding-bottom,
.food_section,
.about_section,
.about_mission_section,
.about_objectives_section,
.client_section,
.book_section,
.contact_section,
.documentation_showcase,
.partners_grid_section,
.galerie_grid_section,
.search_results_section,
.public_contribution_page,
#actualites,
#temoignages {
  background: #ffffff !important;
  background-image: none !important;
}

/* Vision : pas de texte bleu sur fond bleu, carte plus mesurée */
.vision_section,
.vision_section_sober {
  background: #ffffff !important;
  color: var(--anppie-text) !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}

.vision_president_card {
  max-width: 285px !important;
  margin: 0 auto !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.vision_president_card img {
  height: 285px !important;
  object-fit: cover !important;
  object-position: top center !important;
}

.vision_president_caption {
  padding: 14px 12px !important;
  border-top: 1px solid var(--anppie-border) !important;
  background: #ffffff !important;
}

.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box p {
  color: var(--anppie-text) !important;
  text-align: justify !important;
}

.vision_section .heading_container h2,
.vision_detail_box h2 {
  color: var(--anppie-blue-dark) !important;
}

/* Témoignages : une fiche à la fois, photo propre, sans double cadre */
.client_section {
  background: #ffffff !important;
  padding-top: 54px !important;
  padding-bottom: 58px !important;
}

.client_section .owl-carousel .owl-stage {
  display: flex !important;
  align-items: stretch !important;
}

.client_section .item {
  height: 100% !important;
}

.client_section .box {
  display: grid !important;
  grid-template-columns: 88px 1fr !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 150px !important;
  padding: 24px !important;
  background: #ffffff !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.client_section .box .img-box,
.client_section .img-box {
  order: 0 !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.client_section .box .img-box::before,
.client_section .box .img-box::after {
  display: none !important;
  content: none !important;
}

.client_section .box .img-box img,
.client_section .box .box-img {
  display: block !important;
  width: 88px !important;
  height: 88px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 2px solid var(--anppie-blue) !important;
  background: #ffffff !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.client_section .box .detail-box {
  order: 1 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

.client_section .box .detail-box p {
  color: #122044 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

.client_section .box .detail-box h6 {
  color: var(--anppie-blue-dark) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  text-align: left !important;
}

.client_owl-carousel .owl-dots,
.actu_owl-carousel .owl-dots {
  margin-top: 24px !important;
  text-align: center !important;
}

.client_owl-carousel .owl-dots .owl-dot span,
.client_section .owl-dots .owl-dot span,
.actu_owl-carousel .owl-dots .owl-dot span {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  border-radius: 50% !important;
  background: #c8d3e6 !important;
  display: inline-block !important;
  margin: 0 5px !important;
  box-shadow: none !important;
}

.client_owl-carousel .owl-dots .owl-dot.active span,
.client_section .owl-dots .owl-dot.active span,
.actu_owl-carousel .owl-dots .owl-dot.active span {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  border-radius: 50% !important;
  background: var(--anppie-blue) !important;
}

.testimonials_actions_bottom {
  margin-top: 22px !important;
}

/* Recherche : même logique que les autres pages */
.search_result_item,
.search_result_item[style] {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: none !important;
}

.search_result_item span[style] {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  border-radius: 0 !important;
  color: #ffffff !important;
}

.search_result_item h5[style] {
  color: var(--anppie-blue-dark) !important;
}

.search_result_item img[style] {
  border-radius: 0 !important;
}

/* Documentation : bannière et cartes plus compactes */
.documentation_showcase {
  padding-top: 48px !important;
}

.docs_card,
.docs_card_inner,
.documentation_showcase .docs_card {
  border-radius: 0 !important;
  border: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

.docs_card_thumb,
.docs_card_thumb--pdf,
.docs_card_thumb--doc,
.docs_card_thumb--image {
  min-height: 110px !important;
  height: 110px !important;
  background: #f7f9fc !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}

/* Footer : même bleu que le header principal, plus compact */
.footer_section,
.info_section,
.footer {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  padding: 32px 0 14px !important;
}

.footer_section .footer-col {
  margin-bottom: 14px !important;
}

.footer_section h4 {
  margin-bottom: 10px !important;
  font-size: 15px !important;
}

.footer_links a,
.footer_contact .contact_link_box a {
  padding: 2px 0 !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  font-size: 13px !important;
}

.footer_detail p {
  margin-bottom: 10px !important;
  line-height: 1.45 !important;
}

.footer_social {
  margin-top: 6px !important;
}

.footer_partners {
  margin-top: 12px !important;
  padding-top: 12px !important;
}

.footer-info {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.footer-info p {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 104px !important;
  }
  .top_social_bar .top_bar_inner {
    min-height: 30px !important;
  }
  .custom_nav-container {
    min-height: 74px !important;
    padding: 8px 0 !important;
  }
  .navbar-brand .navbar-logo {
    height: 48px !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 500px !important;
  }
  .navbar-collapse {
    background: #ffffff !important;
    border-top: 1px solid var(--anppie-border) !important;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 86px !important;
  }
  .top_social_bar {
    display: none !important;
  }
  .custom_nav-container {
    min-height: 86px !important;
    padding: 12px 0 !important;
  }
  .navbar-brand .navbar-logo {
    height: 52px !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 500px !important;
  }
  .hero_area.home_hero_area .slider_section {
    padding: 48px 0 58px !important;
  }
  .hero_area.home_hero_area .slider_section .detail-box h1 {
    font-size: 28px !important;
  }
  .page_banner_section,
  .inner_page_hero,
  .galerie_hero_banner,
  .projects_hero_section,
  .public_form_hero {
    padding: 34px 0 30px !important;
  }
  .client_section .box {
    grid-template-columns: 72px 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }
  .client_section .box .img-box,
  .client_section .img-box,
  .client_section .box .img-box img,
  .client_section .box .box-img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
  }
}

/* ==========================================================
   AN-PPIE — V6 Ajustement final du front production
   Objectif : header compact, bannières uniformes, espaces maîtrisés,
   fonds blancs, navigation stable, rendu institutionnel.
   ========================================================== */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001a5e;
  --anppie-top-blue: #003399;
  --anppie-text: #122044;
  --anppie-muted: #5f6878;
  --anppie-border: #d8e0ed;
  --anppie-soft: #f7f9fc;
  --anppie-white: #ffffff;
  --header-top-h: 36px;
  --header-nav-h: 82px;
  --header-total-h: 118px;
}

html,
body {
  background: #ffffff !important;
  background-image: none !important;
}

body {
  padding-top: var(--header-total-h) !important;
  color: var(--anppie-text) !important;
}

/* Header fixe, compact et uniforme sur toutes les pages */
.header_section,
.sub_page .header_section,
.hero_area_minimal .header_section,
.hero_area_inner .header_section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1080 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.top_social_bar {
  min-height: var(--header-top-h) !important;
  height: var(--header-top-h) !important;
  background: var(--anppie-top-blue) !important;
  border-bottom: 0 !important;
}

.top_social_bar .top_bar_inner {
  min-height: var(--header-top-h) !important;
  height: var(--header-top-h) !important;
  align-items: center !important;
}

.top_social_bar .top_contact_links,
.top_social_bar .top_social_links {
  padding: 0 !important;
}

.top_social_bar .top_contact_links a {
  font-size: 13px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.top_social_bar .top_social_links {
  gap: 13px !important;
}

.top_social_bar .social_link,
.top_social_bar .social_link i {
  font-size: 14px !important;
  color: #ffffff !important;
}

.header_section > .container {
  min-height: var(--header-nav-h) !important;
  display: flex !important;
  align-items: center !important;
}

.custom_nav-container,
.header_section .navbar {
  min-height: var(--header-nav-h) !important;
  padding: 8px 0 !important;
  width: 100% !important;
}

.navbar-brand .navbar-logo,
.navbar-brand img,
.header_section img[alt*="AN-PPIE"] {
  height: 50px !important;
  max-height: 50px !important;
  max-width: 210px !important;
  object-fit: contain !important;
}

.custom_nav-container .navbar-nav {
  gap: 16px !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link,
.custom_nav-container .navbar-nav .nav-link {
  padding: 7px 0 !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  display: none !important;
  content: none !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::after {
  bottom: 0 !important;
  height: 2px !important;
  border-radius: 0 !important;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-link:hover,
.custom_nav-container .navbar-nav .nav-link:focus {
  color: var(--anppie-blue) !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.search_form {
  height: 38px !important;
  min-height: 38px !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.search_input {
  height: 38px !important;
  width: 160px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
}

.search_btn {
  width: 42px !important;
  height: 38px !important;
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  border: 1px solid var(--anppie-blue) !important;
  box-shadow: none !important;
  transform: none !important;
}

.search_btn:hover,
.search_btn:focus {
  background: var(--anppie-blue-dark) !important;
  border-color: var(--anppie-blue-dark) !important;
  transform: none !important;
}

/* Hero accueil : l'image est restaurée, pas de grand vide blanc */
.hero_area.home_hero_area {
  min-height: 560px !important;
  height: auto !important;
  max-height: none !important;
  padding-top: 0 !important;
  background-color: var(--anppie-blue-dark) !important;
  background-image: linear-gradient(rgba(0, 31, 111, .62), rgba(0, 31, 111, .62)), var(--home-hero-bg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.hero_area.home_hero_area .bg-box {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}

.hero_area.home_hero_area .bg-box img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

.hero_area.home_hero_area .bg-box::before {
  display: none !important;
  content: none !important;
}

.hero_area.home_hero_area .bg-box::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: rgba(0, 31, 111, .62) !important;
}

.hero_area.home_hero_area .slider_section {
  min-height: 560px !important;
  padding: 54px 0 56px !important;
  display: flex !important;
  align-items: center !important;
}

.slider_section #customCarousel1 .carousel-item,
.hero_area.home_hero_area .slider_section #customCarousel1,
.hero_area.home_hero_area .slider_section .carousel-inner,
.hero_area.home_hero_area .slider_section .carousel-item {
  min-height: 350px !important;
}

.slider_section .detail-box {
  margin-bottom: 24px !important;
}

.slider_section .detail-box h1 {
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1.12 !important;
  margin-bottom: 16px !important;
}

.slider_section .detail-box p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.slider_section .carousel-indicators li,
.slider_section .carousel-indicators li.active {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  border-radius: 50% !important;
}

/* Pages internes : pas de bloc image vide avant la bannière */
.hero_area.hero_area_minimal,
.hero_area.hero_area_inner,
.sub_page > .hero_area:not(.home_hero_area) {
  min-height: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
}

.hero_area.hero_area_minimal .bg-box,
.hero_area.hero_area_inner .bg-box,
.sub_page > .hero_area:not(.home_hero_area) .bg-box {
  display: none !important;
}

/* Bannières uniformes : mêmes espacements, même ligne bleue, aucun dégradé */
.page_banner_section,
.page_banner_uniform,
.inner_page_hero,
.galerie_hero_banner,
.projects_hero_section,
.public_form_hero {
  background: #ffffff !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  padding: 42px 0 36px !important;
  margin: 0 !important;
  color: var(--anppie-blue-dark) !important;
  text-align: center !important;
}

.page_banner_kicker,
.public_hero_kicker,
.inner_page_hero .public_hero_kicker {
  display: inline-block !important;
  margin-bottom: 10px !important;
  color: var(--anppie-blue) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.page_banner_section h1,
.page_banner_uniform h1,
.inner_page_hero h1,
.galerie_hero_banner h1,
.projects_hero_content h1,
.public_form_hero h1 {
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
  font-size: clamp(28px, 3.4vw, 40px) !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.page_banner_section h1::after,
.page_banner_uniform h1::after,
.inner_page_hero h1::after,
.public_form_hero h1::after,
.galerie_hero_banner h1::after,
.projects_hero_content h1::after,
.heading_container h2::after,
.heading_container.heading_center h2::after,
.testimonials_heading h2::after {
  content: '' !important;
  display: block !important;
  width: 54px !important;
  height: 3px !important;
  margin: 14px auto 0 !important;
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  background-image: none !important;
  box-shadow: none !important;
}

.page_banner_section p,
.page_banner_uniform p,
.inner_page_hero p,
.galerie_hero_banner p,
.projects_hero_content p,
.public_form_hero p {
  color: var(--anppie-muted) !important;
  max-width: 760px !important;
  margin: 16px auto 0 !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

/* Espaces globaux cohérents */
.layout_padding {
  padding: 58px 0 !important;
}

.layout_padding2 {
  padding: 50px 0 !important;
}

.layout_padding-bottom {
  padding-bottom: 58px !important;
}

.heading_container {
  margin-bottom: 24px !important;
}

.heading_container h2 {
  font-size: clamp(26px, 3vw, 36px) !important;
  line-height: 1.22 !important;
  letter-spacing: .055em !important;
}

.heading_container p {
  margin-top: 14px !important;
}

section,
.layout_padding,
.layout_padding2,
.layout_padding-bottom,
.food_section,
.about_section,
.about_mission_section,
.about_objectives_section,
.about_dirigeants_section,
.client_section,
.contact_section,
.book_section,
.documentation_showcase,
.partners_grid_section,
.galerie_grid_section,
.search_results_section,
.public_contribution_page,
.public_form_section,
#actualites,
#temoignages {
  background: #ffffff !important;
  background-image: none !important;
}

/* Vision : texte lisible et carte proportionnée */
.vision_section,
.vision_section_sober {
  background: #ffffff !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}

.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box p {
  color: var(--anppie-text) !important;
}

.vision_section .heading_container h2,
.vision_detail_box h2 {
  color: var(--anppie-blue-dark) !important;
}

.vision_president_card {
  max-width: 280px !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.vision_president_card img {
  height: 280px !important;
  object-fit: cover !important;
  object-position: top center !important;
}

.vision_president_caption {
  padding: 13px 12px !important;
  background: #ffffff !important;
  border-top: 1px solid var(--anppie-border) !important;
}

/* Témoignages : une seule carte, points ronds, sans double cadre photo */
.client_section {
  padding-top: 58px !important;
  padding-bottom: 62px !important;
}

.client_section .carousel-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.client_owl-carousel {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.client_owl-carousel:not(.owl-loaded) .item {
  display: none !important;
}

.client_owl-carousel:not(.owl-loaded) .item:first-child {
  display: block !important;
}

.client_section .box {
  display: grid !important;
  grid-template-columns: 88px 1fr !important;
  gap: 22px !important;
  align-items: center !important;
  min-height: 144px !important;
  padding: 22px 24px !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.client_section .box .img-box,
.client_section .img-box {
  order: 0 !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.client_section .box .img-box::before,
.client_section .box .img-box::after,
.client_section .img-box::before,
.client_section .img-box::after {
  display: none !important;
  content: none !important;
}

.client_section .box .img-box img,
.client_section .box .box-img {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  border-radius: 50% !important;
  border: 2px solid var(--anppie-blue) !important;
  background: #ffffff !important;
  padding: 0 !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

.client_section .box .detail-box {
  order: 1 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.client_section .box .detail-box p,
.client_section .box .detail-box h6,
.client_section .box .detail-box span {
  text-align: left !important;
}

.client_owl-carousel .owl-dots,
.client_section .owl-dots {
  margin-top: 22px !important;
  text-align: center !important;
}

.client_owl-carousel .owl-dots .owl-dot span,
.client_section .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
  border-radius: 50% !important;
  margin: 0 5px !important;
  display: inline-block !important;
  background: #ccd7ea !important;
  border: 0 !important;
  box-shadow: none !important;
}

.client_owl-carousel .owl-dots .owl-dot.active span,
.client_section .owl-dots .owl-dot.active span {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
  border-radius: 50% !important;
  background: var(--anppie-blue) !important;
}

.testimonials_actions_bottom {
  margin-top: 24px !important;
}

/* Recherche et à propos : même philosophie visuelle */
.search_summary p {
  color: var(--anppie-muted) !important;
  font-size: 15px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.search_result_item,
.search_result_item[style],
.mission_box,
.objective_card,
.dirigeant_card,
.docs_card,
.docs_card_inner,
.partner_card_v2,
.galerie_card,
.actu_card,
.public-form-card,
.form_container {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.search_result_item span[style],
.actu_badge,
.badge,
.category-badge {
  background: var(--anppie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

/* Documentation : cartes et bannières sobres */
.documentation_showcase {
  padding-top: 54px !important;
}

.docs_card,
.docs_card_inner {
  border-radius: 0 !important;
}

.docs_card_thumb,
.docs_card_thumb--pdf,
.docs_card_thumb--doc,
.docs_card_thumb--image {
  background: #f8fafd !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  min-height: 112px !important;
  height: 112px !important;
}

/* Footer : même bleu que le header 1, mais avec un peu plus d'air */
.footer_section,
.info_section,
.footer {
  background: var(--anppie-top-blue) !important;
  background-image: none !important;
  padding: 42px 0 20px !important;
}

.footer_section .footer-col {
  margin-bottom: 20px !important;
}

.footer_section h4 {
  margin-bottom: 14px !important;
  font-size: 15px !important;
}

.footer_links {
  gap: 0 !important;
}

.footer_links a,
.footer_contact .contact_link_box a {
  padding: 4px 0 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  font-size: 13px !important;
}

.footer_detail p {
  margin-bottom: 12px !important;
  line-height: 1.55 !important;
}

.footer_partners {
  margin-top: 18px !important;
  padding-top: 16px !important;
}

.footer-info {
  margin-top: 14px !important;
  padding-top: 12px !important;
}

.footer-info p {
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  :root {
    --header-top-h: 0px;
    --header-nav-h: 76px;
    --header-total-h: 76px;
  }
  .top_social_bar {
    display: none !important;
  }
  body {
    padding-top: var(--header-total-h) !important;
  }
  .custom_nav-container,
  .header_section .navbar,
  .header_section > .container {
    min-height: var(--header-nav-h) !important;
  }
  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 48px !important;
    max-height: 48px !important;
  }
  .navbar-collapse {
    background: #ffffff !important;
    border-top: 1px solid var(--anppie-border) !important;
    padding: 10px 0 14px !important;
  }
  .search_form {
    margin-top: 10px !important;
    width: 100% !important;
  }
  .search_input {
    width: 100% !important;
    flex: 1 !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 500px !important;
  }
}

@media (max-width: 767.98px) {
  :root {
    --header-nav-h: 72px;
    --header-total-h: 72px;
  }
  .custom_nav-container,
  .header_section .navbar,
  .header_section > .container {
    min-height: var(--header-nav-h) !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 44px !important;
    max-height: 44px !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 470px !important;
  }
  .hero_area.home_hero_area .slider_section {
    padding: 40px 0 46px !important;
  }
  .slider_section .detail-box h1 {
    font-size: 26px !important;
  }
  .slider_section .detail-box p {
    font-size: 14px !important;
  }
  .layout_padding {
    padding: 44px 0 !important;
  }
  .page_banner_section,
  .page_banner_uniform,
  .inner_page_hero,
  .galerie_hero_banner,
  .projects_hero_section,
  .public_form_hero {
    padding: 32px 0 28px !important;
  }
  .page_banner_section h1,
  .page_banner_uniform h1,
  .inner_page_hero h1,
  .public_form_hero h1 {
    font-size: 25px !important;
  }
  .client_section .box {
    grid-template-columns: 72px 1fr !important;
    gap: 14px !important;
    padding: 18px !important;
  }
  .client_section .box .img-box,
  .client_section .img-box,
  .client_section .box .img-box img,
  .client_section .box .box-img {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
  }
}

/* ==========================================================
   AN-PPIE — V7 corrections front production
   Objectif : header mieux centré, bannières uniformes,
   hero fiable, suppression des textes/espaces redondants.
   ========================================================== */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #001a5e;
  --anppie-top-blue: #003399;
  --anppie-text: #122044;
  --anppie-muted: #5f6878;
  --anppie-border: #d8e0ed;
  --header-top-h: 32px;
  --header-nav-h: 74px;
  --header-total-h: 106px;
}

html,
body {
  background: #ffffff !important;
  background-image: none !important;
}

body {
  padding-top: var(--header-total-h) !important;
}

/* Header 1 et 2 : padding corrigé + centrage vertical réel */
.header_section,
.sub_page .header_section,
.galerie-page .header_section,
.hero_area_minimal .header_section,
.hero_area_inner .header_section {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1080 !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.top_social_bar {
  min-height: var(--header-top-h) !important;
  height: var(--header-top-h) !important;
  background: var(--anppie-top-blue) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.top_social_bar .container,
.top_social_bar .top_bar_inner {
  height: var(--header-top-h) !important;
  min-height: var(--header-top-h) !important;
  display: flex !important;
  align-items: center !important;
}

.top_social_bar .top_bar_inner {
  width: 100% !important;
  justify-content: space-between !important;
}

.top_social_bar .top_contact_links,
.top_social_bar .top_social_links {
  height: var(--header-top-h) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.top_social_bar .top_contact_links a,
.top_social_bar .social_link {
  height: var(--header-top-h) !important;
  line-height: var(--header-top-h) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.top_social_bar .top_contact_links a {
  font-size: 13px !important;
  gap: 6px !important;
}

.top_social_bar .top_social_links {
  gap: 16px !important;
}

.top_social_bar .social_link,
.top_social_bar .social_link i {
  width: auto !important;
  min-width: auto !important;
  font-size: 14px !important;
}

.header_section > .container,
.header_section .custom_nav-container,
.header_section .navbar {
  min-height: var(--header-nav-h) !important;
  height: var(--header-nav-h) !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header_section .container {
  max-width: 1320px !important;
}

.navbar-brand,
.navbar-brand .navbar-logo,
.navbar-brand img {
  display: flex !important;
  align-items: center !important;
}

.navbar-brand .navbar-logo,
.navbar-brand img,
.header_section img[alt*="AN-PPIE"] {
  height: 48px !important;
  max-height: 48px !important;
  max-width: 190px !important;
  object-fit: contain !important;
}

.custom_nav-container .navbar-nav {
  align-items: center !important;
  gap: 15px !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link,
.custom_nav-container .navbar-nav .nav-link {
  padding: 8px 0 !important;
  line-height: 1.1 !important;
  font-size: 12.5px !important;
  letter-spacing: .02em !important;
}

.user_option,
.search_form {
  display: flex !important;
  align-items: center !important;
}

.search_form {
  height: 36px !important;
  min-height: 36px !important;
}

.search_input {
  height: 36px !important;
  width: 170px !important;
}

.search_btn {
  width: 42px !important;
  height: 36px !important;
}

/* Bloquer les anciens blocs hero vides sur les pages internes */
.hero_area.hero_area_minimal,
.hero_area.hero_area_inner,
.sub_page > .hero_area:not(.home_hero_area),
.galerie-page > .hero_area:not(.home_hero_area) {
  min-height: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
}

.hero_area.hero_area_minimal .bg-box,
.hero_area.hero_area_inner .bg-box,
.sub_page > .hero_area:not(.home_hero_area) .bg-box,
.galerie-page > .hero_area:not(.home_hero_area) .bg-box {
  display: none !important;
}

/* Hero accueil : image appliquée au conteneur ET au slider pour éviter le blanc */
.hero_area.home_hero_area {
  position: relative !important;
  min-height: 560px !important;
  height: 560px !important;
  max-height: 560px !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  background-color: var(--anppie-blue-dark) !important;
  background-image: linear-gradient(rgba(0,31,111,.62), rgba(0,31,111,.62)), var(--home-hero-bg), url('../images/accueil-bg.jpg'), url('../images/hero-bg.jpg') !important;
  background-size: cover, cover, cover, cover !important;
  background-position: center, center, center, center !important;
  background-repeat: no-repeat !important;
}

.hero_area.home_hero_area .bg-box {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  height: 100% !important;
}

.hero_area.home_hero_area .bg-box img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  transform: none !important;
}

.hero_area.home_hero_area .bg-box::before {
  display: none !important;
  content: none !important;
}

.hero_area.home_hero_area .bg-box::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: rgba(0,31,111,.62) !important;
}

.hero_area.home_hero_area .slider_section {
  position: relative !important;
  z-index: 2 !important;
  min-height: 560px !important;
  height: 560px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  background-image: linear-gradient(rgba(0,31,111,.62), rgba(0,31,111,.62)), var(--home-hero-bg), url('../images/accueil-bg.jpg'), url('../images/hero-bg.jpg') !important;
  background-size: cover, cover, cover, cover !important;
  background-position: center, center, center, center !important;
  background-repeat: no-repeat !important;
}

.hero_area.home_hero_area .slider_section #customCarousel1,
.hero_area.home_hero_area .slider_section .carousel-inner,
.hero_area.home_hero_area .slider_section .carousel-item,
.slider_section #customCarousel1 .carousel-item {
  min-height: 360px !important;
}

.slider_section #customCarousel1 .carousel-item.active,
.slider_section #customCarousel1 .carousel-item-next,
.slider_section #customCarousel1 .carousel-item-prev {
  display: flex !important;
  align-items: center !important;
}

.slider_section .detail-box h1,
.slider_section .detail-box p {
  color: #ffffff !important;
}

.slider_section .detail-box h1 {
  text-shadow: none !important;
  font-size: clamp(30px, 3.6vw, 46px) !important;
  line-height: 1.14 !important;
}

.slider_section .detail-box p {
  font-size: 16px !important;
  line-height: 1.65 !important;
  max-width: 650px !important;
}

.slider_section .btn-box {
  text-align: left !important;
}

.slider_section .btn-box a,
.slider_section .btn1 {
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Bannières uniformes : un seul niveau de titre, plus hautes, contenu centré verticalement */
.page_banner_section,
.page_banner_uniform,
.inner_page_hero,
.galerie_hero_banner,
.projects_hero_section,
.public_form_hero {
  min-height: 210px !important;
  padding: 54px 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  background-image: none !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  box-shadow: none !important;
  text-align: center !important;
}

.page_banner_section .container,
.page_banner_uniform .container,
.page_banner_inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.page_banner_section h1,
.page_banner_uniform h1,
.inner_page_hero h1,
.galerie_hero_banner h1,
.projects_hero_content h1,
.public_form_hero h1 {
  color: var(--anppie-blue-dark) !important;
  text-shadow: none !important;
  font-size: clamp(30px, 3.6vw, 42px) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.page_banner_section p,
.page_banner_uniform p,
.inner_page_hero p,
.galerie_hero_banner p,
.projects_hero_content p,
.public_form_hero p {
  color: var(--anppie-muted) !important;
  max-width: 780px !important;
  margin: 16px auto 0 !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

/* Documentation : suppression visuelle de la répétition et cards plus sobres */
.documentation_showcase {
  padding-top: 48px !important;
  background: #ffffff !important;
}

.documentation_anchor {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.docs_cards_grid {
  margin-top: 0 !important;
}

.docs_card,
.docs_card_inner,
.search_result_item,
.search_result_item[style],
.actu_card,
.partner_card_v2,
.galerie_card,
.form_container,
.public-form-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  background-image: none !important;
}

/* Espaces de sections : moins de vide, respiration constante */
.layout_padding {
  padding: 56px 0 !important;
}

.layout_padding2 {
  padding: 48px 0 !important;
}

.heading_container {
  margin-bottom: 26px !important;
}

/* Footer : même bleu, plus respirant sans être trop haut */
.footer_section,
.info_section,
.footer {
  background: var(--anppie-top-blue) !important;
  background-image: none !important;
  padding: 48px 0 24px !important;
}

.footer_section .footer-col {
  margin-bottom: 24px !important;
}

.footer_links a,
.footer_contact .contact_link_box a {
  padding: 6px 0 !important;
  line-height: 1.45 !important;
}

.footer_partners {
  margin-top: 24px !important;
  padding-top: 20px !important;
}

.footer-info {
  margin-top: 18px !important;
  padding-top: 16px !important;
}

@media (max-width: 991.98px) {
  :root {
    --header-top-h: 0px;
    --header-nav-h: 72px;
    --header-total-h: 72px;
  }
  .top_social_bar {
    display: none !important;
  }
  .header_section > .container,
  .header_section .custom_nav-container,
  .header_section .navbar {
    min-height: var(--header-nav-h) !important;
    height: auto !important;
    padding: 0 !important;
  }
  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 46px !important;
    max-height: 46px !important;
  }
  .navbar-collapse {
    background: #ffffff !important;
    border-top: 1px solid var(--anppie-border) !important;
    padding: 12px 0 !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 500px !important;
    height: 500px !important;
    max-height: 500px !important;
  }
  .page_banner_section,
  .page_banner_uniform,
  .inner_page_hero,
  .galerie_hero_banner,
  .projects_hero_section,
  .public_form_hero {
    min-height: 180px !important;
    padding: 42px 0 !important;
  }
}

@media (max-width: 575.98px) {
  :root {
    --header-nav-h: 68px;
    --header-total-h: 68px;
  }
  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 42px !important;
    max-height: 42px !important;
  }
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 470px !important;
    height: 470px !important;
    max-height: 470px !important;
  }
  .slider_section .detail-box h1 {
    font-size: 24px !important;
  }
  .slider_section .detail-box p {
    font-size: 14px !important;
  }
  .page_banner_section,
  .page_banner_uniform,
  .inner_page_hero,
  .galerie_hero_banner,
  .projects_hero_section,
  .public_form_hero {
    min-height: 160px !important;
    padding: 34px 0 !important;
  }
  .page_banner_section h1,
  .page_banner_uniform h1,
  .inner_page_hero h1,
  .galerie_hero_banner h1,
  .projects_hero_content h1,
  .public_form_hero h1 {
    font-size: 24px !important;
  }
}


/* === AN-PPIE PRODUCTION V8 — Ajustements finaux front, sobriété institutionnelle === */
:root {
  --anppie-blue: #003399;
  --anppie-blue-dark: #002a7d;
  --anppie-border: #dbe3f0;
  --anppie-text: #10224a;
  --anppie-muted: #5f6b82;
  --anppie-bg: #ffffff;
  --anppie-soft: #f6f8fc;
}
html { scroll-behavior: smooth; }
body, .sub_page, .public_contribution_page { background: #fff !important; color: var(--anppie-text); }
.layout_padding { padding: 58px 0 !important; }
.layout_padding2 { padding: 38px 0 !important; }
.header_section { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--anppie-border); }
.header_section .container { max-width: 1180px; }
.top_social_bar { background: var(--anppie-blue) !important; min-height: 36px !important; padding: 0 !important; display: flex; align-items: center; }
.top_social_bar .top_bar_inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.top_social_bar .top_contact_links, .top_social_bar .top_social_links { display:flex; align-items:center; gap: 16px; }
.top_social_bar .top_contact_links a { display:flex; align-items:center; gap:6px; color:#fff !important; line-height:1; font-size: 13px; }
.top_social_bar .social_link { width:auto !important; height:auto !important; border:0 !important; background:transparent !important; color:#fff !important; box-shadow:none !important; font-size:14px; line-height:1; padding:0 2px; }
.top_social_bar .social_link:hover { opacity:.75; transform:none !important; }
.custom_nav-container { min-height: 74px !important; padding: 10px 0 !important; align-items:center; }
.navbar-brand { padding: 0 !important; margin-right: 18px; }
.navbar-brand .navbar-logo { max-height: 56px !important; width:auto; object-fit: contain; }
.custom_nav-container .navbar-nav { align-items:center; gap: 18px; }
.custom_nav-container .navbar-nav .nav-item .nav-link { padding: 10px 0 !important; font-size: 13px !important; letter-spacing: .5px; color: var(--anppie-text) !important; }
.custom_nav-container .navbar-nav .nav-item .nav-link::before { height: 2px !important; bottom: 2px !important; background: var(--anppie-blue) !important; border-radius: 0 !important; }
.custom_nav-container .navbar-nav .nav-item:hover .nav-link { color: var(--anppie-blue) !important; transform:none !important; }
.search_form { height: 38px !important; border: 1px solid var(--anppie-border) !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; overflow:hidden; }
.search_form .search_input { height: 38px !important; min-width: 190px; border:0; font-size: 13px; padding: 0 14px; }
.search_form .search_btn { width: 44px !important; height: 38px !important; border-radius:0 !important; background: var(--anppie-blue) !important; }
.hero_area_minimal { min-height: auto !important; height: auto !important; background:#fff !important; }
.header_section.scrolled .custom_nav-container { min-height: 68px !important; padding: 8px 0 !important; }
.header_section.scrolled .navbar-brand .navbar-logo { max-height: 50px !important; }
.hero_area.home_hero_area { min-height: 650px !important; background: var(--anppie-blue) var(--home-hero-bg) center center / cover no-repeat !important; }
.home_hero_area .bg-box { position:absolute; inset:0; z-index:0; overflow:hidden; background: var(--anppie-blue) var(--home-hero-bg) center center / cover no-repeat !important; }
.home_hero_area .bg-box img { width:100%; height:100%; object-fit: cover; display:block; opacity:1; }
.home_hero_area .bg-box::after { content:""; position:absolute; inset:0; background: rgba(0, 51, 153, .58); }
.slider_section { min-height: calc(650px - 110px) !important; height:auto !important; display:flex; align-items:center; padding: 72px 0 58px !important; }
.slider_section .row { align-items:center; }
.slider_section .detail-box { max-width: 720px !important; width: 100%; padding: 0 !important; }
.slider_section .detail-box h1 { font-size: clamp(34px, 4.2vw, 58px) !important; line-height: 1.12 !important; letter-spacing: 1.2px !important; max-width: 760px !important; }
.slider_section .detail-box p { font-size: clamp(16px, 1.7vw, 20px) !important; line-height: 1.55 !important; max-width: 720px !important; color:#fff !important; }
.slider_section .detail-box a { border-radius: 0 !important; padding: 13px 30px !important; box-shadow: none !important; }
.slider_section .carousel-indicators { bottom: 18px !important; }
.page_banner_section { background:#f7f9fd !important; border-top:1px solid var(--anppie-border); border-bottom:1px solid var(--anppie-border); padding: 58px 0 !important; min-height: 210px; display:flex; align-items:center; }
.page_banner_inner { text-align:center; max-width: 900px; margin: 0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center; }
.page_banner_inner h1 { font-size: clamp(34px, 4.2vw, 52px) !important; letter-spacing: 2px !important; color: var(--anppie-text) !important; margin:0; }
.page_banner_inner h1::after, .heading_container h2::after { background: var(--anppie-blue) !important; width: 58px !important; height: 3px !important; border-radius:0 !important; margin: 18px auto 0 !important; }
.page_banner_inner p { margin: 18px auto 0 !important; max-width: 680px; font-size: 16px !important; color: var(--anppie-muted) !important; line-height:1.55; }
.galerie-page .page_banner_section { padding: 62px 0 !important; min-height: 220px !important; }
#actualites, .client_section, .documentation_showcase, .partners_grid_section, .galerie_grid_section, .search_results_section_clean, .about_mission_section, .about_objectives_section, .public_form_section { background:#fff !important; }
.heading_container h2 { color: var(--anppie-text) !important; letter-spacing:1.8px; }
.heading_container h2 span { color: var(--anppie-text) !important; }
.home_actualites_section { background:#fff !important; }
.actu_badge, .search_result_type_clean { background: var(--anppie-blue) !important; color:#fff !important; border-radius: 2px !important; padding: 4px 10px !important; font-size: 11px !important; display:inline-block; box-shadow:none !important; }
.actualites_list_section .actu_card, .actu_card { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; }
.actu_card:hover { transform:none !important; box-shadow:none !important; }
.attribution_section { padding-top: 52px !important; padding-bottom: 48px !important; }
.attribution_card { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; min-height: 0 !important; height:100%; }
.attribution_card .img-box { height: 130px !important; padding:0 !important; overflow:hidden; border-radius:0 !important; }
.attribution_card .img-box img { height:100% !important; width:100% !important; object-fit:cover; }
.attribution_card .detail-box { padding: 18px 18px 16px !important; }
.attribution_card .detail-box h5 { font-size: 16px !important; margin-bottom:8px !important; }
.attribution_card .detail-box p { font-size: 13px !important; line-height:1.55 !important; margin-bottom:10px !important; }
.attribution-btn { background: transparent !important; color: var(--anppie-blue) !important; border:0 !important; border-radius:0 !important; padding:0 !important; font-size:13px !important; font-weight:700 !important; box-shadow:none !important; text-transform:none !important; }
.attribution-btn:hover { color: var(--anppie-blue-dark) !important; text-decoration: underline; transform:none !important; }
.vision_section, .vision_section_sober { background:#fff !important; color: var(--anppie-text) !important; }
.vision_section .detail-box, .vision_section .detail-box p, .vision_section h2 { color: var(--anppie-text) !important; }
.vision_president_card { max-width: 360px !important; margin: 0 auto; border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; background:#fff !important; }
.vision_president_card img { height: 360px !important; object-fit: cover; display:block; }
.vision_president_caption { position: static !important; background:#fff !important; color: var(--anppie-text) !important; text-align:center !important; padding: 16px 18px !important; border-top:1px solid var(--anppie-border); }
.vision_president_caption span, .vision_president_caption strong, .vision_president_caption small { color: var(--anppie-text) !important; display:block; }
.vision_president_caption strong { font-size: 13px !important; letter-spacing:.4px; }
.vision_detail_box p { font-size: 15px !important; line-height:1.75 !important; text-align:left !important; }
.vision_detail_box a { border-radius:0 !important; background: var(--anppie-blue) !important; box-shadow:none !important; color:#fff !important; }
.mission_box, .objective_item { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; background:#fff !important; transform:none !important; }
.mission_icon { display:none !important; }
.mission_box:hover, .objective_item:hover { transform:none !important; box-shadow:none !important; }
.objective_list { border-left:0 !important; padding-left:0 !important; }
.objective_item { display:block !important; padding:20px 0 !important; border-width:0 0 1px 0 !important; }
.objective_number { display:none !important; }
.objective_content h5 { color: var(--anppie-text) !important; font-size: 17px !important; margin-bottom:8px !important; }
.objective_content p { color: var(--anppie-muted) !important; line-height:1.65 !important; }
.objectives_img { border-radius:0 !important; box-shadow:none !important; }
.client_section { padding-top: 62px !important; padding-bottom: 62px !important; }
.client_section .carousel-wrap { margin: 0; }
.client_section .owl-stage { display:flex; align-items:stretch; }
.client_section .owl-item { display:flex; }
.client_section .item { width:100%; display:flex; padding:0 12px; }
.client_section .box { width:100%; min-height: 180px; display:flex !important; flex-direction:row !important; align-items:center; gap:24px; border:1px solid var(--anppie-border) !important; border-radius:0 !important; background:#fff !important; box-shadow:none !important; padding:28px !important; margin:0 !important; }
.client_section .box .img-box { order:0; width:96px !important; min-width:96px !important; height:96px !important; border:2px solid var(--anppie-blue) !important; border-radius:50% !important; padding:0 !important; background:#fff !important; box-shadow:none !important; overflow:hidden; }
.client_section .box .img-box::before { display:none !important; }
.client_section .box .img-box img, .client_section .box .box-img { width:100% !important; height:100% !important; object-fit:cover !important; border-radius:50% !important; border:0 !important; }
.client_section .box .detail-box { order:1; padding:0 !important; background:transparent !important; box-shadow:none !important; color:var(--anppie-text) !important; }
.client_section .box .detail-box p { color:var(--anppie-text) !important; font-size:15px !important; line-height:1.6 !important; margin-bottom:12px !important; }
.client_section .box .detail-box h6 { color:var(--anppie-text) !important; font-size:15px !important; letter-spacing:.7px; }
.client_section .owl-dots { text-align:center; margin-top:28px; }
.client_section .owl-dot { width:9px !important; height:9px !important; border-radius:50% !important; background:#d1d9ea !important; margin:0 5px !important; padding:0 !important; border:0 !important; display:inline-block !important; }
.client_section .owl-dot.active { background:var(--anppie-blue) !important; }
.testimonials_actions { display:flex; justify-content:center; gap:12px; margin-top:26px; }
.testimonials_btn { border-radius:0 !important; padding:12px 24px !important; font-size:14px !important; box-shadow:none !important; }
.testimonials_btn_outline { background:#fff !important; color:var(--anppie-blue) !important; border:1px solid var(--anppie-blue) !important; }
.testimonials_btn_primary { background:var(--anppie-blue) !important; color:#fff !important; border:1px solid var(--anppie-blue) !important; }
.documentation_showcase { padding-top: 50px !important; }
.docs_cards_grid { margin-top:0 !important; align-items:stretch; }
.docs_card { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; background:#fff !important; display:flex; flex-direction:column; min-height: 340px; overflow:hidden; }
.docs_card::before { display:none !important; }
.docs_card:hover { transform:none !important; box-shadow:none !important; }
.docs_card_thumb { height: 122px !important; background:#f7f9fd !important; border-bottom:1px solid var(--anppie-border); display:flex; align-items:center; justify-content:center; position:relative; }
.docs_card_thumb--pdf, .docs_card_thumb--doc, .docs_card_thumb--docx, .docs_card_thumb--xls, .docs_card_thumb--xlsx, .docs_card_thumb--ppt, .docs_card_thumb--pptx, .docs_card_thumb--other { background:#f7f9fd !important; }
.docs_card_thumb_icon { color:var(--anppie-blue) !important; font-size:30px !important; }
.docs_type_badge { background:var(--anppie-blue) !important; color:#fff !important; border-radius:0 !important; top:0 !important; right:0 !important; }
.docs_card_title { padding:18px 18px 0 !important; font-size:16px !important; line-height:1.35 !important; color:var(--anppie-text) !important; min-height:66px; }
.docs_card_desc { padding:0 18px !important; font-size:13px !important; line-height:1.55 !important; color:var(--anppie-muted) !important; flex:1; }
.docs_card_footer { display:flex !important; border-top:1px solid var(--anppie-border); margin-top:auto; }
.docs_btn { flex:1; min-height:46px; border-radius:0 !important; box-shadow:none !important; display:flex; align-items:center; justify-content:center; gap:6px; font-size:13px !important; }
.docs_btn_preview { background:#fff !important; color:var(--anppie-blue) !important; border:0 !important; border-right:1px solid var(--anppie-border) !important; }
.docs_btn_download { background:var(--anppie-blue) !important; color:#fff !important; border:0 !important; }
.partners_grid_section { padding:52px 0 !important; }
.partners_count, .galerie_counter { display:none !important; }
.partner_card_v2, .galerie_card { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; background:#fff !important; }
.partner_card_v2:hover, .galerie_card:hover { transform:none !important; box-shadow:none !important; }
.galerie_filters_section { background:#fff !important; border-bottom:1px solid var(--anppie-border); padding:18px 0 !important; }
.galerie_filter_btn { border-radius:0 !important; box-shadow:none !important; background:#fff !important; border:1px solid var(--anppie-border) !important; color:var(--anppie-text) !important; }
.galerie_filter_btn.active, .galerie_filter_btn:hover { background:var(--anppie-blue) !important; color:#fff !important; }
.public_form_section { padding-top:52px !important; }
.public_form_card { border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; background:#fff !important; }
.public_form_header { border-bottom:1px solid var(--anppie-border); padding-bottom:18px; margin-bottom:24px; }
.public_form_header h2 { color:var(--anppie-text) !important; font-size:24px !important; }
.form_kicker { color:var(--anppie-blue) !important; letter-spacing:1px; }
.form_group_clean .form-control, .form-control { border-radius:0 !important; border:1px solid var(--anppie-border) !important; box-shadow:none !important; }
.form_group_clean .form-control:focus, .form-control:focus { border-color:var(--anppie-blue) !important; box-shadow:none !important; }
.choice_card { border-radius:0 !important; box-shadow:none !important; background:#fff !important; border:1px solid var(--anppie-border) !important; }
.choice_card.active { border-color:var(--anppie-blue) !important; background:#f7f9fd !important; }
.form_note_box { border-radius:0 !important; background:#f7f9fd !important; border:1px solid var(--anppie-border) !important; }
.public_form_actions button, .public_form_actions a { border-radius:0 !important; box-shadow:none !important; }
.public_form_actions button { background:var(--anppie-blue) !important; }
.public_form_actions a { background:#fff !important; color:var(--anppie-blue) !important; border:1px solid var(--anppie-blue) !important; }
.search_result_item_clean, .search_result_item { background:#fff !important; border:1px solid var(--anppie-border) !important; border-radius:0 !important; box-shadow:none !important; padding:24px !important; height:100%; }
.search_result_item_clean:hover, .search_result_item:hover { transform:none !important; box-shadow:none !important; }
.search_results_section_clean { padding-top: 46px !important; }
.footer_section { background: var(--anppie-blue) !important; padding: 54px 0 28px !important; color:#fff !important; }
.footer_section .footer-col { margin-bottom: 22px !important; }
.footer_section h4 { margin-bottom:16px !important; color:#fff !important; }
.footer_links { gap: 7px !important; }
.footer_links a { padding: 2px 0 !important; line-height:1.3 !important; color:rgba(255,255,255,.86) !important; }
.footer_section .footer_social a { background:transparent !important; border:1px solid rgba(255,255,255,.35) !important; box-shadow:none !important; }
@media (max-width: 991px) {
  .top_social_bar .top_bar_inner { gap: 8px; }
  .top_social_bar .top_contact_links { gap: 10px; flex-wrap: wrap; }
  .top_social_bar .top_contact_links a { font-size: 12px; }
  .custom_nav-container { min-height:64px !important; }
  .navbar-brand .navbar-logo { max-height:48px !important; }
  .custom_nav-container .navbar-nav { align-items:flex-start; gap:0; padding-top:12px; }
  .user_option { margin:12px 0 4px !important; width:100%; }
  .search_form { width:100%; }
  .search_form .search_input { flex:1; min-width:0; width:100%; }
  .hero_area.home_hero_area { min-height: 580px !important; }
  .slider_section { min-height: 420px !important; padding: 54px 0 !important; }
  .page_banner_section { min-height: 180px; padding: 44px 0 !important; }
  .client_section .box { min-height: 0; }
}
@media (max-width: 767px) {
  .layout_padding { padding: 44px 0 !important; }
  .top_social_bar .top_social_links { display:none; }
  .top_social_bar .top_contact_links a span { font-size:12px; }
  .slider_section .detail-box h1 { font-size: 34px !important; }
  .slider_section .detail-box p { font-size: 16px !important; }
  .hero_area.home_hero_area { min-height: 540px !important; }
  .client_section .box { padding:22px !important; gap:16px; }
  .client_section .box .img-box { width:78px !important; min-width:78px !important; height:78px !important; }
  .testimonials_actions { flex-direction:column; max-width:320px; margin-left:auto; margin-right:auto; }
  .page_banner_inner h1 { font-size: 30px !important; }
  .docs_card { min-height: 0; }
  .footer_section { padding: 42px 0 24px !important; }
}
@media (max-width: 480px) {
  .top_social_bar .top_contact_links { gap: 7px; }
  .top_social_bar .top_contact_links a:nth-child(1) span { max-width: 138px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .slider_section .detail-box h1 { font-size: 30px !important; }
  .slider_section .detail-box a { width:auto; }
  .client_section .box { flex-direction:row !important; }
  .client_section .box .detail-box p { font-size: 14px !important; }
}


/* ==========================================================
   AN-PPIE PRODUCTION V9 — Ajustements direction artistique
   Demandes : images entières, vision lisible, hero plus mesuré,
   navigation admin moins technique, témoignages mieux espacés.
   ========================================================== */
:root{
  --anppie-blue:#003399;
  --anppie-blue-dark:#001f5f;
  --anppie-text:#10224a;
  --anppie-muted:#5f6b82;
  --anppie-border:#dbe3f0;
  --anppie-vision-bg:#eef4ff;
}

/* Espacement général : moins de vide entre les titres et le contenu */
.layout_padding{padding-top:46px!important;padding-bottom:46px!important;}
.layout_padding2{padding-top:34px!important;padding-bottom:34px!important;}
.heading_container{margin-bottom:16px!important;}
.heading_container.mb-4,
.heading_container.mb-5,
.heading_container.mb_45{margin-bottom:18px!important;}
.heading_container h2::after,
.heading_container.heading_center h2::after,
.testimonials_heading h2::after{margin-top:10px!important;}
.heading_container p,
.testimonials_intro{margin-top:10px!important;}

/* Hero : titre moins massif, plus horizontal, image toujours disponible */
.hero_area.home_hero_area{
  min-height:600px!important;
  height:600px!important;
  max-height:none!important;
  background-color:var(--anppie-blue-dark)!important;
  background-image:linear-gradient(rgba(0,31,95,.56),rgba(0,31,95,.56)),var(--home-hero-bg),url('../images/accueil-bg.jpg'),url('../images/hero-bg.jpg')!important;
  background-size:cover,cover,cover,cover!important;
  background-position:center,center,center,center!important;
  background-repeat:no-repeat!important;
}
.home_hero_area .bg-box{background:var(--anppie-blue-dark) var(--home-hero-bg) center center/cover no-repeat!important;}
.home_hero_area .bg-box::after{background:rgba(0,31,95,.56)!important;}
.hero_area.home_hero_area .slider_section,
.slider_section{min-height:500px!important;padding:54px 0 50px!important;align-items:center!important;}
.slider_section .detail-box{max-width:850px!important;}
.slider_section .detail-box h1,
.hero_area.home_hero_area .slider_section .detail-box h1{
  font-size:clamp(30px,3.45vw,48px)!important;
  line-height:1.14!important;
  max-width:900px!important;
  letter-spacing:.035em!important;
  margin-bottom:14px!important;
}
.slider_section .detail-box p,
.hero_area.home_hero_area .slider_section .detail-box p{
  max-width:760px!important;
  font-size:clamp(15px,1.25vw,18px)!important;
  line-height:1.55!important;
}

/* Nos attributions : icônes visibles en entier, cartes moins hautes */
.attribution_section{padding-top:42px!important;padding-bottom:42px!important;}
.attribution_section .heading_container{margin-bottom:18px!important;}
.attribution_grid{align-items:stretch!important;}
.attribution_card,
.food_section.attribution_section .box{min-height:0!important;height:100%!important;}
.attribution_card .img-box,
.food_section.attribution_section .box .img-box{
  height:112px!important;
  min-height:112px!important;
  padding:16px 18px!important;
  background:#fff!important;
  border-bottom:1px solid var(--anppie-border)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.attribution_card .img-box img,
.food_section.attribution_section .box .img-box img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
}
.attribution_card .detail-box,
.food_section.attribution_section .box .detail-box{padding:16px 18px 14px!important;}
.attribution_card .detail-box h5{font-size:15.5px!important;margin-bottom:8px!important;line-height:1.25!important;}
.attribution_card .detail-box p{font-size:13px!important;line-height:1.5!important;margin-bottom:10px!important;}
.attribution-actions{margin-top:4px!important;}

/* Vision : fond clair, texte très lisible, photo en entier */
.vision_section,
.vision_section_sober{
  background:var(--anppie-vision-bg)!important;
  background-image:none!important;
  color:var(--anppie-text)!important;
  border-top:1px solid var(--anppie-border)!important;
  border-bottom:1px solid var(--anppie-border)!important;
}
.vision_section .container{padding-top:0!important;padding-bottom:0!important;}
.vision_section .row{align-items:center!important;}
.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box p{color:var(--anppie-text)!important;text-shadow:none!important;}
.vision_section .heading_container{margin-bottom:14px!important;}
.vision_section .heading_container h2,
.vision_detail_box h2{color:var(--anppie-blue-dark)!important;text-shadow:none!important;}
.vision_detail_box p{font-size:15px!important;line-height:1.72!important;margin-bottom:14px!important;}
.vision_president_card{
  max-width:330px!important;
  background:#fff!important;
  border:1px solid var(--anppie-border)!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.vision_president_card img{
  width:100%!important;
  height:auto!important;
  max-height:380px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  display:block!important;
}
.vision_president_caption{padding:14px 16px!important;background:#fff!important;border-top:1px solid var(--anppie-border)!important;}

/* Témoignages : 2 cartes desktop, espace maîtrisé entre cartes, points et boutons */
.client_section{padding-top:48px!important;padding-bottom:48px!important;background:#fff!important;}
.client_section .heading_container{margin-bottom:18px!important;}
.client_section .carousel-wrap{margin-top:8px!important;margin-bottom:0!important;}
.client_owl-carousel{max-width:1120px!important;margin:0 auto!important;}
.client_section .owl-stage-outer{padding:0!important;margin:0!important;}
.client_section .owl-stage{display:flex!important;align-items:stretch!important;}
.client_section .owl-item{display:flex!important;}
.client_section .item{width:100%!important;display:flex!important;padding:0 10px!important;}
.client_section .box{
  width:100%!important;
  min-height:150px!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:20px!important;
  padding:22px!important;
  margin:0!important;
  border:1px solid var(--anppie-border)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
.client_section .box .img-box{
  order:0!important;
  width:88px!important;
  min-width:88px!important;
  height:88px!important;
  border:2px solid var(--anppie-blue)!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#fff!important;
  padding:0!important;
  margin:0!important;
}
.client_section .box .img-box img,
.client_section .box .box-img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;border:0!important;}
.client_section .box .detail-box{order:1!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.client_section .box .detail-box p{font-size:15px!important;line-height:1.55!important;margin:0 0 10px!important;}
.client_section .box .detail-box h6{font-size:14.5px!important;line-height:1.35!important;margin:0!important;color:var(--anppie-blue-dark)!important;}
.client_section .owl-dots,
.client_owl-carousel .owl-dots{
  margin-top:14px!important;
  margin-bottom:0!important;
  text-align:center!important;
  line-height:1!important;
  display:block!important;
}
.client_section .owl-dot,
.client_owl-carousel .owl-dot{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  min-height:9px!important;
  border-radius:50%!important;
  padding:0!important;
  margin:0 5px!important;
  border:0!important;
  background:#ccd7ea!important;
  vertical-align:middle!important;
  box-shadow:none!important;
}
.client_section .owl-dot span,
.client_owl-carousel .owl-dot span{
  width:9px!important;height:9px!important;min-width:9px!important;min-height:9px!important;
  border-radius:50%!important;margin:0!important;display:block!important;background:transparent!important;
}
.client_section .owl-dot.active,
.client_owl-carousel .owl-dot.active{background:var(--anppie-blue)!important;}
.client_section .owl-dot.active span,
.client_owl-carousel .owl-dot.active span{background:transparent!important;}
.testimonials_actions,
.testimonials_actions_bottom{
  margin-top:16px!important;
  display:flex!important;
  justify-content:center!important;
  gap:12px!important;
}
.testimonials_btn{padding:11px 22px!important;min-width:0!important;font-size:13.5px!important;}

/* Documentation : cartes stables et icônes centrées, sans élément coupé */
.documentation_showcase{padding-top:38px!important;padding-bottom:46px!important;}
.docs_cards_grid{margin-top:0!important;row-gap:22px!important;}
.docs_card{min-height:300px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--anppie-border)!important;border-radius:0!important;box-shadow:none!important;}
.docs_card_thumb{height:96px!important;min-height:96px!important;padding:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;background:#f7f9fd!important;border-bottom:1px solid var(--anppie-border)!important;overflow:hidden!important;}
.docs_card_thumb_icon{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;color:var(--anppie-blue)!important;font-size:28px!important;background:transparent!important;box-shadow:none!important;}
.docs_card_thumb_icon i{font-size:28px!important;line-height:1!important;}
.docs_type_badge,.docs_type_badge--overlay{position:absolute!important;top:0!important;right:0!important;border-radius:0!important;background:var(--anppie-blue)!important;color:#fff!important;font-size:10px!important;padding:4px 9px!important;line-height:1!important;}
.docs_card_title{min-height:auto!important;padding:16px 16px 0!important;margin:0 0 8px!important;font-size:15.5px!important;line-height:1.35!important;color:var(--anppie-blue-dark)!important;}
.docs_card_desc{padding:0 16px!important;margin:0 0 14px!important;font-size:13px!important;line-height:1.55!important;color:var(--anppie-muted)!important;flex:1!important;}
.docs_card_footer{margin-top:auto!important;display:flex!important;border-top:1px solid var(--anppie-border)!important;}
.docs_btn{min-height:42px!important;font-size:13px!important;}

/* Pages et bannières : mêmes proportions sans duplication */
.page_banner_section,.page_banner_uniform,.inner_page_hero,.galerie_hero_banner,.projects_hero_section,.public_form_hero{
  min-height:190px!important;
  padding:46px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  background-image:none!important;
}
.page_banner_inner h1,.page_banner_section h1,.inner_page_hero h1,.galerie_hero_banner h1,.public_form_hero h1{font-size:clamp(30px,3.6vw,44px)!important;}
.page_banner_inner p,.page_banner_section p,.inner_page_hero p,.galerie_hero_banner p,.public_form_hero p{margin-top:14px!important;}

/* Admin : nouveau lien public recommandé, sans libellé technique "console" */
.admin-access-note .old-console-label{display:none!important;}

@media (max-width:991px){
  .hero_area.home_hero_area{min-height:540px!important;height:auto!important;}
  .hero_area.home_hero_area .slider_section,.slider_section{min-height:430px!important;padding:44px 0!important;}
  .slider_section .detail-box h1{font-size:clamp(28px,5vw,40px)!important;}
  .client_owl-carousel{max-width:720px!important;}
  .client_section .box{min-height:140px!important;}
}
@media (max-width:767px){
  .layout_padding{padding-top:38px!important;padding-bottom:38px!important;}
  .heading_container{margin-bottom:14px!important;}
  .hero_area.home_hero_area{min-height:500px!important;}
  .hero_area.home_hero_area .slider_section,.slider_section{min-height:390px!important;padding:38px 0!important;}
  .slider_section .detail-box h1{font-size:28px!important;line-height:1.16!important;}
  .slider_section .detail-box p{font-size:14px!important;}
  .vision_president_card{max-width:280px!important;margin-bottom:22px!important;}
  .vision_president_card img{max-height:320px!important;}
  .client_section .item{padding:0!important;}
  .client_section .box{gap:14px!important;padding:18px!important;min-height:128px!important;}
  .client_section .box .img-box{width:72px!important;min-width:72px!important;height:72px!important;}
  .testimonials_actions,.testimonials_actions_bottom{margin-top:14px!important;}
  .testimonials_btn{width:100%!important;max-width:320px!important;}
  .page_banner_section,.page_banner_uniform,.inner_page_hero,.galerie_hero_banner,.projects_hero_section,.public_form_hero{min-height:150px!important;padding:34px 0!important;}
}

/* ==========================================================
   Production V10 — Ajustements qualité finale
   Objectif : modal propre, vision lisible, boutons cohérents,
   hero plus large et bannières moins massives.
   ========================================================== */
:root{
  --anppie-radius-button:45px;
  --anppie-vision-soft:#f4f8ff;
}

/* Rayon uniforme : boutons + recherche, en reprenant le bouton du formulaire contact */
.btn1,
a.btn1,
button.btn1,
.slider_section .detail-box a,
.about_section .detail-box a,
.vision_detail_box a,
.actu_read_more,
.testimonials_btn,
.public_form_actions button,
.public_form_actions a,
.book_section .form_container button,
.contact_section .form_container button,
.form_container button,
.docs_btn,
.galerie_filter_btn,
.btn-modal-close,
button[type="submit"]{
  border-radius:var(--anppie-radius-button)!important;
}

.search_form,
.search_form[style]{
  border-radius:var(--anppie-radius-button)!important;
  overflow:hidden!important;
}
.search_form .search_input{
  border-radius:var(--anppie-radius-button) 0 0 var(--anppie-radius-button)!important;
}
.search_form .search_btn{
  border-radius:0 var(--anppie-radius-button) var(--anppie-radius-button) 0!important;
}

/* Hero : titre moins enfermé et plus horizontal */
.hero_area.home_hero_area,
.hero_area.home_hero_area .slider_section{
  min-height:590px!important;
}
.hero_area.home_hero_area .slider_section .container,
.slider_section .container{
  max-width:1220px!important;
}
.slider_section .detail-box{
  max-width:1040px!important;
}
.slider_section .detail-box h1,
.hero_area.home_hero_area .slider_section .detail-box h1{
  font-size:clamp(30px,3.15vw,44px)!important;
  line-height:1.12!important;
  max-width:1040px!important;
  letter-spacing:.03em!important;
}
.slider_section .detail-box p,
.hero_area.home_hero_area .slider_section .detail-box p{
  max-width:860px!important;
}

/* Bannières : titre diminué, structure uniforme */
.page_banner_section,
.page_banner_uniform,
.inner_page_hero,
.galerie_hero_banner,
.projects_hero_section,
.public_form_hero{
  min-height:170px!important;
  padding:40px 0!important;
  display:flex!important;
  align-items:center!important;
}
.page_banner_inner h1,
.page_banner_section h1,
.inner_page_hero h1,
.galerie_hero_banner h1,
.projects_hero_content h1,
.public_form_hero h1{
  font-size:clamp(24px,2.8vw,36px)!important;
  line-height:1.16!important;
  letter-spacing:.055em!important;
}
.page_banner_inner h1::after,
.page_banner_section h1::after,
.inner_page_hero h1::after,
.galerie_hero_banner h1::after,
.projects_hero_content h1::after,
.public_form_hero h1::after{
  margin-top:12px!important;
}
.page_banner_inner p,
.page_banner_section p,
.inner_page_hero p,
.galerie_hero_banner p,
.projects_hero_content p,
.public_form_hero p{
  margin-top:12px!important;
  font-size:15px!important;
  line-height:1.55!important;
}

/* Vision : c'est la section qui devient plus claire, pas la carte */
.about_section.vision_section,
.vision_section,
.vision_section_sober,
section#vision{
  background:var(--anppie-vision-soft)!important;
  background-image:none!important;
  color:var(--anppie-text)!important;
  border-top:1px solid var(--anppie-border)!important;
  border-bottom:1px solid var(--anppie-border)!important;
}
.vision_detail_box,
.vision_detail_box p,
.vision_section .detail-box,
.vision_section .detail-box p{
  color:var(--anppie-text)!important;
  text-shadow:none!important;
}
.vision_section .heading_container h2,
.vision_detail_box h2{
  color:var(--anppie-blue-dark)!important;
  text-shadow:none!important;
}
.vision_detail_box .heading_container{
  align-items:center!important;
  text-align:center!important;
}
.vision_detail_box .heading_container h2::after{
  margin-left:auto!important;
  margin-right:auto!important;
}
.attribution_section .detail-box h5{
  text-align:center!important;
}
.vision_detail_box > a{
  display:table!important;
  margin:28px auto 0!important;
}
#qui-sommes-nous .heading_container{
  align-items:center!important;
  text-align:center!important;
}
#qui-sommes-nous .heading_container h2::after{
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Finition institutionnelle : repères cohérents et interactions accessibles. */
.food_section.attribution_section .attribution_card {
  border-top: 3px solid #003399 !important;
}

.attribution_card .img-box {
  background: #f7f9fc !important;
}

.attribution_card .detail-box h5 {
  min-height: 40px;
}

.food_section.attribution_section .attribution_card .attribution-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 7px 0 !important;
  border-bottom: 1px solid #003399 !important;
  letter-spacing: .03em;
}

.food_section.attribution_section .attribution_card .attribution-btn::after {
  content: '>';
  font-size: 14px;
  line-height: 1;
}

.food_section.attribution_section .attribution_card .attribution-btn:hover,
.food_section.attribution_section .attribution_card .attribution-btn:focus {
  border-bottom-color: #001f6f !important;
  text-decoration: none;
}

.food_section.attribution_section .attribution_card .attribution-btn:focus-visible {
  outline: 3px solid rgba(0, 51, 153, .28) !important;
  outline-offset: 3px !important;
}

section[style*="--section-accent"] {
  border-color: var(--section-accent) !important;
}

section[style*="--section-accent"] .heading_container h2::after,
section[style*="--section-accent"] .section-list-heading h2::after {
  background: var(--section-accent) !important;
}

section[style*="--section-accent"] .heading_container h2 span,
section[style*="--section-accent"] .section-accent-text {
  color: var(--section-accent) !important;
}

.footer_section .footer_detail p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.about_ordinance_link {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-weight: 400 !important;
  text-decoration: underline;
  text-decoration-color: #003399;
  text-underline-offset: 3px;
}

.about_dirigeants_section .dirigeant_avatar {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px !important;
  border: 1px solid #dfe6f2 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  background: #f7f9fc;
}

.about_dirigeants_section .dirigeant_avatar img {
  object-fit: cover !important;
  object-position: top center !important;
}

.about_dirigeants_section .dirigeant_card {
  padding: 16px !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 51, 153, .28) !important;
  outline-offset: 3px;
}

@media (max-width: 575px) {
  .attribution_card .detail-box h5 {
    min-height: 0;
  }
}

/* Carte président : retour à une carte simple, sans marges blanches internes visibles */
.vision_president_card{
  max-width:330px!important;
  margin:0 auto!important;
  background:#fff!important;
  border:1px solid var(--anppie-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:hidden!important;
}
.vision_president_card img{
  width:100%!important;
  height:330px!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:top center!important;
  display:block!important;
  background:#fff!important;
}
.vision_president_caption{
  padding:15px 16px!important;
  background:#fff!important;
  border-top:1px solid var(--anppie-border)!important;
  text-align:center!important;
}

@media (min-width: 768px) {
  .hero_area.home_hero_area .bg-box img {
    object-fit: cover !important;
    object-position: center top !important;
  }
}

.hero_area.home_hero_area {
  background-image: none !important;
}

.hero_area.home_hero_area .slider_section {
  background: transparent !important;
  background-image: none !important;
}

.hero_area.home_hero_area .bg-box::after {
  background: rgba(0, 31, 111, .62) !important;
}

.about_objectives_section .objective_item {
  padding: 18px 20px !important;
}

.about_objectives_section .objective_content p {
  margin: 0 !important;
  text-align: justify !important;
  text-justify: inter-word;
}

#actualites .heading_container h2,
#actualites .heading_container h2 span {
  color: var(--anppie-blue) !important;
}

.about_dirigeants_section .heading_container h2,
.about_dirigeants_section .heading_container h2 span {
  color: var(--anppie-blue) !important;
}

.food_section.attribution_section .attribution_card .attribution-btn {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.food_section.attribution_section .attribution_card .attribution-btn::after {
  content: none !important;
}

/* Modal Nos Attributions : structure corrigée, lisible, centrée, sans effet lourd */
.attribution-modal .modal-dialog{
  max-width:680px!important;
  width:calc(100% - 32px)!important;
  margin:1.75rem auto!important;
}
.attribution-modal .modal-content{
  border:1px solid var(--anppie-border)!important;
  border-radius:14px!important;
  box-shadow:0 18px 50px rgba(0,31,95,.18)!important;
  overflow:hidden!important;
}
.attribution-modal .modal-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:18px 24px!important;
  background:#fff!important;
  border-bottom:1px solid var(--anppie-border)!important;
}
.attribution-modal .modal-title{
  color:var(--anppie-blue-dark)!important;
  font-size:18px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  margin:0!important;
}
.attribution-modal .close{
  opacity:1!important;
  color:var(--anppie-blue-dark)!important;
  font-weight:400!important;
  text-shadow:none!important;
  font-size:28px!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
}
.attribution-modal .modal-body{
  padding:24px!important;
  color:var(--anppie-muted)!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.attribution-modal .modal-body p{
  margin:0 0 14px!important;
  color:var(--anppie-muted)!important;
  text-align:justify!important;
  text-justify:inter-word!important;
}
.attribution-modal .modal-body ul{
  margin:10px 0 0!important;
  padding-left:20px!important;
}
.attribution-modal .modal-body li{
  margin-bottom:8px!important;
  padding-left:2px!important;
  text-align:left!important;
}
.attribution-modal .modal-footer{
  padding:14px 24px 18px!important;
  border-top:1px solid var(--anppie-border)!important;
  background:#fff!important;
}
.btn-modal-close{
  background:#fff!important;
  color:var(--anppie-blue)!important;
  border:1px solid var(--anppie-blue)!important;
  padding:9px 22px!important;
  font-weight:700!important;
  box-shadow:none!important;
}
.btn-modal-close:hover{
  background:var(--anppie-blue)!important;
  color:#fff!important;
}

/* Témoignages : moins de vide entre cartes, points et boutons */
.client_section .owl-dots,
.client_owl-carousel .owl-dots{
  margin-top:10px!important;
  margin-bottom:0!important;
}
.testimonials_actions,
.testimonials_actions_bottom{
  margin-top:12px!important;
}

@media (max-width:991px){
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section{min-height:520px!important;}
  .slider_section .detail-box h1{font-size:clamp(28px,5vw,38px)!important;}
  .vision_president_card{max-width:300px!important;margin-bottom:22px!important;}
  .vision_president_card img{height:300px!important;}
}
@media (max-width:767px){
  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section{min-height:470px!important;}
  .slider_section .detail-box h1{font-size:27px!important;}
  .page_banner_section,
  .page_banner_uniform,
  .inner_page_hero,
  .galerie_hero_banner,
  .projects_hero_section,
  .public_form_hero{min-height:140px!important;padding:30px 0!important;}
  .page_banner_inner h1,
  .page_banner_section h1,
  .inner_page_hero h1,
  .galerie_hero_banner h1,
  .projects_hero_content h1,
  .public_form_hero h1{font-size:24px!important;}
  .attribution-modal .modal-body{padding:20px!important;font-size:14px!important;}
}

/* ==========================================================
   Production V14 — Actualité détail + nettoyage visuel
   ========================================================== */
.actualite_detail_section{
  background:#fff!important;
  padding:44px 0 56px!important;
}
.actualite_detail_back{
  max-width:980px;
  margin:0 auto 20px;
}
.actualite_detail_back a{
  color:var(--anppie-blue)!important;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
}
.actualite_detail_back a:hover{
  text-decoration:underline;
}
.actualite_detail_article{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  border:1px solid var(--anppie-border);
  border-radius:0;
  box-shadow:none;
}
.actualite_detail_header{
  padding:28px 34px 22px;
  border-bottom:1px solid var(--anppie-border);
}
.actualite_detail_header h1{
  color:var(--anppie-blue-dark);
  font-size:clamp(24px,3.1vw,38px);
  line-height:1.22;
  font-weight:800;
  letter-spacing:.01em;
  margin:12px 0 0;
  text-transform:none;
}
.actualite_detail_meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 16px;
  color:var(--anppie-muted);
  font-size:13px;
}
.actualite_detail_meta span:not(.actu_badge){
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.actualite_detail_image{
  margin:0;
  background:#f7f9fd;
  border-bottom:1px solid var(--anppie-border);
  text-align:center;
}
.actualite_detail_image img{
  width:100%;
  max-height:520px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:0 auto;
  background:#f7f9fd;
}
.actualite_detail_content{
  padding:30px 34px 36px;
  color:#34405a;
  font-size:16px;
  line-height:1.82;
}
.actualite_detail_content p{
  margin:0 0 17px;
  text-align:left;
}
.actualite_detail_content h2{
  color:var(--anppie-blue-dark);
  font-size:22px;
  font-weight:800;
  margin:30px 0 13px;
  padding-top:18px;
  border-top:1px solid var(--anppie-border);
  letter-spacing:.01em;
}
.actualite_detail_content h2:first-child{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.actualite_detail_content ul{
  margin:10px 0 22px;
  padding-left:22px;
}
.actualite_detail_content li{
  margin-bottom:8px;
  padding-left:4px;
}
.actualite_detail_empty{
  max-width:780px;
  margin:0 auto;
  padding:44px 30px;
  text-align:center;
  border:1px solid var(--anppie-border);
  background:#fff;
}
.actualite_related_section{
  max-width:980px;
  margin:44px auto 0;
}
.actualite_related_section .heading_container{
  margin-bottom:22px!important;
}
.actualite_related_card{
  display:flex;
  flex-direction:column;
  width:100%;
  min-height:100%;
  border:1px solid var(--anppie-border);
  background:#fff;
  color:inherit;
  text-decoration:none!important;
}
.actualite_related_image{
  height:140px;
  background:#f7f9fd;
  border-bottom:1px solid var(--anppie-border);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.actualite_related_image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.actualite_related_body{
  padding:16px 18px 18px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.actualite_related_body small{
  color:var(--anppie-muted);
  font-size:12px;
}
.actualite_related_body strong{
  color:var(--anppie-blue-dark);
  font-size:15px;
  line-height:1.35;
}
.actualite_related_body em{
  color:var(--anppie-blue);
  font-style:normal;
  font-weight:700;
  font-size:13px;
  margin-top:4px;
}
@media(max-width:767px){
  .actualite_detail_section{padding:30px 0 42px!important;}
  .actualite_detail_header{padding:22px 20px 18px;}
  .actualite_detail_header h1{font-size:24px;}
  .actualite_detail_content{padding:22px 20px 28px;font-size:15px;line-height:1.7;}
  .actualite_detail_content h2{font-size:19px;}
  .actualite_detail_image img{max-height:360px;}
}

/* ==========================================================
   AN-PPIE — V15 correction mobile navigation et hero
   Objectif : menu mobile mieux posé, padding cohérent,
   bouton hamburger moins collé au bord, hero mobile plus lisible.
   ========================================================== */
@media (max-width: 991.98px) {
  body {
    padding-top: 72px !important;
  }

  .header_section {
    min-height: 72px !important;
  }

  .header_section .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .header_section > .container,
  .header_section .custom_nav-container,
  .header_section .navbar {
    min-height: 72px !important;
    height: 72px !important;
    padding: 0 !important;
    align-items: center !important;
  }

  .custom_nav-container {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 44px !important;
    max-height: 44px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
  }

  .custom_nav-container .navbar-toggler {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    transform: none !important;
  }

  .custom_nav-container .navbar-toggler span {
    width: 27px !important;
    height: 3px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: var(--anppie-blue) !important;
  }

  .custom_nav-container .navbar-toggler span::before,
  .custom_nav-container .navbar-toggler span::after {
    height: 3px !important;
    top: -8px !important;
    border-radius: 0 !important;
    background: var(--anppie-blue) !important;
  }

  .custom_nav-container .navbar-toggler span::after {
    top: 8px !important;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: none !important;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    transform: rotate(45deg) !important;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    top: 0 !important;
    transform: rotate(90deg) !important;
  }

  .navbar-collapse {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 72px !important;
    z-index: 1100 !important;
    background: #ffffff !important;
    border: 1px solid var(--anppie-border) !important;
    padding: 12px 16px 16px !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .custom_nav-container .navbar-nav {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .custom_nav-container .navbar-nav .nav-item {
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--anppie-border) !important;
  }

  .custom_nav-container .navbar-nav .nav-item:last-child {
    border-bottom: 0 !important;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link,
  .custom_nav-container .navbar-nav .nav-link {
    width: 100% !important;
    display: block !important;
    padding: 11px 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .custom_nav-container .navbar-nav .nav-item.active .nav-link,
  .custom_nav-container .navbar-nav .nav-item:hover .nav-link,
  .custom_nav-container .navbar-nav .nav-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    background: transparent !important;
  }

  .custom_nav-container .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 8px 12px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }

  .custom_nav-container .dropdown-item {
    padding: 8px 0 !important;
    font-size: 12.5px !important;
    color: var(--anppie-text) !important;
  }

  .user_option {
    width: 100% !important;
    margin-top: 12px !important;
  }

  .search_form {
    width: 100% !important;
    margin: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 4px !important;
  }

  .search_input {
    width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 38px !important;
  }

  .search_btn {
    width: 42px !important;
    height: 38px !important;
    border-radius: 0 4px 4px 0 !important;
    flex: 0 0 42px !important;
  }

  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 540px !important;
    height: 540px !important;
    max-height: none !important;
  }

  .hero_area.home_hero_area .slider_section {
    padding: 46px 0 54px !important;
    align-items: center !important;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 68px !important;
  }

  .header_section {
    min-height: 68px !important;
  }

  .header_section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .header_section > .container,
  .header_section .custom_nav-container,
  .header_section .navbar {
    min-height: 68px !important;
    height: 68px !important;
  }

  .navbar-brand .navbar-logo,
  .navbar-brand img,
  .header_section img[alt*="AN-PPIE"] {
    height: 40px !important;
    max-height: 40px !important;
    max-width: 136px !important;
  }

  .custom_nav-container .navbar-toggler {
    margin-right: 10px !important;
  }

  .navbar-collapse {
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px 14px 14px !important;
  }

  .hero_area.home_hero_area,
  .hero_area.home_hero_area .slider_section {
    min-height: 520px !important;
    height: 520px !important;
  }

  .hero_area.home_hero_area {
    background-position: center center !important;
  }

  .hero_area.home_hero_area .bg-box img {
    object-position: center center !important;
  }

  .hero_area.home_hero_area .slider_section {
    padding: 42px 0 50px !important;
  }

  .slider_section .detail-box {
    max-width: 92% !important;
    margin-left: 0 !important;
  }

  .slider_section .detail-box h1 {
    font-size: 25px !important;
    line-height: 1.16 !important;
    margin-bottom: 12px !important;
    letter-spacing: .02em !important;
  }

  .slider_section .detail-box p {
    max-width: 92% !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
  }

  .slider_section .btn-box a,
  .slider_section .btn1 {
    padding: 10px 18px !important;
    font-size: 12px !important;
  }

  .food_section .box,
  .attribution_card,
  .attribution_section .box {
    min-height: auto !important;
  }
}

/* ============================================================
   AN-PPIE Production V16 - corrections bannières, documentation,
   mobile et harmonisation des rayons
   ============================================================ */
:root {
  --anppie-radius: 6px;
}

/* Rayon uniforme demandé : boutons, champs, recherche, formulaires */
a.btn,
.btn,
button,
input,
select,
textarea,
.form-control,
.search_form,
.search_input,
.search_btn,
.public_form_card,
.public_form input,
.public_form select,
.public_form textarea,
.contact_section input,
.contact_section textarea,
.contact_section select,
.contact_section button,
.about_action_links a,
.slider_section .btn1,
.slider_section .btn-box a,
.docs_btn,
.page-link {
  border-radius: var(--anppie-radius) !important;
}

.search_form {
  overflow: hidden !important;
}
.search_btn {
  border-radius: 0 var(--anppie-radius) var(--anppie-radius) 0 !important;
}
.search_input {
  border-radius: var(--anppie-radius) 0 0 var(--anppie-radius) !important;
}

/* Bannières : plus de respiration verticale, titre plus maîtrisé */
.page_banner_section,
.page_banner_uniform,
.inner_page_hero,
.galerie_hero_banner,
.public_form_hero {
  min-height: 250px !important;
  padding: 76px 0 !important;
  display: flex !important;
  align-items: center !important;
  background: #f8fafc !important;
  border-top: 1px solid var(--anppie-border) !important;
  border-bottom: 1px solid var(--anppie-border) !important;
}
.page_banner_inner h1,
.page_banner_section h1,
.page_banner_uniform h1,
.inner_page_hero h1,
.galerie_hero_banner h1,
.public_form_hero h1 {
  font-size: clamp(30px, 3.2vw, 42px) !important;
  line-height: 1.15 !important;
  letter-spacing: 1.8px !important;
  margin: 0 !important;
}
.page_banner_inner p,
.page_banner_section p,
.page_banner_uniform p,
.inner_page_hero p,
.galerie_hero_banner p,
.public_form_hero p {
  margin-top: 16px !important;
  max-width: 700px !important;
  line-height: 1.55 !important;
}

/* Documentation publique : cartes propres, issues de l'administration */
.documentation_showcase {
  padding: 54px 0 70px !important;
  background: #fff !important;
}
.docs_cards_grid {
  margin-top: 0 !important;
  row-gap: 26px !important;
}
.docs_card {
  border: 1px solid var(--anppie-border) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 310px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.docs_card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.docs_card_thumb {
  height: 110px !important;
  min-height: 110px !important;
  padding: 18px !important;
  background: #f7f9fd !important;
  border-bottom: 1px solid var(--anppie-border) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
}
.docs_card_thumb_icon {
  position: static !important;
  width: 46px !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--anppie-blue) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
.docs_card_thumb_icon i {
  font-size: 30px !important;
  line-height: 1 !important;
}
.docs_type_badge,
.docs_type_badge--overlay {
  top: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
  background: var(--anppie-blue) !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: .02em !important;
}
.docs_card_title {
  min-height: auto !important;
  padding: 18px 18px 0 !important;
  margin: 0 0 10px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  color: var(--anppie-blue-dark) !important;
}
.docs_card_desc {
  padding: 0 18px !important;
  margin: 0 0 16px !important;
  color: var(--anppie-muted) !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  flex: 1 !important;
}
.docs_card_footer {
  margin-top: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  border-top: 1px solid var(--anppie-border) !important;
}
.docs_btn {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.docs_btn_preview {
  background: #fff !important;
  color: var(--anppie-blue) !important;
  border: 0 !important;
  border-right: 1px solid var(--anppie-border) !important;
}
.docs_btn_download {
  background: var(--anppie-blue) !important;
  color: #fff !important;
  border: 0 !important;
}

/* Nos attributions : une card par ligne en mobile */
@media (max-width: 767.98px) {
  .attribution_grid {
    display: block !important;
  }
  .attribution_col,
  .attribution_grid > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    margin-bottom: 16px !important;
  }
  .attribution_card,
  .food_section.attribution_section .box {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* À propos : statistiques lisibles */
.stats_section {
  background: var(--anppie-blue) !important;
  color: #fff !important;
  padding: 44px 0 !important;
}
.stats_section::before,
.stats_section::after {
  display: none !important;
}
.stats_section .stat-box,
.stats_section .stat-box h3,
.stats_section .stat-box p {
  color: #fff !important;
}
.stats_section .stat-box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.stats_section .stat-box h3 {
  font-size: clamp(28px, 3vw, 40px) !important;
  margin-bottom: 6px !important;
}
.stats_section .stat-box p {
  opacity: .92 !important;
  margin: 0 !important;
}

/* Header mobile : conserver la correction V15 tout en gardant le radius uniforme */
@media (max-width: 991px) {
  .search_form {
    border-radius: var(--anppie-radius) !important;
  }
  .search_btn {
    border-radius: 0 var(--anppie-radius) var(--anppie-radius) 0 !important;
  }
}

@media (max-width: 767.98px) {
  .page_banner_section,
  .page_banner_uniform,
  .inner_page_hero,
  .galerie_hero_banner,
  .public_form_hero {
    min-height: 205px !important;
    padding: 58px 0 !important;
  }
  .page_banner_inner h1,
  .page_banner_section h1,
  .page_banner_uniform h1,
  .inner_page_hero h1,
  .galerie_hero_banner h1,
  .public_form_hero h1 {
    font-size: 28px !important;
    letter-spacing: 1px !important;
  }
}
/* V16 - maintien explicite du radius 6px sur les boutons de cartes documentation */
.docs_card_footer {
  padding: 12px 14px !important;
  gap: 10px !important;
}
.docs_btn,
.docs_btn_preview,
.docs_btn_download {
  border-radius: var(--anppie-radius) !important;
  border: 1px solid var(--anppie-border) !important;
}
.docs_btn_download {
  border-color: var(--anppie-blue) !important;
}

/* ============================================================
   AN-PPIE Production V17 - harmonisation finale radius + À propos
   Objectif : enlever les derniers boutons/champs non harmonisés.
   ============================================================ */
:root {
  --anppie-radius: 6px !important;
  --anppie-radius-button: 6px !important;
}

/* À propos : blocs statistiques lisibles, fond bleu institutionnel */
section#stats-apropos.stats_section,
.stats_section#stats-apropos,
.stats_section {
  background: var(--anppie-blue) !important;
  background-color: var(--anppie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  padding: 42px 0 !important;
}
section#stats-apropos.stats_section::before,
section#stats-apropos.stats_section::after,
.stats_section::before,
.stats_section::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
section#stats-apropos .stat-box,
.stats_section .stat-box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  padding: 10px 8px !important;
}
section#stats-apropos .stat-box h3,
section#stats-apropos .stat-box p,
.stats_section .stat-box h3,
.stats_section .stat-box p {
  color: #ffffff !important;
  text-shadow: none !important;
}
section#stats-apropos .stat-box h3,
.stats_section .stat-box h3 {
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.1 !important;
  margin: 0 0 8px !important;
  font-weight: 800 !important;
}
section#stats-apropos .stat-box p,
.stats_section .stat-box p {
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  letter-spacing: 1.2px !important;
  opacity: .95 !important;
  margin: 0 !important;
}

/* Radius final : boutons, liens-boutons, champs, sélecteurs, uploads et recherche */
.btn,
a.btn,
button,
button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn1,
.btn-primary,
.btn-outline,
.btn-outline-primary,
.form-submit-btn,
.contact-submit,
.book_section .form_container button,
.contact_section .form_container button,
.form_container button,
.public_form_actions button,
.public_form_actions a,
.slider_section .detail-box a,
.slider_section .btn-box a,
.food_section .btn-box a,
.about_section .detail-box a,
.about_action_links a,
.docs_btn,
.docs_btn_preview,
.docs_btn_download,
.search_result_link,
.admin-view-site-btn,
.page-link,
.pagination a,
input,
select,
textarea,
.form-control,
.public-form-control,
.form_group_clean .form-control,
.public_form input,
.public_form select,
.public_form textarea,
.book_section .form_container input,
.book_section .form_container select,
.book_section .form_container textarea,
.contact_section .form_container input,
.contact_section .form_container select,
.contact_section .form_container textarea,
.nice-select,
.custom-file-label,
input[type="file"],
.search_form,
.search_form input,
.search_input,
.navbar .search_input {
  border-radius: var(--anppie-radius) !important;
}

/* Recherche : champ + bouton icône alignés, radius sobre à 6px */
.search_form,
.navbar .search_form,
.custom_nav-container .search_form {
  border-radius: var(--anppie-radius) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.search_input,
.search_form .search_input,
.search_form input[type="search"],
.search_form input[type="text"] {
  border-radius: var(--anppie-radius) 0 0 var(--anppie-radius) !important;
}
.search_btn,
.search_form .search_btn,
.search_form button,
.custom_nav-container .search_btn {
  border-radius: 0 var(--anppie-radius) var(--anppie-radius) 0 !important;
  background: var(--anppie-blue) !important;
  box-shadow: none !important;
  transform: none !important;
}
.search_btn:hover,
.search_form .search_btn:hover,
.search_form button:hover {
  background: var(--anppie-blue-dark) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Contact : mêmes rayons pour tous les champs, select nice-select et bouton */
.book_section .form_container input,
.book_section .form_container textarea,
.book_section .form_container select,
.book_section .form_container .nice-select,
.contact_section .form_container input,
.contact_section .form_container textarea,
.contact_section .form_container select,
.contact_section .form_container .nice-select {
  border: 1px solid var(--anppie-border) !important;
  border-radius: var(--anppie-radius) !important;
  box-shadow: none !important;
}
.book_section .form_container input:focus,
.book_section .form_container textarea:focus,
.book_section .form_container select:focus,
.contact_section .form_container input:focus,
.contact_section .form_container textarea:focus,
.contact_section .form_container select:focus {
  border-color: var(--anppie-blue) !important;
  box-shadow: none !important;
}
.book_section .form_container button,
.contact_section .form_container button,
#contactBtn {
  border-radius: var(--anppie-radius) !important;
  box-shadow: none !important;
}

/* Bouton En savoir plus de l'accueil et boutons équivalents */
.slider_section .detail-box .btn-box a,
.slider_section .detail-box a,
a[href="#vision"],
.hero_area .btn,
.hero_area .btn1 {
  border-radius: var(--anppie-radius) !important;
  box-shadow: none !important;
}

/* Exceptions légitimes : points de slider et photos rondes restent ronds */
.owl-dot,
.owl-dots .owl-dot,
.carousel-indicators li,
.client_section .owl-dot,
.slider_section .carousel-indicators li,
.client_section .box .img-box,
.client_section .box .img-box img,
.client_section .box .box-img,
.img-circle,
.rounded-circle {
  border-radius: 50% !important;
}

@media (max-width: 767.98px) {
  section#stats-apropos.stats_section,
  .stats_section {
    padding: 34px 0 !important;
  }
  section#stats-apropos .stat-box,
  .stats_section .stat-box {
    padding: 12px 6px !important;
  }
}


/* Page 404 institutionnelle */
.not_found_section {
  background: #ffffff;
  padding: 92px 0 104px;
  border-top: 1px solid #dfe6f2;
}

.not_found_panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 46px 44px;
  background: #ffffff;
  border: 1px solid #dfe6f2;
  border-radius: 6px;
  text-align: center;
}

.not_found_code {
  color: #003399;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

.not_found_label {
  display: inline-block;
  color: #003399;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
}

.not_found_panel h1 {
  color: #10224e;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 14px;
}

.not_found_panel p {
  color: #5f6f8a;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 28px;
  max-width: 610px;
}

.not_found_actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn1.btn1_outline {
  background: #ffffff;
  color: #003399;
  border-color: #003399;
}

.btn1.btn1_outline:hover,
.btn1.btn1_outline:focus {
  background: #f4f7fc;
  color: #003399;
}

@media (max-width: 767px) {
  .not_found_section { padding: 58px 0 68px; }
  .not_found_panel { padding: 34px 22px; }
  .not_found_code { font-size: 54px; }
  .not_found_panel h1 { font-size: 24px; }
  .not_found_panel p { font-size: 14px; }
  .not_found_actions { flex-direction: column; }
  .not_found_actions .btn1 { width: 100%; }
}

/* ============================================================
   AN-PPIE V28 — Témoignages, boutons et stabilité des icônes
   ============================================================ */
:root{
  --anppie-radius:6px!important;
  --anppie-radius-button:6px!important;
}

/* Boutons de contribution : rayon institutionnel de 6px */
.testimonials_actions .testimonials_btn,
.testimonials_actions_bottom .testimonials_btn,
a.testimonials_btn,
.testimonials_btn_primary,
.testimonials_btn_outline{
  border-radius:6px!important;
  box-shadow:none!important;
}

/* Témoignage unique : occupe réellement l'espace disponible */
.testimonials_single,
.testimonials_single .client_owl-carousel,
.client_owl-carousel.client_owl-carousel_single{
  max-width:1120px!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.testimonials_single .client_owl-carousel .item,
.client_owl-carousel.client_owl-carousel_single .item{
  width:100%!important;
}
.testimonials_single .testimonial-card-public,
.client_owl-carousel.client_owl-carousel_single .testimonial-card-public{
  width:100%!important;
  max-width:100%!important;
}
.testimonials_single .owl-dots,
.client_owl-carousel.client_owl-carousel_single .owl-dots{
  display:none!important;
}

/* Plusieurs témoignages : deux cartes équilibrées sur écran large */
.testimonials_multiple .client_owl-carousel .item{
  padding:0 14px!important;
}
.testimonial-card-public{
  height:100%!important;
}
@media (max-width:767.98px){
  .testimonials_multiple .client_owl-carousel .item{
    padding:0!important;
  }
  .testimonial-card-public{
    min-height:auto!important;
  }
}

/* Icônes : fallback local si le CDN Font Awesome ne charge pas */
.fa,.fas,.far,.fab{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa-chart-line:before{content:"\f201";}
.fa-shield-halved:before,.fa-shield-alt:before{content:"\f132";}
.fa-file-lines:before{content:"\f0f6";}
.fa-arrow-up-right-from-square:before{content:"\f08e";}
.fa-user-shield:before{content:"\f132";}
.fa-hard-hat:before{content:"\f0ad";}
.fa-project-diagram:before{content:"\f0e8";}
.fa-pen:before{content:"\f040";}
.fa-handshake:before{content:"\f2b5";}
.fa-images:before{content:"\f03e";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-file-arrow-down:before,.fa-download:before{content:"\f019";}
.fa-arrow-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f08b";}
.fa-floppy-disk:before{content:"\f0c7";}
.fa-circle-info:before{content:"\f05a";}
.fa-triangle-exclamation:before{content:"\f071";}
.fa-eye-slash:before{content:"\f070";}
.fa-hourglass-half:before{content:"\f252";}

/* À propos : présentation institutionnelle, sobre et lisible */
.about_section {
  background: #ffffff !important;
  color: #10224e !important;
  border-bottom: 1px solid #dfe6f2;
}

.about_section::before {
  display: none !important;
}

.about_section .img-box img {
  width: 100%;
  max-width: 430px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border: 1px solid #dfe6f2;
  border-radius: 6px;
  box-shadow: none;
}

.about_section .heading_container h2 {
  color: #10224e !important;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.about_section .heading_container h2::after {
  width: 48px;
  height: 3px;
  background: #003399 !important;
}

.about_section .detail-box p {
  max-width: 620px;
  color: #40516f !important;
  font-size: 15px;
  line-height: 1.8;
  opacity: 1;
}

.about_section .detail-box p strong,
.about_section .detail-box p a {
  color: #10224e !important;
}

.about_action_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about_section .detail-box .about_action_links a {
  margin-top: 0;
  padding: 11px 18px;
  background: #003399 !important;
  border: 1px solid #003399 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 11px;
  letter-spacing: .08em;
}

.about_section .detail-box .about_action_links a.about_external_link {
  background: #ffffff !important;
  color: #003399 !important;
}

.about_section .detail-box .about_action_links a:hover {
  background: #001f6f !important;
  transform: none;
}

.about_section .detail-box .about_action_links a.about_external_link:hover {
  background: #f4f7fc !important;
  color: #003399 !important;
}

.about_mission_section {
  background: #f6f8fb !important;
  border-bottom: 1px solid #dfe6f2;
}

.mission_box {
  padding: 30px 24px;
  border: 1px solid #dfe6f2;
  border-bottom: 3px solid #003399;
  border-radius: 6px;
  box-shadow: none;
}

.mission_box:hover {
  transform: none;
  box-shadow: none;
}

.mission_icon {
  width: 54px;
  height: 54px;
  margin: 0 0 20px;
  border-radius: 6px;
  background: #003399;
}

.mission_icon i {
  font-size: 22px;
}

.mission_box h4,
.objective_content h5 {
  color: #10224e;
  letter-spacing: .03em;
}

.mission_box h4 {
  text-align: left;
  font-size: 17px;
}

.mission_box p,
.objective_content p {
  color: #52627d;
  text-align: left;
}

.objective_item {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dfe6f2;
  border-left: 3px solid #003399;
  border-radius: 6px;
}

.objective_item:hover {
  background: #ffffff;
  border-left-color: #003399;
  transform: none;
}

.objective_number {
  color: #003399;
  opacity: 1;
}

.objectives_img {
  border: 1px solid #dfe6f2;
  border-radius: 6px;
  box-shadow: none;
}

.about_dirigeants_section {
  background: #f6f8fb;
  border-top: 1px solid #dfe6f2;
}

.dirigeant_card {
  border: 1px solid #dfe6f2;
  border-radius: 6px;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .about_section,
  .about_mission_section,
  .about_objectives_section,
  .about_dirigeants_section {
    padding: 46px 0 !important;
  }

  .about_section .img-box {
    margin-bottom: 28px;
  }

  .about_section .img-box img {
    max-width: 100%;
    aspect-ratio: auto;
  }

  .about_section .heading_container h2 {
    font-size: 24px;
  }

  .about_section .detail-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about_action_links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about_section .detail-box .about_action_links a {
    width: 100%;
    text-align: center;
  }

  .mission_box {
    padding: 26px 20px;
    margin-bottom: 16px;
  }

  .objective_item {
    padding: 18px 16px;
  }
}

/* About page: keep the ordinance as a normal inline text link. */
.about_section .detail-box p .about_ordinance_link {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: underline !important;
  text-decoration-color: #003399 !important;
  text-underline-offset: 3px;
}

.about_mission_section .mission_box p {
  text-align: justify !important;
  text-justify: inter-word;
}

.about_mission_section .mission_box h4 {
  text-align: center !important;
}

.about_dirigeants_section .dirigeant_avatar {
  width: min(100%, 250px) !important;
  margin: 0 auto 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.about_dirigeants_section .dirigeant_card {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.about_dirigeants_section button.dirigeant_bio_toggle,
.about_dirigeants_section .dirigeant_bio_close {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.about_dirigeants_section button.dirigeant_bio_toggle {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  background: transparent;
  color: #003399;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about_dirigeants_section .dirigeant_avatar.dirigeant_bio_toggle {
  cursor: pointer;
}

.about_dirigeants_section .dirigeant_bio_close {
  float: right;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.about_dirigeants_section .dirigeant_card.bio-open .dirigeant_bio {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Images ajoutées depuis l'administration : cadre stable, sans déformation. */
.about_section .img-box {
  width: 100%;
  max-width: 430px;
  height: min(430px, 80vw);
  margin-left: auto;
  margin-right: auto;
  background: #f6f8fb;
}

.about_section .img-box img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.event_group {
  margin-top: 30px;
}

.event_group:first-of-type {
  margin-top: 0;
}

.event_group_heading {
  margin: 0 0 18px;
  color: #10224e;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.event_group--ongoing .event_group_heading {
  color: #0d6efd;
}

.event_group--upcoming .event_group_heading {
  color: #198754;
}

.event_group--past .event_group_heading {
  color: #6c757d;
}

@media (min-width: 768px) {
  .about_objectives_section .heading_container {
    text-align: center;
  }
}


/* ============================================================
   V43 - Événements publics : charte AN-PPIE, image prise en charge
   ============================================================ */
.event_card,
.event-card--upcoming,
.event-card--ongoing,
.event-card--past {
  border-left-color: #003399 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  border-top: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.event-card--past {
  border-left-color: #667085 !important;
}
.event_date_box,
.event-card--upcoming .event_date_box,
.event-card--ongoing .event_date_box {
  background: #003399 !important;
}
.event-card--past .event_date_box {
  background: #667085 !important;
}
.event-card--upcoming .event_dates,
.event-card--ongoing .event_dates {
  color: #003399 !important;
}
.event-card--past .event_dates {
  color: #667085 !important;
}
.event-card--upcoming .event_status_badge,
.event-card--ongoing .event_status_badge {
  background: #003399 !important;
}
.event-card--past .event_status_badge {
  background: #667085 !important;
}
.event_media {
  width: 132px;
  min-width: 132px;
  background: #f6f8fb;
  border-right: 1px solid #e5e7eb;
}
.event_media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}
.event_card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.event_group--ongoing .event_group_heading,
.event_group--upcoming .event_group_heading {
  color: #003399 !important;
}
.event_group--past .event_group_heading {
  color: #667085 !important;
}
@media (max-width: 576px) {
  .event_card {
    flex-direction: column;
  }
  .event_date_box {
    min-width: 100%;
    padding: 14px 15px;
  }
  .event_media {
    width: 100%;
    min-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  .event_media img {
    height: 180px;
    min-height: 180px;
  }
}

/* ============================================================
   AN-PPIE V48 — Témoignages : section ≠ témoignage client
   ============================================================ */
.testimonials-empty-state{
  border:1px solid #dfe6f2;
  background:#f8fbff;
  color:#516173;
  padding:18px 22px;
  text-align:center;
  font-size:14px;
  line-height:1.6;
  max-width:820px;
  margin:0 auto 18px;
  border-radius:6px;
}
