body {
  color: #333;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.texte-courant {
  text-align: left;
  font-size: 16px;
}

.texte-courant._3-col {
  column-count: 3;
  column-rule: 2px none #e6ddd0;
  column-gap: 20px;
}

.main-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1100px;
}

.titre-h2 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.titre-h2.a-propos {
  margin-top: 10px;
  margin-bottom: 30px;
}

.main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
}

.rubriques {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.espace-vide-60px {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.eho-equipe-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer {
  background-color: #e6e6e6;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar {
  background-color: #e6e6e6;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .texte-courant._3-col {
    column-count: 2;
  }

  .a-propos-equipe-member {
    margin-bottom: 30px;
  }

  .rubriques {
    font-size: 2.75rem;
  }

  .espace-vide-60px {
    padding-bottom: 50px;
  }

  .eho-equipe-team {
    display: block;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .texte-courant._3-col {
    column-count: 1;
  }

  .rubriques {
    font-size: 2.25rem;
  }

  .espace-vide-60px {
    padding-top: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .espace-vide-60px {
    padding-bottom: 30px;
  }

  .container-2 {
    max-width: none;
  }
}

#w-node-_756dbbfa-3dfc-a1f7-dcc4-80936d425b99-a509703e, #w-node-_756dbbfa-3dfc-a1f7-dcc4-80936d425ba2-a509703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


