[data-background-image]:not(.top_container) {
  background: center / cover no-repeat;
}
.main_text2 h3 {
  margin: 1.5em 0;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.main_text2 p {
  margin-bottom: 1.3em;
  font-size: 16px;
  line-height: 1.6em;
}

.services_container {
  padding: 55px 0;
  background: center bottom / cover no-repeat, #000;
}
.liste_services {
  padding: 45px 65px;
  border: 3px solid #e3e3e3;
}
.liste_services h3 {
  margin-bottom: 1em;
  color: #e30b01;
  font-family: "Montserrat",sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
}
.liste_services ul {
  margin-bottom: 45px;

  columns: 3;
}
.liste_services ul li {
  margin-bottom: 2em;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  list-style: url("images/puce.png");
}
.liste_services p {
  text-align: center;
}
.liste_services .contact.btn::after {
  content: "▸";
  margin-left: .3em;
  color: #e30b01;
  font-size: 20px;
}
.liste_services .contact.btn {
  padding: 20px 30px 24px;
  color: #000;
  font-size: 15px;
  background: #fff;
}
.apropos_container {
  padding: 40px 0 54px;
  background: #e3e3e3;
}
.paragraphe_keywords h3 {
  margin-bottom: 1em;
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.paragraphe_keywords p {
  margin-bottom: 1.3em;
  font-size: 16px;
  line-height: 1.6em;
}
.paragraphe_keywords p.phone {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.17em;
}

.infos_container {
  padding: 30px 0;
  background: #fff;
}

.infos_client img {
  margin: 30px 0 30px 14px;
}
p.name {
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
}
p.adr,
p.tel + a.courriel {
  margin-bottom: 1.2em;
  font-size: 15px;
  line-height: 1.2em;
}
p.tel + a.courriel {
  margin-top: 1.2em;
}
p.tel {
  color: #e30b01;
  font-size: 25px;
  line-height: 1.2em;
}
p.tel a {
  text-decoration: none;
} /* Pour safari */

.errorHighlight {
  background: #f9c4c4;
  border: solid 1px #d82424!important;
}

#footer_box {
  width: 100%;
  padding: 10px 0;
  background: #000;
}
#footer_text {
  float: left;
  margin: 0 0 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  ;
}
#footer_text a {
  color: #fff;
}
#footer_img a {
  float: right;
}
#footer_img img {
  margin: 0 12px 0 0;
}

@media (max-width: 1199.98px) {
  #addthis .st-btn {
    display: inline-block !important;
  }
  #addthis .st-btn .st-label {
    display: none;
  }
  #map {
    display: none;
  }
  #footer_box.body-container {
    padding: 10px 0 !important;
  }
}

@media (max-width: 991.98px) {
  #contactForm form {
    max-width: 350px;
    margin: 0 auto;
  }
  .coord {
    padding: 20px 100vw;
    margin: 0 -100vw;
  }
  .liste_services ul {
    columns: 2;
  }
  #footer_text {
    text-align: center;
  }
  #footer_img a {
    float: none;
    display: block;
    width: 160px;
    margin: 10px auto 0;
  }
}

@media (max-width: 575.98px) {
  .liste_services ul {
    columns: 1;
  }
  .liste_services ul  li {
    margin-bottom: .5em;
  }
  .rbq {
    margin: 20px 0;
  }
}
@media (max-width: 450px) {
  .liste_services ul {
    margin-left: 25px;
  }
  .liste_services {
    padding: 35px 45px;
  }
  #form_title {
    font-size: 28px;
  }
  .comp_name {
    font-size: 19px;
  }
}
