@media screen and (min-width: 1440px){
	.project-tab:nth-child(12n+7),
  .project-tab:nth-child(12n+8),
  .project-tab:nth-child(12n+9),
  .project-tab:nth-child(12n+10),
  .project-tab:nth-child(12n+11),
  .project-tab:nth-child(12n+12){
 		margin-left: 80px;
    margin-right: -90px;
}}
@media (min-width: 992px) and (max-width: 1439px) {
  .project-tab:nth-child(8n+5),
  .project-tab:nth-child(8n+6),
  .project-tab:nth-child(8n+7),
  .project-tab:nth-child(8n+8) {
    margin-left: 50px;
    margin-right: -60px;
  }
}
@media screen and (max-width: 991px) {
   .project-tab:nth-child(4n+3),
   .project-tab:nth-child(4n+4) {
       margin-left: 10px;
       margin-right: -20px;
    }
}
[letters-slide-up] {
  visibility: hidden;
}
.project-tab {
  visibility: hidden;
}
.pink-active {
  background: #EB52FA!important;
  color: white!important;
}
.green-active {
  background: #38FCA1!important;
  color: black!important;
}
.blue-active {
  background: #5135F9!important;
  color: white!important;
}
.lightblue-active {
  background: #35EFFC!important;
  color: black!important;
}
.red-active {
  background: #FF0A78!important;
  color: white!important;
}
.pink-active .client-line, .blue-active .client-line, .red-active .client-line {
 background: white!important;
}
.neutral-desactivate {
  background: white!important;
  color: black!important;
  outline: 1px solid black!important;
}
.word{
	white-space: nowrap;
 }
 .team-member:not(:first-child) {
  margin-left: -40px;
}

/* Extra */

body {
  overflow-x: hidden;
}

.rich-text figure {
  width: 100%!important;
  max-width: 100%;
}

.rich-text img,
.figure-img {
  max-width: 100%;
  height: auto;
}

.rich-text iframe {
  max-width: 100%;
  width: 100%;
}

.project-detail-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.card-intro p:last-child {
  margin-bottom: 0;
}

.project-tab {
  text-decoration: none;
}

.project-detail-content {
  min-height: 100vh;
}

/* Fix police de titre */
h1, h2, h3 {
  font-weight: 500!important
}
