#details_realisations .box-image {
    height: 730px;
    overflow: hidden;
}
#details_realisations .css-doc {
    font-size: 0;
    display: inline-block;
    padding: 30px 80px;
    background: #0072c6;
    transition: 0.3s;
}
#details_realisations .css-doc:hover {
background: #999;
}
#details_realisations .boxdownload {
    position: absolute;
    top: 40px;
    right: -120px;
}

#details_realisations .row-img-minature {
    display: flex;
    align-items: baseline;
}

#details_realisations .label-css {
    color: #666666;
    font-size: 15px;
}
#details_realisations .css-doc:before {
    content: "Voir Document";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Avenir LT Std';
}

#details_realisations .pdf-download {
}

#details_realisations .img-principal {
    width: auto;
}
#details_realisations .liste-imgs {
    padding: 0 25px;
}
#details_realisations .img-detail-thumb {
    width: auto;
    height: 100px;
}
#details_realisations .box-decri {
    margin-top: 45px;
}
#details_realisations .label-detail {
    text-transform: uppercase;
    color: #000;
    font-family: 'Avenir LT Std';
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
    display: block;
    padding-bottom: 15px;
}
#details_realisations .box-decri p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 22px;
    text-align: justify;
}
#details_realisations .name-css {
    color: #000;
    font-size: 30px;
    font-family: 'Avenir LT Std';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 900;
    display: block;
    margin-bottom: 25px;
}
#details_realisations .box-blanc {
    position: absolute;
    background: #fff;
    bottom: 50px;
    padding: 25px 30px 50px 30px;
    right: 0;
}
#details_realisations .flex-client-ville {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
#details_realisations .css-label {
    color: #0072c6;
    font-weight: bold;
}
#details_realisations .css-client {
    padding-left: 4px;
    color: #666666;
}
#details_realisations .box-client {
    padding-right: 40px;
}
#details_realisations .box-image {
    height: 730px;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
  #details_realisations .box-image {
    height: 415px;
}
#details_realisations .img-principal {
    width: auto;
}
#details_realisations .css-doc {
    padding: 19px 25px;
}
}

@media screen and (max-width:991px) {
#details_realisations .row-img-minature {
  align-items: flex-start;
  flex-direction: column;
  padding: 0 10px;
}
#details_realisations .pdf-download {
    padding: 20px 40px;
}
#details_realisations .bloc-liste-img {
  margin-top:20px
}
#details_realisations .liste-imgs:first-child {
    padding:0px;
}
#details_realisations .boxdownload {
    position: absolute;
    top: 22px;
    right: -55px;
}
#details_realisations .box-blanc {
    position: inherit;
    bottom: 0;
    padding: 25px;
    right: 0;
}
#details_realisations .box-decri {
    margin-top: 45px;
    padding: 0 10px;
}
#details_realisations .name-css {
    font-size:28px;
    margin-bottom: 10px;
}
}
@media screen and (max-width:500px) {
#details_realisations .box-blanc {
    padding: 15px 10px;
}
#details_realisations .name-css {
    font-size:25px;
}
#details_realisations .box-image {
    height: 250px;
}
}







