.BlockNosServices {
	    width: 100%;
	    display: block;
	    min-height: 500px;
	    padding: 80px 0px;
	    overflow: hidden;
	    direction: rtl;
}
 
.titreNosServices {
    color: #00117a;
    font-size: 100px;
    font-family: 'Arsenal', sans-serif;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 80px;
}
.titreNosServices span{
	display:block;
}
.Description {
        color: #303030;
        font-size: 15px;
        font-family: 'Arimo', sans-serif;
        font-weight: 400;
}

.LinkVoirPlusAccService  a:hover {
        color: #fff;
            background: #234e9f;
}
.LinkVoirPlusAccService a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 7px 60px;
    font-family: 'Arsenal', sans-serif;
    background: #fff;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration: none;
    color: #234e9f;
    font-size: 18px;
    font-weight: 700;
    margin-top: 60px;
    float: right;
    border: 5px solid #234e9f;
}
.blockImgService  img {
    max-width: 100%;
}

@media screen   and (max-width:767px)  {
	.titreNosServices {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
}
.LinkVoirPlusAccService a{
	margin-top:20px !important;
	    display: table;
    margin: auto;
    float: none;
}
.blockImgService  img {
    max-width: 100%;
	margin-top:30px;
}
}