@charset "UTF-8";
/* CSS Document */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Excon', sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
  background: #2c3343;
}
a:not(.btn) {
  transition: .3s ease;
}
a, a:hover {
  color: #2958a5;
  text-decoration: none
}
.logo {
  width: auto;
}
.logo img {
  width: auto;
  max-height: 50px;
}
.main-title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: normal;
  white-space: break-spaces;
  background: #ffb203;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 0px;
  color: #2c3343;
  padding: 0 0 0 5px;
  justify-content: space-between;
}
.main-title strong {
  background: #ff6101;
  color: white;
  padding: 0 5px;
}
.site-navigation {
  background-color: #2c3343;
  color: #fff;
  border-radius: 0;
  position: fixed;
  border: none;
  padding: 10px 0 0;
  transition: none;
  -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .42), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 4px 5px -2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .42), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 4px 5px -2px rgba(0, 0, 0, .1);
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  border-bottom: solid 1px #303056;
  top: 0;
}
.site-navigation > .global_content {
  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;
}
.global_content {
  max-width: 1000px;
  width: 100%;
  color: white;
}
article h1 {
  max-width: max-content;
  margin: 1em auto;
  font-size: 36px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  color: #ffb202;
  display: flex;
  flex-direction: column;
}
article h1 strong {
  color: #FFFFFF;
  border-bottom: solid;
  max-width: max-content;
  margin: 0 auto;
  font-size: 26px;
}
.site-navigation .header_logo {
  display: flex;
  align-items: flex-start;
}
.site-navigation .main_banner .nav-brand {
  padding: 0;
  position: relative;
  color: inherit;
  height: auto;
}
.site-navigation .nav-brand {
  line-height: 30px;
  font-size: 18px;
}
.site-navigation .nav-brand .logo-entreprise {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-brand {
  float: left;
}
.highlight_txt {
  display: block;
  line-height: normal;
}
.site-navigation .main_nav_info > .menu_component a:after {
  content: "";
  position: absolute;
  background-color: #ffb203;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.site-navigation .main_nav_info > .menu_component a:hover:after {
  height: 1px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.site-navigation .main_nav_info > .menu_component a {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  color: inherit;
  height: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  justify-content: center;
}
.site-navigation .main_nav_info > .menu_component > a {
  text-transform: uppercase;
}
.site-navigation .main_nav_info > .menu_component > a {
  font-weight: 600;
}
.site-navigation-default .main_nav_info > .menu_component > a {
  color: #777;
}
.nav > .menu_component > a:hover, .nav > .menu_component > a:focus {
  text-decoration: none;
}
.site-navigation .main_nav_info > .menu_component a:focus, .site-navigation .main_nav_info > .menu_component a:hover {
  color: inherit;
}
.main_nav_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  width: 100%;
}
.site-navigation-collapse {
  margin: auto;
}
.site-navigation .site-navigation-collapse {
  border: none;
}
#primary_nav ul.nav > .menu_component {
  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_component {
  position: relative;
  display: flex;
  flex-basis: 100%;
  max-width: max-content;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 100%;
}
.nav {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.call_to_action_link a {
  border-radius: 100px;
  display: flex;
  height: 20px;
  overflow: hidden;
  position: absolute;
  color: white;
  background: #ff6100;
  font-weight: 800;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  padding: 15px;
  top: 20px;
  right: 0;
}
.call_to_action_link a:after {
  display: none
}
article .container_txt a, article.container_txt a:hover {
  color: #2c3343;
  background: #ffb203;
  border-radius: 0;
  padding: 0.5em 1em;
  font-weight: 800;
  text-decoration: none;
  display: block;
  max-width: max-content;
  font-size: 18px;
}
footer a, footer a:hover, .btn-contact a, .btn-contact a:hover {
  color: #fff;
  background: #fc6100;
  border-radius: 0;
  font-weight: 800;
  text-decoration: none;
  max-width: 100%;
  min-height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
}
footer {
  background: #323437;
  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 .container_txt {
  display: flex;
  width: 100%;
  max-width: 1000px;
  gap: 0;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  justify-content: center;
}
footer .container_txt .footer-author {
  width: 100%;
  max-width: 50%;
  border: solid 1px #484b50;
  padding: 10px 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .container_txt address {
  font-style: normal;
  font-size: 15px;
  width: 100%;
  max-width: max-content;
}
footer .container_txt .btn-contact {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: 0;
}
.main_banner .call_to_action_link {
  display: none
}
iframe {
  height: auto;
  display: block;
  box-sizing: border-box;
  min-height: 600px;
  width: 100%;
}
article.global_content {
  margin: 150px auto 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  height: auto;
  flex-direction: column;
}
article.global_content .container_txt {
  display: flex;
  gap: 4em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 3em;
  height: auto;
}
article.global_content .container_txt div {
  width: 100%;
}
article.global_content .container_txt div h2 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  white-space: break-spaces;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border-bottom: solid 10px #ffb202;
}
article.global_content .container_txt div img {
  position: sticky;
  top: 175px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
}
article.global_content .container_txt div p {
  margin: 0 0 2em;
}
.highlight-btn-contact {
  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;
}
.highlight-btn-contact .content_img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: max-content;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.highlight-btn-contact img {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: max-content;
}
.highlight-btn-contact h2 {
  color: #ffb202;
  line-height: 1;
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 10px;
}
.highlight-btn-contact h2 span {
  background: #ff6100;
  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;
}
.highlight-btn-contact h2 strong {
  font-size: 25px;
  font-weight: 800;
}
.highlight-btn-contact p {
  flex-basis: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.highlight-btn-contact .content_infos {
  position: absolute;
  max-width: 1000px;
  background: #2c3343EE;
  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 #2c3343;
  border: solid 1px #FFFFFF33;
}
.highlight-btn-contact .content_infos a {
  flex-basis: 25%;
  border-radius: 100px;
  display: flex;
  height: 36px;
  overflow: hidden !important;
  position: relative;
  color: white;
  background: #ff6100;
  font-weight: 800;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 15px;
  font-size: 24px;
}
.zone_intervention {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  align-items: center;
}
.zone_intervention h2 {
  background: #ffb202;
  color: #323437;
  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;
}
.coordonnees_contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  margin: 0;
  background: #ffffff11;
  padding: 10px;
}
.coordonnees_contact p {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .global_content > .main_banner {
    margin-right: 0;
    margin-left: 0;
  }
  .main_banner {
    float: left;
  }
  .site-navigation .header_logo {
    min-width: 250px;
  }
  .site-navigation > .global_content .nav-brand {
    margin-left: 0;
  }
}
@media (max-width:768px) {
  .main_banner .call_to_action_link {
    display: block
  }
  .logo img {
    max-height: 40px;
  }
  .site-navigation {
    padding: 5px 1em;
  }
  .site-navigation > .global_content {
    align-items: flex-start;
    flex-direction: column;
  }
  .main_nav_info {
    column-gap: 10px;
    justify-content: flex-start;
    row-gap: 0;
    margin: 0;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .site-navigation .main_nav_info > .menu_component > 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;
  }
  .site-navigation .main_nav_info > .menu_component > a:after {
    display: none
  }
  .site-navigation .main_banner .nav-brand {
    width: 100%
  }
  .main_banner {
    width: 100%;
    display: block;
  }
  .main_nav_info .call_to_action_link {
    display: none
  }
  .call_to_action_link a {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 5px;
    margin-top: 10px;
    position: inherit;
  }
  .nav > .menu_component {
    width: 100%;
  }
  .site-navigation .header_logo {
    align-items: center;
    flex-direction: column;
    margin-bottom: 1em;
  }
  .highlight-btn-contact .content_infos {
    position: relative;
    max-width: 100%;
    flex-direction: column;
    padding: 2em 1em;
    box-sizing: border-box;
    gap: 2em;
    border: 0;
  }
  article.global_content .container_txt {
    flex-direction: column;
    padding: 0 1em;
  }
  footer .container_txt {
    gap: 1em;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container_txt .footer-author {
    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.global_content {
    margin: 200px auto 0;
  }
  article h1 {
    font-size: 20px
  }
  article h1 strong {
    font-size: 22px
  }
  footer a, footer a:hover, .btn-contact a, .btn-contact a:hover {
    min-height: auto
  }
  article.global_content .container_txt {
    margin-bottom: 1em;
    gap: 0;
  }
  article.global_content .container_txt:nth-child(2) {
    flex-direction: column-reverse;
    gap: 0;
  }
  article.global_content .container_txt div img {
    position: inherit;
    top: 0;
  }
  article.global_content .container_txt div h2 {
    white-space: break-spaces
  }
  .highlight-btn-contact .content_infos a {
    box-sizing: border-box
  }
  .main-title {
    margin: 0;
    gap: 0px;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    white-space: normal;
    text-align: center;
  }
  .main-title strong {
    padding: 0;
    width: 100%;
  }
  .highlight-btn-contact h2 strong {
    font-size: 22px;
  }
  .footer-author strong {
    display: block;
    line-height: 1;
    text-decoration: underline
  }
  footer .container_txt address {
    margin: 0 auto;
    background: #ff6101;
  }
}