@import url('./global.css');

.header .section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 120px;
  background: url(../cover.jpg) no-repeat center/cover;
}

.texte-avec-ligne-verticale {
  height: 30px;
}

.contact-button {
  height: fit-content;
  font-size: 12px;
  padding: 4px 12px;
  margin-top: 8px;
}

.section-grise1 {
  position: relative;
}

h1.portfolio {
  text-align: center;
  font-size: 46px;
  margin-bottom: 0;
}

h2.portfolio {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 0;
}

.portfolio-back {
  position: absolute;
  color: var(--color1);
}

.portfolio-back:hover {
  font-weight: bold;
}

.box-img-portfolio {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

img.portfolio {
  width: 70%;
  max-width: 550px;
}
