/* ===================================================================
   CFP Santé UI
   cfps-drupal.css
   Version : 1.1.1
   Fichier complet — remplace intégralement la version précédente.
   =================================================================== */

/* 01. TITRE DE PAGE DRUPAL */
.layout-title h1,
.page-title,
h1.page-title,
.block-page-title-block h1{
  box-sizing:border-box;
  width:100%;
  max-width:1200px;
  margin:0 auto .75rem;
  padding:1.75rem 2rem 0;
  color:#1F2933;
  font-size:2.05rem;
  font-weight:600;
  line-height:1.2;
  text-align:left;
  text-decoration:none !important;
}

.layout-title h1::before,
.page-title::before,
h1.page-title::before,
.block-page-title-block h1::before{
  content:none !important;
}

.layout-title h1::after,
.page-title::after,
h1.page-title::after,
.block-page-title-block h1::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-left:.3rem;
  margin-bottom:.12rem;
  border-radius:50%;
  background:#00A19B;
}

/* 02. FIL D'ARIANE */
.breadcrumb{
  margin-bottom:1rem;
  font-size:.95rem;
}

.breadcrumb a{
  color:#007A76;
  text-decoration:none;
}

.breadcrumb a:hover{
  text-decoration:underline;
}

/* 03. ONGLETS DRUPAL */
.tabs{
  margin:1.5rem 0 2rem;
}

.tabs a{
  border-radius:999px;
}

/* 04. MESSAGES */
.messages{
  margin:1.5rem 0;
  padding:1rem 1.25rem;
  border-radius:12px;
}

/* 05. RESPONSIVE */
@media (max-width:768px){
  .layout-title h1,
  .page-title,
  h1.page-title,
  .block-page-title-block h1{
    padding:1.4rem 1.25rem 0;
    font-size:1.8rem;
  }
}
