.shadow-1 {
  box-shadow: 2px 2px 2px #0a3a65;
}
.shadow-2 {
  box-shadow: 4px 4px 16px #434d56;
}
.shadow-3 {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.shadow-4 {
  box-shadow: 0 24px 28px -12px black;
}
.shadow-5 {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.shadow-6 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 2px, rgba(0, 0, 0, 0.3) 10px 10px 3px 2px;
}
.text-shadow-1 {
  text-shadow: 2px 2px 2px #484848bf;
}
body {
  display: flex;
  flex-direction: column;
}
.ehl-content-body-section {
  margin: 50px auto;
  max-width: 900px;
}
.ehl-content-header-section {
  margin: 50px 7%;
}
.ehl-content-section-title {
  font-family: "FoeDidotModern";
  font-size: 3em;
  margin-bottom: 50px;
}
.ehl-content-title,
.ehl-content-team-name {
  font-family: "FoeDidotModern";
  font-weight: bold;
  font-size: 1.2em;
  margin: 50px 0 10px 0;
}
.ehl-history-tree img {
  width: 100%;
}
.ehl-content-text {
  font-family: "Portonovo";
  margin: 0 0 20px 0;
}
.ehl-content-picture-container,
.ehl-content-picture-container-alt {
  display: flex;
  gap: 20px;
  align-items: end;
  margin: 50px 0;
}
.ehl-content-picture-container {
  flex-direction: row;
}
.ehl-content-picture-container-alt {
  flex-direction: row-reverse;
}
.ehl-team-picture-container-left,
.ehl-team-picture-container-right {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: end;
  margin: 10px auto;
  width: 80%;
}
.ehl-team-picture-container-left {
  flex-direction: row;
  padding-bottom: 100px;
}
.ehl-team-picture-container-right {
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
.ehl-content-quote-name {
  font-size: 0.8em;
}
.ehl-content-team-picture img {
  width: 400px;
}
.ehl-team-section {
  margin: 0 100px;
}
.ehl-content-picture {
  width: 45%;
}
.ehl-content-picture img {
  width: 100%;
}
.ehl-content-picture-caption {
  font-size: 0.9em;
  line-height: 1.4em;
}
.picture-description-left {
  margin-left: 250px;
}
.ehl-content-picture-full-width,
.ehl-contact-hero-full-width,
.ehl-team-hero-full-width,
.ehl-impression-hero-full-width,
.ehl-news-hero-full-width,
.ehl-coeur-hero-full-width {
  width: 100vw;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}
.ehl-content-picture-full-with {
  background-image: url("../resources/images/team-placeholder.jpg");
  background-position: center center;
}
.ehl-contact-hero-full-width {
  background-image: url("../resources/images/hero_img_contact.jpg");
  background-position: top center;
}
.ehl-team-hero-full-width {
  background-image: url("../resources/images/hero_img_team.jpg");
  background-position: center center;
}
.ehl-impression-hero-full-width {
  background-image: url("../resources/images/hero_img_impression.jpg");
  background-position: center center;
}
.ehl-news-hero-full-width {
  background-image: url("../resources/images/hero-team-2.jpg");
  background-position: center center;
}
.ehl-coeur-hero-full-width {
  background-image: url("../resources/images/fete_national.jpg");
  background-position: center center;
}
.ehl-contact-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.google-maps-container {
  filter: grayscale(90%);
  margin: 50px 0;
}
.link-color {
  color: #26CC7D;
  font-weight: bold;
}
.link-color:hover {
  color: #004C3B;
}
.link {
  border-bottom: 1px solid #333333;
}
.ehl-blog-info-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}
.ehl-blog-quote-section {
  margin: 50px 50px 50px 25%;
  width: 42%;
}
.divider-30px {
  height: 30px;
  width: 100%;
}
.divider-50px {
  height: 50px;
  width: 100%;
}
.no-margin {
  margin: 0;
}
.info-col-1 {
  font-family: "Inter";
  font-size: 0.7em;
  line-height: 1.4;
  width: 25%;
}
.info-col-2 {
  width: 60%;
}
.info-col-3 {
  width: 20%;
}
.ehl-para {
  margin-bottom: 20px;
}
.ehl-section-left {
  width: 68%;
}
.ehl-section-right {
  width: 32%;
}
.ehl-ol {
  margin: 0 0 15px 15px;
}
.ehl-ol li {
  margin: 5px;
}
.ehl-download-pdf {
  width: 70%;
  margin: 30px 0 30px 100px;
}
.ehl-download-pdf img {
  width: 100%;
}
.ehl-content-picture {
  marign: 30px 0;
}
@media only screen and (max-width: 1200px) {
  .index-fav-block {
    width: 50%;
  }
  .ehl-content-section-title {
    font-family: "FoeDidotModern";
  }
}
@media only screen and (max-width: 1050px) {
  .index-figure-block {
    width: 50%;
  }
  .index-category-container {
    width: 50%;
  }
  .ehl-content-section-title {
    font-family: "FoeDidotModern";
  }
  .ehl-content-section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .ehl-blog-info-section,
  .ehl-contact-section {
    flex-direction: column;
  }
  .ehl-section-left,
  .ehl-section-right {
    width: 100%;
  }
  .info-col-1,
  .info-col-2,
  .info-col-3 {
    width: 100%;
  }
  .ehl-blog-quote-section {
    margin-top: 25px;
    width: 100%;
  }
  .ehl-content-body-section {
    max-width: 100%;
    margin-top: 30px;
  }
  .ehl-content-title,
  .ehl-content-team-name {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .ehl-blog-quote-section {
    margin: 50px 0px;
    width: 100%;
  }
  .ehl-news-hero-full-width,
  .ehl-impression-hero-full-width,
  .ehl-team-hero-full-width,
  .ehl-contact-hero-full-width {
    height: 30vh;
  }
  .ehl-ol {
    margin: 0;
  }
  .ehl-download-pdf {
    margin: 0;
    width: 100%;
  }
  .ehl-content-picture-container,
  .ehl-content-picture-container-alt,
  .ehl-team-picture-container-left,
  .ehl-team-picture-container-right {
    flex-direction: column;
    align-items: start;
  }
  .ehl-team-picture-container-left,
  .ehl-team-picture-container-right {
    gap: 0;
    margin: 0;
    width: 100%;
  }
  .ehl-content-picture {
    width: 100%;
  }
  .ehl-content-team-picture img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.4em;
  }
  .ehl-ol {
    margin: 0 0 0 15px;
  }
  #index-search-label {
    font-size: 1.2em;
  }
  #index-search-text {
    font-size: 1em;
  }
  .index-fav-block {
    width: 100%;
  }
  .index-figure-block {
    width: 100%;
  }
  .index-fav-block {
    padding: 20px 0;
  }
  .index-category-container {
    width: 100%;
  }
  #index-intro-section,
  .index-lead-section,
  .index-highlight-section,
  #index-recent-section {
    width: 90%;
  }
  .index-highlight-favorite-container,
  .index-highlight-events-container {
    width: 100%;
  }
  .index-highlight-events-container {
    margin-bottom: 20px;
  }
  .index-highlight-events-heading,
  .index-highlight-favorite-heading,
  .index-lead-title {
    font-size: 2.5em;
  }
  .logo {
    width: 100%;
  }
  .s-item-list-item-picture-container img {
    top: -210px;
    right: 0;
    width: 25%;
  }
  .index-lead-text,
  .index-lead-button {
    width: 90%;
    margin: 0;
  }
  .index-lead-button {
    width: 33%;
    margin-top: 10px;
  }
  .index-lead-title,
  .index-recent-title {
    margin: 0;
    padding: 0;
  }
  .ehl-content-section-title {
    font-family: "FoeDidotModern";
  }
}
