@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);
}
.histoire {
  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;
}
.histoire .textZone {
  width: 80%;
  margin: auto;
}
.histoire .photoPrincipale {
  width: 100%;
}
.histoire .elementsHistoire {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.histoire .elementsHistoire .line {
  margin-top: 60px;
  display: flex;
  width: 100%;
  font-size: 15pt;
}
.histoire .elementsHistoire .line .imgLine {
  display: block;
  height: auto;
}
.histoire .elementsHistoire .line .imgLine img {
  width: 100%;
}
.histoire .elementsHistoire .line .imgLine .desc {
  font-family: calibri;
  color: white;
  font-size: medium;
}
.histoire .elementsHistoire .line .textLine {
  display: block;
  color: white;
  text-align: justify;
}
.histoire .elementsHistoire .line .textLine p {
  width: 90%;
}
.histoire .elementsHistoire .img-first .textLine p {
  margin-left: 10%;
}
.histoire .elementsHistoire .img-last .textLine p {
  margin-left: 0;
}

@media screen and (min-width: 801px) {
  .img-first {
    flex-direction: row-reverse;
  }
  .img-last {
    flex-direction: row;
  }
  .textLine {
    width: 60%;
  }
  .imgLine {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .img-first {
    flex-direction: column-reverse;
    justify-content: space-around;
  }
  .img-last {
    flex-direction: column;
    justify-content: space-around;
  }
  .textLine {
    width: 100%;
  }
  .imgLine {
    width: 70%;
    margin: auto;
    margin-top: 10px;
  }
  .title {
    font-size: 20pt;
  }
  .second-title {
    font-size: 20pt;
  }
}/*# sourceMappingURL=styleHistoire.css.map */