@charset "UTF-8";

box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  direction: ltr;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Satoshi', sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #555; /* Couleur de texte modifiée (#555) */
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #555; /* Couleur de lien modifiée (#555) */
  text-decoration: none;
  transition: all ease-in 0.2s;
}

p {
  color: #555; /* Couleur de paragraphe modifiée (#555) */
}

header {
  margin: 0;
  display: block;
  background: #000; /* Fond de l'en-tête adapté en gris foncé (#555) */
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.flex_grow_part {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
  padding: 1em 0;
}

header .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}

header .slogan_clip {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #555;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}

header .slogan_clip strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 10px #ff0000; /* Ligne sous le logo en Rouge (#ff0000) */
  color: #ffffff;
}

header .slogan_clip em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}

header .logo img {
  width: auto;
  max-height: 90px;
  border: solid 0.05rem #ff0000; /* Bordure logo en Rouge (#ff0000) */
  border-radius: 10px;
}

header .phone-btn a {
  display: flex;
  background: #ff0000; /* Bouton téléphone en Rouge (#ff0000) */
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 140px;
  height: 30px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}

header .quote-btn a {
  display: flex;
  background: #ff0000; /* Bouton devis en Rouge (#ff0000) */
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  height: 30px;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  box-sizing: border-box;
}

header .quote-btn a:hover, header .phone-btn a:hover {
  background: #ffffff;
  color: #ff0000; /* Hover des boutons principaux en Rouge (#ff0000) */
  border: 1px solid #ff0000;
}

header .flex_infos_calling {
  width: 100%;
  max-width: max-content;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.flex-col-links {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

nav {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

nav .flex_nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  max-width: 1150px;
  flex-direction: row;
}

nav .flex_nav li.nav-item {
  opacity: 1;
  visibility: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: max-content;
  display: flex;
}

nav .flex_nav li.nav-item a {
  margin-bottom: 0;
  color: #ff0000; /* Liens de navigation par défaut en Rouge (#ff0000) */
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  white-space: nowrap;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ff0000;
}

nav .flex_nav li.nav-item a:hover {
  color: #ffffff;
  background: #4caf50; /* Hover des liens de navigation en Vert (#4caf50) */
  border-color: #4caf50;
}

nav .flex_nav li.nav-item a.active {
  border-bottom: solid 15px #4caf50; /* Onglet actif souligné en Vert (#4caf50) */
  border-radius: 0;
  color: #555;
}

nav .flex_nav li.nav-item a.active:hover {
  background: #555;
  color: #fff;
}

nav .logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}

.header-contact {
  display: flex;
  gap: 1em;
}

.headline_txt {
  width: 100%;
  display: block;
}

.bg_img {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-top: 0;
}

.bg_img p {
  color: white;
  font-size: 20px;
  padding: 2em;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #000; /* Fond de boîte encadrée en gris sombre (#555) */
  justify-content: start;
  justify-items: start;
  border-radius: 10px;
}

.bg_img img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}

.bg_img div {
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 10;
  max-width: 1150px;
  padding: 0;
  border-radius: 0;
  margin: 0 auto;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}

.bg_img div:before {
  height: 100%;
  content: '';
  background: #555;
}

.flex_big_section h1 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flex_big_section h1 span {
  background: #000;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  border-radius: 10px;
  display: block;
  max-width: max-content;
  margin: 0;
  line-height: 1.5;
}

.flex_big_section h1 strong {
  background: #ff0000; /* Titre fort en Rouge (#ff0000) */
  color: #ffffff;
  font-weight: 900;
  padding: 0 10px;
  border-radius: 10px;
  display: block;
  max-width: max-content;
  margin: 0;
  line-height: 1.5;
}

.flex_big_section h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  background: #4caf50; /* Sous-titre principal de section en Vert (#4caf50) */
  max-width: max-content;
  padding: 10px;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 10px;
}

.classic_contact h3 {
  font-size: 20px;
  color: #4caf50; /* Titre interne de contact en Vert (#4caf50) */
}

.bg_img h2 {
  padding: 10px;
}

.flex_col_layers-xd {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}

.action_potential {
  background: #4caf50; /* Bloc d'engagement fort en Rouge (#ff0000) */
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 900;
}

.flex_col_layers-xd p {
  font-size: 15px;
  margin: 1em 0;
}

.flex-col-right {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}

.flex-col-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.flex-col-left {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.flex-col-left h2 {
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
  max-width: 100%;
  padding: 0;
  display: inline;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #555;
}

.flex-col-left h2 strong {
  display: block;
  background: #ff0000; /* Titres mis en avant en Rouge (#ff0000) */
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
  max-width: max-content;
  border-radius: 10px;
}

.flex-col-left h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
}

.flex-col-left .flex_contain {
  background: #4caf50; /* Encadré d'alerte ou d'urgence en Rouge (#ff0000) */
  padding: 2em;
  color: white;
  border-radius: 10px;
}

.flex-col-left .flex_contain p, 
.flex-col-left .flex_contain strong {
  color: white !important;
}

.flex-col-left h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 900;
  color: #4caf50; /* Titre H3 de gauche en Vert (#4caf50) */
}

.flex_wrap_element img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.flex_wrap_element_feat {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}

.flex_wrap_element_feat img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.flex_wrap_element_feat div {
  padding: 0;
  margin-bottom: 12px;
}

.flex_wrap_element_feat div h2 {
  font-size: 20px;
  box-sizing: border-box;
  background: #4caf50; /* Bannière d'élément de liste en Rouge (#ff0000) */
  color: #ffffff;
  display: block;
  padding: 10px;
}

.flex_wrap_element_feat div ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.flex_wrap_element_feat div ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: #4caf50; /* Éléments de liste à puces en Vert (#4caf50) */
  max-width: 100%;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 5px #4caf50;
  color: #ffffff;
}

.flex_wrap_element_feat div ul li strong {
  background: #4caf50;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-bottom: solid 1px;
}

.layer_position {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.layer_position div {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

.layer_position iframe {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
}

.position, .link-mail {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
}

.link-call {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}

.link-mail, .link-call {
  color: #ffffff !important;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: block;
  background: #ff0000; /* Boutons d'action directs en Rouge (#ff0000) */
  padding: 5px 15px;
  border-radius: 100px;
}

.link-call:before, .link-mail:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #4caf50; /* Puces d'icônes avant bouton en Vert (#4caf50) */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}

.position_contact {
  position: sticky;
  top: 50px;
}

.position, .position_phone-btn, .position_mail-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}

.position strong {
  display: block;
  background: #555; /* Titre de la zone de dépannage en gris sombre (#555) */
  color: #fff;
  border-radius: 10px;
  padding: 5px;
}

.position {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.position_phone-btn, .position_mail-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.classic_contact div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}

.classic_contact div p {
  flex-basis: 33.3333%;
  background: #ff0000; /* Blocs contacts de pied de page internes en Rouge (#ff0000) */
  display: flex;
  align-items: center;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
}

.classic_contact div p a {
  color: #fff;
}

footer .link-call {
  margin: 0 auto;
  color: white;
}

footer {
  max-width: 100%;
  width: 100%;
  background: #000; /* Changement du fond de pied de page en gris sombre (#555) */
  margin: 0;
  padding: 0;
  display: block;
}

footer p {
  color: white;
  max-width: 1150px;
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
}

footer .row .footer_flex-one {
  width: 100%;
  max-width: max-content;
  height: auto;
}

footer .row .footer_flex-one a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  height: auto;
}

footer .row .footer_flex-one img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
}

footer .row .col-md-2 {
  background: #4caf50; /* Changement de l'accent secondaire en Vert (#4caf50) */
  padding: 20px;
}

footer .row .footer_flex-two, footer .row .footer_flex-three {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}

footer .row .footer_flex-four {
  width: 100%;
  flex-basis: 25%;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  padding-top: 15px;
}

footer .row h3 {
  color: #ffffff;
  font-size: 18px;
  background: #ff0000; /* Titres des blocs footer en Rouge (#ff0000) */
  padding: 10px !important;
  max-width: max-content;
  border-radius: 10px;
  line-height: 1;
}

footer .row .footer_flex-four h3 {
  margin: 0;
  padding: 0;
}

footer .row .footer_flex-four a {
  background: #ffffff;
  font-size: 20px;
  font-weight: 900;
  color: #ff0000; /* Lien de numéro dans le footer en Rouge (#ff0000) */
  opacity: 1;
  display: block;
  padding: 5px 10px;
  visibility: visible;
  border-radius: 10px;
  border: 2px solid #ff0000;
}

footer .row {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 3em;
  padding: 20px 0;
}

footer .copyright_text {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #4caf50; /* Bandeau copyright en Rouge (#ff0000) */
  padding: 10px;
}

footer .copyright_text p a {
  color: white !important;
}

.copyright_text p {
  color: #ffffff;
  font-weight: 600;
}

.classic_contact p {
  font-size: 15px;
}

.share-btns {
  margin: 2em auto !important;
}

/* --- Responsive & Media Queries --- */
@media (max-width:767px) {
  header .quote-btn a {
    font-size: 18px;
    height: 35px;
    width: 100%;
  }
  header .phone-btn a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #ff0000; /* Maintenu en Rouge sur mobile */
  }
  header .logo img {
    max-height: 50px;
  }
  header .phone-btn a:before {
    font-size: 16px;
    width: 30px;
  }
  .flex_grow_part {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .bg_img h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .bg_img {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .bg_img h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
  }
  .bg_img p {
    font-size: 14px;
    padding: 1em;
    max-width: 100%;
  }
  .flex_col_layers-xd {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .position, .position_phone-btn, .position_mail-btn {
    padding-left: 2em;
  }
  .flex_col_layers-xd p {
    padding: 0 2em;
  }
  .flex-col-left .flex_contain {
    margin: 0;
  }
  .flex-col-left h3 {
    border-left: 0;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .layer_position h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .link-mail {
    font-size: 15px;
    margin: 0;
  }
  header .slogan_clip strong {
    font-size: 22px;
  }
  .bg_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .bg_img div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .flex-col-left h2 {
    padding: 0 0 0 15px;
    border-left: solid 10px #555; /* Bordure responsive en gris sombre (#555) */
  }
  footer .row {
    flex-direction: column;
    gap: 1em;
    margin: 0;
    padding: 2em 0;
  }
  footer .row .footer_flex-one a {
    display: none;
  }
  nav .flex_nav {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 1em;
    padding: 0;
  }
  .layer_position div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .logo a {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  header .flex_infos_calling {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  header .slogan_clip {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .flex_grow_part .logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .copyright_text p {
    text-align: center;
  }
  .flex_wrap_element_feat div {
    padding: 0 2em;
  }
  .position_contact p {
    padding: 0 2em;
  }
  .flex-col-left h2 strong {
    font-size: 18px;
  }
  .flex_wrap_element_feat p {
    padding: 0;
  }
  nav .flex_nav li.nav-item {
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-sizing: border-box;
    display: flex;
  }
  .position strong {
    width: 100%;
    max-width: max-content;
  }
  .flex-col-left {
    padding: 0 10px;
  }
  footer .row .footer_flex-four,
  .position_contact {
    padding: 1em 0 !important;
  }
  .flex-col-links {
    justify-content: center;
  }
}

.no-link {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}