/* [project]/app/photographer/[slug]/PhotographerPage.module.css [app-client] (css) */
.PhotographerPage-module__nrk9-a__photographerHeader {
  height: 315px;
  font-family: var(--font-dm-sans);
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 25px 50px;
  display: flex;
}

.PhotographerPage-module__nrk9-a__photographerHeader > div {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.PhotographerPage-module__nrk9-a__photographerPresentation {
  gap: 20px;
  height: 100%;
  align-items: flex-start !important;
}

.PhotographerPage-module__nrk9-a__photographerName {
  color: #d3573c;
  margin: 0;
  font-size: 64px;
  font-weight: normal;
}

.PhotographerPage-module__nrk9-a__photographerLocation {
  color: #901c1c;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}

.PhotographerPage-module__nrk9-a__photographerTagline {
  color: #525252;
  margin: 0;
  font-size: 24px;
}

.PhotographerPage-module__nrk9-a__contactButton {
  color: #fff;
  width: 200px;
  font-size: 24px;
  font-family: var(--font-dm-sans);
  cursor: pointer;
  background-color: #901c1c;
  border: none;
  border-radius: 5px;
  padding: 20px 10px;
}

.PhotographerPage-module__nrk9-a__contactButtonWrapper {
  align-items: center !important;
}

.PhotographerPage-module__nrk9-a__photographerPortrait {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.PhotographerPage-module__nrk9-a__portraitWrapper {
  align-items: flex-end !important;
}

.PhotographerPage-module__nrk9-a__tags {
  font-size: 20px;
  font-family: var(--font-dm-sans);
  font-weight: 700;
}

.PhotographerPage-module__nrk9-a__tagsSelect {
  cursor: pointer;
  color: #fff;
  background-color: #901c1c;
  border: none;
  margin-left: 15px;
  padding: 10px;
  font-size: 18px;
}

.PhotographerPage-module__nrk9-a__tagsSelect option {
  background-color: #901c1c;
  position: absolute;
}

.PhotographerPage-module__nrk9-a__mediasGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 100px;
  margin-top: 60px;
  display: grid;
}

.PhotographerPage-module__nrk9-a__mediaPicture {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 500px;
}

.PhotographerPage-module__nrk9-a__mediaContent {
  color: #901c1c;
  width: 100%;
  height: 50px;
  font-family: var(--font-dm-sans);
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.PhotographerPage-module__nrk9-a__mediaContent p {
  margin: 0;
  padding: 0;
}

.PhotographerPage-module__nrk9-a__mediaLikes {
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.PhotographerPage-module__nrk9-a__liked {
  color: #901c1c;
}

.PhotographerPage-module__nrk9-a__heartIcon {
  width: 22.5px;
  height: 22.5px;
}

.PhotographerPage-module__nrk9-a__sideInfos {
  color: #000;
  width: 330px;
  height: 80px;
  font-family: var(--font-dm-sans);
  background-color: #db8876;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  position: fixed;
  bottom: -5px;
  right: 50px;
}

/*# sourceMappingURL=app_photographer_%5Bslug%5D_PhotographerPage_module_1f1236b5.css.map*/