.banner-interne {
    position: relative;
    overflow: hidden;
    width:100%;
    max-height: 545px;
    height: 545px;
    clear: both;
}
.banner-interne:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    }
.img-header {
    max-width: 100%;
    width:100%;
    height: 545px;
}
.title-box {
	position: absolute;
	height: 545px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	flex-direction: column;
}
.title-box h1 {
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Intro';
text-align:center;
}
.container {
/*    width: 1290px;*/
    width: 1600px;
    max-width: 100%;
}
.chemin {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.chemin a {color: #009548;transition: 0.2s;font-size: 16px;}
.chemin a:hover {
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s;
}
.titre_interne {
    font-family: 'Intro';
    color: #1e1e1e;
}
.service .titre_interne{font-size:18px;}
.line {padding-top: 100px;}
p {
    color: #1e1e1e;
    font-size: 15px;
    text-align: justify;
}
.certificat {text-align: center;}
.certificat p {
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
.img_certif img {margin: 0 auto;}
.banner-interne .boxreseau {height: auto;top: 145px;}
.img-services img {margin: 40px auto 0;}
.blocLeft {padding-left: 0;}
.blocRight {padding-right: 0;}
footer{margin-top:100px;}
.formulaire{
    background: url(/Files/App_002/Images/bg_form.jpg);
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_form h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Intro';
    text-align: center;
}
.champs_form {
    width: 75%;
    margin: 30px auto;
}
.pagination {
    clear: both;
    display: block;
    margin: 50px auto;
    text-align: center;
    padding-top: 50px;
}
.list-image-certif img {
    text-align: center;
    margin: 0 auto;
}
.list-image-certif {margin: 10px auto;}
.flexfiltre {
    display: flex;
    align-items: center;
    position: relative;
    color: #333d49;
    font-size: 15px;
    text-transform: uppercase;
}
.boxout {
    height: 100%;
    position: absolute;
    /*  right: 15px; */
    width: 310px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
 .flexfiltre .lib_cat{
    position: relative;
    top: 20px;
    font-size: 15px;
 /*   width: 60%; */
    text-align: right;
    padding-right: 30px;
}
.listfiltre {
    padding: 12px 10px;
    margin-left: 15px;
    height: 54px;
    overflow: hidden;
    position: relative;
    line-height: 28px;
    border: 1px solid #009548;
    background: #f7f7f7;
}
 .listfiltre a{
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none;
    white-space: normal;
    max-width: 100%;
    padding-left: 5px;
}
.listfiltre:after{content:"";width: 0;height: 0;border-style: solid;border-width: 8px 10px 0 10px;border-color: #333 transparent transparent transparent;position:absolute;display:block;right: 30px;top: 25px;}
.listfiltre:hover{height: auto;z-index:111;overflow: auto;max-height: 300px;}
.listfiltre a:hover{color: #333333;}
.listfiltre:before {
content: 'Filter by';
color: #333d49;
font-size: 15px;
text-transform: uppercase;
display: block;
padding: 4px 0;
padding-left:20px;
}
.content_filtre {
    display: block;
    position: relative;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-fr .listfiltre:before {content: 'Filtrer par';}
@media screen and (max-width: 1280px) {
.banner-interne {
    max-height: 350px;
    height: 350px;
}
.img-header {height: 350px;}
.title-box {height: 350px;}
.title-box h1 {font-size: 38px;}
.banner-interne .boxreseau {top: 50px;}
.liste-sociaux li {margin-bottom: 10px;}
}
@media screen and (max-width: 991px) {
.boxreseau{display:none !important;}
.img-header {height: 350px;width: auto !important;max-width: initial;}
.line {padding-top: 20px;}
.certificat p {width: 100%;}
.title-box h1 {font-size: 28px;}
.champs_form {
    width: 100%;
}
.formulaire {
    display: block;
    height: 750px;
    padding-top: 40px;
}
}
