/* Intro */
.home-svg {
  width: 650px;
  height: 485px;
}

.home-intro {
  display: flex;
  align-items: center;
  height: 100%;
  height: 72vh;
}

.intro-image {
  text-align: center;
  margin-top: 20px;
  width: 275px;
}

.text-intro {
  font-size: 22px;
  line-height: 21px;
  margin-top: 25px;
  margin-bottom: 40px;
}

/* Nos services */
.home-services {
  display: flex;
  width: auto;
  min-width: 100%;
  min-height: 1100px;
  background-color: #003f63;
}

.home-services h2 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 56px;
}

.text-services {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
}

.box-services {
  /* width: 350px; */
  height: 354px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
  border-radius: 20px;

  transition: transform 0.4s;
}

.box-services:hover {
  transform: scale(1.05);
}

.picto-box {
  padding: 30px 30px 15px 30px;
}

.title-box {
  font-size: 24px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 56px;
}

.text-box {
  color: #7d7987;
  padding: 0px 30px 15px 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

/* SVG Wave */
.home-wave {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 100px;
}

.home-svg-wave {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.home-image {
  max-width: 350px;
}

/* Responsive */
@media screen and (max-width: 576px) {
  .home-image {
    margin-bottom: 50px;
    max-width: 300px;
    max-height: 200px;
  }
  .home-svg {
    max-width: 300px;
    max-height: 200px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 360px) {
  .home-svg {
    max-width: 300px;
    max-height: 200px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 360px) {
  .box-services {
    width: 300px;
    height: 500px;
  }
  .home-image {
    max-width: 300px;
  }
}

@media screen and (max-width: 1096px) {
  .box-services {
    height: 500px;
  }
}
