.sandraPic {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  color: #333232;
  margin-top: 32px; }
  @media only screen and (max-width: 800px) {
    .sandraPic {
      flex-wrap: wrap-reverse;
      margin-top: -32px; } }
  .sandraPic .imageSandra {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 901px; }
    .sandraPic .imageSandra img {
      height: 538px;
      width: 403px; }
  .sandraPic .textBlock {
    max-width: 900px;
    padding: 128px 60px 0px 60px; }
    .sandraPic .textBlock .founder {
      font-size: 18px; }
    .sandraPic .textBlock .Name {
      font-size: 30px;
      margin-top: -10px; }
    .sandraPic .textBlock .subName {
      margin-top: -25px; }

.gdlr-core-flipbox-content .line {
  width: 25%;
  height: 1px;
  margin: auto; }
  .gdlr-core-flipbox-content .line.orange {
    background-color: #CE912E; }

.gdlr-core-flipbox-back .line {
  width: 25%;
  height: 1px; }
  .gdlr-core-flipbox-back .line.top {
    position: absolute;
    top: 50px;
    left: 50px; }
  .gdlr-core-flipbox-back .line.orange {
    background-color: #CE912E; }

.network {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../images/propos/RESEAU.jpg");
  background-size: cover;
  background-position: center;
  height: 656px; }
  @media only screen and (max-width: 700px) {
    .network {
      background-image: url("../images/_FOND.jpg") !important; } }
  .network .networkBlock {
    width: 50%;
    padding: 32px 32px; }
    @media only screen and (max-width: 700px) {
      .network .networkBlock {
        width: 100%; } }
    .network .networkBlock .pre-title {
      font-size: 18px; }
    .network .networkBlock .title {
      margin-top: -25px !important;
      margin-bottom: 32px;
      font-size: 30px; }
    .network .networkBlock p {
      font-size: 16px;
      color: white; }

/*# sourceMappingURL=propos.css.map */
