.container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.left-col,
.right-col {
  /* background: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09); */
  /* overflow: hidden; */
}
.left-col {
  flex: 3;
  min-width: 320px;
}
.right-col {
  flex: 2;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}

/* HEADER SECTION */
.header-section {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 20px 18px 20px;
  margin: 20px 0;
}
.logo-block {
  min-width: 100px;
}
.photo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  background: #fafbfb;
  border: 1.5px solid #e0e0e0;
  display: block;
}
.header-info {
  flex: 1;
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.action-row {
  display: grid;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 10px;
  margin-bottom: 8px;
  margin-top: 0;
}
.certif-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #4caf50;
  color: #fff !important;
  font-size: 12px;
  border-radius: 14px;
  padding: 5px 11px 5px 9px;
  border: none;
  outline: none;
  font-weight: 500;
  cursor: default;
  box-shadow: 0 2px 6px rgba(76, 175, 80, 0.1);
}
.certif-btn i {
    color:#2a58c3 !important;
  font-size: 15px;
  margin-right: 3px;
}
.favorite {
  font-size: 19px;
  color: #ccc;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background 0.18s;
  border: 1.2px solid #ececec;
}
.favorite.filled {
  color: #e91e63;
  background: #fff0f6;
}
.share-btn {
  background: #f4f4f8;
  border: 1.2px solid #ececec;
  color: #333;
  font-size: 17px;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background 0.19s;
}
.share-btn:hover {
  background: #e3eeff;
  color: #1a73e8;
}
.name {
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.category {
  color: #666;
  font-size: 14px;
  margin-bottom: 2px;
}
.address {
  font-size: 14px;
  color: #444;
}

/* REMAINDER - Standard design */
.section,
.buttons-section,
.photos-section,
.map-section,
.hours-section {
  margin: 20px 0;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.section:last-child,
.buttons-section:last-of-type,
.photos-section:last-of-type,
.map-section:last-of-type,
.hours-section:last-of-type {
  border-bottom: none;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.button {
  background: #1a73e8;
  color: #fff;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}
.button:hover {
  background: #1557b0;
}
.photos {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
.photos img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: border 0.2s;
}
.photos img:hover {
  border-color: #1a73e8;
}
.section h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.contact-list p {
  margin: 8px 0;
}
.contact-list a {
  color: #1a73e8;
  text-decoration: none;
}
.contact-list a:hover {
  text-decoration: underline;
}
.info-text {
  font-size: 14px;
  line-height: 1.6;
}
.section h3{font-size:18px !important;}
.info-label{color: grey !important;}
.map {
  width: 100%;
  height: 180px;
  background-color: #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1px solid #ddd;
}
.hours strong {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }
  .left-col,
  .right-col {
    width: 100%;
  }
  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .logo-block,
  .header-info {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .section,
  .header-section {
    padding: 12px;
  }
  .photo {
    width: 70px;
    height: 70px;
  }
}

.pub-section {
background: linear-gradient(105deg, #f6fafe 60%, #e0f1ff 100%);
border: 1px solid #b7e0ff;
border-radius: 9px;
margin-top: 20px;
padding: 18px 20px 13px 20px;
box-shadow: 0 2px 8px rgba(52, 183, 255, 0.08);
text-align: center;
}
.pub-content { }
.pub-header {
display: flex;
align-items: center;
gap: 9px;
justify-content: center;
color: #2593ff;
font-size: 1.15em;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 0.2px;
}
.pub-header i { font-size: 1.2em; }
.pub-body strong {
font-size: 1.02em;
color: #1a426e;
display: block;
}
.promo-high {
color: #e53935;
font-weight: bold;
font-size: 1.12em;
}
.pub-link {
color: #1681c5;
background: #edf6fc;
text-decoration: none;
padding: 3px 9px;
border-radius: 5px;
font-size: 14px;
margin-left: 4px;
transition: background 0.19s;
}
.pub-link:hover {
background: #c3e6ff;
color: #0b4a72;
text-decoration: underline;
}
.pub-divider {
border-top: 1px dashed #abd6f5;
margin: 14px 0 10px 0;
}
.pub-slogan {
color: #48810e;
font-weight: bold;
font-size: 1em;
letter-spacing: 0.1px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
margin: 0;
}
.pub-slogan i { color: #e6af26; }
@media (max-width: 600px) {
.pub-section {padding: 13px 8px;}
}

.tel-hours-table {
width: 100%;
border-collapse: separate;
border-spacing: 0 10px;         /* espace entre les rangées */
background: transparent;
font-family: Arial, sans-serif;
font-size: 15px;
}
.tel-hours-table td {
border: none;
padding: 10px 14px;
background: #fff;
border-radius: 8px;
vertical-align: middle;
box-shadow: 0 1px 4px rgba(205,220,230,0.10);
}
.tel-hours-table-range {
font-weight: 600;
color: #1a73e8;
letter-spacing: .2px;
}
.tel-hours-table-time {
font-weight: 500;
color: #444;
}
.tel-hours-table-active td {
background-color: #e3f2fd;
font-weight: 700;
}
@media (max-width: 600px) {
.tel-hours-table td {
font-size: 13px;
padding: 8px 7px;
}
}