
.section__photoPeoples{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    font-size: larger;
    font-weight: 400;
    background-color: var(--section-bg);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 25%);
    border-bottom: 0.5px solid rgb(0 0 0 / 30%);
    max-width: 1000px;
    margin: 0;
    margin-bottom: 1rem;
}

#photoPeoples_30{
    width: 100%!important;
}

.photoPeoples{
    display: flex;
    margin: 0;
    padding: 0.25rem;
    flex-direction: row;
    justify-content: space-between;
    width: -webkit-fill-available;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 10px;
}

.row-nowrap .photoPeoples__single{
    justify-content: center!important;
}

.row-nowrap .photoPeoples__single.reduced{
    justify-content: center!important;
}

.row-nowrap .photoPeoples__column-right.invisible{
    display: none;
    width: 0;
    height: 0;
  }

.photoPeoples__default_html, .photoPeoples__html_text{
    display: flex;
    margin: auto;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    width: -webkit-fill-available;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 10px;
}



        @media screen and (max-width: 449px) {
            .photoPeoples__image{min-height: initial;}
            .photoPeoples__grid-1, .photoPeoples__grid-2, .photoPeoples__grid-3{max-width: -webkit-fill-available;}
            .photoPeoples__grid-1.reduced, .photoPeoples__grid-2.reduced, .photoPeoples__grid-3.reduced{max-width: -webkit-fill-available!important;}
            .photoPeoples__row{margin: 0;}
            .photoPeoples > p{    margin-top: -0.5rem;}
        }

    @media screen and (min-width: 450px) and (max-width: 799px)  {
       /* .photoPeoples__image{min-height: 275px;} */
       .photoPeoples__grid-1, .photoPeoples__grid-2, .photoPeoples__grid-3{max-width: 48%;}
       .photoPeoples__grid-1.reduced, .photoPeoples__grid-2.reduced, .photoPeoples__grid-3.reduced{max-width: 48%!important;}
        .photoPeoples__row{margin: 0;}
        .photoPeoples > p{    margin-top: -0.5rem;}
    }

    @media screen and (min-width: 800px) and (max-width: 1199px){
    .photoPeoples__grid-2{max-width: 32%; padding: 0 7%;}
    .photoPeoples__grid-1, .photoPeoples__grid-3{max-width: 32%;}
    .photoPeoples__grid-1.reduced, .photoPeoples__grid-3.reduced{max-width: 32%!important;}
    .photoPeoples__row{margin: 10px 0 0 0;}
    .photoPeoples > p{    margin-top: -0.5rem;}
    }

    @media screen and (min-width: 1200px){
        .photoPeoples__grid-2{max-width: 32%; padding: 0 7%;}
        .photoPeoples__grid-1, .photoPeoples__grid-3{max-width: 32%;}
        .photoPeoples__image{min-height: 185px;}
        .photoPeoples__row{margin: 20px 0;}
        .photoPeoples > p{    margin-top: -1.75rem;}
    }

  .photoPeoples__date{
    margin: 1em 0;
    font-size: smaller;
    font-weight: 600;
  }


 .photoPeoples__date > small{
    
    color: var(--separator);
}



.photoPeoples__title{
    margin: 0.5em auto;
    font-weight: 500;
}

.photoPeoples__desc{
    margin: auto;
    margin-bottom: 1rem;
}
.photoPeoples__desc > *{
    margin: 0.65em auto!important;
    font-weight: 300!important;
}

.photoPeoples__row-divider{
    margin: 1rem 0px;
    border-top: 1px solid var(--medium);
}

.photoPeoples__row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.photoPeoples__column-left{
    width: -webkit-fill-available;
    padding: initial;
    border-radius: 4px;
}


.photoPeoples__image{
    width: -webkit-fill-available;
    border-radius: 4px;
}


.photoPeoples__desc > p > a.section__link{
    font-size: unset;
    color: var(--a-default);
    text-decoration: none;
    font-weight: 400;
}

.photoPeoples__desc > p > a.section__link:hover{
    font-size: unset;
    color: var(--Red);
    text-decoration: underline;
}

.photoPeoples > p{
    font-weight: 300;
    margin: auto 0px;
    text-align: justify;
    width: -webkit-fill-available;
}

.photoPeoples > p > a.section__button-link {
    margin: auto;
    background: transparent;
    color: var(--default);
    font-size: large;
    font-weight: 400;
    padding: 0;
}

.photoPeoples > p > a.section__button-link:hover{
    color: var(--Mustard);
    background: transparent;
    box-shadow: 0 0px 0px 0 transparent;
}

.section__photoPeoples > #photoPeoples_30 > .photoPeoples__row{
    align-items: center!important;
}



  @media screen and (min-width: 1200px){
    #photoPeoples_29 > .photoPeoples__row > a > .photoPeoples__image,
    #photoPeoples_30 > .photoPeoples__row > a > .photoPeoples__image {
      min-height: 185px!important;
      max-height: 300px!important;
        }
    }

    #mPicture_112{
        transform: rotateZ(270deg);
        cursor: default!important;
    }

    #mPicture_112.indexNews__image-first{
        transform: rotateZ(0deg)!important;
        pointer-events: none!important;
        cursor: default!important;
    }

    #mPicture_114.photoPeoples__image {
    transform: rotateZ(180deg)!important;
    }