/* achievements*/

.side-menu .disabled {
  pointer-events: none;
  color: #aaa;
  text-decoration: none;
}
.no-data {
  color: #999;
  font-style: italic;
}
/* crumbread */
#heading-breadcrumbs {
  background:  #5fad71 !important; /* vert clair */
  padding: 5px 0 !important;
  margin-bottom: 10px;
  margin-bottom: 40px !important;
}
#heading-breadcrumbs h1{
  padding: 0px 0;
  background:  #5fad71 !important; /* vert clair */
  margin-bottom: 24px;
  max-width: 2000px;      /* Diminue la largeur du conteneur */
  margin-left: auto;     /* Centre horizontalement */
  margin-right: auto;
}

/* Conteneur principal du titre */
.custom-header-container {
  width: 100%;
  background:  #5fad71 !important; /* vert clair */
  max-width: 1200px;  /* Ajuste selon tes besoins */
  margin: 0 auto;
  padding: 0 20px;     /* Pour éviter que le texte touche les bords sur petits écrans */
  text-align: center;
}

/* Style de base du titre */
#heading-breadcrumbs h1.custom-header-title {
  font-size: 28px !important;
  color: #333 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  margin-bottom: 3px !important;
  margin-top: 30px !important;
  text-align: center !important;
}

/* Écran moyen */
@media (max-width: 991px) {
  #heading-breadcrumbs h1.custom-header-title {
    font-size: 22px !important;
  }
  #heading-breadcrumbs h1{
    max-width: 1000px;
  }
}

/* Écran petit */
@media (max-width: 600px) {
  #heading-breadcrumbs h1.custom-header-title {
    font-size: 18px !important;
  }
}

/* Couleur et style du fil d'Ariane */
#heading-breadcrumbs .breadcrumb-item a {
  color: #1b572e !important;         /* Couleur des liens (pages précédentes) */
  font-weight: 500;
  text-decoration: none;
}

#heading-breadcrumbs .breadcrumb-item.active {
  color: #ffffff !important;         /* Couleur de la page actuelle */
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

/* Désactive le soulignement des liens dans le menu principal */
.navbar ul.nav > li > a {
    text-decoration: none !important; /* Supprime le soulignement et force l'application */
}

.navbar-default .navbar ul.nav > li > a {
    text-decoration: none !important; /* Supprime le soulignement */
}

.navbar-logo {
    max-height: 60px !important; /* Augmente la hauteur maximale et force l'application */
    width: auto; /* Maintient les proportions */
    margin-top: -12px; /* décale vers le haut (augmente la valeur si besoin) */
}

/* règle spécifique pour smartphone */
@media screen and (max-width: 450px) {
    .navbar-logo {
        max-height: 40px !important; /* ou une valeur encore plus petite si besoin */
        margin-top: -6px; /* ajuste le décalage si nécessaire */
    }
}

.navbar-header {
    display: flex; /* Aligne le logo et le texte horizontalement */
    align-items: center; /* Centre verticalement le texte par rapport au logo */
    padding: 7px 0; /* Ajuste l'espacement vertical */
    margin-bottom: -10px; /* Ajoute un espace en dessous de l'élément */
}

.navbar-text {
    font-family: "Yu Gothic", "Meiryo", sans-serif; /* Applique une police Gothic */
    font-size: 14px; /* Ajuste la taille de la police */
    font-weight: normal; /* Ajuste l'épaisseur du texte */
    color: #000000 !important; /* Change la couleur du texte */
    margin: 0; /* Supprime les marges par défaut */
    line-height: 0.6; /* Ajuste l'espacement entre les lignes */
}

.line-small {
    font-size: 12px; /* Taille plus petite pour la première ligne */
    font-weight: normal; /* Poids normal */
    color: #333; /* Couleur du texte */
}

.line-large {
    font-size: 18px; /* Taille plus grande pour la deuxième ligne */
    font-weight: bold; /* Texte en gras */
    color: #000; /* Couleur du texte */
}

.box-simple {
    text-align: center; /* Centre le texte et l'image */
    min-height: 350px; /* Uniformise la hauteur des "Features" */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Aligne le contenu verticalement */
}

.clients-subtitle {
    text-align: center; /* Centre le texte horizontalement */
    margin: 0 auto; /* Ajuste les marges */
    font-size: 1.2em; /* Optionnel : ajuste la taille de la police */
    color: #333; /* Optionnel : ajuste la couleur du texte */
}

/* Conteneur pour la date et le titre */
.post-header {
    display: flex;
    align-items: center; /* Aligne verticalement la date et le titre */
    gap: 20px; /* Espace horizontal entre la date et le titre */
    margin-bottom: 10px;
}

/* Style pour la date */
.post-date {
    font-size: 0.9em;
    color: #888;
    white-space: nowrap; /* Empêche la date de se couper sur plusieurs lignes */
}

/* Style pour le titre dans "NEWS" */

.recent-posts-subtitle {
    text-align: center; /* Centre le texte horizontalement */
    font-size: 1.2em; /* Ajuste la taille de la police */
    color: #555; /* Optionnel : Ajuste la couleur du texte */
}
.post-title a {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #007bff; /* Couleur au survol */
    text-decoration: none;
}

/* Ligne de séparation */
.post-divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

/* Conteneur principal pour chaque membre */
.staff-member {
    position: relative; /* Permet de positionner les éléments enfants (photo et conteneur) */
    margin-bottom: 30px;
}

/* Style pour le statut */
.staff-status {
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Style pour le service */
.staff-department {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 5px;
}

/* Style pour le nom */
.staff-name {
    font-size: 1.1em;
    font-weight: bold;
    color: #007bff;
}



/* Titre de la recherche */
.research-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* Date de la recherche */
.research-date {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 15px;
}

/* Liste recherches */

.research-block {
    position: relative;
    padding: 20px;
}

.research-item {
    background: none;
    box-shadow: none;
    border: none;
    position: relative;
    padding: 0;
}

/* Conteneur global de l’image */
.research-photo {
  position: relative;
  aspect-ratio: 3 / 4; /* Assure une hauteur cohérente */
  overflow: hidden;
}

/* Image redimensionnée sans déformation */
.research-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bloc blanc au centre */
.research-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 20%;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

/* Texte dans le bloc blanc */
.research-overlay h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
}

/* Medium screen */
@media (max-width: 991px) {
  .research-photo img {
    width: 95% !important;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .research-overlay {
    width: 95%;
    height: 20%;
    padding: 10px;
  }

  .research-overlay h3 {
    font-size: 0.9em;
  }

  .col-md-4.col-sm-6 {
    width: 50%;
    float: left;
  }
}


/* Small screen */
@media (max-width: 567px) {
  .research-photo img {
    width: 80% !important;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .research-overlay {
    width: 80%;
    height: 20%;
    padding: 8px;
  }

  .research-overlay h3 {
    font-size: 0.8em;
  }

  .col-md-4.col-sm-6 {
    width: 50%;
    float: left;
    padding: 8px;
  }
}


/* Extra small screen (smartphone) */
@media (max-width: 450px) {
  .research-photo img {
    width: 80% !important;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .research-overlay {
    width: 80%;
    height: 30%;
    padding: 6px;
  }

  .research-overlay h3 {
    font-size: 0.75em;
  }

  .col-md-4.col-sm-6 {
    width: 50%;
    float: left;
    padding: 8px;
  }
}

/* carousel */ 
.jumbotron {
  background: #ffffff !important; /* Remplacez par votre vert spécifique */
  background-image: none !important;
}

.home-carousel {
  background: #ffffff !important; /* Remplacez par votre vert spécifique */
  background-image: none !important;
}

/* Bouton principal utilisé pour "詳細を見る" et autres boutons similaires */
.btn.btn-template-main {
  background-color: #226c3a !important;   /* Vert personnalisé */
  color: #fff !important;                 /* Texte blanc */
  border-radius: 25px;                    /* Bords arrondis */
  padding: 7px 15px;         /* <-- réduit la taille du bouton */
  font-size: 0.75em;         /* <-- réduit la taille du texte */
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 2px 8px rgba(34,108,58,0.10);
  transition: background 0.2s;
  text-decoration: none !important;
  display: inline-block;
}

.btn.btn-template-main:hover,
.btn.btn-template-main:focus {
  background-color: #409b55 !important;   /* Vert plus clair au survol */
  color: #fff !important;
  text-decoration: none !important;
}

/* Footer */
#footer {
  padding-top: 10px !important;  /* augmente la hauteur en haut */
  padding-bottom: 10px !important; /* augmente la hauteur en bas */
  background: #5fad71 !important;    /* vert personnalisé */
}

.at-symbol {
  height: 1em;
  vertical-align: middle;
}

/* Titres du footer */
#footer h4 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* Texte général du footer */
#footer,
#footer p,
#footer li,
#footer .about-us-block,
#footer .about-us-contact {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-size: 1.05em;
  color: #1b572e;
  font-weight: 400;
  line-height: 1.7;
}

/* Personnalisation du bouton ニュースに戻る */
a.btn.btn-success {
  background-color: #226c3a !important;   /* Vert personnalisé */
  color: #fff !important; /* Texte blanc */
  border-radius: 25px; /* Bords arrondis */
  padding: 10px 32px;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  box-shadow: 0 2px 8px rgba(34,108,58,0.10);
  transition: background 0.2s;
}
a.btn.btn-success:hover {
  background-color: #409b55 !important;    /* Vert plus clair au survol */
  color: #fff !important;
  text-decoration: none;
}

/* --- RESEARCH RESPONSIVE --- */
@media (max-width: 991px) {
  .staff-col {
    width: 50% !important;
    float: left;
  }
}
@media (max-width: 576px) {
  .staff-col {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 991px) {
  table {
    margin-left: 0 !important;
  }
}
/* --- FIN RESEARCH RESPONSIVE --- */

/* Décaler le burger vers la droite */
.navbar .navbar-buttons button.navbar-toggle {
  margin-right: 50px; /* ajuste cette valeur à ton goût */
}

/* Agrandir l'icône du burger */
.navbar .navbar-buttons button.navbar-toggle i {
  font-size: 1.8em; /* plus grand, par exemple 1.8em au lieu de 1em */
}

/* Footer */

@media screen and (max-width: 768px) {
  #footer {
    font-size: 0.75em;
  }

  .footer-copyright {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 768px) {
  .footer-about,
  .footer-address {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
  }
}