.nosrealisation {
    position: relative;
    overflow: hidden;
}
.bgpink {
    padding: 40px;
    height: 536px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bloc-realisation {
    padding: 0;
}
.box-realisation {
    position: relative;
    overflow: hidden;
    max-height: 268px;
}
.img-realisation {
    width: 100%;
    height: auto;
    display: block;
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    background: rgba(37, 78, 144, .75);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0px 30px;
    overflow: hidden;
}
.bloc-realisation:hover .overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.name-realisation:hover { color: #fff;}
.bloc-realisation:hover .name-realisation {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}
.name-realisation {
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
    font-family: 'Arcon Rounded';
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.link-realisation {
    font-size: 13px;
    color: #fff;
    font-family: 'Futura PT';
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.41 !important;
    letter-spacing: 0.5px;
}
.title-realisation {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    line-height: 43px;
    font-family: 'Arcon Rounded';
}
.link-realisation:hover {
    color: #292a86;
    opacity: 1;
}
@media screen and (max-width: 1440px) {
 .title-realisation {
    font-size: 30px;
    line-height: 32px;
}
}
@media screen and (max-width: 1280px) {
.bgpink {
    padding: 20px;
}
.title-realisation {
    font-size: 27px;
    line-height: 29px;
}
}
@media screen and (max-width: 1024px) {
.title-realisation {
    font-size: 20px;
    line-height: 25px;
}
}
@media screen and (max-width: 991px) {
.bgpink {
    padding: 75px 20px;
    height: auto;
    text-align: center;
}
.title-realisation {
    font-size: 28px;
    line-height: 32px;
}
.img-realisation {
    height: auto;
    display: block;
    width: 100%;
}
}
@media screen and (max-width: 767px) {
.bgpink {
    padding: 75px 15px;
}
.box-realisation {
    height: auto;
}
}
