@charset "UTF-8";
/* CSS Document */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Lexend", sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
a:not(.btn) {
  transition: .3s ease;
}
a, a:hover {
  color: #2958a5;
  text-decoration: none
}
.brand_element {
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.brand_element img {
  width: auto;
  max-height: 50px;
}
.company_title {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: normal;
  white-space: break-spaces;
  background: #527258;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 0px;
  color: #fff;
  padding: 0;
  justify-content: center;
  border: solid 3px #ffffff;
}
.company_title strong {
  background: transparent;
  color: white;
  padding: 0 0 0 5px;
  border-left: solid 3px;
  font-weight: 300;
}
.section_navigation_middle {
  background-color: #8fb550;
  color: #fff;
  border-radius: 0;
  position: fixed;
  border: none;
  padding: 10px 0 0;
  transition: none;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  top: 0;
}
.section_navigation_middle > .main_element_container {
  display: flex;
  transition: padding .1s ease;
  padding: 0;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
}
.main_element_container {
  max-width: 1000px;
  width: 100%;
  color: #537258;
}
article h1 {
  max-width: max-content;
  margin: 1em auto;
  font-size: 36px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  color: #8fb550;
  display: flex;
  flex-direction: column;
}
article h1 strong {
  color: #527258;
  border: solid 1px #52725855;
  max-width: max-content;
  margin: 10px auto;
  font-size: 20px;
  padding: 10px;
  text-transform: uppercase;
}
.section_navigation_middle .nav_default_logo {
  display: flex;
  align-items: flex-start;
}
.section_navigation_middle .full_width_banner .nav-brand {
  padding: 0;
  position: relative;
  color: inherit;
  height: auto;
}
.section_navigation_middle .nav-brand {
  line-height: 30px;
  font-size: 18px;
}
.section_navigation_middle .nav-brand .brand_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-brand {
  float: left;
}
.featured-text {
  display: block;
  line-height: normal;
}
.section_navigation_middle .top_nav_data > .menu_item a:hover:after {
  height: 1px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.section_navigation_middle .top_nav_data > .menu_item a {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  justify-content: center;
}
.section_navigation_middle .top_nav_data > .menu_item > a {
  text-transform: uppercase;
}
.section_navigation_middle .top_nav_data > .menu_item > a {
  font-weight: 600;
  padding: 0;
}
.section_navigation_middle-default .top_nav_data > .menu_item > a {
  color: #777;
}
.nav > .menu_item > a:hover, .nav > .menu_item > a:focus {
  text-decoration: none;
}
.section_navigation_middle .top_nav_data > .menu_item a:focus, .section_navigation_middle .top_nav_data > .menu_item a:hover {
  color: inherit;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.top_nav_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}
.mid-nav-collapse {
  margin: auto;
}
.section_navigation_middle .mid-nav-collapse {
  border: none;
}
#primary_nav ul.nav > .menu_item {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  visibility: visible;
}
.nav > .menu_item {
  position: relative;
  display: flex;
  flex-basis: 100%;
  box-sizing: border-box;
  flex: 1 1 auto;
}
.nav {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.primary-action-link a {
  border-radius: 10px 10px 0 0;
  display: flex;
  height: 20px;
  color: white;
  background: #FF0000;
  font-weight: 800;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 15px;
  top: 20px;
  right: 0;
}
.primary-action-link a:after {
  display: none
}
article .content_wrapper ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
article .content_wrapper li {
  flex: 1 1 100%;
  background: #8fb55022;
  padding: 1em;
  display: flex;
  flex-direction: column;
}
article .content_wrapper li strong {
  background: #527258;
  color: #fff;
  max-width: max-content;
  padding: 0 5px;
}
article .content_wrapper a, article.content_wrapper a:hover {
  color: #fff;
  background: #ff0000;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-weight: 600;
  text-decoration: none;
  display: block;
  max-width: max-content;
  font-size: 14px;
}
footer a, footer a:hover, .send-message a, .send-message a:hover {
  color: #fff;
  background: #ff0000;
  border-radius: 0 0 10px 10px;
  font-weight: 800;
  text-decoration: none;
  max-width: 100%;
  min-height: 35px;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
  box-sizing: content-box;
}
footer {
  background: #527258;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  color: white;
  height: auto;
  bottom: 0;
  align-items: center;
  gap: 5px;
  float: left;
  margin: 0;
  flex-direction: column;
}
footer div {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  max-width: max-content;
  align-items: stretch;
  min-height: 60px;
}
footer div p {
  margin: 0;
  font-size: 16px;
  flex-basis: 100%;
  width: 100%;
  display: block;
  box-sizing: content-box;
}
footer .content_wrapper {
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 0;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
footer .content_wrapper .footer-credits {
  width: 100%;
  max-width: 100%;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}
footer .content_wrapper address {
  font-style: normal;
  font-size: 15px;
  width: 100%;
  max-width: max-content;
}
footer .content_wrapper .send-message {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full_width_banner .primary-action-link {
  display: none
}
iframe {
  height: auto;
  display: block;
  box-sizing: border-box;
  min-height: 600px;
  width: 100%;
}
article.main_element_container {
  margin: 150px auto 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  height: auto;
  flex-direction: column;
}
article.main_element_container .content_wrapper {
  display: flex;
  gap: 4em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 3em;
  height: auto;
}
article.main_element_container .content_wrapper div {
  width: 100%;
}
article.main_element_container .content_wrapper div h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: break-spaces;
  max-width: 100%;
  box-sizing: border-box;
  display: inline;
  background: #8fb550;
}
article.main_element_container .content_wrapper div img {
  position: sticky;
  top: 175px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
}
article.main_element_container .content_wrapper div p {
  margin: 10px 0 2em;
}
.featured-contact-button {
  position: inherit;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  top: 0;
  justify-content: center;
  object-fit: cover;
}
.featured-contact-button .responsive-image_full_width {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: max-content;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.featured-contact-button img {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: max-content;
}
.featured-contact-button h2 {
  color: #fff;
  line-height: 1;
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 10px;
}
.featured-contact-button h2 span {
  background: #ff0000;
  display: block;
  line-height: 1;
  color: white;
  box-sizing: border-box;
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  border-radius: 10px;
}
.featured-contact-button h2 strong {
  font-size: 25px;
  font-weight: 800;
}
.featured-contact-button p {
  flex-basis: 40%;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.featured-contact-button .tagline-and-phone-line {
  position: absolute;
  max-width: 1000px;
  background: #8fb550EE;
  display: flex;
  padding: 2em 2em;
  align-items: center;
  gap: 3em;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 20px;
  /* box-shadow: 5px 5px 0px 5px #8fb550; */
  border: solid 14px #FFFFFF;
}
.featured-contact-button .tagline-and-phone-line a {
  flex-basis: 25%;
  border-radius: 10px;
  display: flex;
  height: 36px;
  overflow: hidden !important;
  position: relative;
  color: white;
  background: #ff0000;
  font-weight: 800;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 15px;
  font-size: 24px;
}
.coverage-area {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  align-items: center;
}
.coverage-area h2 {
  background: #8fb550;
  color: #fff;
  display: block;
  width: 100%;
  max-width: max-content;
  padding: 10px;
  margin: 1em 0 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
}
.coordonnees_contact {
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
  margin: 0;
  background: #8fb550;
  padding: 10px;
  border-radius: 10px;
}
.coordonnees_contact p {
  margin: 0 !important;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 769px) {
  .main_element_container > .full_width_banner {
    margin-right: 0;
    margin-left: 0;
  }
  .full_width_banner {
    float: left;
  }
  .section_navigation_middle .nav_default_logo {
    min-width: 250px;
  }
  .section_navigation_middle > .main_element_container .nav-brand {
    margin-left: 0;
  }
}
@media (max-width:768px) {
  .full_width_banner .primary-action-link {
    display: block
  }
  .brand_element img {
    max-height: 40px;
  }
  .section_navigation_middle {
    padding: 5px 1em;
  }
  .section_navigation_middle > .main_element_container {
    align-items: flex-start;
    flex-direction: column;
  }
  .top_nav_data {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .section_navigation_middle .top_nav_data > .menu_item > a {
    height: auto;
    margin-bottom: 1em;
    color: white;
    border-radius: 0;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 800;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    white-space: nowrap;
  }
  .section_navigation_middle .top_nav_data > .menu_item > a:after {
    display: none
  }
  .section_navigation_middle .full_width_banner .nav-brand {
    width: 100%
  }
  .full_width_banner {
    width: 100%;
    display: block;
  }
  .top_nav_data .primary-action-link {
    display: none
  }
  .primary-action-link a {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 5px;
    margin-top: 10px;
    position: inherit;
  }
  .nav > .menu_item {
    width: 100%;
  }
  .section_navigation_middle .nav_default_logo {
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .featured-contact-button .tagline-and-phone-line {
    position: relative;
    max-width: 100%;
    flex-direction: column;
    padding: 2em 1em;
    box-sizing: border-box;
    gap: 2em;
    border: 0;
  }
  article.main_element_container .content_wrapper {
    flex-direction: column;
    padding: 0 1em;
  }
  footer .content_wrapper {
    gap: 1em;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .content_wrapper .footer-credits {
    padding: 10px 1em;
    flex-basis: 100%;
    max-width: 90%;
    margin-top: 15px;
    text-align: center;
  }
  footer div {
    min-height: auto;
    flex: 1 1 auto;
  }
  article.main_element_container {
    margin: 200px auto 0;
  }
  article h1 {
    font-size: 20px
  }
  article h1 strong {
    font-size: 22px
  }
  footer a, footer a:hover, .send-message a, .send-message a:hover {
    min-height: auto
  }
  article.main_element_container .content_wrapper {
    margin-bottom: 1em;
    gap: 0;
  }
  article.main_element_container .content_wrapper:nth-child(2) {
    flex-direction: column-reverse;
    gap: 0;
  }
  article.main_element_container .content_wrapper div img {
    position: inherit;
    top: 0;
  }
  article.main_element_container .content_wrapper div h2 {
    white-space: break-spaces
  }
  .featured-contact-button .tagline-and-phone-line a {
    box-sizing: border-box
  }
  .company_title {
    margin: 0;
    gap: 0px;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    white-space: normal;
    text-align: center;
  }
  .company_title strong {
    padding: 0;
    width: 100%;
  }
  .featured-contact-button h2 strong {
    font-size: 22px;
  }
  .footer-credits strong {
    display: block;
    line-height: 1;
    text-decoration: underline
  }
  footer .content_wrapper address {
    margin: 0 auto;
    background: #ff6101;
  }
}