.NosProjetBlock {
    width: 100%;
    margin: 0px auto;
    padding: 70px 0px;
    display: block;
    clear: both;
    overflow: hidden;
}
.ContentNosProjet{
    width: 90%;
    margin: 0px auto;
}
.ElementProjetRealise{
  display: inline-block;
  height: 100%;
  width: 100%;
  animation: skew 3s infinite;
  transform: skew(-7deg);
  animation-direction: alternate;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.TitrNosProjet {
    position: relative;
    color: #282828;
    font-size: 5em;
    font-family: 'Bodoni';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 75px;
    margin-bottom: 70px;
    position: relative;
    }
 .TitrNosProjet span{
     display:block;
     color:#0000de;

 }

.TitrNosProjet:before {
    position: absolute;
    content: "";
    width: 85px;
    bottom: -30px;
    left: 0px;
    background: url(../Images/PuceTitre.png) top left no-repeat !important;
    height: 20px;
}
.descriptionNosProjet {
    font-size: 14px;
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 26px;
}
 

.ElementProjetRealise img {
    max-height: 600px;
}

.ElementProjetEncours img { 
  max-height: 600px;
  }
 

.ElementProjetEncours{
    display: inline-block;
    height: 100%;
    width: 100%;
    animation: skew 3s infinite;
    transform: skew(-7deg);
    animation-direction: alternate;
    opacity: 1;
    overflow: hidden;
    position: relative;
 
}
.BlockNosprojeText {
    display: inline-block;
    height: 100%;
    width: calc(100% - 30px);
    animation: skew 3s infinite;
    transform: skew(-7deg);
    animation-direction: alternate;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 999999999;
}

 .VoirPlusNosProject {
    position: absolute;
    bottom: 10px;
    width: 33px;
    height: 33px;
    transform: skew(7deg);
    left: calc(50% - 16px);
    line-height: 33px;
    text-align: center;
    z-index: 9999;
}

.BlockProjetRealise  .VoirPlusNosProject a {
   background: #0000de;
   display: block;
   width: 100%;
   color:#fff;
   font-size:18px;
   text-decoration:none;
   height: 100%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.BlockProjetRealise  .VoirPlusNosProject a:hover {
      background: #fd1f22;
}


.blockProjetEncours .VoirPlusNosProject a {
      background: #fd1f22;

   display: block;
   width: 100%;
   color:#fff;
   font-size:18px;
   text-decoration:none;
   height: 100%;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blockProjetEncours .VoirPlusNosProject a:hover {
      background: #0000de; 
}

.SousTitreNosProject {
    font-size: 2.6em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* line-height: 26px; */
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* line-height: 100%; */
    justify-content: center;
    z-index: 9999;
    position: relative;
    transform: skew(7deg);
}

@media screen   and (max-width:768px)  {
  .TitrNosProjet{
    text-align:center;

  }
  .TitrNosProjet:before {
  
    left: calc(50% - 41px);
  
}
.contentTxtServiceRes{
  margin-bottom:30px;
}
.ContentNosProjet {
    width: 100%;
    margin: 0px auto;
}
.ElementProjetRealise img, .ElementProjetEncours img{
    max-height: 350px !important;
 
}
.BlockProjetRealise {
    margin-bottom: 30px;
}
.SousTitreNosProject {
    font-size: 20px;
}
}


.NosProjetBlockActive  .BlockProjetRealise .BlockNosprojeText:after {
    width: calc(100% - 40px);
}
.NosProjetBlockActive  .blockProjetEncours  .BlockNosprojeText:after {
    width: calc(100% - 40px);
}
.BlockProjetRealise .BlockNosprojeText:after {
    position: absolute;
    content: "";
    width: 0px;
    top: 20px;
    left: 20px;
    background: rgba(0,0,222,.34);
    z-index: 999;
    height: calc(100% - 40px);
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 1.7s;
    -moz-transition-duration: 1.7s;
    -o-transition-duration: .7s;
    transition-duration: 1.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    transition-timing-function: cubic-bezier(0.7,0,.3,1);
}

.blockProjetEncours  .BlockNosprojeText:after {
    position: absolute;
    content: "";
    width: 0px;
    top: 20px;
    left: 20px;
    background: rgba(253,31,34,.34);
    z-index: 999;
    height: calc(100% - 40px);
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 1.7s;
    -moz-transition-duration: 1.7s;
    -o-transition-duration: .7s;
    transition-duration: 1.7s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    -o-transition-timing-function: cubic-bezier(0.7,0,.3,1);
    transition-timing-function: cubic-bezier(0.7,0,.3,1);
}

