@charset "utf-8";
/* CSS Document */
.sidebar-block {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.sidebar-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 2px solid #d9534f;
  padding-bottom: 5px;
}
.sidebar-article h4 {
  font-size: 1em;
  margin: 0 0 5px 0;
}
.sidebar-article p {
  text-align:justify;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.sidebar-link {
  display: inline-block;
  padding: 6px 12px;
  background: #d9534f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85em;
}
.sidebar-link:hover {
  background: #c9302c;
}


.infobox {
  float: center;
  background: #f8f9fa;
  border: 1px solid #ccc;
  margin: 0 0 15px 15px;
  font-size: 0.9em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.infobox-title {
  background: #d9534f;
  color: #fff;
  padding: 8px;
  margin: 0;
  font-size: 1.1em;
}
.infobox-logo {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.infobox-sub {
  font-size: 13px;
  text-align: center;
  color: #555;
  margin-bottom: 10px;
  font-style: italic;
}
.infobox-details summary {
  font-weight: bold;
  cursor: pointer;
  margin: 8px 0;
  color: #004d66;
}

.infobox-quickpick h4,
.infobox-gaz h4,
.infobox-links h4 {
  font-size: 14px;
  margin: 10px 0 4px;
  color: #004d66;
}

.infobox-quickpick ul,
.infobox-gaz ul,
.infobox-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.infobox-quickpick li,
.infobox-gaz li,
.infobox-links li {
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.infobox-quickpick li::before,
.infobox-gaz li::before,
.infobox-links li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #004d66;
}

.infobox-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}
.infobox-links {
  margin-top: 10px;
  padding: 8px;
  background: #f2f7f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.infobox-note {
  margin-top: 8px;
  padding: 6px;
  text-align: center;
  font-style: italic;
  color: #555;
}
.infobox table {
  width: 100%;
  border-collapse: collapse;
}
.infobox th {
  text-align: left;
  padding: 6px;
  background: #f1f1f1;
  width: 40%;
}
.infobox td {
  padding: 6px;
}
.infobox a {
  color: #d9534f;
  text-decoration: none;
}
.infobox a:hover {
  text-decoration: underline;
}

.image-steelsoudeur {
  margin: 25px 0;
  text-align: center;
}

.image-steelsoudeur img {
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.image-steelsoudeur figcaption {
  font-size: 0.9em;
  color: #555;
  margin-top: 8px;
}

.sommaire-article ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sommaire-article li {
  margin-bottom: 6px;
}

.sommaire-article a {
  text-decoration: none;
}

.sommaire-article a:hover {
  text-decoration: underline;
}

#sommaire ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#sommaire li {
  margin: 6px 0;
}

.table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.table-comparatif{
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: 0.95em;
}

.table-comparatif th,
.table-comparatif td{
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.table-comparatif thead th{
  background: #f1f1f1;
}

.table-comparatif tbody tr:nth-child(even){
  background: #fafafa;
}