*{
    font-family: 'Roboto' !important;
}
#main{
    padding: 0 !important;
}
#title {
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Fond-large.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
    margin-bottom: unset;
}
#title > div > h2{
    color: white;
    font-size: 56px;
    font-weight: 700;
    line-height: 73px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.talking {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
}
.showTalking{
    display: flex;
    flex-direction: column;
}
.icone_cyril{
    background-color: #F59022;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    color: white;
    font-weight: 700;
}
.icone_tahar{
    background-color: #344696;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    color: white;
    font-weight: 700;
}
.icone_brice{
    background-color: #15202A;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    color: white;
    font-weight: 700;
}
.icone_cheikh{
    background-color: #712D7A  ;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    color: white;
    font-weight: 700;
}
.messages.bgs{
    text-align: end;
}
.messages.bgs > img{
    width: 15%;
    max-width: 100%;
}
.messages.personne > img{
    width: 10%;
    max-width: 100%;
}
.messages > span {
    border: 1px solid black;
    display: block;
    height: auto;
    padding: 1rem;
    margin: 1rem;
    width: auto;
    border-radius: 5px;
    color: black;
}
.bgs {
    text-align: end;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: auto;
    display: inline-block;
    margin:1rem;
    color: black
}
.divBgs{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.portrait-who {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    margin-top: 100px;
}

.portrait-who > .descr > h4{
    font-size: 46px;
    font-weight: 700;
    line-height: 70px;
}
.portrait-who > .descr > p > ul{
    list-style: none !important;
    margin: 0 !important;

}
/* .portrait-who > .descr > p > ul > li{
    color: black;
    font-size: 30px !important;
} */

.portrait-who > .descr > p > ul > .name {
    color: #F59022;
    font-size: 38px;
}

.portrait-who > .descr > p > ul > .poste {
    margin: 20px 0;
    font-size: 26px;
    color: #000000;
}

.portrait-who > .descr > p > ul > .quote {
    font-size: 22px !important;
    color: #000000;
    font-style: italic;
}

.img-wrapper{
    border-radius: 33% 0;
    position: relative;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
    cursor: pointer;
}

.img-wrapper:hover {
    transform: scale(1.05);
}

#img-brice {
    background-color: #15202A !important;
}

#img-tahar {
    background-color: #344696 !important;
}

#img-cheikh {
    background-color: #712D7A !important;
}

#img-cyril {
    background-color: #F59022 !important;
}

.imgwrapper {
    background: orange;
    border-radius: 33% 0;
    position: relative;
    width: 300px;
    height: 300px;
}
.img-wrapper > img {
    position: absolute;
    max-width: 300px;
    border-radius: 33% 0;
}
.img-wrapper > img {
    left: -15px;
    position: absolute;
    max-width: 260px;
    border-radius: 33% 0;
    top: -53px;
}
.imgwrapper > img {
    max-width: 300px;
    border-radius: 33% 0;
    clip-path: circle(56%);
    position: absolute;
    left: 0;
    top: -60px;
}
.divInt{
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}
.divInt > img{
    height: 110px;
    position: relative;
}
.divInt > img:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #15202A;
    border-radius: 50%;
}
.img{
    width:120px;
    height: auto !important;
}
.messages.personne {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 2rem 0;
}
.personne{
    display: inline-block;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin:1rem;
    color: black;
    width: 80%;
}
.bgs_msg{
    border: 1px solid #F59022 !important;
}
section#group-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 14rem;
    margin: 0 4rem;
    row-gap: 5rem;
    margin-top: 100px;
}
.portrait {
    display: flex;
    max-width: 450px;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 20px;
}

.portrait:first-child > .img-wrapper > img {
    left: -31px;
    position: absolute; 
    max-width: 260px;
    border-radius: 33% 0;
    top: -54px;
}

.portrait:nth-child(4n + 3) > .img-wrapper > img {
    left: -15px;
    position: absolute;
    max-width: 260px;
    border-radius: 33% 0;
    top: -51px; 
}
.divInt > div{
    position: relative !important;
}
.divInt > div > div {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 41px;
    background: #15202A;
    z-index: -1;
    left: 9px;
    clip-path: circle(50% at 50% 50%);
}
.portrait:last-child > .img-wrapper > img {
    left: -15px;
    position: absolute;
    max-width: 260px;
    border-radius: 33% 0;
    top: -62px;
}

.portrait > img {
    max-width: 140px !important;
    border-radius: 33% 0;

}
.portrait:nth-of-type(1) > img{
    background-color: #344696;
}
.portrait:nth-of-type(2) > img{
    background-color: #15202A;
}   
.portrait:nth-of-type(3) > img{
    background-color: #F59022;
}
.portrait:nth-of-type(4) > img{
    background-color: #344696;
}
.descr {
    max-width: calc(450px - 160px);
}
.descr > h4 {
    font-size: 22px;
    color: #F59022;
    font-weight: 700;
}
.descr > ul > li {
    color: black;
}
.descr > ul{
    list-style: none !important;
    margin: 0 !important;
}
.portrait-who > .descr {
    max-width: 40%;
}

@media screen and (max-width: 700px) {
    .imgwrapper{
        margin-bottom: 2rem;
    }
    #witness-range {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }
    .portrait {
        display: flex;
        max-width: 450px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
    }
    .descr {
        max-width: calc(400px - 160px);
    }
    .portrait-who > .descr {
        max-width: 70%;
    }
    .portrait-who > .descr > p > ul > .name,
    .portrait-who > .descr > p > ul > .poste,
    .portrait-who > .descr > p > ul > .quote {
        text-align: center;
    }
}
@media screen and (max-width:500px){
    
}