body {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif;
  background: #ffffff;
}

/* HEADER */

.top-bar {
  background: #d64515;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

.top-bar a {
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
}

.logo {
  position: relative;
  align-items: center;
  margin: auto;
  padding-left: 300px;
}

.logo img {
  height: 80px;
  width: 80px;
}

.left {
  padding-left: 150px;
}

.right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 250px;
}

.icone {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  width: auto;
}

.icone img {
  width: 22px;
  height: 22px;
}

/* HOME */

.home {
  margin: 30px;
  font-size: 14px;
  color: #ec651d;
  padding-right: 700px;
  padding-left: 120px;
}

.home a {
  color: #818080;
  text-decoration: none; /*enlever le lien*/
}

.t1 {
  width: 1000px;
  height: 1px;
  border: none;
  background: rgb(228, 228, 228);
  margin: 20px 150px; /* centrer la ligne */
  padding-left: 70px;
}

.t2 {
  width: 500px;
  height: 1px;
  border: none;
  background: rgb(227, 227, 227);
  margin: 20px 0px; 
  padding-left: 168px;
}

.t3 {
  width: 500px;
  height: 1px;
  border: none;
  background: rgb(227, 227, 227);
  margin: 20px 0px; 
  padding-left: 168px;
}

hr {
  width: 1160px;
  margin-left: -5px;
}

/* ARTICLES */

.images {
  width: 80%;
  margin: auto;
}

.photos {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  align-items: flex-start;
}

.photos img {
  width: 370px;
  height: 232px;
  object-fit: cover;
}

strong {
  font-weight: 300;
}

.titre h2 {
  font-size: 25px;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin: 0 0 10px;
}

.meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 12px;
}

.titre p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 22px;
  width: 80%;
  margin-bottom: 20px;
}

/* BOUTON */

.btn {
  display: inline-block;
  background: #d64515;
  color: white;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
  margin-top: 20px;
}

.items {
  padding-left: 1020px;
  font-family: "Playfair Display", serif;
  color: #666;
}

.bardufooter {
  background: #d64515;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}

.bardufooter a {
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
}

.left {
  padding-left: 150px;
}

.fondnewsetfooter {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: center;
  padding: 90px 20px 40px;
  position: relative;
  overflow: hidden;
}

.newsletter-section {
  padding: 60px 20px 20px;
  text-align: center;
  position: relative;
  overflow: visible;
}

.newsletter-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #333;
}

.newsletter-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 600px;
  border: 1px solid rgb(214, 213, 213);
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  transform: translateY(90px);
}

.email-input {
  flex: 1;
  padding: 18px 30px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  color: #333;
  outline: none;
  border-radius: 50px 0 0 50px;
}

.email-input::placeholder {
  color: #999;
}

.subscribe-btn {
  padding: 18px 50px;
  background-color: #d94b30;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
  border-radius: 0 50px 50px 0;
}

.subscribe-btn:hover {
  background-color: #c43d24;
}

/* Footer */

.footer {
  padding: 140px 20px 40px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.about-text {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.contact-info {
  list-style: none;
}

.contact-info li {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.contact-info li::before {
  position: absolute;
  left: 0;
  color: #d94b30;
}

.product-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.product-img {
  width: 80px;
  height: 80px;
  background-color: #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.product-price {
  color: #d94b30;
  font-weight: bold;
  font-size: 14px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #d94b30;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.instagram-item {
  width: 100%;
  padding-bottom: 100%;
  background-color: #e8e8e8;
  border-radius: 5px;
}

.footer-bottom {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
}

.footer-bottom p {
  font-size: 12px;
  color: #999;
}

.footer-bottom a {
  color: #d94b30;
  text-decoration: none;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.social-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  text-decoration: none;
  transition: all 0.3s;
}

.social-icon:hover {
  border-color: #d94b30;
  color: #d94b30;
}

/* Responsive */


@media (max-width: 767px) {

  .top-bar {
    padding: 10px 20px;
  }

  .logo {
    padding-left: 0;
    margin: auto;
  }

  .left,
  .right {
    padding: 0;
  }
 
  .home {
    padding: 0 20px;
  }

  hr {
    width: 100%;
    margin-left: 0;
  }

   .images {
    width: 100%;
    padding: 0 20px;
  }

  .photos {
    flex-direction: column;
  }

  .photos img {
    width: 100%;
    height: auto;
  }

  .titre p {
    width: 100%;
  }

  .items {
    padding-left: 0;
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {

  .logo img {
    width: 60px;
    height: 60px;
  }

  .titre h2 {
    font-size: 20px;
  }

  .titre p {
    font-size: 13px;
  }

  .btn {
    font-size: 12px;
    padding: 8px 15px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .email-input,
  .subscribe-btn {
    width: 100%;
    border-radius: 20px;
  }

  .footer-bottom p {
    font-size: 11px;
  }
}


