@font-face {
  font-family: 'Blur';
  src: url('./fonts/BlurMedium.eot');
  src: url('./fonts/BlurMedium.eot?#iefix') format('embedded-opentype'), url('./fonts/BlurMedium.woff2') format('woff2'), url('./fonts/BlurMedium.woff') format('woff'), url('./fonts/BlurMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blur-Bold';
  src: url('./fonts/BlurBold.eot');
  src: url('./fonts/BlurBold.eot?#iefix') format('embedded-opentype'), url('./fonts/BlurBold.woff2') format('woff2'), url('./fonts/BlurBold.woff') format('woff'), url('./fonts/BlurBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blur-Light';
  src: url('./fonts/BlurLight.eot');
  src: url('./fonts/BlurLight.eot?#iefix') format('embedded-opentype'), url('./fonts/BlurLight.woff2') format('woff2'), url('./fonts/BlurLight.woff') format('woff'), url('./fonts/BlurLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blurvh1';
  src: url('./fonts/Blurvh1.eot');
  src: url('./fonts/Blurvh1.eot?#iefix') format('embedded-opentype'), url('./fonts/Blurvh1.woff2') format('woff2'), url('./fonts/Blurvh1.woff') format('woff'), url('./fonts/Blurvh1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
div.projects-list {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div.projects-list a {
  border: 1px solid white;
  text-decoration: none;
  color: white;
  font-family: "Blur";
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-out;
}
div.projects-list a.active,
div.projects-list a:hover {
  background-color: white;
  color: #fb006a;
}
div.projects-list.list-2 a {
  border-color: #2b256c;
  color: #2b256c;
}
div.projects-list.list-2 a.active,
div.projects-list.list-2 a:hover {
  background-color: #2b256c;
  color: #fb006a;
}
section.duo.detail {
  padding-top: 100px;
}
section.duo.detail .section-container {
  flex-direction: column;
}
div#project-content {
  padding-top: 20px;
}
div#project-content article.single-project {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#project-content article.single-project h1 {
  color: #2b256c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
div#project-content article.single-project .subtitle {
  border: 1px solid #2b256c;
  font-family: "Blur";
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  display: inline-block;
  text-align: center;
}
div#project-content article.single-project .description {
  max-width: 800px;
  margin-bottom: 40px;
}
div#project-content article.single-project .description p {
  text-align: center;
}
div#project-content article.single-project .project-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#project-content article.single-project .project-content .gallery {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  gap: 10px;
}
div#project-content article.single-project .project-content .gallery .gallery-item {
  border-radius: 40px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: row;
}
div#project-content article.single-project .project-content .gallery .gallery-item img {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
section.blue.coffee {
  min-height: 350px;
  margin-top: -40px;
}
section.blue.coffee .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
section.blue.coffee h5 {
  font-size: 30px;
  font-family: "Blur";
  font-weight: 400;
  color: white;
  text-align: center;
  line-height: 1em;
}
.page-template-case-studies #avis {
  margin-top: 30px;
  z-index: 1;
}
@media (max-width: 760px) {
  section.duo.detail {
    padding-top: 30px;
  }
  div#project-content article.single-project .subtitle {
    font-size: 12px;
  }
  div#project-content article.single-project .project-content .gallery .gallery-item {
    border-radius: 20px;
  }
  div#project-content article.single-project .project-content .gallery {
    flex-direction: column;
  }
  section.blue.coffee {
    min-height: 250px;
  }
}
