.img_interne{
    position: relative;
   
    min-height: 250px;
    width: 100%;
    overflow: hidden;
}
.pathway{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    padding: 0px 15px;
}


.titlecat{color:#fff;font-size:48px;text-transform:uppercase;display: flex;text-align:center;padding: 10px 0px;margin: 0 auto;position: relative;align-items: center;justify-content: center;}
.titlecat:after{content:"";width:10px;height:20px;display:block;background:#46a737;margin-left: 20px;}
.titlecat:before{content:"";width:10px;height:20px;display:block;background:#46a737;margin-right: 20px;}
.linkpath {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.linkpath a {color:#fff;}
.sep{margin:0px 5px;}

.linkpath:before{content:"";width: 100px;height: 1px;border-top: 5px dashed #fff;display: block;margin: 0px auto 20px;}
.clear{clear:both;}


.content img {max-width:100%;}
.content p{text-align:justify; margin-bottom: 25px; font-size: 15px;}
.content li{text-align:justify; margin-bottom: 10px; font-size: 15px;}
.content{margin:5% auto;}


.contact {background:url(../images/contact.jpg) no-repeat;color: #fff;background-size: cover;padding: 40px;}

.titleblock{text-transform:uppercase;font-size:40px;padding-left: 15px;}
.textcontact{padding-left: 15px;text-transform: uppercase;display: block;margin-bottom: 40px;}
.entete{text-transform:uppercase;display: flex;margin-bottom: 0px;}
.entete em {
    font-size: 25px;
    padding-right: 10px;
}


@media (max-width: 767px)

{

.interne{ padding-top: 90px;}
.titlecat{font-size:25px;}
.titleblock {
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 15px;
}
.contact {
    background: url(../images/contact.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    padding: 40px 15px;
    margin: 0px -15px;
}
}







