.icon-douane-verte {
	color : #2ecc71!important;
}
.postid-2091 .pdfjs-viewer-container iframe {
	height: 100vh !important;
  	border: none !important;
  	overflow: hidden !important;
}
.postid-2091 .pdfjs-viewer-container{
	overflow: hidden !important;
}
.search-loop {
	cursor: pointer;
	pointer-events :painted!important;
}
/*** shortcode post par categorie ***/

.post_par_categorie {
  display: flex;
  flex-wrap: wrap;
}

.post_par_categorie article {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 640px) {

  .post_par_categorie article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {

  .post_par_categorie article {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

.post_par_categorie article figure {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
}

.post_par_categorie article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s, -webkit-transform .8s;
}

.post_par_categorie article figure .category {
  background-color: #303030;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  font-weight: bold;
}

.post_par_categorie article figure:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post_par_categorie article .img-item {
  position: relative;
}

.post_par_categorie article h3 {
  color: #016584;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_par_categorie article .desc {
  color: #19191F;
  font-size: 14px;
  line-height: 18px;
}

.post_par_categorie article .date {
  font-size: 12px;
  background-color: #124F7D;
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: 0;
  margin: 0 15px;
  padding: 5px 15px;
}

.post_par_categorie article a {
  background-color: #fff;
  box-shadow: -5px 9px 16px #00000029;
  flex-grow: 1;
  text-decoration: none;
  border-bottom: none;
}

.post_par_categorie article a:hover {
  text-decoration: none;
}

.post_par_categorie article a:hover figure img {
  transform: scale(1.1);
}

.post_par_categorie article .lire-la-suite {
  color: #016584;
  box-shadow: none;
  box-shadow: -5px 12px 16px #00000029;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 25px 20px;
  vertical-align: middle;
}

.post_par_categorie article .lire-la-suite i {
  font-size: 17px;
  margin-left: 10px;
}


.post_par_categorie article .content-item-post {
  padding: 10px 25px 0;
  position: relative;
}

/*** fin shortcode post par categorie ***/
/** popup sondage **/
.ays-survey-overlay {
  position: fixed;
  inset: 0;
  background: rgba(1,101,132,0.6);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.ays-survey-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.ays-survey-popup-modal-2 .ays-survey-popup-title-content {
  line-height: normal!important;
  font-weight: bold!important;
  margin-bottom: 25px!important;
}
/** fin popup sondage **/
/** prev next le saviez-vous **/
.lsv-circle-nav {
    position: absolute;
    right: 20px;
    top: 14%;
    transform: translateY(-50%);
    display: flex;
    background: #124F7D; /* bleu par défaut */
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
    .lsv-circle-nav {
       top: 24%;
    }
}

.lsv-circle-nav .lsv-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #E5C500; /* icône jaune */
    font-size: 18px;
    border-left: 1px solid #E5C500; /* ligne jaune */
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lsv-circle-nav .lsv-btn:first-child {
    border-left: none;
}

.lsv-circle-nav .lsv-btn:hover {
    background: #E5C500; 
    color: #124F7D; 
}

/** finprev next le saviez-vous **/
/** debut barre de recherche **/
.search-banner-wrapper {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.search-banner-form {
    display: flex;
    width: 70%;
    max-width: 1200px;
    background: #f4f5f7;
    padding: 1px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
}

.search-banner-input {
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 10px 15px;
    margin-right: 15px;
}



.search-banner-input input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    color: #333;
}

.search-banner-btn {
    background: linear-gradient(to bottom, #124F7D, #124F7D);
    color: #FFFFFF;
    border: none;
    padding: 5px 16px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
	margin:3px;
	font-weight : bold;
}

.search-banner-btn:hover {
    opacity: 0.85;
    color: #124F7D;
    background: rgb(225, 225, 225);
}

/* Cacher la barre de recherche sur mobile */
@media (max-width: 768px) {
    .search-banner-wrapper {
        display: none;
    }
}


/** fin barre de recherche **/
.banniere-bloc .msg-intro .titre-bloc .weight-normal { 
  font-weight: normal!important;
}
/** corrections visibility **/
.green-line .need-help {
  color : #333!important;
}
.green-line .green-line-content {
    background-color: #2e7d32!important;
}


/* Correction Contraste Menu Mobile - Accessibilité */

.menu-mobile nav li a {
    color: #2c343a !important;
}

.menu-mobile nav li a:hover {
    color: #014d64 !important; 
    font-weight: 700 !important;
}

.btn-burger span {
    background: #2c343a !important;
}

.btn-burger .text {
    color: #2c343a !important;
}

.menu-mobile .close-wrap p {
    color: #2c343a !important;
}

.main-footer .footer-content .right-bloc .table-change th, .main-footer .footer-content .right-bloc .table-change td {
  color: #E9ECEF !important;
}

.main-footer .footer-content .right-bloc a{
  color: #E9ECEF !important;
  text-decoration: none !important;
}
.main-footer .footer-content .right-bloc a::before {
    content: ' →';
    font-size: 0em;
    vertical-align: middle;
    opacity: 0.8;
}
.breacrumb ul li a {
    color: #555555!important;
}
.page-id-13196 .rich-text #guide-presentation .colonne-download-guide {
    min-height: 250px!important;
}
/* Statistiques (pvc_stats) plus lisibles */
.pvc_stats {
    color: #444444 !important;
}

/* shortcode bouton dynamique */
.bouton-dynamique {
    background-color: #124f7d;
    border-radius: .25rem;
    color: #fff!important;
    padding: 10px;
    text-decoration: none;
    transition: 0.5s;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
}

.bouton-dynamique:hover {
    background-color: #E5C500!important;
}

/* ORGANIGRAMME V2 */
.org-dynamique .ul-org-dir-dgd::before {
	left : calc(50% - 437px)!important;
}

.org-dynamique .ul-org-dir-dgd .no_children .borderLeft {
 display :none;
}
/* FIN ORGANIGRAMME V2 */

/* REFONTE PAGE STATIQUE */
/* global */
.nv-fond-bleu {
    background-color: #223551!important;
	color : #ffffff!important;
}
.nv-couleur-bleu {
    color: #223551!important;
}
.nv-fond-vert {
    background-color: #019887!important;
}
.nv-couleur-vert {
    color: #019887!important;
}
.nv-fond-vert-claire {
    background-color: #eaf5ea!important;
}
.nv-couleur-vert-claire {
    color: #eaf5ea!important;
}
/* title */
.title-container-page {
    color: #223551 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 12px !important;
    position: relative;
    padding-bottom: 10px;
}
.title-container-page:after {
    background-color: #019887;
}

/* documents et liens associés */
.download-section-container {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  font-family: Arial, sans-serif;
  margin: 20px 0;
}


.download-section-container .download-header {
  color: #ffffff !important;
  border-radius: 8px 8px 0 0;
  padding: 12px 20px !important;
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.download-section-container .header-icon-badge {
  width: 36px;
  height: 36px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
  flex-shrink: 0;
}

.download-section-container .header-title-text {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Grille à 2 colonnes */
.download-section-container .download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 20px;
}

@media (max-width: 768px) {
  .download-section-container .download-grid {
    grid-template-columns: 1fr;
  }
}

/* Bouton / Élément */
.download-section-container .download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 15px;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

.download-section-container .download-card:hover {
  border-color: #002b49;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.download-section-container .file-icon-pdf {
  font-size: 22px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.download-section-container .file-title {
  color: #002b49;
  font-size: 12px;
  font-weight: 700;
  flex-grow: 1;
  padding-right: 10px;
  line-height: 1.3;
}

.download-section-container .download-action-icon {
  color: #002b49;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.download-section-container .download-card:hover .download-action-icon {
  color: #019887;
}

/* page child */
/* Conteneur global */
.subpages-section-container {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  margin: 25px 0;
}

/* En-tête bleu #223551 */
.subpages-section-container .subpages-header {
  background-color: #223551;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius : 8px 8px 0px 0px;
}

.subpages-section-container .subpages-header .header-icon-badge {
  width: 38px;
  height: 38px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
  flex-shrink: 0;
}

.subpages-section-container .subpages-header .header-title-text {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Layout de la grille */
.subpages-section-container .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 25px 20px;
}

@media (max-width: 992px) {
  .subpages-section-container .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .subpages-section-container .cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Style de la carte blanche (réplique exacte) */
.subpages-section-container .card-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.subpages-section-container .card-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #2e7d32;
}

/* Cercle vert clair */
.subpages-section-container .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #eaf5ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #00897b; /* Couleur de l'icône sacoche/dossier */
  font-size: 28px;
  flex-shrink: 0;
}

/* Ligne horizontale verte */
.subpages-section-container .card-divider {
  width: 25px;
  height: 3px;
  background-color: #1b5e20;
  border-radius: 2px;
  margin-bottom: 20px;
}

/* Texte sous la ligne */
.subpages-section-container .card-text {
  font-size: 13px;
  line-height: 1.4;
  color: #223551 !important;
  font-weight: 700;
  margin: 0 !important;
}
