  /*///////////////////////*/
 /*  CSS de ChrisPics.fr  */
/*///////////////////////*/


  /*/////////////////////*/
 /*////// GENERAL //////*/
/*/////////////////////*/

/* COULEURS SITE

#0f172a = bleu nuit
#d4b56a = doré
#c79726 = doré foncé
#3434e7 = COM
#aa18aa = UC
#1ab433 = PRO
#e9f4fb = fond bleu clair

*/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

  /*///////////////////////////////////////*/
 /*////// MENU PRINCIPAL ("Navbar") //////*/
/*///////////////////////////////////////*/

body {
  padding-top: 140px;
  background: #e9f4fb url(/design/fond.png) repeat-x center 260px fixed;
  overflow-x: hidden;
}

.navbar {
  background-color: #0f172a;
  padding: 0.8rem 1.5rem;
  min-height: 72px;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #f8fafc !important;
}

.navbar-brand span {
  color: #f8fafc;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
  color: #e5e7eb;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #d4b56a;
  text-decoration: underline;
}

.navbar-nav .nav-link.active {
  color: #d4b56a;
}

/* MENU - Hover dropdown sur PC */

@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
  display: block;
 }
}

/* MENU - Logo du site - Version PC */

.logo-navbar {
  height: 80px;
  width: auto;
  margin-bottom: 4px;
}

.logo-text {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f8fafc;
  line-height: 1;
  text-decoration: none;
  
}

/* MENU - Dropdown */

.dropdown-menu {
  background-color: #0e1a2b;
  border: none;
  border-radius: 0rem;
  padding: 0.5rem 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.dropdown-item {
  color: #e5e7eb;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
  color: #d4b56a;
  text-decoration: underline;
}

/* MENU - Navbar pour Mobile V1 */

@media (max-width: 991.98px){
  .navbar > .container-fluid{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-brand{
    flex: 0 1 auto;
    min-width: 0;
    margin-right: .5rem;
  }

  .logo-navbar{
    max-height: 45px;
    width: auto;
  }

  .navbar .logo-text{
    display: block;
    margin-top: 2px;
    font-size: 0.65rem;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .navbar-toggler{
    flex: 0 0 auto;
    margin-left: auto;
    padding: .2rem .45rem;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    box-shadow: none !important;
  }
}

/* MENU - Navbar pour Mobile V2 */

@media (max-width: 575.98px){
  .logo-navbar{
    max-height: 40px;
  }

  .navbar .logo-text{
    font-size: 0.55rem;

  }

  .navbar-toggler{
    font-size: 1.5rem;
  }
}

/* MENU - Navbar Ouverture Mobile */

@media (max-width: 991.98px){
  .navbar{
    position: fixed;
  }

  .navbar .container-fluid{
    position: relative;
  }

  #mainNavbar{
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 360px);
    z-index: 1050;
    background: rgba(14,26,43,0.97);
    border: 1px solid rgba(203,178,106,0.25);
    box-shadow: 0 16px 36px rgba(0,0,0,0.35);
    padding: .85rem 1rem;
    text-align: center;
	backdrop-filter: blur(6px);
  }

  #mainNavbar .navbar-nav{
    width: 100%;
    gap: 0;
  }

  #mainNavbar .nav-item{
    width: 100%;
  }

  #mainNavbar .nav-link{
    display: block;
    padding: .7rem .5rem;
    color: #f8f9fa;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  #mainNavbar .nav-item:last-child .nav-link{
    border-bottom: 0;
  }

  #mainNavbar .nav-link:hover,
  #mainNavbar .nav-link:focus{
    color: #CBB26A;
    background: rgba(255,255,255,0.03);
  }
}

  /*///////////////////////////////////////*/
 /*//////////// PIED DE PAGE /////////////*/
/*///////////////////////////////////////*/

.pied {
  background-color: #212529;
  color: #f8f9fa;
  text-align: center;
  padding: 1rem 1rem;
  margin-top: 1.5rem;
  line-height: 1.6;
}

.pied small{
  display: block;
}

.pied a {
  color: #f8f9fa;
  transition: color 0.2s ease;
  text-decoration: none;
}

.pied a:hover {
  color: #d4b56a;
  text-decoration: underline;
}

@media (max-width: 767.98px){
  .pied{
    padding: 1rem;
    font-size: 0.9rem;
  }
}

  /*//////////////////////////////////////////*/
 /*//////////// BANDEAU RÉSEAUX /////////////*/
/*//////////////////////////////////////////*/

.cp-socials{
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}

.cp-socials-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-bottom:1.25rem;
}

.cp-socials-heading span{
  display:block;
  width:70px;
  height:1px;
  background:rgba(15,23,42,0.28);
}

.cp-socials-title{
  font-size:.92rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(15,23,42,0.6);
  white-space:nowrap;
}

.cp-socials-list{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.cp-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:43px;
  height:43px;
  border:1px solid rgba(15,23,42,0.3);
  background:rgba(255,255,255,0.02);
  color:rgba(15,23,42,0.58);
  text-decoration:none;
  border-radius:0;
  transition:all .2s ease;
}

.cp-social-link i{
  font-size:1.22rem;
  line-height:1;
}

.cp-social-link:hover{
  color:#CBB26A;
  border-color:rgba(203,178,106,0.7);
  background:rgba(203,178,106,0.08);
  transform:translateY(-1px);
}

@media (max-width: 767.98px){
  .cp-socials{
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .cp-socials-heading{
    gap:10px;
  }

  .cp-socials-heading span{
    width:36px;
  }

  .cp-socials-title{
    font-size:.82rem;
    letter-spacing:.08em;
    text-align:center;
    white-space:normal;
  }

  .cp-social-link{
    width:42px;
    height:42px;
  }

  .cp-social-link i{
    font-size:1.08rem;
  }
}

  /*//////////////////////////////////////////////////*/
 /*//////////// SECTION de PRÉSENTATION /////////////*/
/*//////////////////////////////////////////////////*/

.hero-home{
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: url('../design/hero-home.jpg') center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.65);
  z-index: 1;
}

.hero-content{
  position: relative;
  z-index: 2;
  color: #f8fafc;
  padding-top: 70px;
}

.hero-title{
  font-size: 3.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-subtitle{
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: justify;
  color: #cbd5f5;
  letter-spacing: 1px;
}

.hero-subtitle2{
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: justify;
  color: #fff;
  letter-spacing: 1px;
}

.hero-subtitle3{
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: justify;
  color: #ff7d61;
  letter-spacing: 1px;
}

.hero-signature{
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.hero-site-stats{
  margin-top: 1.4rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.86);
}

.hero-site-stats strong{
  color: #CBB26A;
  font-weight: 600;
}

@media (max-width: 992px){
  .hero-title{
    font-size: 2.6rem;
  }
}

@media (max-width: 576px){
  .hero-home{
    min-height: 500px;
  }

  .hero-title{
    font-size: 2rem;
    line-height: 1.15;
  }

  .hero-subtitle,
  .hero-subtitle2,
  .hero-subtitle3{
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-site-stats{
    font-size: 0.92rem;
    line-height: 1.55;
    margin-top: 1rem;
  }

  .hero-signature{
    font-size: 1.25rem;
  }
}

/* PRESENTATION - Dernières Mises à Jour */

.home-dernieres-maj{
  margin-bottom: 2rem;
}

.home-dernieres-box{
  background: transparent;
  padding: 0;
}

.home-dernieres-titre{
  font-size: 1.2rem;
  color: #0f172a;
  margin-bottom: 1rem;
}

.home-dernieres-liste{
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(14,26,43,0.25);
}

.home-derniere-ligne{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .2rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(14,26,43,0.25);
  transition: opacity .2s ease, padding-left .2s ease;
  overflow: hidden;
}

.home-derniere-ligne:hover{
  padding-left: .25rem;
  opacity: .92;
  background: rgba(203,178,106,0.05);
}

.home-derniere-main{
  min-width: 0;
  display: flex;
  align-items: center;
  gap: .55rem;
  overflow: hidden;
  white-space: nowrap;
}

.home-derniere-puce{
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}

.home-derniere-puce.type-chantier{
  background: #0E1A2B;
}

.home-derniere-puce.type-ciel{
  background: #CBB26A;
}

.home-derniere-puce.type-urbain{
  background: #969696;
}

.home-derniere-nom{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0f172a;
  font-weight: 500;
}

.home-derniere-date{
  flex: 0 0 auto;
  font-size: .88rem;
  color: rgba(15,23,42,0.5);
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 767.98px){
  .home-derniere-ligne{
    gap: .75rem;
    padding: .75rem 0;
  }

  .home-derniere-main{
    gap: .4rem;
  }

  .home-derniere-nom{
    font-size: .95rem;
  }

  .home-derniere-type{
    font-size: .82rem;
  }

  .home-derniere-date{
    font-size: .78rem;
  }
}

  /*//////////////////////////////////////////////////*/
 /*//////////////// TITRE DE PAGE ///////////////////*/
/*//////////////////////////////////////////////////*/

.titrepage {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.2rem;
}

  /*//////////////////////////////////////////////////////*/
 /*//////////////// TITRES & TYPOLOGIES /////////////////*/
/*//////////////////////////////////////////////////////*/

h1, .h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.5px;
}

h2, .h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 1.5rem;
}

h3, .h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 1rem;
}

h4, .h4 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5px;
}

article h2 a {
    font-size: 1.35rem;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

article h2 a:hover {
    color: #d4b56a; /* ton doré */
}

  /*///////////////////////////////////////////////*/
 /*//////////////// FIL D'ARIANE /////////////////*/
/*///////////////////////////////////////////////*/

fil {
    font-size: 0.9rem;
    color: #ab5569; /* gris ardoise */
    margin-bottom: 0.5rem;
}

.fil a {
    color: #0f172a;
    text-decoration: none;
}

.fil a:hover {
    text-decoration: underline;
	color: #d4b56a;
	transition: color 0.25s ease;
}

  /*/////////////////////////////////////////////////////*/
 /*//////////////// RETOUR A L'ACCUEIL /////////////////*/
/*/////////////////////////////////////////////////////*/

.retour-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 2.5rem 0;
}

.retour-accueil {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 1px solid #0f172a;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.25s ease;
}

.retour-accueil:hover {
    color: #d4b56a;
	border-color: #0f172a;
	transition: color 0.25s ease;
	background: rgba(203,178,106,0.02);
}

.btn-retour-plusloin {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 1px solid #0f172a;
    color: #0f172a;
    border-radius: 6px;
    font-size: 0.95rem;
	font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
	letter-spacing: 0.3px;
    margin: 5px;
}

.btn-retour-plusloin:hover {
    border-color: #0f172a;
    color: #d4b56a;
	background: rgba(203,178,106,0.02);
}

  /*////////////////////////////////////////////////////*/
 /*//////////////// BOUTONS BOOTSTRAP /////////////////*/
/*////////////////////////////////////////////////////*/

.btn-primary {
  background-color: #0f172a;
  border-color: #0f172a;
}

.btn-primary:hover {
  background-color: #16223c;
  border-color: #16223c;
}

.retour-plusloin-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

  /*////////////////////////////////////////////////////*/
 /*////////////////// HEADER COMMUN ///////////////////*/
/*////////////////////////////////////////////////////*/

.banniere-commune {
  background-color: #0e1a2b; /* bleu nuit */
  height: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.container-banniere-commune {
  max-width: 900px;
  margin: 0 auto;
}

.banniere-commune-title {
  font-size: 42px;
  color: white;
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
}

.banniere-commune-subtitle {
  font-size: 18px;
  color: #d4b56a;
  margin-top: 10px;
  opacity: 0.9;
  line-height: 1.2;
}

@media (max-width: 767.98px){

.banniere-commune {
  height: 203px;
  min-height: 203px;
  max-height: 203px;
}

.banniere-commune-title {
  font-size: 28px;
}

.banniere-commune-subtitle{
  font-size: 14px;
  margin-top: 6px;
}

}

  /*////////////////////////////////////////////////////*/
 /*////////////////// A PROPOS ////////////////////////*/
/*////////////////////////////////////////////////////*/

.apropos-desc {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;
  font-size: 1rem;
}

.apropos-desc p {
  margin: 0 0 1rem;
}

.apropos-desc br {
  line-height: 1.7;
}

.apropos-desc p:first-child::first-letter {
  font-weight: 600;
  font-size: 1.45em;
}

.apropos-desc a {
  color: #c79726;
  text-decoration: none;
}

.apropos-desc a:hover {
  color: #c79726;
  text-decoration: underline;
  transition: color 0.25s ease;
}


  /*////////////////////////////////////////////////////*/
 /*//////////////// ACTUALITES ////////////////////////*/
/*////////////////////////////////////////////////////*/

/* ACTU - Encarts des Actualités */

.card-actu {
    background: rgba(255,255,255,0.6);
    border: 2px solid #0f172a; 
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* ombre légère */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.card-actu:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* ACTU - Image miniature */

.card-actu img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0.75rem;
}

.actu-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.actu-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s;
}

.actu-card-title a:hover {
    color: #d4b56a; /* doré */
}

.actu-card-excerpt {
    font-size: 0.95rem;
    color: #1e293b; /* gris foncé doux */
    flex-grow: 1;   /* pour que le bouton reste en bas */
    margin-bottom: 1rem;
}

.actu-readmore {
    color: #0f172a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    align-self: flex-start;
}

.actu-readmore:hover {
    color: #d4b56a; /* doré */
}

.actu-archive-title{
  margin-bottom: 1.5rem;
  color: #0f172a;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.actu-archive-count{
  font-size: .95rem;
  color: rgba(15,23,42,0.58);
  font-weight: 400;
}

.actu-archives-sticky{
  position: sticky;
  top: 160px;
}

.actu-archives-box{
  background: rgba(14,26,43,0.92);
  border: 1px solid rgba(203,178,106,0.22);
  padding: 1rem;
}

.actu-archives-title{
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  list-style: none;
}

.actu-archives-title::-webkit-details-marker{
  display: none;
}

.actu-archives-groups{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.actu-archives-year{
  position: relative;
  padding-left: 16px;
}

.actu-archives-year::before{
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(203,178,106,0.18);
}

.actu-archives-year.active::before{
  background: rgba(203,178,106,0.55);
}

.actu-archives-year-title{
  position: relative;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.52);
  margin-bottom: .55rem;
  padding-left: 14px;
}

.actu-archives-year-title::before{
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(203,178,106,0.25);
  box-shadow: 0 0 0 3px rgba(203,178,106,0.06);
}

.actu-archives-year.active .actu-archives-year-title{
  color: #CBB26A;
}

.actu-archives-year.active .actu-archives-year-title::before{
  background: #CBB26A;
  box-shadow: 0 0 0 4px rgba(203,178,106,0.10);
}

.actu-archives-list{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.actu-archive-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: .58rem .75rem;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all .2s ease;
}

.actu-archive-link:hover{
  color: #CBB26A;
  background: rgba(255,255,255,0.03);
}

.actu-archive-link.active{
  color: #CBB26A;
  border-left-color: #CBB26A;
  background: rgba(203,178,106,0.06);
}

@media (max-width: 991.98px){
  .actu-archives{
    margin-top: 1rem;
  }

  .actu-archives-sticky{
    position: static;
    top: auto;
  }
}

/* ACTU - Actualités détaillées */

.actu-detail-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
}

.actu-detail-img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1.2rem;
}

.actu-detail-content {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1e293b;
	text-align: justify;
}

.actu-detail-content a {
  color: #c79726;
  text-decoration: none;
}

.actu-detail-content a:hover {
  color: #c79726;
  text-decoration: underline;
  transition: color 0.25s ease;
}

.actu-detail-content a i.bi {
  color: inherit;
}

/* ACTU - Bouton retour */

.btn-retour-actu,
.btn-retour-accueil {
    display: inline-block;
    border: 1px solid #0f172a;
    color: #0f172a;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    transition: 0.25s ease;
	letter-spacing: 0.3px;
	font-size: 0.95rem;
    font-weight: 600;
}

.btn-retour-actu:hover,
.btn-retour-accueil:hover {
    color: #d4b56a;
	background: rgba(203,178,106,0.02);
}

.retours-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    margin-top: 2rem;
}

/* ACTU - Actualités Page d'Accueil */

.btn-actu-more {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    font-weight: 500;
    color: #f8fafc;
    background-color: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-actu-more:hover {
    color: #d4b56a;
    border-color: #d4b56a;
}

.actu-header-home {
    margin-bottom: 2rem;
    padding-top: 1.5rem;    
    padding-bottom: 1.5rem; 
    text-align: center;
    color: #ffffff;
    background-color: #0E1A2B; /* bleu nuit */
}

.actu-header-home .actu-title-home {
    font-size: 1.8rem; /* taille du titre réduite */
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

/* ACTU - Responsive : tablettes */

@media (max-width: 992px) {
    .actu-header-home .actu-title-home {
        font-size: 1.6rem;
    }
}

/* ACTU - Responsive : mobiles */

@media (max-width: 576px) {
    .actu-header-home {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .actu-header-home .actu-title-home {
        font-size: 1.4rem;
    }
}

/* ACTU - Compteur de vues */

.actu-detail-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.actu-views{
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15,23,42,0.72);
  font-size: .95rem;
}

.actu-views i{
  color: #0f172a;
  font-size: 1.1rem;
  line-height: 1;
}

.actu-views-note{
  font-size: .82rem;
  color: rgba(15,23,42,.48);
}

@media (max-width: 767.98px){
  .actu-detail-meta{
    flex-direction: column;
    align-items: flex-start;
  }
}

  /*/////////////////////////////////////////////////*/
 /*//////////////// CONTACT ////////////////////////*/
/*/////////////////////////////////////////////////*/

/* CONTACT - Texte de description */

.contact-desc p:first-child::first-letter,
.contact-desc p + p::first-letter {
  font-weight: 600;
  font-size: 1.45em;
}

/* CONTACT - Formulaire de contact */

.form-control {
    background: #12283d;
    border: 1px solid #1d3e56;
    color: #fff;
}

.form-control:focus {
    border-color: #d3a65d;
    box-shadow: 0 0 0 0.2rem rgba(211,166,93,0.3);
}

.form-success {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #0f172a;
    border: 1px solid #d4b56a;
    color: #d4b56a;
    border-radius: 5px;
}

.form-error {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #7f1d1d;
    border: 1px solid #b91c1c;
    color: #fef2f2;
    border-radius: 5px;
}

/* CONTACT - Bouton Submit */

.btn-contact-submit {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    font-weight: 500;
    color: #f8fafc;
    background-color: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-contact-submit:hover {
    color: #d4b56a;
    border-color: #d4b56a;
}

  /*///////////////////////////////////////////////////////////////////////////*/
 /*//////////////// TEMPLATE CHANTIERS (chantier.php) ////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////*/


/* CHANTIERS - Bannières */

.chantier-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 203px;
  min-height: 203px;
  max-height: 203px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.chantier-title {
  font-size: 2.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 .4rem 0;
  line-height: 1.1;
}

.chantier-subtitle {
  color: #cbd5f5;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .chantier-header {
    height: 203px;
    min-height: 203px;
    max-height: 203px;
  }

  .chantier-title {
    font-size: 12px;
    line-height: 1.1;
  }

  .chantier-subtitle {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}

.chantier-month {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

/* CHANTIERS - Puces de Statut */

/* CHANTIER - Mois et années chantiers */

.month-dot{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:999px;
  margin-right:8px;
  vertical-align:middle;
  box-shadow:0 0 0 2px rgba(15,23,42,.12);
}
.dot-planned{ background:#1ab433; }  /* vert PRO */
.dot-ongoing{ background:#aa18aa; }  /* violet UC */
.dot-done{    background:#3434e7; }  /* bleu COM */

/* CHANTIERS - Didacticiel à l'accordéon chantier */

.mois-pro{
  display:inline-block;
  width:10px;height:10px;
  border-radius:999px;
  margin-right:8px;
  vertical-align:middle;
  box-shadow:0 0 0 2px rgba(15,23,42,.12);
  background:#1ab433;
}

.mois-uc{
  display:inline-block;
  width:10px;height:10px;
  border-radius:999px;
  margin-right:8px;
  vertical-align:middle;
  box-shadow:0 0 0 2px rgba(15,23,42,.12);
  background:#aa18aa;
}

.mois-com{
  display:inline-block;
  width:10px;height:10px;
  border-radius:999px;
  margin-right:8px;
  vertical-align:middle;
  box-shadow:0 0 0 2px rgba(15,23,42,.12);
  background:#3434e7;
}

/* CHANTIERS - Statut des chantiers dans l'accordéon chantier */

.cp-dot{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:999px;
  margin-right:7px;
  margin-left: 3px;
  vertical-align:middle;
  box-shadow:0 0 0 2px rgba(15,23,42,.12); /* léger liseré */
}

/* CHANTIERS - Miniatures */

.chantier-thumb {
  border-radius:10px;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
  transition:transform .15s ease;
}

.chantier-thumb:hover {
  transform:scale(1.02);
}

/* CHANTIERS - GLightbox : pas de bandeau / description */

.chantier-page .gslide-description,
.chantier-page .gdesc,
.chantier-page .glightbox-desc,
.chantier-page .gslide-title {
  display: none !important;
}

/* CHANTIERS - Si l'arrondi est "mangé" par le parent */

.cp-grille-galerie a.glightbox {
  display: block;
}

a.glightbox .chantier-thumb {
  border-radius: 10px;
}

/* CHANTIERS - Optionnel : garanti un rendu net si parent a un fond */

a.glightbox {
  border-radius: 10px;
  overflow: hidden;
}

/* CHANTIERS - Grille Commune des Galeries Photos : 5 par lignes Desktop, 2 par lignes Mobile */

.cp-grille-galerie{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.cp-grille-galerie > div{
  min-width: 0;
}

.cp-grille-galerie > div > a{
  display: block;
  width: 100%;
}

.cp-grille-galerie .chantier-thumb{
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 992px){
  .cp-grille-galerie{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* CHANTIERS - Date de mise à jour chantier */

.chantier-maj {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #0f172a;
}

.chantier-maj .chantier-date {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.chantier-statut{
  font-weight: 700;
  letter-spacing: .3px;
}

/* CHANTIERS - Pages vues */

.urbain-meta-bas{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.urbain-views{
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(15,23,42,0.72);
  font-size:.95rem;
}

.urbain-views i{
  color:#0f172a;
  font-size : 1.2rem;
  line-height: 1;
}

.urbain-views-note{
  font-size: .82rem;
  color: rgba(15,23,42,.48);
}

@media (max-width: 767.98px){
  .urbain-meta-bas{
    flex-direction:column;
    align-items:center;
  }
}

/* CHANTIERS - Dates clés */

.dates-cles{
  padding-left: 1.2rem;
  margin: 0;
}
.dates-cles li{
  margin: 0.15rem 0;
}

/* CHANTIERS - Architectes */

.table a {
  color: #c79726;
  text-decoration: none;

}
.table a:hover {
  color: #c79726;
  text-decoration: underline;
}


/* CHANTIERS - Carto OSM par Chantier */

  /* CARTO OSM - Conteneur du contrôle */
  
  .cp-opacity.leaflet-bar {
    background: transparent;
    border: none;
    box-shadow: none;
  }

  /* CARTO OSM - Bouton */
  
  .cp-opacity-btn{
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(15,23,42,.35); /* bleu nuit transparent */
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    line-height: 32px;
  }
  .cp-opacity-btn:hover{
    background: rgba(15,23,42,.55);
  }

  /* CARTO OSM - Panel range (caché tant que pas ouvert) */
  
  .cp-opacity-panel{
    margin-top: 6px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.20);
    background: rgba(15,23,42,.35);
    display: none;
  }
  .cp-opacity.is-open .cp-opacity-panel{
    display: block;
  }

  .cp-opacity-range{
    width: 120px;
  }

  /* CARTO OSM - Hide on mouseleave */
  
  .cp-opacity.cp-hidden{
    display: none;
  }
  
/* CHANTIERS - Description */

.chantier-desc {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;
  font-size: 1rem;
}

.chantier-desc p {
  margin: 0 0 1rem;
}

.chantier-desc br {
  line-height: 1.7;
}

.chantier-desc p:first-child::first-letter,
.chantier-desc p + p::first-letter {
  font-weight: 600;
  font-size: 1.45em;
}

.chantier-desc a {
  color: #c79726;
  text-decoration: none;
}
.chantier-desc a:hover {
  color: #c79726;
  text-decoration: underline;
  transition: color 0.25s ease;
}

/* CHANTIERS - Tableau d'informations */

:root{
  --cp-navy: #0f172a; /* #0b1f3a; */
  --cp-navy-soft: rgba(11,31,58,.18);
}

/* CHANTIERS - Wrapper sans "carte" */

.chantier-panel{
  background: transparent;
  padding: 0;           
}

/* CHANTIERS - Titres */

.chantier-panel-title{
  color: var(--cp-navy);
  font-size: 1.55rem;
  font-weight: 600;
  margin: 0 0 12px 0;
}

/* CHANTIERS - Table “flat” */

.chantier-table{
  color: var(--cp-navy);
  background: transparent !important;
  border-collapse: collapse;
}

/* CHANTIERS - Retire styles bootstrap sombres si présents */

.chantier-table.table-dark,
.chantier-table.table-striped,
.chantier-table.table-borderless{
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-color: var(--cp-navy);
}

/* CHANTIERS - Lignes: bordures haut/bas uniquement */

.chantier-table tbody tr{
  border-top: 2px solid var(--cp-navy-soft);
}
.chantier-table tbody tr:last-child{
  border-bottom: 2px solid var(--cp-navy-soft);
}

/* CHANTIERS - Cellules */

.chantier-table th,
.chantier-table td{
  padding: 10px 0; 
  background: transparent !important;
  border: none !important; /* pas de bordure gauche/droite */
  vertical-align: top;
}

/* CHANTIERS - Colonne label (th) */

.chantier-table th{
  width: 38%;
  font-weight: 600;
  color: var(--cp-navy);
  padding-right: 16px;
  opacity: .9;
}

/* CHANTIERS - Valeur */

.chantier-table td{
  color: var(--cp-navy);
}

/* CHANTIERS - Séparateurs "»" et pipes */
.chantier-table .text-muted{
  color: rgba(11,31,58,.55) !important;
}
  

  /*///////////////////////////////////////*/
 /*/////////// CHRISPICS CARTO ///////////*/
/*///////////////////////////////////////*/
  

/* POPUPS LEAFLET */

/* CARTO - Conteneur global popup */

.leaflet-popup-content-wrapper{
  background: rgba(255,255,255,0.98);
  color: #0f172a;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(15,23,42,0.18);
  border: 1px solid rgba(15,23,42,0.10);
}

/* CARTO - Petite flèche */

.leaflet-popup-tip{
  background: rgba(255,255,255,0.98);
  box-shadow: 0 10px 30px rgba(15,23,42,0.12);
}

/* CARTO - Marges/typo du contenu */

.leaflet-popup-content{
  margin: 14px 16px;
  font-size: 0.95rem;
  line-height: 1.35;
}

/* CARTO - Titre */

.leaflet-popup-content > div:first-child{
  color: #0f172a;
}

/* CARTO - Bouton de fermeture */

.leaflet-popup-close-button{
  width: 30px !important;
  height: 30px !important;
  border-radius: 999px;
  top: 10px !important;
  right: 10px !important;
  color: #0f172a !important;
  opacity: 0.8;
  transition: transform .15s ease, opacity .15s ease, background-color .15s ease;
}
.leaflet-popup-close-button:hover{
  opacity: 1;
  background: rgba(15,23,42,0.06);
  transform: scale(1.06);
}

/* CARTO - CONTENU KML — .kml-desc et .kml-name */

.kml-desc{
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.35;
}

/* CARTO - Si KML a parfois des <div dir="ltr"><br> etc. */

.kml-desc div{ margin: 0; }
.kml-desc br{ line-height: 1.2; }

/* CARTO - Liens du KML : doré ChrisPics */

.kml-desc a{
  color: #c79726 !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(199,151,38,0.35);
  padding-bottom: 1px;
  transition: border-color .15s ease, opacity .15s ease;
}
.kml-desc a:hover{
  opacity: 0.9;
  border-bottom-color: rgba(199,151,38,0.85);
}

/* CARTO - Au cas où le KML injecte un style inline bleu, on "force" le doré même si inline existe */

.kml-desc a[style]{
  color: #c79726 !important;
}

/* CARTO - Petit séparateur discret si ajout d'éléments */

.kml-desc hr{
  border: 0;
  border-top: 1px solid rgba(15,23,42,0.12);
  margin: 10px 0;
}

.kml-name{
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.35;
}

/* CARTO - Contrôles LEAFLET */

.leaflet-control-layers,
.leaflet-bar{
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.10) !important;
  box-shadow: 0 10px 26px rgba(15,23,42,0.10);
}

.leaflet-bar a{
  color: #0f172a !important;
}

.leaflet-control-layers-expanded{
  background: rgba(255,255,255,0.96) !important;
  color: #0f172a;
}

/* CARTO - Labels (OSM / IGN) */

.leaflet-control-layers label{
  font-size: 0.92rem;
  line-height: 1.2;
}

/* CARTO - Texte d'attribution (copyright) */

.leaflet-control-attribution{
  background: rgba(255,255,255,0.70) !important;
  border-radius: 10px;
  margin: 0 8px 8px 0;
  padding: 3px 8px;
  color: rgba(15,23,42,0.8);
}
.leaflet-control-attribution a{
  color: #c79726 !important;
  text-decoration: none;
}
.leaflet-control-attribution a:hover{
  text-decoration: underline;
}
  
/* CARTO - Uniformisation taille boutons Leaflet */

.leaflet-control-layers-toggle {
  width: 30px !important;
  height: 30px !important;
  background-size: 18px 18px;
}

.leaflet-control-layers-expanded {
  font-size: 13px;
}

.leaflet-control-layers {
  border-radius: 8px;
  overflow: hidden;
}

/* CARTO - Cartes */
.chantier-map{
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}

.carto-map{
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 320px; /* sécurité mobile */
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 992px){
  .carto-map{ max-height: 720px; }
}

.urbain-map{
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}

.carto-legend{
  background: rgba(15,23,42,.88);
  color:#fff;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 10px 12px;
  max-width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.carto-legend-toggle{
  all: unset;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-weight: 600;
  font-size: 15px;
  width:100%;
}

.carto-legend-caret{ opacity:.9; }

.carto-legend-body{
  margin-top:10px;
}

.carto-legend-section-title{
  font-weight:500;
  margin: 8px 0 6px;
  opacity:.95;
}

.carto-legend-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:6px 0;
}

.carto-legend-icon{
  width:22px;
  height:22px;
  object-fit:contain;
  flex: 0 0 22px;
  margin-top:2px;
}

.carto-legend-swatch-line{
  width:26px;
  flex: 0 0 26px;
  margin-top:10px;
}

.carto-legend-swatch-poly{
  width:22px;
  height:22px;
  flex:0 0 22px;
  border-radius:4px;
  margin-top:2px;
}

.carto-legend-title{ font-weight:500; line-height:1.1; }
.carto-legend-desc{ font-size:12px; opacity:.9; line-height:1.25; margin-top:2px; }
.carto-legend-empty{ font-size:12px; opacity:.9; }

.carto-download-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 18px;
  border-radius:999px;
  background: linear-gradient(135deg,#1e293b,#0f172a);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.15);
  transition:all .25s ease;
}

.carto-download-link i{
  font-size:1.1rem;
}

.carto-download-link:hover{
  transform:translateY(-2px);
  background: linear-gradient(
    135deg,
    #e6c97a 0%,
    #d4b56a 35%,
    #c4a052 50%,
    #b8963f 75%,
    #e6c97a 100%
  );
  box-shadow:
    0 10px 25px rgba(0,0,0,.25),
    0 0 12px rgba(212,181,106,.35);
  color:#0f172a;
  transition: all .25s ease, background .4s ease;
}

.carto-download-link:hover i{
  transform:translateY(1px);
}

  /*///////////////////////////////////////////////////////////*/
 /*//////////////// PAGE MONDE URBAIN ////////////////////////*/
/*///////////////////////////////////////////////////////////*/

/* URBAIN - Bannière */

.mu-header{
  height: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  background: url('/design/banniere-monde-urbain.jpg') center / cover no-repeat;
  text-align: center;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}

.mu-content{
    max-width: 900px;
    margin: 0 auto;
}

.mu-title{
    font-size: 42px;
    color: white;
    margin: 0;
    font-weight: 600;
	line-height: 1.1;
}

.mu-subtitle{
    font-size: 18px;
    color: #d4b56a;
    margin-top: 10px;
    opacity: 0.9;
	line-height: 1.2;
}

/* URBAIN - Mobile */

@media (max-width: 767.98px){

.mu-header{
  height: 203px;
  min-height: 203px;
  max-height: 203px;
}

.mu-title{
  font-size: 28px;
}

.mu-subtitle{
  font-size: 14px;
  margin-top: 6px;
}

}

/* URBAIN - Barres de Recherche */

.btn-recherche {
    display: inline-block;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #efc970;
    border: 1px solid #eab539;;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn-recherche:hover {
    color: #1e1e1e;
    border-color: #d4b56a;
	background: #eab539;
}

.btn-recherche-reinit {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    font-weight: 600;
    color: #c79726;
    background-color: transparent;
    border: 1px solid #d4b56a;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-recherche-reinit:hover {
    color: #c79726;
    border-color: #d4b56a;
	background: rgba(203,178,106,0.12);
}

.mu-recherche {
  display:flex;
  justify-content:center;
  gap:16px;
  max-width:720px;
  margin:0 auto;
}

.mu-recherche-btn{
  flex:1 1 0;
  max-width:352px;
  text-align:center;
}

@media (max-width: 767.98px){
  .mu-recherche-actions{
    flex-direction:column;
    max-width:100%;
  }

  .mu-recherche-btn{
    max-width:none;
    width:100%;
  }
}

.form-select{
  background-color:#0f172a;
  color:#f5f5f5;
  border:2px solid #334155;
  border-radius:3px;
  padding:.32rem 2.5rem .32rem .95rem;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  box-shadow:none;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%23CBB26A' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right .85rem center;
  background-size:20px;
}

.form-select:hover{
  border-color:#64748b;
}

.form-select:focus{
  background-color:#111827;
  border-color:#CBB26A;
  box-shadow:0 0 0 3px rgba(203,178,106,.16);
  outline:none;
}

.form-select option{
  background:#111827;
  color:#fff;
}

.mu-form-control{
  background-color: #0f172a;
  color: #f5f5f5;
  border: 2px solid #334155;
  border-radius:3px;
  padding:.32rem 2.5rem .32rem .95rem;
}

.mu-form-control::placeholder{
  color:rgba(255,255,255,.45);
}

.mu-form-control:focus{
  border-color: #d3a65d;
  box-shadow: 0 0 0 0.2rem rgba(211,166,93,0.3);
}

/* URBAIN - Tableau des Résultats de Recherche */

.mu-table{
  width: 100%;
}

.mu-table-head,
.mu-table-row{
  display:grid;
  grid-template-columns: 2.3fr .7fr 1fr .9fr .7fr .6fr 1fr;
  align-items:center;
  gap:10px;
  padding:10px 0;
}

.mu-table-head{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #9aa4b2;
  border-top: 2px solid rgba(11,31,58,.38);
  border-bottom: 2px solid rgba(11,31,58,.38);
  padding: 12px 0;
  margin-bottom: 2px;
}

.mu-table-row{
border-bottom:1px solid rgba(11,31,58,.18);
}

.mu-table-row:hover{
background:rgba(255,255,255,0.4);
}

.mu-project-link{
font-weight: 600;
color: rgba(11,31,58,.78);
text-decoration: none;
}

.mu-project-link:hover{
color: #d4b56a;
}

.mu-col-nom{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.mu-col-hauteur,
.mu-col-ville,
.mu-col-usage,
.mu-col-date{
color: rgba(11,31,58,.68);
}

.mu-sort{
color:#0f172a;
text-decoration:none;
}

.mu-sort:hover{
color:#d4b56a;
}

.mu-loupe{
font-size:25px;
}

.mu-search-recap{
  font-size: 15px;
  line-height: 1.6;
  color: #0f172a;
}

.mu-search-recap-label{
  margin-bottom:10px;
  color:#0f172a;
  font-size:14px;
  letter-spacing:.04em;
}

.mu-search-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.mu-search-badge{
  display:inline-block;
  padding:7px 10px;
  border:1px solid rgba(203,178,106,0.45);
  background:rgba(255,255,255,0.03);
  color:#0f172a;
  border-radius:0;
  font-size:13px;
  line-height:1.35;
}

.mu-search-badge strong{
  color:#c79726;
  font-weight:600;
}

.mu-result-compte{
  color:#d4b56a;
  font-weight:600;
}

/* URBAIN - Mobile */

@media (max-width: 767.98px){

.mu-table-scroll{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.mu-table{
    width: max-content;
    min-width: 720px;
}

.mu-table-scroll::after{
    content:"→";
    position:absolute;
    right:10px;
    top:86px;
    font-size:38px;
    color:#0f172a;
    pointer-events:none;
  }
}

  /*/////////////////////////////////////////////////////////////////////*/
 /*//////////////// TEMPLATE VILLES (ville.php) ////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

/* VILLES - Base */

.city-h2{
  font-weight: 700;
  letter-spacing: .2px;
  color: #0f172a;
}

.city-sub{
  margin-top: 6px;
  color: rgba(15,23,42,.70);
  font-size: .95rem;
}

/* VILLES - Intro éditoriale (comme description chantier) */

.city-intro{
  color: #0f172a;
  line-height: 1.75;
  text-align: justify;
}

.city-intro p{
  margin: 0 0 1rem 0;
}

.city-intro p:first-of-type::first-letter{
  font-weight: 600;
  font-size: 1.45em;
  line-height: 1;
  padding-right: .06em;
}

/* VILLES - Liens intro */

.city-intro a{
  color: #c79726;
  text-decoration: none;
  border-bottom: 1px solid rgba(199,151,38,.45);
}
.city-intro a:hover{
  border-bottom-color: rgba(199,151,38,.95);
}

/* VILLES - Stats */

.city-stats{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(15,23,42,.70);
}
.city-stat-num{
  font-weight: 800;
  color: #0f172a;
}
.city-stat-lbl{
  margin-left: 6px;
  font-size: .95rem;
}
.city-stat-sep{
  opacity: .6;
}

  /*//////////////////////////////////////////////////////////////*/
 /*//////////////// CHRISPICS ACCORDÉONS ////////////////////////*/
/*//////////////////////////////////////////////////////////////*/

:root{
  --cp-ink: #0f172a;          /* bleu nuit texte */
  --cp-line: rgba(15,23,42,.22); /* lignes normales */
  --cp-line-strong: rgba(15,23,42,.38); /* lignes plus marquées */
  --cp-muted: rgba(15,23,42,.68);
}

/* ACCORDÉONS - Conteneur Catégorie */

.cp-acc{
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-color: var(--cp-ink);
  --bs-accordion-btn-color: var(--cp-ink);
  --bs-accordion-btn-focus-box-shadow: none;
  border-top: 12px solid;
}

/* ACCORDÉONS - item = juste une ligne horizontale */

.cp-acc-item{
  background: transparent !important;
  border: 0 !important;
  border-bottom: 12px solid  !important; /* plus marqué */
  border-radius: 0 !important;
}

/* ACCORDÉONS - bouton header */

.cp-acc-btn{
  background: transparent !important;
  color: var(--cp-ink) !important;
  padding: 0.9rem 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ACCORDÉONS - enlève le fond/ombre Bootstrap à l'ouverture */

.cp-acc-btn:not(.collapsed){
  background: transparent !important;
  color: var(--cp-ink) !important;
  box-shadow: none !important;
}

/* ACCORDÉONS - chevron en bleu nuit */

.cp-acc-btn::after{
  filter: none !important;
  opacity: .55;
}

/* ACCORDÉONS - layout tête */

.cp-acc-head{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.cp-acc-title{
  font-weight: 600;
  font-size : 2rem;
  color: var(--cp-ink);
}

.cp-acc-sub{
  font-size: .85rem;
  color: var(--cp-muted);
  margin-top: 2px;
}

/* ACCORDÉONS - stats */

.cp-acc-stats{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cp-muted);
  font-size: .92rem;
  white-space: nowrap;
}

.cp-acc-stats .cp-num{
  color: var(--cp-ink);
  font-weight: 800;
  letter-spacing: .2px;
}

/* ACCORDÉONS - séparateur vertical fin */

.cp-vr{
  width: 1px;
  height: 18px;
  background: var(--cp-line-strong);
  display: inline-block;
  opacity: 1;
}

/* ACCORDÉONS - body accordion (pas de fond blanc) */

.cp-acc-body{
  background: transparent !important;
  color: var(--cp-ink);
  padding: .8rem 0 1.1rem !important;
  border-top: 2px solid var(--cp-line); /* petite ligne de respiration */
}

/* ACCORDÉONS - texte muted */

.cp-muted{
  color: var(--cp-muted);
}

/* ACCORDÉONS - opérations : séparateur plus marqué */

.cp-op{
  padding-top: .7rem;
  border-top: 2px solid var(--cp-line-strong);
}

.cp-op:first-child{
  border-top: 0;
  padding-top: 0;
}

.cp-op-title{
  font-weight: 700;
  color: var(--cp-ink);
  margin-bottom: .55rem;
}

/* ACCORDÉONS - Lignes chantiers */

.cp-list{
  display: block;
  border-top: 0px solid rgba(15,23,42,0.25);   /* ligne en haut de la liste */
}

.cp-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;

  padding:5px 5px;

  text-decoration:none;
  color:#0f172a;

  border-top:1px solid rgba(15,23,42,0.18);   /* ligne en haut */
  border-bottom:1px solid rgba(15,23,42,0.25);

  border-left:3px solid rgba(15,23,42,0.35);
  border-radius:6px;

  transition:all .18s ease;
}

/* ACCORDÉONS - éviter double ligne en haut */

.cp-row:first-child{
  border-top:none;
  border-top:1px solid rgba(15,23,42,0.25);
}

/* ACCORDÉONS - Hover discret */

.cp-row:hover{
  color:#c79726;
  border-left-color:#c79726;
  background:rgba(199,151,38,0.04);
}

/* ACCORDÉONS - bloc gauche */

.cp-left{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

/* ACCORDÉONS - titre chantier */

.cp-title{
  font-weight:600;
  font-size:15.5px;
}

/* ACCORDÉONS - meta inline */

.cp-meta{
  font-size:13px;
  opacity:.75;
}

/* ACCORDÉONS - bloc droite */

.cp-right{
  font-size:14px;
  white-space:nowrap;
  opacity:.85;
}

/* ACCORDÉONS - Conteneur Quartiers */

.cp-accq{
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-color: var(--cp-ink);
  --bs-accordion-btn-color: var(--cp-ink);
  --bs-accordion-btn-focus-box-shadow: none;
  border-top: 2px solid;
}

/* ACCORDÉONS - item = juste une ligne horizontale */

.cp-accq-item{
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid  !important; /* plus marqué */
  border-radius: 0 !important;
}

/* ACCORDÉONS - bouton header */

.cp-accq-btn{
  background: transparent !important;
  color: var(--cp-ink) !important;
  padding: .9rem 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ACCORDÉONS - enlève le fond/ombre Bootstrap à l'ouverture */

.cp-accq-btn:not(.collapsed){
  background: transparent !important;
  color: var(--cp-ink) !important;
  box-shadow: none !important;
}

/* ACCORDÉONS - chevron en bleu nuit */

.cp-accq-btn::after{
  filter: none !important;
  opacity: .55;
}

/* ACCORDÉONS - layout tête */

.cp-accq-head{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.cp-accq-title{
  font-weight: 650;
  font-size : 1.2rem;
  color: var(--cp-ink);
}

.cp-accq-sub{
  font-size: .85rem;
  color: var(--cp-muted);
  margin-top: 2px;
}

.cp-hauteur{
  font-size:.9em;
  font-style:italic;
  opacity:.9;
  margin-left:6px;
}

  /*///////////////////////////////////////*/
 /*/////////////// COOKIES ///////////////*/
/*///////////////////////////////////////*/

.cp-cookie-banner{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}

.cp-cookie-box{
  max-width: 880px;
  margin: 0 auto;
  background: rgba(14,26,43,0.96);
  border: 2px solid rgba(203,178,106,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  padding: 18px 20px;
  color: #fff;
  backdrop-filter: blur(6px);
}

.cp-cookie-title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.cp-cookie-text{
  margin: 0 0 14px 0;
  line-height: 1.55;
  color: rgba(255,255,255,0.68);
}

.cp-cookie-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.cp-cookie-btn{
  border: 1px solid #CBB26A;
  border-radius: 0;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.cp-cookie-btn-toutaccepter{
  background: #CBB26A;
  color: #111;
}

.cp-cookie-btn-toutaccepter:hover{
  background: #d8c27f;
}

.cp-cookie-btn-toutrefuser,
.cp-cookie-btn-personnaliser{
  background: transparent;
  color: #CBB26A;
}

.cp-cookie-btn-toutrefuser:hover,
.cp-cookie-btn-personnaliser:hover{
  background: rgba(203,178,106,0.12);
}

.cp-cookie-links a{
  color: #CBB26A;
  text-decoration: none;
}

.cp-cookie-links a:hover{
  text-decoration: underline;
}

@media (max-width: 767.98px){
  .cp-cookie-banner{
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cp-cookie-box{
    padding: 14px 14px;
  }

  .cp-cookie-actions{
    flex-direction: column;
  }

  .cp-cookie-btn{
    width: 100%;
  }
}

.cp-cookie-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.cp-cookie-modal-box{
  width: 100%;
  max-width: 760px;
  background: rgba(14,26,43,0.96);
  border: 2px solid rgba(203,178,106,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  padding: 20px;
  color: #fff;
}

.cp-cookie-pref{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.cp-cookie-pref-title{
  font-weight: 600;
  margin-bottom: 4px;
}

.cp-cookie-pref-text{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  line-height: 1.45;
}

.cp-cookie-switch{
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media (max-width: 767.98px){
  .cp-cookie-pref{
    flex-direction: column;
    align-items: flex-start;
  }
}

  /*///////////////////////////////////////*/
 /*/////////////// ERREURS ///////////////*/
/*///////////////////////////////////////*/

.cp-erreur-box{
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(14,26,43,0.94);
  border: 2px solid rgba(203,178,106,0.95);
  text-align: center;
}

.cp-erreur-code{
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #d4b56a;
  margin-bottom: 1rem;
}

.cp-erreur-title{
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.cp-erreur-text{
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.cp-erreur-extra{
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.cp-erreur-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.cp-btn-precedent{
  background: transparent;
  border: 1px solid rgba(203,178,106,0.55);
  color: #CBB26A;
}

.cp-btn-precedent:hover{
  background: rgba(203,178,106,0.08);
}

@media (max-width: 767.98px){
  .cp-erreur-box{
    padding: 1.5rem 1rem;
  }

  .cp-erreur-code{
    font-size: 3rem;
  }

  .cp-erreur-title{
    font-size: 1.4rem;
  }
}

