/* Style général pour le site */
body {
  font-family: "Kanit", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #f0f8ff;
  color: #333;
}
/* Style pour le header */
header {
  text-align: inherit;
  padding: 20px;
  background-color: #4c6daf;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.logo {
  max-width: 50px;
  display: block;
  background: #ffffff22;
  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_contact {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.phone_contact strong {
  color: #4c6daf;
  font-size: 20px;
  background: white;
  border-radius: 10px;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.phone_contact a {
  background: #4c6daf;
  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;
}
/* Style pour la navigation */
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;
}
/* Style pour le bouton DEMANDE DE DEVIS */
.btn-devis-container {
  text-align: center;
  margin: 20px 0;
}
.btn-devis {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff9800;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  animation: blink 1s infinite;
}
@keyframes blink {
  50% {
    opacity: 0.6;
  }
}
.btn-devis:hover {
  background-color: #f57c00;
}
.contact_technique {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 2em;
  justify-content: center;
}
.contact_technique div {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #4c6daf33;
  border-radius: 20px 20px 0 0;
  padding: 2em 2em;
}
.contact_technique h2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 0 10px 0;
  border-bottom: dotted 2px;
  margin: 0;
  width: 100%;
}
.contact_technique h2 strong {
  display: block;
  background: #4c6daf;
  color: white;
  padding: 5px;
  max-width: max-content;
  box-sizing: border-box;
}
.contact_technique p {}
.contact_technique a {
  background: #4c6daf;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
/* Style pour le contenu principal */
.partie_A {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 2em;
}
.partie_A img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.partie_A ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  list-style: none;
}
.partie_A li {
  background: #4c6daf;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 5px;
}
.partie_A div {
  flex-basis: 33.33%;
  border: solid 1px #4c6daf;
  border-radius: 10px;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 0px 0px #4c6daf;
  flex-direction: column;
}
.partie_A div h2 {
  display: block;
  line-height: 1.2;
  color: #4c6daf;
}
/* Style pour le footer */
footer {
  text-align: center;
  background-color: #4c6daf;
  color: white;
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.support_page {
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.support_page .contact a {
  background: #4c6daf;
  color: white;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 10px;
  display: block;
}
.support_page p {
  margin: 0
}
.locate {
  padding: 0 !important
}
.locate iframe {
  border-radius: 10px
}
.contact_technique img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}
.special_content {}
.special_content ul {
  column-count: 2;
  display: block;
  gap: 1em;
}
.special_content div:last-child {
  padding: 0;
  border: 0;
  box-shadow: none;
  flex-basis: 60%;
}
.special_content div:first-child {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 40%;
}
.interventions_multiples li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1em;
  width: auto;
  margin-bottom: 1em;
  break-inside: avoid;
}
.interventions_multiples li strong {}
.contact_technique ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1em;
  margin: 0;
  font-size: 14px;
}
.contact_technique li {
  /* border-bottom: solid 1px; */
  padding-bottom: 10px;
  background: #4c6daf;
  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 .contact {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  gap: 1em;
}
footer .contact a {
  color: white;
  background: #333;
  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;
}
/* Style responsive */
@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;
  }
  .partie_A {
    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_contact a {
    font-size: 26px
  }
  .contact_technique div {
    flex-basis: 100%;
    border-radius: 0;
  }
  .contact_technique h2 {
    font-size: 22px
  }
  .interventions_multiples li {
    break-inside: avoid
  }
}