.equipe .row.r1>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.equipe .sectitle{
	line-height: 130px;
}

.equipe .text{
    width: clamp(10px,100%,560px);
}

.equipe .row.r2{
    grid-gap: 2rem 0;
}

.equipe .row.r2>*{
    padding: 0 10px;
}

.equipe .box{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    width: clamp(1px,100%,334px);
    aspect-ratio: 1/1;
    background-size: cover !important;
    border-radius: 8px;
    overflow: hidden;
}

.equipe .box>*{
    width: 100%;
    background-color: #00000099;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.equipe .box:hover>*{
    background-color: #e31c7999;
}

.equipe .box .title{
    text-align: center;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 13px;
}

.equipe .box .sm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 11px;
    width: 100%;
    height: 0;
    color: var(--white);
    background: none;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.equipe .box .sm::after{
    content: url(../../assets/img/arrowr.svg);
}

.equipe .box:hover .sm{
    height: 39px;
}

.equipe .text a{
    color: var(--main);
    text-decoration: underline;
}

.portfolio{
    padding: 4.3rem 0 2.83rem;
}

.portfolio .box{
    background-color: #000001;
    border-radius: 16px;
    overflow: hidden;
}

.portfolio .box .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    margin: 0;
}

.portfolio .box .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.portfolio .box .row>*:has(.img){
    padding: 0;
}

.portfolio .box .img{
    width: 100%;
    aspect-ratio: 1/.72922;
}

.portfolio .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    mask-image: url(../../assets/img/imgmask.svg);
    -webkit-mask-image: url(../../assets/img/imgmask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: right center;
    -webkit-mask-position: right center;
}

.portfolio .box .sectitle{
    line-height: 116px;
    margin-bottom: 12px;
}

.portfolio .box .text{
    color: var(--white);
    margin-bottom: 2.53rem;
}

.portfolio .box .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 25px;
}

.modal .modal-dialog{
    max-width: 1210px;
}

.modal .modal-body{
    padding: 24px;
}

.modal .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.modal .row .img{
    width: clamp(10px,100%,555px);
    aspect-ratio: 1/1;
}

.modal .row .img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    -o-object-fit: cover;
}

.modal .row .title{
    font-family: var(--dark);
    font-size: 48.69px;
    font-weight: 400;
    line-height: normal;
    /* line-height: 100px; */
    background: var(--title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal .rss{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 1rem;
    margin-top: clamp(1rem,5.98vw,115px);
}

.modal .rss>* svg path{
    fill: var(--black);
}

/* MEDIA QUERIES */

@media(max-width:992px){
    .equipe{
        padding: 2rem 0;
    }
    .equipe .row.r1{
        margin-bottom: 1rem;
    }
    .equipe .sectitle{
        margin-bottom: 2rem;
    }
    .equipe .box{
        margin: 0 auto;
    }
    .portfolio{
        padding: 2rem 0;
    }
}

/* MEDIA QUERIES ! */