* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Raleway";
  src:
    url("fonts/Raleway-Regular.woff2") format("woff2"),
    url("fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src:
    url("fonts/Raleway-Bold.woff2") format("woff2"),
    url("fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 20px;
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  background: #fff;
}

header {
  background: #000;
  color: #fff;
  padding: 15px 30px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.65rem;
}

nav ul li a:hover {
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  transition: 0.3s;
}

.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  border-radius: 100%;
  background-color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon img:hover {
  transform: translateY(-2px);
}

.banner {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
}

.search-filter-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 20px 0 20px;
}

.search-bar {
  background: #e6e6e6;
  border-radius: 100px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 30%;
  min-width: 220px;
}

.petit-message {
  width: 350px;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: bold;
  border: solid #ff0000;
  margin-left: 45px;
}

.search-icon {
  width: 20px;
  height: 20px;
}

.search-bar input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #555;
  font-family: "Raleway", sans-serif;
}

.filter-btns {
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.filter-btn {
  padding: 12px 30px;
  border-radius: 100px;
  border: 2px solid #ccc;
  background: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
}

.home-row {
  display: flex;
  gap: 60px;
  padding: 40px 30px 60px;
  align-items: flex-start;
}

.home-left {
  flex: 2;
}

.home-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  
}

.home-photo {
  width: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  border: 2px solid black;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-btn {
  padding: 18px 24px;
  border-radius: 100px;
  border: 2px solid #ccc;
  background: #efefef;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  color: black;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cta-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.info-row {
  display: flex;
  gap: 40px;
}

.info-bloc {
  flex: 1;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.info-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.info-bloc h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

.info-bloc p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

footer {
  background: #2a2a2a;
  color: #fff;
  padding: 40px 30px;
}

.footer-container {
  max-width: 1440px;
  margin: 0;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: contain;
}

.footer-logo-name {
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.footer-col {
  flex: 1;
}

.footer-col h4 {
  margin: 0 0 16px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-label {
  margin: 10px 0 4px;
  font-size: 0.55rem;
  text-transform: uppercase;
  opacity: 0.7;
}

.footer-text {
  font-size: 0.7rem;
  line-height: 1.6;
  opacity: 0.9;
}

.footer-map {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.footer-map iframe {
  width: 100%;
  height: 110px;
  border: 0;
  display: block;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7rem;
}

@media (max-width: 900px) {
  .home-row {
    flex-direction: column;
  }

  .footer-container {
    flex-direction: column;
    gap: 25px;
  }

  .footer-logo {
    align-items: flex-start;
    width: auto;
  }
}