@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #1a1a1a;
}
header {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
}
header h1 {
  margin: 0;
  font-size: 26px;
}
header a, header a:hover {
  color: white
}
header p {
  margin: 5px;
  font-size: 14px;
}
.tel-fixed a, .tel-fixed a:hover  {
  background: #e63946;
  color: white;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  display: block;
  max-width: max-content;
  margin: 0 auto;
    text-decoration: none
}
nav {
  background: #444;
  text-align: center;
  padding: 10px 0;
}
nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}
.full-image-a {
  height: 500px;
  background: url('toiture-zinguerie-morsang-sur-seine.webp') center/cover no-repeat;
}
.full-image-b {
  height: 500px;
  background: url('nettoyage-reparation_toits.webp') center/cover no-repeat;
}
.full-image-c {
  height: 500px;
  background: url('zinguerie-etancheite-morsang.webp') center/cover no-repeat;
}
.content {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}
.content h2 {
  color: #e63946;
  border-bottom: 2px solid #e63946;
  padding-bottom: 8px;
}
.content p {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 16px;
}
footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .tel-fixed {
    top: auto;
    bottom: 20px;
  }
}