@charset "UTF-8";
/* CSS Document */
body {
  background-color: #000000;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #082047;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
a, a:hover {
  text-decoration: none;
  transition: background .3s ease-in-out;
}
.main_head strong {
  background: #ffffff
}
header {
  background-color: #082047;
  color: #000;
  padding: 20px 0;
  text-align: center;
  border-bottom: 0;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
header img {
  max-width: 70px;
  margin: 0;
  border-radius: 0;
  padding: 6px;
  border: solid 1px;
  background: #fff;
}
h1 {
  padding: 0;
  margin: 0;
  color: #fff;
}
h2 {
  margin: 0;
  padding: 0
}
.header_bottom_navigation {
  position: sticky;
  top: 0px;
  z-index: 100;
}
.header_bottom_navigation nav {
  display: block;
  background-color: #ab2b35;
  padding: 0;
}
.header_bottom_navigation nav ul {
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: max-content;
  padding: 0;
  gap: 0;
}
.header_bottom_navigation nav li {
  list-style: none;
}
.header_bottom_navigation nav .menu-standard a {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 10px;
  border: 0px solid transparent;
  border-radius: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.header_bottom_navigation nav .menu-standard a:hover {
  border: 0;
  background: #ffffff33;
}
.button_devis {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
}
.button_devis a {
  background: #d32d2e;
  color: white;
  min-height: 60px;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.button_devis a:hover {
  background-color: #000000
}
.main-baseline {
  background-color: transparent;
  text-align: center;
  padding: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
.main-baseline button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  font-weight: 600;
}
.features-section {
  display: flex;
  justify-content: center;
  padding: 1em;
  gap: 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.features-section p {
  white-space: break-spaces;
  word-wrap: break-word;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.multi_blocks_txt {
  flex-basis: 45%;
  margin: 0;
  border: 1px solid #000;
  padding: 2em;
  background-color: #fff;
}
.multi_blocks_txt img {
  width: 100%;
  height: auto;
}
.multi_blocks_txt ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.multi_blocks_txt li {
  list-style: none;
  background: #000000;
  max-width: max-content;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
footer {
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer p {
  margin: 0;
  padding: 0 20px;
}
footer a, footer a:hover {
  background: #d32d2e;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.contact-section iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 2em 0 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  background-color: #082047;
  box-shadow: none;
  color: #ffffff;
  box-sizing: border-box;
  font-weight: 700;
  gap: 1em;
}
.contact-section iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 20px;
  border-radius: 0;
}
.contact-section p {
  margin: 0
}
.contact-section a {
  color: #fff;
  text-decoration: none;
  background: #d32d2e;
  font-size: 20px;
  padding: 0 2px;
}
.primary_content {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.primary_content .alt-block {
  display: flex;
  flex-wrap: wrap;
  column-rule: solid 1px;
}
.primary_content .alt-block .col_infos {
  flex-basis: 50%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 2em;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.primary_content .alt-block .col_infos:last-child {
  background: #edf2ff;
}
.primary_content .alt-block .col_infos ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  margin: 1em 0;
  gap: 1em;
  box-sizing: border-box;
}
.primary_content .alt-block .col_infos li {
  border: dotted 1px;
  padding: 5px;
  background: #FFFFFF;
  position: relative;
  left: 3em;
  box-sizing: border-box;
  max-width: 75%;
  list-style: none
}
.primary_content .alt-block .col_infos p {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 3em;
}
.primary_content .alt-block .col_infos li strong {
  color: #d32d2e;
}
.primary_content .alt-block .col_infos h2 {
  width: 100%;
  display: flex;
  margin: 1em 0;
  font-size: 20px;
  background: #ab2b35;
  color: white;
  padding: 0 1em;
  min-height: 50px;
  align-items: center;
  max-width: max-content;
  position: relative;
  left: 0;
  box-sizing: border-box;
}
.primary_content .alt-block .col_infos img {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.contact_txt {
  flex-basis: 48%;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 1em;
}
.contact_txt p, .contact_infos p {
  line-height: 1.6
}
.contact_infos {
  flex-basis: 40%;
  background: transparent !important;
  padding: 1em;
  color: #fff;
}
.contact_infos a {
  display: block;
  max-width: max-content;
  background: #000;
  color: white;
  text-decoration: none;
  padding: 0 5px;
}
.current-location {
  flex-basis: 100%;
}
.current-location iframe {
  width: 100%
}
.infos-contact {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin: 0 auto;
  max-width: 100%;
  background: #ab2b35;
}
.infos-contact div {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  background: #082047;
}
.featured-image {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
.featured-image img {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: auto;
  padding: 0;
}
.footer_contents address {
  background: #082047;
  max-width: max-content;
  width: 100%;
  display: block;
  margin: 0 auto;
  line-height: 1;
  padding: 10px;
  font-style: normal;
  font-size: 12px;
}
.footer_contents {
  line-height: 1.7;
}
.call-to-action-content {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
@media (max-width:768px) {
  .features-section {
    flex-direction: column;
  }
  .header_bottom_navigation nav ul {
    gap: 0;
    overflow-x: scroll;
    height: 100%;
    min-height: 50px;
  }
  .header_bottom_navigation nav {
    overflow: hidden;
    padding: 0;
  }
  .header_bottom_navigation nav li {
    display: flex;
    width: 100%;
    break-inside: avoid;
    white-space: nowrap;
  }
  .header_bottom_navigation nav .menu-standard a {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
  }
  header {
    padding: 10px;
    gap: 0;
    flex-direction: column;
  }
  h1 {
    font-size: 24px;
  }
  .primary_content .alt-block {
    flex-direction: column;
  }
  .infos-contact {
    flex-direction: column;
    gap: 0;
  }
  .call-to-action-content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    gap: 0em
  }
  .call-to-action-content a {
    max-width: max-content;
    display: flex;
  }
  .primary_content .alt-block .col_infos ul {
    padding: 0 1em;
  }
  .primary_content .alt-block .col_infos li {
    left: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%
  }
  .primary_content .alt-block .col_infos p {
    padding: 0 1em
  }
  .primary_content .alt-block .col_infos li strong {
    font-size: 17px;
  }
  .primary_content .alt-block .col_infos h2 {
    margin: 0 0 1em;
    width: 100%;
    max-width: 100%;
  }
}