body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #222;
  border-color: #ffffff;
  border-radius: 2px;
}

header {
  background: transparent;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e0e0e0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}

.logo-img {
  width: 150px;
  height: 60px;
  object-fit: contain;
  padding: 2px;
  
}

nav a {
  margin: 0 8px;
  padding: 6px 14px;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  
}

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

.header-phone {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  margin-right: 10px;
 text-decoration: none;   
}
.header-phone:hover {
  color: #e62222;
  text-decoration: underline;
}

.login-btn {
  background: #333;
  color: #fff;
  border-radius: 20px;
  padding: 8px 22px;
  font-weight: bold;
  font-size: 15px;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s;
  text-decoration: none;
}
.login-btn:hover {
  background: #555;
  color: #fff;
}

/* body */

.hero-banner {
  width: 100vw;
  background: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  min-height: unset;
  height: auto;
}

.banner-img {
  width: 100vw;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: contain;
  border: none;
}

.main-title {
  text-align: center;
  margin: 30px 0 20px 0;
}
.main-title h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
  color: #222;
}

.section-title {
  padding: 6px 0;
  text-align: left !important;
  margin-bottom: 28px;
  font-size: 2.4em;
  font-weight: bold;
  color: #222;
  letter-spacing: -1px;
}
.section-title.center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.objectif {
  margin-left: 15vw;
}

.about-objectif {
  margin: 60px 0 40px 0;
  padding: 0 4vw;
}
.about-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  min-height: 340px;
}
.about-text {
  flex: 2 1 0;
  min-width: 320px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.about-text .section-title.left {
  margin-bottom: 28px;
  font-size: 2.4em;
  font-weight: bold;
  color: #222;
  letter-spacing: -1px;
}
.about-text .section-content {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  color: #222;
  font-size: 1.22em;
  line-height: 1.7;
  margin: 0 0 24px 0;
}
.about-btn {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 32px;
  font-size: 1.1rem;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  transition: background 0.2s;
}
.about-btn:hover {
  background: #555;
}
.about-illustration {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-illustration img {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-width: 180px;
  max-height: 340px;
  object-fit: contain;
  display: block;
}

.section-content, .localisation .section-content, .why-us .section-content {
  min-height: 80px;
  width: 100%;
  max-width: 100%;
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 4px;
  padding: 18px 20px;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 auto;
  text-align: left !important;
}

.localisation-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
}
.map {
  min-width: 320px;
  max-width: 100%;
  margin-bottom: 20px;
}
.map .section-content {
  background: #aaa;
  height: 220px;
}
.localisation {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 700px;
}
.localisation .section-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.why-us {
  margin: 40px 0 30px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.why-us .section-title.center {
  margin-bottom: 8px;
}
.why-us .section-content {
  background: none;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1em;
}






footer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 40px 0 20px 0;
  width: 100%;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
.footer-logo {
  min-width: 160px;
}
.footer-logo div {
  margin-bottom: 8px;
}
.footer-links {
  display: flex;
  gap: 40px;
}
.footer-links > div {
  min-width: 120px;
}
.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px !important;
}
.footer-links a, .footer-title {
  display: block;
  
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
}
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "FontAwesome", Arial, sans-serif;
  font-size: 22px;
}
.footer-social a {
  color: #222;
  text-decoration: none;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  vertical-align: middle;
}

.footer-contact-link {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  margin-left: 8px;
  transition: color 0.2s;
}
.footer-contact-link:hover {
  color: #e62222;
  text-decoration: underline;
}
