.talent{
    width: 100vw;
    max-width: 100%;
    margin: 5vw 0;
}

.talent__profils{
    position: relative;
    width: 100%;
}

.talent .trait{
    height: 0px;
    border: 5px solid var(--orange);
    background-color: var(--orange);
    border-radius: 5px;
    position: absolute;
}

.talent__topleft__1.left, 
.talent__topleft__2.left,
.talent__topleft__3.left,
.talent__bottomleft__1.left,
.talent__bottomleft__2.left {
    transform: translateX(-5px);
    left: 0;
}

.talent__topright__1.right,
.talent__topright__2.right,
.talent__topright__3.right,
.talent__bottomright__1.right,
.talent__bottomright__2.right {
    transform: translateX(5px);
    right: 0;
}

.talent__topleft__1{
    width: 185px;
    top: 0;
}

.talent__topleft__2{
    width: 220px;
    top: 20px;
}

.talent__topleft__3{
    width: 258px;
    top: 40px;
}

.talent__topright__1{
    width: 185px;
    top: 0;
}

.talent__topright__2{
    width: 220px;
    top: 20px;
}

.talent__topright__3{
    width: 258px;
    top: 40px;
}

.talent__bottomleft__1{
    width: 316px;
    top: calc(100% + 40px);
}

.talent__bottomleft__2{
    width: 258px;
    top: calc(100% + 60px);
}

.talent__bottomright__1{
    width: 316px;
    top: calc(100% + 40px);
}

.talent__bottomright__2{
    width: 258px;
    top: calc(100% + 60px);
}

.talent__inner {
  width: 100%;
  flex-flow: wrap;
  gap: 16px;
}

.talent__profils__affichage{
    position: relative;
    width: 260px;
    height: auto;
    aspect-ratio: 260/380;
    overflow: hidden;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    justify-content: flex-end;
    text-decoration: none;
}

.talents__profils__break {
    flex-basis: 100%;
}

.talent__profils__affichage img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.talent__profils__affichage__textes{
    padding: 15px 0;
    backdrop-filter: blur(30px);
    width: 100%;
}

.talent__profils__affichage__textes__job{
    margin: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-family: var(--font2);
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.talent__profils__affichage__textes__ville{
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.talent__button{
    margin-top: 50px;
}

@media (max-width: 1900px) {
  .talent__profils{
    padding: 80px 0 0 0;
  }
}

@media (max-width: 1460px) {
  .talents__profils__break {
    display: none;
  }
}

@media (max-width: 1420px) {
  .talent__inner {
    max-width: 820px;
  }
}

@media (max-width: 960px) {
  .talent .button {
    margin-top: 100px;
  }
}

@media (max-width: 880px) {
  .talent__topright__1,
  .talent__topleft__1 {
    width: 30vw;
  }
  .talent__topright__2,
  .talent__topleft__2 {
    width: 35vw;
  }
  .talent__topright__3,
  .talent__topleft__3 {
    width: 40vw;
  }
  .talent__bottomleft__1,
  .talent__bottomright__1{
    width: 40vw;
  }
  .talent__bottomleft__2,
  .talent__bottomright__2{
    width: 35vw;
  }
  .talent__inner {
    max-width: 620px;
  }
}

@media (max-width: 550px) {
  .talent__profils__affichage {
    width: 45%;
    height: unset;
  }
}