.BlockNosService{
    width: 100%;
    margin: 0px auto;
    padding: 35px 0px;
    background: url(../Images/BgNosServices.jpg) 50% 100% no-repeat !important;
    background-attachment: fixed;
    background-size: cover;
}
.ContentNosService {
    width: 100%;
    margin: 0px auto;
}
.BlockServiceRepeater {
    width: 230px;
    height: 230px;
    border: 1px solid #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0px 25px;
}
.ServiceIng {
   margin-bottom: -1px;
}

.LinkService {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 35px;
    width: 35px;
 
}

.LinkService a {
       background: #0000de;
       color:#fff;
       text-decoration:none;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       -ms-flex-align: center;
       -webkit-align-items: center;
       -webkit-box-align: center;
       width:100%;
       height:100%;
       justify-content: center;
       align-items: center;
       justi;
       font-size: 20px;
}
.BlockServiceRepeater:hover .LinkService a {

    width:100%;
    height:100%;
}
.BlockServiceRepeater:hover .LinkService {
 width:100%;
 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;
}
 
.TroisBlockService {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.BlockService {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}
.BlockService {
    width: 690px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ServiceMainVide {
    border: none !important;
    width: 228px !important;
    /* height: 225px !important; */
}

.ServiceUsine {
    margin-top: -1px;
}
.TitrNosService1 {
    display: inline-block;
    height: 100%;
    width: 100%;
    animation: skew 3s infinite;
    transform: skew(-7deg);
    animation-direction: alternate;
    opacity: 1;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    /* position: absolute; */
    font-size: 5em;
    font-family: 'Bodoni';
    font-weight: bold;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction:column;
    text-align: left;
    line-height: 92px;
    position:relative;
    padding:30px;
}
.TitrNosService {
   width: 340px;
   margin-right: 8%;
}
.TitrNosService1 span {
    width: 100%;
    text-align: left;
    color: #fd1f22;
    
}
.ContentNosService1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    justify-content: space-between;

}
.TitrNosService12{
    position:relative;
    display: table;
}
.TitrNosService12:before {
    position: absolute;
    content: "";
    width: 85px;
    bottom: -30px;
    right: 0px;
    background: url(../Images/PuceBlanc.png) top left no-repeat !important;
    height: 20px;
}
@media screen and (min-width:992px)  and (max-width:1300px)  {
.BlockServiceRepeater {
    width: 180px !important;
    height: 180px !important;
    font-size: 17px !important;
}
.TitrNosService {
    width: 250px;
    margin-right: 0px !important;
}
.TitrNosService1 {
    font-size: 3.8em;
    line-height: 50px;
}
.BlockService {
    width: 600px;
 
}
}


@media screen and (max-width:991px) {
.BlockNosService {
 
    padding: 50px 0px;
 
}
.TitrNosService {
    order: 1;
    margin-right: 0px;
    display: table;
    margin: auto;
    width: 90%;
    text-align: center;
}
.BlockService {
    order: 2;
}
.TitrNosService .TitrNosService1 {
        transform: skew(0deg);
        text-align: center;
        padding-top: 150px;
        padding-bottom: 63px;
        margin-bottom: 50px;
    font-size: 5em;
}
.TitrNosService12:before {
   right: calc(50% - 41px);
   bottom: -10px;
}
.TitrNosService1 span {
    display:block;
    width:100%;
    text-align:center;
    line-height:40px
    }

.BlockService {
    display: table;
    flex-direction: inherit;
    margin: auto;
    width: 500px;
}
.BlockServiceRepeater {
    float:left;
}
}
@media screen and (max-width:530px) {
.BlockServiceRepeater {
    float: left;
    width: 50% !important;
    font-size: 16px !important;
}
}
