@charset "UTF-8";
body .diapos {
  margin-top: 137px;
  /*min-height: 100vh;
  min-width: 100vw;
  display: flex;
  flex-direction: row;

  align-items: stretch;
  justify-items: stretch;*/
}
@media (min-width: 768px) {
  body .diapos {
    margin-top: 0;
  }
}
body .diapos .owl-stage {
  display: flex;
  align-items: stretch;
  justify-items: stretch;
}
body .diapos .owl-item {
  flex-grow: 1;
  height: 100%;
}
body .diapos .diapo {
  min-width: 100vw;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-items: stretch;
}
@media (min-width: 768px) {
  body .diapos .diapo {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  body .diapos .diapo {
    flex-direction: row;
  }
}
body .diapos .diapo .illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  body .diapos .diapo .illustration {
    width: 50%;
  }
}
body .diapos .diapo .illustration img {
  max-width: 80%;
  margin: 30px 0;
}
@media (min-width: 768px) {
  body .diapos .diapo .illustration img {
    margin: 0 0;
  }
}
body .diapos .diapo .texte {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #19879F;
  width: 100%;
}
body .diapos .diapo .texte.vert {
  background-color: rgba(34, 99, 125, 0.15);
}
body .diapos .diapo .texte.bleu.clair {
  background-color: #ECF1F7;
}
body .diapos .diapo .texte.bleu.foncé {
  background-color: #CFDAE6;
}
@media (min-width: 768px) {
  body .diapos .diapo .texte {
    width: 50%;
  }
}
body .diapos .diapo .texte .contenu {
  max-width: 450px;
  margin: 50px;
}
body .diapos .diapo .texte .contenu .logo {
  max-width: 100%;
}
body .diapos .diapo .texte .contenu .paragraphe {
  margin-left: 10%;
}
body .diapos .diapo .texte .contenu .paragraphe h2 {
  color: white;
  font-size: 59px;
  font-weight: normal;
  margin: 10px 0 0 0;
}
body .diapos .diapo .texte .contenu .paragraphe .fleche {
  display: block;
  text-align: center;
  margin: auto;
}
body .diapos .diapo .texte .contenu .paragraphe .fleche img {
  width: auto;
  display: inline-block;
  max-width: 25px;
}
body main {
  margin-top: 0 !important;
}

/*# sourceMappingURL=front-page.css.map */
