﻿a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto #CD151D;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* ejhl navbar */

.navbar-ejhl {
  background-color: #231F20
}

/* Fonts */
@font-face {
  font-family: Gotham Bold;
  src: url('../fonts/Gotham Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: Gotham Book Regular;
  src: url('../fonts/Gotham Book Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: GothamHTF-Book;
  src: url('../fonts/GothamHTF-Book.ttf') format('truetype');
  font-display: swap;
}

/* ejhl */

.ejhl-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ejhl-section {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ejhl-section-extraPadding {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ejhl-text-red {
  color: #EE1D23;
}

.ejhl-h1 {
  font-family: Gotham Bold;
}

/* Téléphone */
.ejhl-tel {
  color: white;
}

/* Accueil */
.ejhl-accueil {
  background-color: #312F30;
  border-bottom: 1px solid #CD151D;
  background-image: url('../images/gray_background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  color: white;
  text-align: center !important;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.ejhl-accueil-img {
  width: 80%;
  max-height: 5em;
}

.ejhl-urgence {
  border-bottom: 1px solid #CD151D;
  background-color: #EE1D23;
  background-image: url('../images/red_background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center !important;
  text-transform: uppercase;
  color: white;
  text-align: center !important;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.ejhl-urgence-img {
  width: 80%;
  max-height: 3.5em;
  margin-bottom: 40px;
}

.ejhl-urgence-ServiceUrgence {
  font-family: Gotham Bold;
  font-size: 2em;
}

.ejhl-services {
  background-color: #FFF;
}

.ejhl-services-h1 {
  margin-bottom: 20px;
}

.ejhl-services-row {
  padding-top: 20px;
}

.ejhl-services-col {
  padding-right: 0;
  padding-left: 0;
}

.ejhl-services-subsection {
  border: #dddddd solid 1px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px;
  font-family: GothamHTF-Book;
}

.ejhl-services-subsection-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 8em;
}

.ejhl-services-subsection-fourmis {
  background-image: url('../images/services-fourmis.jpg');
}

.ejhl-services-subsection-tique {
  background-image: url('../images/services-tique.jpg');
}

.ejhl-services-subsection-mouffette {
  background-image: url('../images/services-mouffette.jpg');
}

.ejhl-services-subsection-souris {
  background-image: url('../images/services-souris.jpg');
}

.ejhl-services-subsection-araignée {
  background-image: url('../images/services-araignée.jpg');
}

.ejhl-services-h2 {
  font-family: GothamHTF-Book;
  font-size: 2em;
}

.ejhl-services-p {
  font-family: Gotham Book Regular;
}

.ejhl-certifications {
  border-top: 1px solid #CD151D;
  background-color: #EE1D23;
  background-image: url('../images/red_background.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.ejhl-certifications-ul {
  text-align: left !important;
  padding-top: 20px;
  padding-inline-start: 20px;
  font-size: 1.25em;
}

.ejhl-services-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-block-start: 0em;
  padding-inline-start: 20px;
}

.ejhl-region {
  background-color: #f6f6f6;
}

.ejhl-region-row {
  margin-right: 0px;
  margin-left: 0px;
}

.ejhl-contact {
  background-color: #FFF;
}

.ejhl-contact-row {
  padding-top: 20px;
}

.ejhl-contact-subsection {
  border: #dddddd solid 1px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 70px;
  margin: 20px;
}

.ejhl-contact-h2 {
  font-size: 1.75rem;
}

.ejhl-contact-subsection-phone {
  background-image: url('../images/contact-phone-square.svg');
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.ejhl-contact-subsection-email {
  background-image: url('../images/contact-envelope-square.svg');
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.ejhl-contact-subsection-facebook {
  background-image: url('../images/contact-facebook-square.svg');
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
  background-size: 40px;
}

.ejhl-footer {
  border-top: #231F20 solid 1px;
  background-color: #312F30;
  color: #ccc;
  text-align: center;
}

@media (max-width: 480px) {
  .ejhl-urgence-ServiceUrgence {
    font-size: 1.75em;
  }

  .ejhl-services-h2 {
    font-size: 1.75em;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 2rem;
  }

  .ejhl-urgence-ServiceUrgence {
    font-size: 1.5em;
  }

  .ejhl-services-h2 {
    font-size: 1.5em;
  }

  .ejhl-services-ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .footer {
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  h1 {
    font-size: 1.8rem;
  }

  .ejhl-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ejhl-urgence-ServiceUrgence {
    font-size: 1.25em;
  }

  .ejhl-services-h2 {
    font-size: 1.25em;
  }

  .footer {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .ejhl-region-map {
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
    background-image: url('../images/region-mapweb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f6f6f6;
    min-height: 300px;
  }

  .ejhl-region {
    border-bottom: #dddddd solid 1px;
  }

  .ejhl-footer {
    line-height: 40px;
  }

  .footer-left {
    text-align: center;
  }

  .footer-right {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .ejhl-region-map {
    border-right: #dddddd solid 1px;
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
    background-image: url('../images/region-mapweb.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #f6f6f6;
    min-height: 300px;
  }

  .ejhl-region {
    border-left: #dddddd solid 1px;
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
  }

  .ejhl-footer {
    line-height: 60px;
    word-wrap: normal;
  }

  .footer-left {
    text-align: start;
  }

  .footer-right {
    text-align: end;
    text-wrap: normal;
  }
}

.ejhl-services-subsection-station1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40em;
  background-image: url('../images/station1.jpg');
}

.ejhl-services-subsection-station2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 40em;
  background-image: url('../images/station2.jpg');
}

