.bloc-semap {
    position: relative;
    overflow: hidden;
    padding: 90px 0 0;
}
.flex-semap {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.box-semap {
    position: relative;
    overflow: hidden;
}
.txt-semap {
    position: relative;
    overflow: hidden;
}
.title-semap {
    text-align: center;
    display: block;
    font-size: 32px;
    color: #ffad01;
    font-weight: 900;
    text-transform: uppercase;
}
.colorbleu {
    color: #000052;
}
.txt-semap p {
    text-align: center;
    width: 60%;
    margin: 10px auto 0;
    color: #000;
    font-size: 14px;
}
.realisations {
    position: relative;
    overflow: hidden;
    padding: 40px 0 130px;
}
.titleparag.text-center {display: block; text-align: center;}
.imgrealistion {
    padding: 0;
}
.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(0, 0, 0, 0.50);
    -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;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.image-container: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;
}
.hover-link {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    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;
    background: rgba(255,255,255,0.30);
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hover-link:before {font-size: 25px;}
.image-container:hover .hover-link {
    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;
    color: #fff;
}
.image-container {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 370px;
}
.image {
  z-index: 1;
  transition: all .5s;
}
.image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
.caption-num2{
  z-index: 2;
  transition: all .5s;
  padding: 0 30px;
}
.bottom {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0;
}
.caption-num2 {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
.image-container-num2:hover .image-num2 {-webkit-transform: scale(1.5) rotate(-10deg);transform: scale(1.5) rotate(-10deg);}
.image-container-num2:hover .caption-num2 {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
}
.txtbold {
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
}
.txtbold:after {
    content: "";
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.txtlight {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.flex-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.realisations-info {
    position: relative;
    overflow: hidden;
    margin-top: 125px;
}
.flex-realisation {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.flex-info .icon {
    font-size: 45px;
    color: #0f813c;
}
.flex-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-item {
    display: block;
    font-size: 18px;
    color: #114488;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    line-height: 22px;
}
.description-item {
    position: relative;
    display: block;
    font-size: 72px;
    color: #114488;
    font-weight: bold;
    text-align: center;
    line-height: 87px;
    padding-bottom: 5px;
}
.description-item:after {
    content: "";
    background: #0f813c;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
.txt-semap p {
    width: 75%;
}
.flex-semap {
    width: 90%;
}
}
@media screen and (max-width: 1280px) {
.txt-semap p {
    width: 85%;
}
}
@media screen and (max-width: 1024px) {
.txt-semap p {
    width: 100%;
}
.flex-semap {
    width: 100%; padding: 0 30px;
}
.title-semap {
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
.flex-semap {
    padding: 0 15px;
}
.title-semap {
    font-size: 23px;
}
.flex-realisation {
    margin-top: 50px;
}
.imgrealistion:nth-child(4), .imgrealistion:nth-child(5), .imgrealistion:nth-child(6), .imgrealistion:nth-child(7), .imgrealistion:nth-child(8)  {
    display: none;
}
}
@media screen and (max-width: 550px) {
.bloc-semap {
    padding: 50px 0 0;
}
}