body {
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

.header {
  width: 100%;
}

.top-bar {
  background-color: black;
  padding: 10px 40px;
  display flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  font-size: 40px;
  align-items: center;
  display: flex;
  font-weight: 300;
}

.part-title {
  border: #bd5a43 solid 3px;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: 500;
  font-size : 70px;
  max-width: fit-content;
  padding : 10px 0px 30px 0px;
  margin: 30px auto;
}

.collaborator-picture {
  width: 200px;
  height: 200px;
}

.collaborator-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 50px;
  flex-wrap: wrap;
  width: 100%;
}

.collaborator-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 50%;
}

.team-container {
  max-width: 1380px;
  margin: auto;
}

.collaborator-text {
  padding: 20px;
  font-size: 24px;
}

.collaborator-name {
  font-size: 40px;
  font-weight: bold;
}

.actu-container {
  background: linear-gradient(to right,#925275, #dc7861);
  opacity: 0.8;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.actu-item {
  max-width: 400px;
  margin: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px 0px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: black;
}

.actu-item:hover {
  transform: scale(1.05);
}

.actu-item {
  transition: all .2s ease-in-out;
}

.actu-item-legend {
  background-color: white;
  padding: 50px 20px 20px 20px;
  font-size: 32px;
  margin-top: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.short-line {
  width: 100px;
  border-bottom: black solid 2px;
}

.actu-item-picture {
  max-width:100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.footer {
  background-color: black;
  padding: 50px 50px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 20px;
}

.actu-text-container {
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}

.actu-text {
  font-size: 32px;
}

.actu-image {
  margin: auto;
  display: block;
}

.actu-date {
  text-align: right;
  color: #bd5a43;
  font-size: 20px;
  font-weight: bold;
}
