body {
  font-family: "Noto Sans", serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #ffffff;
  color: #42475b;
}
header {
  text-align: inherit;
  padding: 20px;
  background-color: #395ddd;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.logo {
  max-width: 50px;
  display: block;
  background: #ffffffEE;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}
.large-picture {
  max-width: 100%;
  width: auto;
  display: flex;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.large-picture div:first-child {
  width: 100%;
  box-sizing: border-box;
  max-width: max-content;
  margin: 0;
  display: block;
}
.large-picture img {
  width: 100%;
  display: block;
  margin: 0;
  max-width: max-content;
}
.phone_infos {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.phone_infos strong {
  color: #395ddd;
  font-size: 20px;
  background: white;
  border-radius: 10px;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.phone_infos a {
  background: #395ddd;
  color: white;
  font-size: 36px;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: 800;
}
header h1 {
  margin: 0;
  max-width: 400px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
}
nav {
  text-align: center;
  background-color: #ffffff22;
  padding: 0;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
nav ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0;
  padding: 0 1em;
  height: 100%;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
nav ul li {
  display: flex;
  height: 40px;
  align-items: center;
  width: 100%;
  max-width: max-content;
}
nav ul li a {
  color: white;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10px;
  transition: all ease-in 0.3s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
}
nav ul li a:hover {
  text-decoration: none;
  background: #FFFFFF22;
}
.alternate_content {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 2em;
  justify-content: center;
}
.alternate_content div {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #395ddd33;
  border-radius: 20px 20px 0 0;
  padding: 2em 2em;
}
.alternate_content h2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}
.alternate_content h2 strong {
  display: block;
  background: #395ddd;
  color: white;
  padding: 5px;
  max-width: max-content;
  box-sizing: border-box;
}
.alternate_content p {}
.alternate_content a {
  background: #395ddd;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.main-wrap-content {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0;
  text-align: left;
  display: flex;
  gap: 2em;
  flex-direction: column;
  flex-wrap: wrap;
}
.main-wrap-content p {
  margin: 10px 0
}
.main-wrap-content img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.main-wrap-content ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.main-wrap-content li {
  background: #395ddd;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 5px;
  flex: 1 1 40%;
  display: flex;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-wrap-content div {
  flex-basis: 33.33%;
  border: solid 1px #395ddd;
  border-radius: 10px;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 0px 0px #395ddd;
  flex-direction: column;
}
.main-wrap-content div h2 {
  display: block;
  line-height: 1.2;
  color: #395ddd;
}
footer {
  text-align: center;
  background-color: #395ddd;
  color: white;
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.coordinates-business {
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.coordinates-business .devis48h-chrono a {
  background: #395ddd;
  color: white;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
  display: block;
}
.coordinates-business p {
  margin: 0
}
.tracking_marker {
  padding: 0 !important
}
.tracking_marker iframe {
  border-radius: 10px
}
.alternate_content img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}
.contenu_important ul {
  column-count: 2;
  display: block;
  gap: 1em;
}
.contenu_important div:last-child {
  padding: 0;
  border: 0;
  box-shadow: none;
  flex-basis: 60%;
}
.contenu_important div:first-child {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 40%;
}
.multi-prestations li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1em;
  width: auto;
  margin-bottom: 1em;
  break-inside: avoid;
}
.alternate_content ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1em;
  margin: 0;
  font-size: 14px;
}
.alternate_content li {
  padding-bottom: 10px;
  background: #395ddd;
  padding: 10px;
  color: white;
}
footer p {
  border-bottom: dotted 1px;
  max-width: max-content;
  margin: 0 auto;
}
address p {
  margin: 10px auto 5px;
  border: none;
  max-width: max-content;
}
address {
  display: block;
  font-style: normal;
  unicode-bidi: isolate;
}
footer .devis48h-chrono {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  gap: 1em;
}
footer .devis48h-chrono a {
  color: white;
  background: #42475b;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
}
iframe {
  border: 0;
  height: auto;
  min-height: 400px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  header {
    display: grid;
    align-items: center;
  }
  .logo {
    margin-bottom: 10px;
  }
  nav ul li {
    display: block;
    margin: 5px 0;
  }
  .btn-devis {
    font-size: 16px;
    padding: 10px 20px;
  }
  .main-wrap-content {
    flex-direction: column;
    padding: 0 1em;
  }
  nav {
    padding: 0;
    height: auto;
    align-items: center;
    grid-column: 1 / 3;
  }
  nav ul {
    width: 100%;
    padding: 0;
    justify-content: center;
    gap: 10px;
  }
  nav ul li a {
    padding: 0;
    font-size: 14px;
  }
  .large-picture img {
    min-height: 250px;
  }
  .phone_infos a {
    font-size: 26px
  }
  .alternate_content div {
    flex-basis: 100%;
    border-radius: 0;
  }
  .alternate_content h2 {
    font-size: 22px
  }
  .multi-prestations li {
    break-inside: avoid
  }
}