.service-interne ul
{
margin:0px;
padding:0px;
list-style-type:none;
-webkit-backface-visibility: hidden; backface-visibility: hidden;  
}
.service-interne  .var_nav
{
position:relative;
background:#e2e2e2; 
width:100%;
height:100px;
margin-bottom:5px;
}
.service-interne .link_bg
{
 width:100px;
 height:100px;
 position:absolute;
 background:#707f6d;
 color:#fff;
 z-index:2;
}
.service-interne span::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 1px;
    width: 40%;
    background:#4a52a1;
}
.service-interne span:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 1px;
    width: 100%;
    background:#4a52a1;
}
.service-interne .dsec h3 {
    font-size: 20px;
}
.service-interne .link_bg i
{
 position:relative;
}
.service-interne .link_title
{
position:absolute;
width:100%;
z-index:3;
color:#fff;
}
.service-interne .link_title:hover .icon
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);
background: #dbbe74;
}
.service-interne .var_nav:hover .link_bg
{
width:unset;
background:#E01B6A;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}

.service-interne .icon
{
position:relative;
width:100px;
height:100px;
text-align:center;
font-size: 40px;
color:#fff;
float:left;
float:left;  
}
.service-interne .icon i{top:22px;position:relative;}
.service-interne a {
    display: block;
    position: relative;
    float: left;
    font-family: arial;
    color: #000;
    text-decoration: none;
    width: auto;
    height: unset;
    text-align: center;
    border-bottom: unset;
    border-radius: 0;
    margin-right: 30px;
    padding: 2px 0px;
}
.service-interne span
{
margin: 3px 0;
display:block;
text-transform: capitalize;
}
.dsec {
    width: calc(100% - 100px);
height: 100px;
margin-left: 100px;
text-align: left;
padding-left: 40px;
}
.dsec-det {
   display:inline-block; 
}
.dsec h3 {
    clear: unset;
    color:#133c0b;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 5px;
}
@media (max-width: 1680px){
.dsec {
    width: calc(100% - 75px);
    height: 75px;
    margin-left: 85px;
    text-align: left;
    padding-left: unset;
}
.service-interne .dsec h3 {
    font-size: 18px;
}
.dsec h3 {
    clear: unset;
    color: #133c0b;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 5px;
}
.service-interne a {
    display: block;
    position: relative;
    float: left;
    font-family: arial;
    color: #133c0b;
    text-decoration: none;
    width: auto;
    height: unset;
    text-align: center;
    border-bottom: unset;
    border-radius: 0;
    margin-right: 20px;
    padding: 2px 0px;
}
.service-interne .icon {
    position: relative;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    float: left;
}
.service-interne .link_bg {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #707f6d;
    color: #fff;
    z-index: 2;
}
.service-interne .var_nav {
    position: relative;
    background: #e2e2e2;
    width: 100%;
    height: 75px;
    margin-bottom: 5px;
}
}
@media (max-width: 1440px){ 
.service-interne a {
	margin-right: 8px;
padding: 2px 0px;
font-size: 13px;
}


}