/*
 * La plateforme
 */
h2 {
  text-transform: none;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
}
#plateforme {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  #plateforme {
    margin-bottom: 50px;
  }
}
#plateforme > div {
  flex: 0 0 50%;
}
#plateforme > div:last-child {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  #plateforme > div {
    flex: 0 0 100%;
  }
  #plateforme > div:first-child {
    text-align: center;
  }
  #plateforme > div:last-child {
    padding-top: 30px;
  }
}
#plateforme ._image_1 {
  width: 560px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  #plateforme ._image_1 {
    margin-bottom: 0;
  }
}
#plateforme ._image_2 {
  width: 538px;
  margin-left: 208px;
}
@media only screen and (max-width: 1680px) {
  #plateforme ._image_2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  #plateforme ._image_2 {
    display: none;
  }
}
#plateforme ._section {
  margin-bottom: 100px;
  width: 600px;
}
@media only screen and (max-width: 1680px) {
  #plateforme ._section {
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #plateforme ._section {
    margin-bottom: 30px;
  }
}
#plateforme ._section ._texte {
  margin-left: 120px;
  margin-top: 30px;
}
@media only screen and (max-width: 1092px) {
  #plateforme ._section ._texte {
    margin-left: 0;
  }
}
#plateforme ._section:first-child ._texte {
  margin-top: -5px;
}
@media only screen and (max-width: 1092px) {
  #plateforme ._section:first-child ._texte {
    margin-top: 30px;
  }
}
#plateforme ._section:last-child {
  margin-bottom: 0;
}
#plateforme_contact ._btn {
  width: 458px;
  margin: auto;
}
@media only screen and (max-width: 458px) {
  #plateforme_contact ._btn {
    width: 98%;
  }
}
/*# sourceMappingURL=la_plateforme.css.map */