#tpl_cms {
	overflow: hidden;
}

#tpl_cms .block_entete{
	padding-bottom: 0px;
	position: relative;
	color:#ffffff;
}

#tpl_cms img {
	max-width: 100%;
}
#tpl_cms .block_entete_content{
	padding: 0px 180px 10px 180px;
}
#tpl_cms .block_entete .introduction{
	font-size: 31px;
	font-weight: 300;
	color:#ffffff;
	padding-bottom: 0;
    margin-top: -15px;
    text-align: left;
    padding-top: 0;
}
#tpl_cms .block_entete h1{
	text-transform: uppercase;
	font-weight: 700;
	color:#ffffff;
	margin: 10px 0px 14px 0px;
	padding: 0px;
	font-size: 32px;
}
#tpl_cms #breadcrumb{
	background: none;
	border-bottom: 1px solid #ffffff;
	padding: 15px;
	font-size: 12px;
}
#tpl_cms .breadcrumb{
	background: none;
	padding: 0px;
	color:#ffffff;
	display: inline;
}
#tpl_cms #breadcrumb a{
	color:#ffffff;
}
#tpl_cms #breadcrumb .fa-home{
	font-size: 18px;
	display:inline-block;
	margin-right: 5px;
}
#tpl_cms .breadcrumb > .active,
#tpl_cms .breadcrumb a {
	color: #ffffff;
}

#tpl_cms .gris{
	background: #f7f7f7;
}
#tpl_cms h2.title{
	position:relative;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left:30px;
}
#tpl_cms h2.title:before{
	content: " ";
	display: block;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 15px;
	height: 15px;
}
#tpl_cms .body{
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
}
#tpl_cms .body ul li{
	list-style: none;
	position: relative;
}
#tpl_cms .body ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: ' ';
	display:block;
	position: absolute;
	left: -15px;
	top: 9px;
}

#tpl_cms .zone.full .col-md-6{
	/*padding: 0px 130px;*/
}
#tpl_cms .visual_container {
	position: relative;
	text-align: center;
}
#tpl_cms .visual_container i{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	margin: auto;
	font-size: 30px;
	opacity: 0;
	width: 30px;
	height:30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#tpl_cms .visual_container:hover i{
	opacity: 1;
}

#tpl_cms .block_entete_visuel.parallax-cms {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 465px;
}
#tpl_cms .block_entete_visuel.parallax-cms img{
    opacity: 0;
}

@media screen and (max-width:1200px){

}
@media screen and (max-width:991px){
	#tpl_cms .block_entete_content{
		padding: 20px 40px 10px 40px;
	}
	#tpl_cms .col-md-2{
		display: none;
	}
	#tpl_cms .block_text{
		/*padding: 0px 25px;*/
	}
	#tpl_cms h2.title{
		/*margin-left: 25px;*/
	}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:500px) {
    #tpl_cms .zone {
        padding: 0;
    }

    #tpl_cms .block {
        padding: 0 5px;
    }
}