.bloc-information {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 35px;
}
.flex-information {
    display: flex;
    flex-wrap: wrap;
}
.flex-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-info {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: 0.5s all ease;
}
.img-info img {
    max-width: inherit;
}
.flex-info .icon {
    color: #003853;
    font-size: 85px;
    position: absolute;
    left: 35px;
    z-index: 0;
    transform: rotate(-35deg);
    top: 25px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transition: 0.5s all ease;
}
.title-item {
    font-family: 'Futura Next Book';
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}
.flex-info:hover .title-item a {
    color: #036ca0;
}
.footer-item {
    width: 100%;
    padding-top: 40px;
    transform: translateY(0);
    transition: 0.5s all ease;
}
.title-item a {
    color: #fff;
}
.title-item a:hover {
    color: #036ca0;
}
.description-item {
    font-size: 14px;
    color: #72757f;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'Futura Next Book';
}
.flex-info:hover .img-info {
    transform: scale(0.8);
    transition: 0.5s all ease;
}
.flex-info:hover .footer-item {
    transform: translateY(-35px);
    transition: 0.5s all ease;
}
.flex-info:hover .icon {
    transform: rotate(-35deg) scale(0.8);
    -webkit-transform: rotate(-35deg) scale(0.8);
    -ms-transform: rotate(-35deg) scale(0.8);
    transition: 0.5s all ease;
    left: 60px;
}
@media screen and (max-width: 1440px) {
.flex-info .icon {
    left: 10px;
    top: 10px;
}
.flex-info:hover .icon {
    left: 35px;
    top: 20px;
}
}
@media screen and (max-width: 1280px) {
.flex-info .icon {
    left: 5px;
    top: 5px;
    font-size: 75px;
}
.flex-info:hover .icon {
    left: 25px;
    top: 25px;
}
}
@media screen and (max-width: 1024px) {
.flex-info .icon {
    left: 0;
    top: 0;
    font-size: 65px;
}
.flex-info:hover .icon {
    left: 20px;
    top: 20px;
}
.title-item {
    font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.img-info {
    width: 220px;
    height: 220px;
}
.description-item {
    font-size: 13px;
}
}
