<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#team {

    background-color: #BFC4D5;
    padding-top: 150px;

}

#team&gt;h1 {

    color: white;

}

#separator {

    height:0px;
    border-top: 1px solid white;
    display: inline-block;
    width: calc(100vw - 160px);
    float: right;
    margin-bottom: 50px;

}

#avocats h2, #administratifs h2 {

    font-size: 40px;
    line-height: 50px;
    margin-bottom: 90px;
    color: #4E576E;

}
.team_gallery {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.team_member {

    width:18%;
    aspect-ratio: 1/1.3;
    margin-bottom: 30px;
    box-sizing: border-box;
    background-size:cover;
    margin-right:2%;

}


.team_member&gt;img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;


}

.team_text {

    text-align: center;
    height: 100%;
    width: 100%;
    background-color : rgba(0,0,0,0.2);
    padding-top: 50%;
    box-sizing: border-box;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition: visibility 1s, opacity 1s;

}

.team_member:hover .team_text {

    visibility: visible;
    opacity: 1;

    transition: visibility 1s, opacity 1s;

}

.team_name {

    font-size: 26px;
    line-height: 31px;
    margin-bottom: 23px;
    color: white;

    display: inline-block;

}

.team_name img {

    width: 14px;
    height: auto;
    object-fit: cover;

}

.team_job {

    font-size: 17px;
    line-height: 20px;
    color: white;
    display: block;

}

.team_record {

    width: 95%;
    margin: auto;
    padding: 40px 120px;
    background-color: #4E576E;
    color: white;
    border-radius: 35px;
    box-sizing: border-box;

    display: none;
    position: absolute;
    z-index: 150;
    left:2.5%;
    opacity: 0;

    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;

}

.team_record.active_ {

    opacity: 1;

}

.close {

    width: 100%;
    text-align: right;
    margin-bottom: 50px;
    cursor: pointer;

}

.close&gt;span {

    margin-right: 10px;
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;

}

.close&gt;img {

    width: 14px;
    object-fit: cover;

}

.tr_cols {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.tr_col1 {

    width: 65%;

}

.tr_col1&gt;.title {

    font-size: 40px;
    line-height: 49px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.undercols {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.undercol {

    width: 48%;

}
.presentation {

    font-size: 24px;
    line-height:38px;
    margin-bottom: 30px;
    color:#DCD4CE;

}

.elements {

    font-size: 18px;
    line-height:28px;
    color:white;

}

.tr_col2 {

    width: 30%
}

.tr_col2&gt;img {

    width: 100%;
    max-width: 450px;
    max-height: 650px;
    object-fit: cover;

}

.img_mobile {

    display: none;

}

#avocats {

    margin-bottom: 150px;

}

/* RESPONSIVE */




@media only screen and (max-width: 1400px) {


    .presentation {

        font-size: 16px;
        line-height:18px;

    }

    .elements {

        font-size: 16px;
        line-height:18px;

    }

}

@media only screen and (max-width: 1050px) {

    #team {

        padding-top: 230px;

    }

    #team h1 {

        margin-bottom: 150px;

    }

    #separator {

        display: none;

    }

    #avocats h2, #administratifs h2 {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 50px;

    }
    .team_gallery {

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .team_member {

        width:48%;
        margin-bottom: 30px;

    }



    .team_name {

        font-size: 15px;
        line-height: 18px;
        margin-bottom: 23px;

    }

    .team_name img {

        width: 8px;

    }

    .team_job {

        font-size: 13px;
        line-height: 17px;

    }

    .team_record {

        width: 95%;
        padding: 30px 20px;
        border-radius: 0px;

    }

    .close {

        width: 100%;
        text-align: right;
        margin-bottom: 50px;

    }

    .close&gt;span {

        font-size: 17px;
        line-height: 21px;

    }


    .tr_col1 {

        width: 100%;

    }

    .tr_col1&gt;.title {

        font-size: 26px;
        line-height: 29px;
        padding-bottom: 0px;
        border-bottom: none;
        width: 80%;
        margin: 0px auto 60px auto;

    }

    .img_mobile {

        display: block;
        width: 100%;
        aspect-ratio: 1/0.8;
        object-fit: cover;
        object-position: top;
        margin-bottom: 25px;
        max-width: 600px;
    }

    @supports not (aspect-ratio: 1/0.8) {
        .img_mobile {
            height: 75vw;
        }
    }

    .tr_col1&gt;.title span {

        display: block;
        width: 100%;
        text-align: left;

    }

    .undercol {

        width: 100%;

    }
    .presentation {

        font-size: 18px;
        line-height:28px;
        margin-bottom: 30px;

    }


    .tr_col2 {

        display: none

    }

}</pre></body></html>