.section-decoratif {
  background-color: var(--gris);
  padding-top: 30px;
  margin-bottom: 38px;
}
.section-decoratif .container .col-1 img {
  max-width: 186px;
}
.section-decoratif .container .col-2 {
  margin-top: 30px;
}
.section-decoratif .container .col-2 img {
  max-width: 350px;
  margin: auto;
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .section-decoratif .container {
    width: 82%;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-decoratif .container .col-2 {
    width: 55%;
  }
  .section-decoratif .container .col-2 img {
    max-width: unset;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .section-decoratif .container {
    align-items: center;
    justify-content: space-between;
  }
  .section-decoratif .container .col-1 img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1500px) and (orientation: landscape) {
  .section-decoratif {
    margin-bottom: 224px;
  }
  .section-decoratif .container .col-2 img {
    margin-bottom: -216px;
  }
}
