@font-face {
  font-family: candara;
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: candaraBold;
  src: url(../fonts/Candara_Bold.ttf);
}
@font-face {
  font-family: calibri;
  src: url(../fonts/Calibri.ttf);
}
.presentation {
  display: block;
  width: 100%;
  background-color: #172869;
  clip-path: polygon(0 0, 100% min(10cqw, 150px), 100% 100%, 0 calc(100% - min(10cqw, 150px)));
  display: block;
  padding-top: calc(min(10cqw, 150px) + 20px);
  padding-bottom: 150px;
}
.presentation .textZone {
  width: 80%;
  margin: auto;
  font-size: large;
}
.presentation .logoOval {
  display: block;
  width: 30%;
  min-width: 300px;
  margin: 50px auto;
}
.presentation h4 {
  margin-top: 40px;
}
.presentation .displayMembres {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
.presentation .membre {
  display: block;
  width: 250px;
  height: 450px;
  overflow: visible;
  position: relative;
}
.presentation .membre .fondMembre {
  position: absolute;
  display: block;
  width: 100%;
  height: 350px;
  background-color: white;
  clip-path: polygon(0 0, 25% 10%, 25% 100%, 0 90%);
}
.presentation .membre .contentMembre {
  position: absolute;
  z-index: 50;
  width: 250px;
}
.presentation .membre .contentMembre .photoMembre {
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 10px;
  width: 200px;
}
.presentation .membre .contentMembre .posteMembre, .presentation .membre .contentMembre .nomMembre {
  text-align: right;
}
.presentation .membre .contentMembre .posteMembre {
  font-size: large;
}
.presentation .membre .contentMembre .nomMembre {
  font-size: 25px;
  margin-top: 20px;
}
.presentation .membre .contentMembre .nomMembre .nom {
  font-weight: bold;
}/*# sourceMappingURL=styleAssociation.css.map */