
/* Header */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

header {
  padding: 20px 20px;
}

header .row {
  display: flex;
  align-items: center;
}

header h1 {
  font-weight: 700;
  margin: 30;
  padding: 30;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

header p {
  padding: 20px 20px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
}

.scroll-link {color: black;
              text-decoration: none;}





/* Pourquoi Nous Choisir? (Section 1) */

#why-us {
  padding: 60px 30px;
  background-color: #f9f9f9;
  text-align: center;
}

#why-us h2 {
  font-size: 45px; 
  margin-bottom: 40px;
  font-weight: bolder;
}

.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.reason-card {
  background-color: #ffffff;
  border: 0.5px solid black;
  border-radius: 12px;
  padding: 30px;
  width: 260px;
  text-align: left;
}

.reason-card:hover {
  background-color: whitesmoke;
}

.reason-card h3 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.reason-card p {
  font-size: 17px; 
  color: #555;
}





/* Les Étapes de Déménagement? (Section 2) */

#how-it-works {
  background-color: #fff;
  padding: 60px 30px;
  text-align: center;
}

#how-it-works h2 {
  font-size: 43px;
  margin-bottom: 50px;
  color: #222;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.step-card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 30px;
  width: 280px;
}

.step-card:hover {
  background-color: white;
}

.step-number {
  background-color: #007bff;
  color: white;
  font-size: 20px; 
  font-weight: bold;
  border-radius: 50px; 
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-card h3 {
  font-size: 22px;  
  margin-bottom: 15px;
  color: #2c3e50;
}

.step-card p {
  font-size: 16px;  
  color: #555;
}





/* Notre Mission (Section 2) */

#our-mission {
  background-color: #ffffff;
  padding: 60px 30px;
  text-align: center;
}

.mission-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f4f7fc;
  border-radius: 12px;
  padding: 40px 30px;
}

#our-mission h2 {
  font-size: 45px;
  color: #333;
  margin-bottom: 20px;
}

#our-mission p {
  font-size: 18px;
  color: #555;
}





/* Nos Services (Section 3) */              

.pricing-section {
  padding: 60px 30px; 
  background-color: #f8f9fa;
  text-align: center;
  font-family: sans-serif;
}

.pricing-title {
  font-size: 45px;
  margin-bottom: 40px;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.pricing-card {
  background: white;
  border: 2px solid #007bff;
  border-radius: 12px;
  padding: 30px;
  max-width: 300px;
  flex: 1 1 300px;
}

.pricing-card:hover {
  background-color: ghostwhite
}

.pricing-card h3 {
  font-size: 28px; 
  margin-bottom: 10px;
}

.price {
  font-size: 30px;
  color: #007bff;
  margin: 20px 0;
}

.pricing-card ul {
  list-style: none; 
  padding: 0;
  margin-bottom: 20px;
}

.pricing-card ul li {
  margin: 10px 0;
}

.pricing-card button {
  padding: 10px 20px;
  background-color: #007bff;
  border: none; 
  color: white;
  font-size: 17px;   
  border-radius: 6px;
}

.pricing-card button:hover {
  background-color: #0056b3;
}





/* Testimonials (Section 3) */

.testimonial {
  max-width: 500px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background-color: #fafafa;
  font-family: sans-serif;
}

.profile-pic {
  width: 80px;
  height: 80px; 
  border-radius: 40px;
  margin-bottom: 10px;
}

.testimonial h3 {
  margin: 5px; 
  font-size: 25px;
  color: #333;
}

.title {
  color: #888;
  font-size: 15px;
  margin-bottom: 10px;
}

.stars {
  color: gold;
  font-size: 20px;
  margin-bottom: 15px;
}

.commentaire {
  font-style: italic;
  color: #555;
  font-size: 16px;
  margin: 0;
}

#airbnb {
  margin-top: -10px;
}





/* Contact Us (Section 4) */

.visit-section {
  padding: 40px 20px;
  background-color: #fff;
  font-family: sans-serif;
  color: #333;
}

.visit-section h2 {
  font-size: 42px;
  margin-bottom: 20px; 
  text-align: center;
  font-weight: bolder;
}

.visit-section .intro {
  font-size: 18px;
  margin-bottom: 40px;
  color: #666;
  text-align: center; 
}

.visit-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 30px; 
}

.visit-info {
  flex: 1 1 200px;
  font-size: 15px;
  margin-top: 10px;
  margin-left: 50px; 
}

.visit-map {
  flex: 1 1 300px;
  min-width: 280px;
  margin-right: 80px;   
}



         

/* Footer (Section 4) */

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px; 
  padding: 0 50px;
}

.footer-row .container {
  flex: 1;
  min-width: 200px; 
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.logo p {
  margin-left: 10px;
  font-size: 15px;
  color: #555;
}

.secondlogo img {
  margin-right: 10px;
}
