body {
  font-family: 'Red Hat Display', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #ffffff;
  color: #777777;
}
header {
  text-align: inherit;
  padding: 20px;
  background-color: #a9c315;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.header-top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.logo {
  max-width: 50px;
  display: block;
  background: transparent;
  border-radius: 5px;
  padding: 0;
  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_call {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.phone_call strong {
  color: #ffffff;
  font-size: 20px;
  background: #a9c315;
  border-radius: 10px;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
  border: solid 1px #777777;
}
.phone_call a {
  background: #a9c315;
  color: white;
  font-size: 36px;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 100px;
  font-weight: 800;
  box-shadow: 5px 5px 1px 1px #777777;
}
header h1 {
  margin: 0;
  max-width: 400px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
}
nav {
  text-align: center;
  background-color: #777777;
  padding: 0;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
nav ul.main-navigation {
  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.main-navigation li {
  display: flex;
  height: 40px;
  align-items: center;
  width: 100%;
  max-width: max-content;
}
nav ul.main-navigation 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.main-navigation li a:hover {
  text-decoration: none;
  background: #FFFFFF22;
}
.featured_layer {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  gap: 2em;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 2em;
}
.featured_layer div {
  flex-basis: 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  background: #a9c31511;
  border-radius: 20px;
  padding: 2em 2em;
  gap: 2em;
}
.featured_layer div div {
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  background: transparent;
  border-radius: 20px;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.featured_layer h2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 0 10px 0;
  border-bottom: 0;
  margin: 0;
  width: 100%;
}
.featured_layer h2 strong {
  display: block;
  background: #a9c315;
  color: white;
  padding: 10px;
  max-width: max-content;
  box-sizing: border-box;
  border-radius: 20px;
}
.featured_layer p {
    margin: 0;
}
.featured_layer a {
  background: #a9c315;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.main_layer {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0;
  text-align: left;
  display: flex;
  gap: 2em;
  flex-direction: column;
  flex-wrap: wrap;
}
.main_layer p {
  margin: 0;
}
.main_layer img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 20px;
}
.main_layer ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
.main_layer li {
  background: #777777;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 20px;
  flex: 1 1 40%;
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.main_layer div {
  flex-basis: 100%;
  border: 0;
  border-radius: 10px;
  padding: 1em;
  display: flex;
  align-items: flex-start;
  box-shadow: none;
  flex-direction: column;
  gap: 2em;
  background: #a9c31511;
}
.main_layer div:nth-child(2) {
  flex-direction: column;
  display: flex;
}
.main_layer div div {
  flex-basis: 100%;
  border: 0;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  box-shadow: none;
  flex-direction: column;
  background: transparent;
}
.main_layer div div .intro_txt {
  background: #a9c315;
  padding: 2em;
  color: #ffffff;
  text-align: left;
  border-radius: 20px;
}
.main_layer div h2 {
  display: block;
  line-height: 1.2;
  color: #a9c315;
  margin: 0;
}
footer {
  text-align: center;
  background-color: #777777;
  color: white;
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.coordonnees_entreprise {
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.coordonnees_entreprise .technical_question a {
  background: #ff4e00;
  color: white;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
  display: block;
}
.coordonnees_entreprise p {
  margin: 0
}
.localisation_geographique {
  padding: 0 !important
}
.localisation_geographique iframe {
  border-radius: 10px
}
.featured_layer img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 20px;
}
.highlight_content ul {
  column-count: 2;
  display: block;
  gap: 1em;
}
.highlight_content div:last-child {
  padding: 0;
  border: 0;
  box-shadow: none;
  flex-basis: 60%;
}
.highlight_content div:first-child {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 40%;
}
.multi-services li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1em;
  width: auto;
  margin-bottom: 1em;
  break-inside: avoid;
}
.multi-services li strong {}
.featured_layer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1em;
  margin: 0;
  font-size: 14px;
}
.featured_layer li {
  padding-bottom: 10px;
  background: #ff4e00;
  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 .technical_question {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  gap: 1em;
}
footer .technical_question a {
  color: white;
  background: #a9c315;
  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.main-navigation li {
    display: flex;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  nav ul.main-navigation li:nth-child(3) a {
    font-size:22px;
    font-weight:bold;
    background:#ff0000
  }
   nav ul.main-navigation li:last-child a {
    font-size:22px;
    font-weight:bold;
    background:#32b200
  }
  .btn-devis {
    font-size: 16px;
    padding: 10px 20px;
  }
  .main_layer {
    flex-direction: column;
    padding: 0 1em;
  }
  nav {
    padding: 0;
    height: auto;
    align-items: center;
    grid-column: 1 / 3;
  }
  nav ul.main-navigation {
    width: 100%;
    padding: 10px;
    justify-content: center;
    gap: 1px;
    flex-direction: column;
  }
  nav ul.main-navigation li a {
    padding: 0;
    font-size: 14px;
    width: 100%;
    background: #000;
    align-content: center;
    justify-content: center;
    max-width: 100%;
  }
  .large-picture img {
    min-height: 250px;
  }
  .phone_call a {
    font-size: 26px
  }
  .featured_layer div {
    flex-basis: 100%;
    border-radius: 0;
  }
  .featured_layer h2 {
    font-size: 22px
  }
  .multi-services li {
    break-inside: avoid
  }
}