@import url('./global.css');

.section {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}

div.section-grise1 {
  background: url(../triangle2white.svg) no-repeat center bottom -1px/100%;
  background-color: var(--color2);
  padding-bottom: 100px;
}

div.section-grise1 p {
  margin: auto;
  font-size: 22px;
  color: #656565;
  text-align: center;
  max-width: 500px;
}

div#section-grise2 {
  background: url(../triangle1white.svg) no-repeat center top/100%;
  background-color: var(--color2);
  padding-top: 80px;
}

.col40 {
  width: 40%;
  max-height: 220px;
  object-fit: contain;

  height: auto;
}

.col55 {
  width: 55%;
}

.flex-en-savoir-plus {
  display: flex;
  justify-content: space-around;
}

a.link-en-savoir-plus {
  display: inline-block;
  margin-top: 8px;
  padding-left: 10px;
}

.barre-verticale {
  height: 50px;
  width: 4px;
  background-color: var(--color1);
  margin-right: 8px;
}

.table-flex {
  display: flex;
  justify-content: space-between;
}

.col-portfolio {
  width: 48%;
}
