.ph-coloumns-left{
    display:flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.ph-coloumns-left-image-legend{
    position: absolute;
    bottom:0;
    padding:1.5rem;
    background:rgba(255,255,255,0.7);
    left:0;
    width:100%;
    transform:translateY(100%);
    transition:transform 0.2s;
}

.ph-coloumns-left:hover .ph-coloumns-left-image-legend{
    transform:translateY(1px);
}

.ph-coloumns-left.ph-coloumns-left-50-50 .ph-coloumns-left,
.ph-coloumns-left.ph-coloumns-left-50-50 .ph-coloumns-right{
    flex: 1 0 50%;
}
.ph-coloumns-left.ph-coloumns-left-1-3-2-3 .ph-coloumns-left{
    flex: 1 0 calc(100% / 3);
}
.ph-coloumns-left.ph-coloumns-left-1-3-2-3 .ph-coloumns-right{
    flex: 1 0 calc(200% / 3);
}

.ph-coloumns-left .ph-coloumns-left{
    padding-right:1.5rem;
}
.ph-coloumns-left .ph-coloumns-right{
    padding-left:1.5rem;
}
.ph-coloumns-left .ph-coloumns-right img{
    object-fit: contain;
}


.ph-coloumns-left .ph-coloumns-right .elementor-heading-title{
    margin:4rem 0rem
}

/* --- */

.ph-projet-details-items{
    border-top:1px solid var(--ph-color-9);
    border-bottom:1px solid var(--ph-color-9);
    padding:4rem 0;
    margin: 0;
    list-style: none;
}
.ph-projet-details-item{
    padding-bottom:1.6rem;
    line-height: 1;
}
.ph-projet-details-item:last-child{
    padding-bottom:0;
}
.ph-projet-details-item-label{
    margin-right:0.5rem;
    display: inline;
    color:var(--ph-color-2)
}
.ph-projet-details-item-text {
    display: inline;
}

.ph-projet-logo{
    margin-bottom:4rem;
    text-align:center;
}

/* --- */

@media (max-width: 1200px){
   
}

@media (max-width: 1024px){
    
}

@media (max-width: 767px){    
    .ph-coloumns-left .ph-coloumns-right .elementor-heading-title{
        margin:2.4rem 0rem
    }
    .ph-coloumns-left{
        display:block;
    }
    .ph-coloumns-left .ph-coloumns-left{
        padding-right:0;
        margin-bottom:2.4rem;
    }
    .ph-coloumns-left .ph-coloumns-right{
        padding-left:0;
    }
    
    /* --- */
    
    .ph-projet-details-items {
        padding: 2.4rem 0;
    }
    .ph-projet-details-item {
        padding-bottom: 1.6rem;
        flex-direction: column;
        align-items: baseline;
    }    
    
    /* --- */
    
    
    .ph-coloumns-left-image-legend{
        padding:1rem;
    }
}