@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

body {
  background: linear-gradient(180deg, #fff1f1 30%, #32546dc7 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 10.83vw;
}


.fl_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

main {
  gap: 7.29vw;
  justify-content: space-between;
}

h1 {
  font-size: 80px;
}

.left_block {
  max-width: 32.29vw;
  display: flex;
  flex-direction: column;
  gap: 1.88vw;
  justify-content: center;
}

.logo_mobile {
  display: none;
}

button a {
  color: white !important;
  text-decoration: unset !important;
}

p,
h1 {
  color: #070e25;
}

h1 {
  font-size: 6vw;
}

.p56 {
  font-size: 3.09vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.2vw;
}

.p20 {
  font-size: 1.39vw;
  font-weight: 400;
  line-height: 180%;
}

.logo {
  align-items: center;
  gap: 2vw;
  margin-top: 2.2vw;
}

.logo img {
  width: 5vw;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}

.btn_action {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  font-weight: 200 !important;
}

.btn_action div {
  display: flex;
  gap: 1.39vw;
}

button {
  padding: 1.11vw 0;
  width: 10.83vw;
  border: 0;
  border-radius: 10px;
  background-color: #ee485b;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.7vw;
  border: 2px solid #ee485b;
}

button:hover {
  background-color: transparent;
  border-color: #ee485b;
  color: #070e25;
}

.right_block {
  position: relative;
}

.right_block img {
  width: 22.71vw;
  z-index: 2;
}

video {
  position: absolute;
  left: 3.41vw;
  top: 0.77vw;
  width: 18.28vw;
  height: 39.56vw;
  object-fit: cover;
  z-index: -1;
  border-radius: 20px;
}

.contact {
  color: white !important;
  font-weight: 300;
  font-size: 0.85vw;
}


.avis {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.avis h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #070e25;
}

.avis_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.avis_card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.avis_card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 2px solid #ee485b;
}

.avis_card .comment {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 1rem;
}

.avis_card .stars {
  font-size: 1.2rem;
  color: #ffbf00;
  margin-bottom: 15px;
}

.avis_card .auteur {
  font-weight: 600;
  color: #070e25;
}

/*Tablet & Mobile =>*/
@media (max-width: 992px) {
  body {
    padding: 20px;
    height: unset !important;
    overflow: scroll !important;
  }
  .left_block {
    max-width: unset !important;
  }
  main {
    flex-direction: column-reverse !important;
  }
  .p56 {
    font-size: 36px !important;
    margin-bottom: unset !important;
  }
  button {
    width: fit-content !important;
    padding: 10px 0 !important;
    flex: 1;
    font-size: 14px !important;
  }
  .p20 {
    font-size: 20px !important;
  }
  .contact {
    font-size: 12px !important;
  }
  h1 {
    font-size: 60px !important;
  }
  .logo {
    display: none;
  }
  .logo_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .logo_mobile img {
    width: 80px !important;
  }
  .right_block {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    transform: translateX(-18.2px);
  }
  .right_block img {
    width: 85% !important;
  }
  video {
    left: 20% !important;
    top: 1.6% !important;
    width: 68.7% !important;
    height: 89.8% !important;
  }
  .logo_mobile {
    flex-direction: row !important;
    align-items: center;
    padding-bottom: 20px;
  }
  .logo_mobile img {
    border-radius: 20px;
  }
  .btn_action div {
    gap: 20px !important;
  }
  .left_block {
    gap: 20px !important;
  }
  .btn_action {
    gap: 10px !important;
  }
}
.offres {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
}

.offres h2 {
  font-size: 2.5rem;
  color: #070e25;
  margin-bottom: 30px;
}

.offres_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-items: center;
}

.offre_card {
  background: white;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #070e25;
  font-weight: 500;
  text-align: center;
  transition: transform 0.3s;
}

.offre_card:hover {
  transform: translateY(-5px);
}

.offre_card img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.offre_card h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.offre_card p {
  font-size: 0.9rem;
  color: #444;
}

.footer {
  /* background-color: #f5f5f5; */
  padding: 40px 20px;
  margin-top: 60px;
  /* border-top: 1px solid #ddd; */
}

.footer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}

.footer_logo img {
  width: 100px;
}

.footer_logo p {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

.footer_links ul {
  list-style: none;
  padding: 0;
}

.footer_links ul li {
  margin: 6px 0;
}

.footer_links ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer_links ul li a:hover {
  text-decoration: underline;
}

.footer_social {
  text-align: left;
}

.footer_social p {
  margin-bottom: 10px;
  font-weight: bold;
}

.footer_social a img {
  width: 24px;
  margin-right: 10px;
}
