/* Style général pour le site */
body {
  font-family: "Funnel Sans", sans-serif;
  ;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #f0f8ff;
  color: #333;
}
.logo {
  max-width: 200px; /* Ajuster selon votre image originale */
  height: auto; /* Conserve les proportions */
  display: block;
  margin: 0 auto; /* Centre le logo dans le conteneur */
}

/* Style pour le header */
header {
  text-align: inherit;
  padding: 20px;
  background-color: #FFFFFF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.panoramic {
  max-width: 100%;
  width: auto;
  display: flex;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.panoramic div:first-child {
  width: 100%;
  box-sizing: border-box;
  max-width: max-content;
  margin: 0;
  display: block;
}
.panoramic 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: #EC67B4;
  font-size: 20px;
  background: white;
  border-radius: 10px 10px 0 0;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
}
.phone_contact a {
  background: #EC67B4;
  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;
}
.call_action_parts {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 2em;
  justify-content: center;
}
.call_action_parts div {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #EC67B433;
  border-radius: 20px 20px 0 0;
  padding: 2em 2em;
}
.call_action_parts h2 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 0 5px 0;
  border-bottom: dotted 2px;
  margin: 0;
  width: 60%;
}
.call_action_parts h2 strong {
  display: block;
  background: #EC67B4;
  color: white;
  padding: 1px;
  max-width: max-content;
  box-sizing: border-box;
}
.call_action_parts p {}
.call_action_parts a {
  background: #EC67B4;
  color: white;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
/* Style pour le contenu principal */
.first_part {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 2em;
}
.first_part img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.first_part ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  list-style: none;
}
.first_part li {
  background: #EC67B4;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 5px;
}
.first_part div {
  flex-basis: 33.33%;
  border: solid 1px #EC67B4;
  border-radius: 10px;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 0px 0px #EC67B4;
}
/* Style pour le footer */
footer {
  text-align: center;
  background-color: #EC67B4;
  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: #EC67B4;
  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
}
.call_action_parts 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;
  grid-column: 1 / 3;
  margin-bottom: 1em;
}
.interventions_multiples li strong {}
.call_action_parts ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1em;
  margin: 0;
  font-size: 14px;
}
.call_action_parts li {
  /* border-bottom: solid 1px; */
  padding-bottom: 10px;
  background: #EC67B4;
  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;
  }
  nav ul li {
    display: block;
    margin: 5px 0;
  }
  .btn-devis {
    font-size: 16px;
    padding: 10px 20px;
  }
    .first_part {
        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;
    }
    .panoramic img {
    min-height: 250px;
}
    .phone_contact a {
        font-size: 26px
    }
    .call_action_parts div {
    flex-basis: 100%;
    border-radius: 0;
}
    .call_action_parts h2 {
        font-size: 15px
    }
    .interventions_multiples li {
        break-inside: avoid
    }
}