.client_page_1 {
    background: white;
}

.produit_enmodeprojet {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}

.produit_enmodeprojet .desktop {
    display: flex;
}

.produit_enmodeprojet .mobile {
    display: none;
}

.produit_enmodeprojet .line.top {
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.produit_enmodeprojet .line.top .left {
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.produit_enmodeprojet .line.top .left img {
    width: 100%;
    max-width: 1082px;
    object-fit: contain;
    object-position:center;
}
.produit_enmodeprojet .line.top .left a:nth-child(1){
    transform:translate3d(-100px, 50px, 0);
}
.produit_enmodeprojet .line.top .right {
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;

}

.produit_enmodeprojet .line.top .right img {

    height: 100%;
    width: 100%;
    margin: auto;

    object-fit: contain;
    object-position: center;

}

.produit_enmodeprojet .line.top .right .hashtag {
    height: 4vh;


}

.produit_enmodeprojet .line.top .right .anim_hlc {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 1;
    padding: 20px 0;
}

.produit_enmodeprojet .line.top .right .anim_hlc img {
    position: absolute;
    height: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}

.produit_enmodeprojet .line.top .right .adresse {
    height: 4vh;
}

.produit_enmodeprojet .line.bottom {
    position: relative;
    height: 60%;
    width: 90%;
    max-width: 2400px;
}

.produit_enmodeprojet .line.bottom a{
    position: absolute;
    display: block;
    width: calc(33% - 10px);    
    height:calc(50% - 10px);
    max-height:calc(50% - 10px);
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.produit_enmodeprojet .line.bottom a:hover img{
   
    -webkit-transform:scale(1.03);
    transform:scale(1.03);
}

.produit_enmodeprojet .line.bottom a img{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.produit_enmodeprojet .line.bottom a:nth-child(1),
.produit_enmodeprojet .line.bottom a:nth-child(2),
.produit_enmodeprojet .line.bottom a:nth-child(3){
    top:0;
    bottom:auto;
}
.produit_enmodeprojet .line.bottom a:nth-child(4),
.produit_enmodeprojet .line.bottom a:nth-child(5),
.produit_enmodeprojet .line.bottom a:nth-child(6){
    top:auto;
    bottom:0;
}

.produit_enmodeprojet .line.bottom a:nth-child(1),
.produit_enmodeprojet .line.bottom a:nth-child(4){
    left:0;
    right:auto;
}

.produit_enmodeprojet .line.bottom a:nth-child(2),
.produit_enmodeprojet .line.bottom a:nth-child(5){
    left:0;
    right:0;
    margin:auto;
}

.produit_enmodeprojet .line.bottom a:nth-child(3),
.produit_enmodeprojet .line.bottom a:nth-child(6){
    left:auto;
    right:0;
}

@media (orientation: portrait) {


    .produit_enmodeprojet .desktop {
        display: none;
    }

    .produit_enmodeprojet .mobile {
        display: block;
    }

    .produit_enmodeprojet .line.top {
        flex-direction: column;
        height:30%;
    }

    .produit_enmodeprojet .line.top .left {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .produit_enmodeprojet .line.top .left img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }    
    .produit_enmodeprojet .line.top .left a:nth-child(1){
        transform:translate3d(0, 0, 0);
    }
    .produit_enmodeprojet .line.bottom .img1 .mobile {
        display: block;
    }

    .produit_enmodeprojet .line.bottom .img1 .desktop {
        display: none;
    }

    .produit_enmodeprojet .line.top .right {
        display: none;
    }
    .produit_enmodeprojet .line.bottom {
        height:70%;
        width:95%;
    }
    
    
    .produit_enmodeprojet .line.bottom a:nth-child(1){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:0;
        bottom:auto;
        left:0;
        right:auto;
    }
    .produit_enmodeprojet .line.bottom a:nth-child(2){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:0;
        bottom:auto;
        left:auto;
        right:0;
    }
    .produit_enmodeprojet .line.bottom a:nth-child(3){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:0;
        bottom:0;
        left:0;
        right:auto;
        margin:auto;
    }
    .produit_enmodeprojet .line.bottom a:nth-child(4){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:0;
        bottom:0;
        left:auto;
        right:0;
        margin:auto;
    }
    .produit_enmodeprojet .line.bottom a:nth-child(5){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:auto;
        bottom:0;
        left:0;
        right:auto;
    }
    .produit_enmodeprojet .line.bottom a:nth-child(6){
        width:calc(50% - 10px);
        height:calc(33% - 10px);
        top:auto;
        bottom:0;
        left:auto;
        right:0;
    }
}