.text-equipe {
    background-color: #FFA579;
    color:white;
    height: 200px;
    width: calc(200% + 40px);
    margin: 20px;
    position: absolute;
    /* left: calc(100% + 20px); */
    top: -20px;
    opacity: 1;
    display: none;
    z-index: 446;
}
.text-equipe.position-1 {
    /* left: 20%; */
    left: calc(100% + 20px);
    display: block;
}

.text-equipe.position-2 {
    /* left: 40%; */
    left: calc(100% + 20px);
    display: block;
}

.text-equipe.position-3 {
    right: calc(100% + 20px);
    /* left: 60%; */
    display: block;
}

.text-equipe.position-4 {
    right: calc(100% + 20px);
    /* left: unset; */
    display: block;
}

.text-equipe.position-5 {
    right: calc(100% + 20px);
    display: block;
}

.text-equipe h2 {
    color: #fff;
    text-align: left;
    font-size: 1.25em;
    padding: 5px 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-equipe p {
    text-align: left;
    padding: 2px 20px;
    line-height: 1.5;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.group-hashtag {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    justify-content: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

/* .text-equipe .hashtag {
    color: #fff;
    padding: 0 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 700!important;
} */
.text-equipe .hashtag {
    color: #fff;
    padding: 0 5px;
    font-size: 15px;
    text-align: left;
    font-weight: 700!important;
    line-height: 1.2;
}
.talents-container {
    width: 100%;
    /* display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center; */
}

.talents-container #equipe {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#equipe > .box {
    width: calc(20% - 40px);
    text-align: center;
    background-image: url('https://picsum.photos/200');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: 20px;
    position:relative;
    cursor:pointer;
    /* z-index:999; */
}

#equipe > .box-fix {
    width: calc(20% - 40px);
    text-align: center;
    background-image: url('https://picsum.photos/200');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: 20px;
    position:relative;
    cursor:pointer;
    /* z-index:999; */
}

#equipe > .box > img {
    display: none;
}

/*.talents-container > #equipe > .box:hover {
    border: 4px solid #ffa579;
}*/
.text-content {
    text-align: left;
    padding: 20px;
}
.lisere:after{

    border: 5px solid #FFA579;
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 0%;
    transition: border-width 2.6s linear;
}

.bgpos1 {
    background-position-y: 10%;
}
.bgpos8 {
    background-position-y: 20%;
}
.bgpos6 {
    background-position-y: 20%;
}
.bgpos10 {
    background-position-y: 10%;
}
.bgpos17 {
    background-position-y: 10%;
}
.bgpos19 {
    /* background-position-y: 10%; */
}
.bgpos21 {
    background-position-y: 20%;
}
@media screen and (max-width: 1690px) {

    .text-equipe p {
        line-height: 1.2;
    }
    .text-equipe .hashtag {
        line-height: 1.4;
    }
}
@media screen and (max-width: 1440px) {
    #equipe > .box {
        width: calc(25% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
        background-position: center;
    }
    
    #equipe > .box-fix {
        width: calc(25% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
    }
    .text-equipe {
        background-color: #FFA579;
        color:white;
        /* height: 350px; */
        width: calc(200% + 40px);
        margin: 20px;
        position: absolute;
        top: -20px;
        opacity: 1;
        display: none;
        z-index: 446;
    }
    .text-equipe p {
        text-align: left;
        padding: 2px 20px;
        line-height: 1.2;
    }
    .text-equipe.position-3 {
        right: calc(100% + 20px);
        /* left: 60%; */
        display: block;
    }
    
    .text-equipe.position-4 {
        right: calc(100% + 20px);
        /* left: unset; */
        display: block;
    }
    /* .rtl-position .text-equipe.position-4,
    .text-equipe.position-4 {
        right: calc(100% + 20px)!important;
        display: block;
    }
    .rtl-position .text-equipe.position-5,
    .text-equipe.position-5 {
        right: calc(100% + 20px)!important;
        display: block;
    } */
}
@media screen and (max-width: 1366px) {
    #equipe > .box {
        width: calc(25% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
        /* background-position: center; */
        background-position: top;

    }
    
    #equipe > .box-fix {
        width: calc(25% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
    }
    .rtl-position .text-equipe,
    .text-equipe {
        background-color: #FFA579;
        color:white;
        /* height: 350px; */
        width: calc(200% + 40px);
        margin: 20px;
        position: absolute;
        top: -20px;
        opacity: 1;
        display: none;
        z-index: 446;
    }
    .text-equipe p {
        text-align: left;
        padding: 2px 20px;
        line-height: 1.2;
    }
    .text-equipe .hashtag {
        color: #fff;
        padding: 0 5px;
        font-size: 15px;
        text-align: left;
        font-weight: 700!important;
    }
    .text-equipe.rtl-position.position-3 {
        right: calc(100% + 20px)!important;
        /* left: 60%; */
        display: block;
    }
    .text-equipe.position-4,
    .rtl-position.text-equipe.position-4 {
        right: calc(100% + 20px)!important;
        /* left: unset; */
        display: block;
    }
    
  }
@media screen and (max-width: 1024px) {
    #equipe > .box {
        width: calc(33% - 40px);
        /* width: 100%; */
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
        background-position: inherit;

    }
    
    #equipe > .box-fix {
        width: calc(33% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 350px; */
        margin: 20px;
        position:relative;
        cursor:pointer;
    }
    .text-equipe {
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: calc(150% + 54px);
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: absolute;
        top: calc(100% + 20px);
        opacity: 1;
        display: none;
        z-index: 446;
        left: 0;
        left: -20px!important;
        width: 364px;
        padding: 20px 0;
        top: -20px;
        z-index: 1;
    }
    .text-equipe p {
        text-align: left;
        padding: 2px 20px;
        line-height: 1.4;
    }
    .text-equipe .hashtag {
        color: #fff;
        padding: 0 5px;
        font-size: 13px;
        text-align: left;
        font-weight: 700!important;
        width: 90%;
    }
    .out-break-text-equipe{
        padding: -20px;
        position: relative;
        left: calc(-50vw + 50%);
        width: 100vw;
        background: #fff;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        height: 100px;
        left: 50%;
        height: auto;
        padding: 0;
        margin-bottom: 1em;
    }
    .out-break-text-equipe .text-equipe{
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: auto;
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: relative;
        top: calc(100% + 20px);
        opacity: 1;
        display: block;
        z-index: 446;
        left: 0;
        left: 0px!important;
        width: 100vw;
        padding: 20px 0;
        top: 0;
        z-index: 1;
        margin: 0;
        height: auto!important;
    }

    .odd-box {
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: calc(150% + 54px);
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: absolute;
        top: calc(100% + 20px);
        opacity: 1;
        display: none;
        z-index: 446;
        left: 0;
        left: -207px!important;
        width: 364px;
        padding: 20px 0;
        top: -20px;
        z-index: 1;
    }
    /* #############################################  */
    #equipe > .box {
        /* width: calc(20% - 40px); */
        width: calc(50% - 10px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 167px;
        margin: 5px;
        position: relative;
        cursor: pointer;
        background-position: inherit;
    }
    .line-mobile {
        display: flex;
        align-items: center;
        width: 90%;
        margin: 10px auto;
        /* margin-bottom: 10px; */
    }
    .img-equipe {
        height: 180px;
        width: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
  }
  @media screen and (max-width: 800px) {
    #equipe > .box {
        /* width: calc(20% - 40px); */
        width: 100%;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 350px;
        margin: 20px;
        position:relative;
        cursor:pointer;
        background-position: inherit;

    }
    
    #equipe > .box-fix {
        width: calc(20% - 40px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 350px;
        margin: 20px;
        position:relative;
        cursor:pointer;
    }
    .text-equipe {
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: calc(150% + 54px);
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: absolute;
        top: calc(100% + 20px);
        opacity: 1;
        display: none;
        z-index: 446;
        left: 0;
        left: -20px!important;
        width: 364px;
        padding: 20px 0;
        top: -20px;
        z-index: 1;
    }
    .text-equipe p {
        text-align: left;
        padding: 2px 20px;
        line-height: 1.4;
    }
    .text-equipe .hashtag {
        color: #fff;
        padding: 0 5px;
        font-size: 13px;
        text-align: left;
        font-weight: 700!important;
        width: 90%;
    }
    .out-break-text-equipe{
        padding: -20px;
        position: relative;
        left: calc(-50vw + 50%);
        width: 100vw;
        background: #fff;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        height: 100px;
        left: 50%;
        height: auto;
        padding: 0;
        margin-bottom: 1em;
    }
    .out-break-text-equipe .text-equipe{
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: auto;
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: relative;
        top: calc(100% + 20px);
        opacity: 1;
        display: block;
        z-index: 446;
        left: 0;
        left: 0px!important;
        width: 100vw;
        padding: 20px 0;
        top: 0;
        z-index: 1;
        margin: 0;
        height: auto!important;
    }

    .odd-box {
        background-color: #FFA579;
        color: white;
        /* height: auto; */
        height: calc(150% + 54px);
        /* width: calc(200% + 40px); */
        margin: 20px;
        position: absolute;
        top: calc(100% + 20px);
        opacity: 1;
        display: none;
        z-index: 446;
        left: 0;
        left: -207px!important;
        width: 364px;
        padding: 20px 0;
        top: -20px;
        z-index: 1;
    }
    /* #############################################  */
    #equipe > .box {
        /* width: calc(20% - 40px); */
        width: calc(50% - 10px);
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 167px;
        margin: 5px;
        position: relative;
        cursor: pointer;
        background-position: inherit;
    }
    .line-mobile {
        display: flex;
        align-items: center;
        width: 90%;
        margin: 10px auto;
        /* margin-bottom: 10px; */
    }
    .img-equipe {
        height: 180px;
        width: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
  }
