@import url('rest.css');
@import url('preloader.css');
@import url('contact.css');
@import url('select.css');
@import url('pagination.css');
@import url('breadcrumbs.css');

body {
	color: #515151;
	font-family: 'Oxygen';
	font-size: 16px;
}

* {
	margin: 0px;
	padding: 0px;
}

p {
	font-family: 'Oxygen';
	font-size: 18px;
}

ul {
	padding-left: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.container {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px !important;
	}
}

.img-responsive {
	max-width: 100%;
	height: auto;
}


/* css header page */

.header-sevam {
	padding: 0px;
	background: transparent;
	position: fixed;
	top: 0px;
	z-index: 10;
	width: 100%;
	border-radius: 0px;
}

.header-sevam.scroller {
	background: #fff;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.67);
}

.header-sevam .navbar {
	padding: 0px;
}

/*
.navb-sevam .navbar-brand{

	clear: both;

	float: none;

	display: block;

	height: auto;

	max-width: 200px;

	padding: 0px;

}

#menu_sevam{

	float: right;

	padding: 0px;

	margin: 0px;

}
.menu_header{

	margin-top: 45px;

}
.menu_header li{

	margin-left: 10px;

	margin-right: 10px;

}
.menu_header li:first-child{

	margin-left: 0px; 

}
.menu_header li:last-child{

	margin-right: 0px; 

}
.navbar-inverse .navbar-nav > li > a,

.menu_header li a{

    display: block;

    font-size: 14px;

    letter-spacing: .03em;

    color: #fff;

    text-transform: uppercase; 

    margin: 0px;

    padding: 10px 0px;

    text-transform: uppercase;

	font-family: 'NexaFreeBoldwebfont';

}
.navbar-inverse .navbar-nav > li:hover > a,

.menu_header li:hover a{

	background: transparent;

    color: #fff;

}
.navbar-inverse .navbar-nav > li.selected > a > span,
.navbar-inverse .navbar-nav > li:hover > a > span {
	display: block;
	height: 3px;
	background: #7e9824;
}
*/



.logo {
	float: left;
}

.header-sevam nav {
	float: right;
	text-align: right;
}

.menu_header_top ul li,
.men_header_bottom ul li {
	display: inline-block;
	margin-left: 20px;
}

.menu_header_top ul li a {
	font-size: 0px;
}

.men_header_bottom ul li:first-child {
	margin-left: 0;
}

.men_header_bottom ul li a {
	font-family: 'NexaFreeBoldwebfont';
	font-size: 14px;
	letter-spacing: .03em;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.header-sevam.scroller .men_header_bottom ul li a {
	color: #b53030;
}

.men_header_bottom ul li.selected a,
.men_header_bottom ul li a:hover {
	border-bottom: 3px solid #7e9824;
}

.hamburger {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.men_header_bottom ul li {
		margin-left: 10px;
	}

	.men_header_bottom ul li a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.header-sevam {
		background-color: #fff;
		position: inherit;
	}

	.header-sevam nav {
		text-align: unset;
	}

	.logo {
		text-align: -webkit-center;
		text-align: -moz-center;
		width: 100%;
	}

	.menu_header_top {
		position: absolute;
		top: 35px;
		right: 0;
	}

	.menu_header_top ul {
		margin-bottom: 0px;
	}

	.espace_client {
		width: 100px;
		height: 90px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.men_header_bottom {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #222222;
		transition: .4s ease;
		-webkit-transition: .4s ease;
		-moz-transition: opacity .4s ease;
		overflow-y: auto;
		margin-top: 0px;
		padding: 0 15px;
	}

	.men_header_bottom ul {
		display: block;
		margin-bottom: 60px;
	}

	.men_header_bottom ul li {
		margin: 0 0 20px 0;
		display: block;
	}

	.men_header_bottom ul li a {
		font-size: 19px;
		color: #fff;
	}

	.hamburger {
		position: absolute;
		left: 0;
		top: 20px;
		margin: auto;
		z-index: 999;
		width: 75px;
		height: 75px;
		cursor: pointer;
		display: block;
	}

	.hamburger button {
		background: transparent;
		border: 0;
		outline: none;
	}

	.hamburger samp,
	.hamburger .ferme {
		font-family: 'NexaFreeBoldwebfont';
		font-size: 9px;
		color: #95b936;
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}

	.hamburger .ferme {
		color: #95b936;
		display: none;
	}

	.hamburger.animate samp {
		display: none;
	}

	.hamburger.animate .ferme {
		display: block;
	}

	.hamburger.animate {
		position: fixed;
	}

	.bar,
	.bar:after,
	.bar:before {
		height: 4px;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.bar {
		transform: translateY(25px);
		background: #95b936;
		transition: all 0ms 300ms;
		position: absolute;
		top: 6px;
		width: 22px;
		right: 0;
		left: 0;
		margin: auto;
	}

	.bar.animate {
		background: rgba(255, 255, 255, 0);
	}

	.bar:before {
		content: "";
		position: absolute;
		left: -7px;
		bottom: 11px;
		background: #95b936;
		width: 33px;
		transition: bottom 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.bar:after {
		content: "";
		position: absolute;
		left: -7px;
		top: 11px;
		width: 33px;
		background: #95b936;
		transition: top 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	}

	.bar.animate:after {
		background: #95b936;
		top: 0;
		transform: rotate(45deg);
		transition: top 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
		;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		width: 33px;
		height: 4px;
	}

	.bar.animate:before {
		background: #95b936;
		bottom: 0px;
		transform: rotate(-45deg);
		transition: bottom 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms 500ms cubic-bezier(0.23, 1, 0.32, 1);
		;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		width: 33px;
		height: 4px;
	}

	.show_menu {
		right: 0%;
		opacity: 1;
		z-index: 999;
	}

	.hide_menu {
		opacity: 0;
		right: 100%;
	}
}





/* menu_page_interne */

.menu_list_page {

	margin-bottom: 35px;

}

.menu_page_interne {

	text-align: center;



}

.menu_page_interne li {
	border-bottom: 1px solid #d7d7d7;
	margin: 0px;
	margin-left: -5px;
	display: inline-block;
}

.menu_page_interne li a {

	text-transform: uppercase;

	color: #595959;

	font-size: 12px;

	font-family: 'NexaFreeBoldwebfont';

	line-height: 50px;

	padding-left: 6px;

	padding-right: 6px;

	display: block;

	position: relative;

}



.menu_page_interne li.selected a:after {

	content: " ";

	display: block;

	width: 100%;

	height: 5px;

	background: #81b62e;

	position: absolute;

	left: 0px;

	bottom: -3px;

}

.menu_big .menu_page_interne li a {

	font-size: 18px;

	padding-left: 40px;

	padding-right: 40px;

}

/*

.menu_page_interne li.selected,

.menu_page_interne li:hover{

	border-bottom: 1px solid #7e9824;

}

*/

.menu_page_interne li.selected a,

.menu_page_interne li:hover a {

	color: #81b62e;

}



.menu_list_page.scroller {

	margin-bottom: 35px;

	position: fixed;

	top: 114px;

	background: #fff;

	z-index: 99;

	width: 100%;

	left: 0px;

	text-align: center;

}

.menu_list_page.scroller .menu_page_interne li {

	border-top: 1px solid #d7d7d7;
}

/*
.menu_list_page.scroller  .menu_page_interne li.selected a:before{

	content: " ";

	display: block;

	width: 100%;

	height: 5px;

	background: #81b62e;

	position: absolute;

	left: 0px;

	top: -3px;

}*/


/* css switcher slider accueil */


/* css switcher */



#switcher_accueil {

	position: relative;

}

#switcher_accueil img.img-responsive {
	display: block;
	margin: 0px auto;
	width: 100%;
}

#switcher_accueil .switcher-contenu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 330px;
}

.switcher-contenu h1 {
	font-family: 'Garnet Capitals';
	color: #fff;
	max-width: 530px;
	font-size: 85px;
	line-height: 80px;
	font-weight: 900;
}

.switcher-contenu p {
	color: #fff;
	font-size: 18px;
	font-family: 'Oxygen';
	max-width: 580px;
	line-height: 35px;
}

.switcher-accueil .owl-controls {
	position: absolute;
	width: 100%;
	bottom: 10px;
}

.switcher-accueil .owl-pagination .owl-page span {

	width: 35px;

	height: 5px;

	border-radius: 7px;

	background: #d0d0d0;

	opacity: 1;

}

.switcher-accueil .owl-pagination .owl-page.active span {
	background: #ffc000
}


/* css switcher headre pout tous les page */



.section_header_page {

	background: #000000;

	position: relative;

}

.section_header_page .img-responsive {

	margin: auto;

	width: 100%;

}

.section_header_page .header_page_contenu {}

.section_header_page .header_page_contenu_text {
	font-family: 'Garnet Capitals';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	font-size: 50px;
	color: #ffffff;
	height: 30%;
	line-height: 20px;
	padding-top: 5%;
	text-transform: uppercase;
	font-weight: 900;
}


.section_header_page .header_page_contenu_text .switcher_style_1 {
	display: block;
	line-height: 82px;
	font-size: 80px;
	font-family: 'NexaFreeBoldwebfont';
}

.section_header_page .header_page_contenu_text .switcher_style_1 label {
	display: block;
	font-size: 52px;
	font-family: 'NexaFreeLightwebfont';
	text-align: center;
	text-transform: uppercase;
}


@media (max-width: 768px) {

	.section_header_page .header_page_contenu_text {

		height: 100%;
		font-size: 26px;
		line-height: 30px;
		padding-top: 20%;

	}

	.menu_list_page.scroller {

		position: inherit;

	}

	.menu_big .menu_page_interne li a {
		font-size: 16px;
	}

	.chiffres-cles-style {
		text-align: center;
	}

	.chiffres-cles-style img {
		display: block;
		margin: auto;
	}

	.chiffres-cles-style p.text-bolde {
		line-height: 60px;
	}

	.chiffres-cles-style .text-right {
		text-align: center;
	}

	.chiffres-cles-style .line-height-10 p {
		line-height: 28px !important;
	}

	.desc_1_l {
		position: inherit;
		display: block;
		margin: 10px auto 30px;
	}
}





/* css main page */



.main_page {

	min-height: 400px;

}



.section_block {

	margin-bottom: 40px;

}

.section_block_titre {

	font-size: 24px;

	color: #414141;

	text-transform: uppercase;

	font-family: 'NexaFreeLightwebfont';

}

.section_block_titre b {

	font-size: 40px;

	color: #aa231b;

	font-family: 'NexaFreeBoldwebfont';

}

.btn-green {

	color: #aac444;

	border: 1px solid #aac444;

	border-radius: 7px;

	display: inline-block;

	padding: 10px 30px;

	font-family: 'NexaFreeBoldwebfont';

	letter-spacing: .5em;

	font-size: 13px;

	text-transform: uppercase;

}

.section_page {

	margin: 40px auto;

}

.section_page_contenu h1 {

	font-size: 40px;

	font-family: 'NexaFreeBoldwebfont';

	margin-bottom: 30px;

}

.section_page_contenu p {

	margin-bottom: 20px;

	line-height: 25px;

	font-size: 16px;

}

.section_page_contenu h4 {

	font-size: 24px;

	line-height: 34px;

	font-family: 'NexaFreeBoldwebfont';

}

.section_page_contenu p.text-bolde {

	font-weight: bold !important;

	color: #4e4e4e;

}

.section_page_contenu b,

.section_page_contenu strong {

	font-weight: bold;

	color: #4e4e4e;

}

.border_bottom_line {

	border-bottom: 1px solid #c2c2c2;

	padding-bottom: 20px;

}

.border_left_right {

	border-right: 1px solid #c2c2c2;

	border-left: 1px solid #c2c2c2;

	padding: 20px;

}

.desc_1 {}

.desc_1 img {}



.desc_1_l {

	font-size: 26px;

	color: #787878;

	font-family: 'NexaFreeBoldwebfont';

	margin-left: 20px;

	position: relative;

	top: 20px;

	line-height: 20px;

}

.activite_p {

	margin-top: 40px;

}

.activite_p label {

	position: relative;

	top: -14px;

	color: #4e4e4e;

}

.etimg {

	display: block;

	margin-top: 20px;

}

@media (max-width: 767px) {
	.section_block_titre b {
		font-size: 30px;
	}

	.section_block_titre {
		margin-top: 20px;
	}
}

/* css nos references */

.section_nosreferences {

	margin: 30px auto;

}

.titre-border-right {

	position: relative;

	margin-bottom: 20px;

}

.titre-border-right label {

	font-size: 23px;

	font-family: 'NexaFreeBoldwebfont';

	display: inline-block;

	background: #fff;

	padding-right: 15px;

}



.titre-border-right:before {

	content: " ";

	display: inline-block;

	width: 100%;

	height: 1px;

	background: #d7d7d7;

	position: absolute;

	left: 0px;

	right: 0px;

	top: 0px;

	bottom: 0px;

	margin: auto;

	z-index: -1;

}



.titre-border-right.border_red:before {

	background: #ab271e
}

.titre-border-right.text-center {

	margin-top: 40px;

}

.titre-border-right.text-center label {

	padding-left: 30px;

	padding-right: 30px;

	text-transform: uppercase;

}

.equip_projet img {

	margin-right: 20px;

}

.equip_projet p {

	font-size: 21px;

	color: #656565;

	font-weight: bold;

	font-family: 'Oxygen';

}



.table_descriptive_body {

	margin: 20px auto;

}

.table_descriptive_body .row {

	margin-bottom: 15px;

}

.table_descriptive_body .nom_des p {

	font-size: 22px;

	color: #9a9a9a;

	font-family: 'NexaFreeBoldwebfont';

}

.table_descriptive_body .valeur_des p {
	font-size: 27px;
	color: #575757;
	font-family: 'NexaFreeBoldwebfont';
	text-align: center;
}

.table_descriptive_body .valeur_des p span {
	font-size: 27px;
	color: #575757;
	font-family: 'NexaFreeLightwebfont';
	text-align: center;
}

.table_descriptive_body .valeur_des p label {

	font-size: 12px;

	color: #8c8c8c;

	font-family: 'NexaFreeBoldwebfont';

	text-transform: uppercase;

	display: block;

	line-height: 16px;

	margin-top: 8px;

}

.hr_red {

	display: block;

	height: 2px;

	width: 100%;

	background: #aa251a;

	margin-top: 30px;

}

.list_nosreferences .item_reference {
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	text-align: center;
}

.list_nosreferences .row .item_reference:first-child {
	border-left: 0px;
}

.list_nosreferences .row .item_reference:last-child {

	border-right: 0px;

}

.list_nosreferences .row:last-child .item_reference {

	border-bottom: 0px;

}

.item_reference div img {

	-webkit-filter: grayscale(100%);

	filter: grayscale(100%);

	-webkit-transition: .2s ease-in-out;

	transition: .2s ease-in-out;

	cursor: pointer;

	margin: 0px auto;

}

.item_reference div:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#list_nosreferences.list_nosreferences .item_reference {
	border: 1px solid #d7d7d7 !important;

}

#list_nosreferences .owl-controls {
	height: 0px;
}

#list_nosreferences .owl-controls .owl-next,
#list_nosreferences .owl-controls .owl-prev {
	position: absolute;
	top: 0px;
	z-index: 999999;
	opacity: 1;
	border-radius: 0px;
	margin: 0px;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	font-size: 0px;
}

#list_nosreferences .owl-controls .owl-next {
	right: 0px;
	background: url(../images/flechereferencesright.png) no-repeat center center;
}

#list_nosreferences .owl-controls .owl-prev {
	left: 0px;
	background: url(../images/flechereferences.png) no-repeat center center;
}

#catogues_accueil {
	position: relative;
	top: -60px;
}

#catogues_accueil .owl-controls {
	height: 0px;
}

#catogues_accueil .owl-controls .owl-next,
#catogues_accueil .owl-controls .owl-prev {
	position: absolute;
	top: 0px;
	z-index: 99;
	opacity: 1;
	border-radius: 0px;
	margin: 0px;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	font-size: 0px;
}

#catogues_accueil .owl-controls .owl-next {
	left: 0px;
	background: url(../images/flechereferences.png) no-repeat center center;
}

#catogues_accueil .owl-controls .owl-prev {
	right: 0px;
	background: url(../images/flechereferencesright.png) no-repeat center center;
}

.catogues_accueil_item {
	position: relative;
	margin: 10px;

}

.catogues_accueil_item_c {

	border-radius: 21px;

}

.catogues_accueil_item_c_h {}

.catogues_accueil_item_c_h img {
	display: block;
	margin: auto;
	max-width: 100%;
	border-radius: 21px;
}

.catogues_accueil_item_c_m {
	background: #ececec;
	text-align: center;
	min-height: 142px;
}

.catogues_accueil_item_c_mm {
	height: 40px;
	background: #ececec;
	border-radius: 100%;
	position: relative;
	top: -20px;
}

.catogues_accueil_item_c_mm .cercle_image {
	display: block;
	margin: 0px auto;
	width: 110px;
	height: 110px;

	background: #aa231b;

	border-radius: 50%;

	position: relative;

	top: -55px;

}

.catogues_accueil_item_c_mm img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0px;

	right: 0px;

	left: 0px;

	bottom: 0px;

	max-width: 100%;

	max-height: 100%;

}

.catogues_accueil_item_c_m h4 {

	font-size: 23px;

	color: #414141;

	font-family: "NexaFreeBoldwebfont";

}

.catogues_accueil_item_c_m p {
	max-width: 240px;
	margin: 15px auto;
	font-size: 20px;
	color: #414141;
	font-family: 'NexaFreeLightwebfont'
}

.catogues_accueil_item_c_m a {
	display: block;
	width: 180px;
	height: 44px;
	line-height: 45px;
	color: #aa231b;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #d9d9d9;
	text-transform: uppercase;
	text-align: center;
	font-family: 'NexaFreeLightwebfont'

}

.catogues_accueil_item_c:hover a {
	background: #aac444;
	color: #fff;
}

.titre_h3 {

	font-size: 34px;

	color: #b53030;

	font-family: 'ZonaBold';

	font-weight: bold;

	text-transform: uppercase;

}

.titre_h5 {

	font-size: 22px;

	color: #3c3c3c;

}

.titre_and_border_left_right {

	font-size: 24px;

	text-transform: uppercase;

	text-align: center;

}

.contenu_image_text {
	position: relative;
}

.contenu_image_text img {
	display: block;
	width: 100%;
	margin: auto;
}

.contenu_image_text {
	position: relative;
}

.contenu_image_text label {
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 47px;
	color: #ffffff;
	font-family: 'ZonaBold';
	text-transform: uppercase;
	text-align: center;
	height: 47px;
	line-height: 47px;
}

.block_s h5 {
	font-size: 25px;
	font-family: 'Oxygen';
	font-weight: bold;
	color: #3c3c3c;
	line-height: 10px;
	margin: 0px;
}

.block_s p {
	font-size: 18px;
	color: #3c3c3c;
	font-family: 'Oxygen';
	font-weight: 400;
}

.style_box_2 {
	margin-bottom: 50px;
}

.style_box_2 strong {
	font-size: 26px;
	color: #aa251a;
	font-weight: bold;
	font-family: 'Oxygen';
	margin-top: 28px;
	display: block;
	line-height: 25px;
}

.style_box_2 .col-md-8 p {

	font-weight: bold;

	font-size: 16px;

}

.block_4_titre_green {

	margin-top: 50px;

}

.block_4_titre_green .row {

	margin-bottom: 60px;

}

.block_4_titre_green h4 {

	text-align: center;

	font-weight: bold;

	font-size: 40px;

	font-family: 'Oxygen';

	color: #81b62e;

	margin-bottom: 40px;

}

.block_4_titre_green p {

	font-size: 18px;

	color: #595959;

	font-family: 'Oxygen';

	font-weight: 400;

	text-align: center;

	line-height: 34px;

}

.big-titre {

	font-size: 40px;

	color: #595959;

	font-weight: bold;

	text-transform: uppercase;

	font-family: 'Oxygen';

	text-align: center;

}

.section_page_contenu h4.sous-big-titre {

	font-size: 28px;

	color: #595959;

	font-family: 'Oxygen' !important;

	text-align: center;

	font-weight: 400;

}

.sous-big-titre:after {

	content: " ";

	display: block;

	width: 80%;

	max-width: 490px;

	height: 1px;

	background: #81b62e;

	margin: 20px auto 40px;

}

.big-titre-part {

	font-size: 40px;

	text-transform: uppercase;

	color: #555555;

	text-align: left;

	font-family: 'Oxygen' !important;

	font-weight: bold;

	margin-bottom: 40px;

}

.part {

	margin-bottom: 40px;

}

.part h5 {

	font-family: 'ZonaPro';

	font-size: 30px;

	color: #af3027;

	font-weight: bold;

	margin-bottom: 28px;

}

.part h5 span {

	color: #af3027;

	border: 3px solid #af3027;

	font-family: 'ZonaPro';

	font-size: 21px;

	display: inline-block;

	width: 45px;

	height: 45px;

	text-align: center;

	line-height: 39px;

	border-radius: 50%;

	margin-right: 20px;

}

.part p {

	font-size: 18px;

	line-height: 28px;

	color: #595959;

	font-weight: 400;

}

.part ul li {

	margin-bottom: 22px;

	font-family: 'Oxygen';

	font-size: 18px;

	font-weight: bold;

}

.part ul li img {
	margin-right: 25px;
}

.part_orientations {
	position: relative;
	overflow: hidden;
}

.part_orientations ul li {
	margin-bottom: 70px;
	float: left;
	width: 48%;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
	font-weight: 100;
}

.part_orientations ul li span {
	max-width: 75%;
	display: block;
}

.part_orientations ul li img {
	max-width: 120px;
	margin-right: 0;
	margin-bottom: 25px;
}

.part_engagement div {
	margin-bottom: 60px;
}

.part_engagement h5 {
	font-size: 24px;
}

.block_recyclage .antoine .antoine-img {
	margin: auto;
}

.block_recyclage .antoine p {
	position: relative;
	font-family: 'ZonaPro';
	font-size: 36px;
	color: #595959;
	line-height: 42px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

.block_recyclage .antoine .vergil1,
.block_recyclage .antoine .vergil {
	position: absolute;
}

.block_recyclage .antoine .vergil1 {
	left: -20px;
	top: 0px;
}

.block_recyclage .antoine .vergil {
	margin-left: 20px;
	bottom: 0px;
}

.block_recyclage p {
	font-size: 18px;
	color: #595959;
	font-family: 'Oxygen';
	line-height: 38px;
}

p.back_green_c {
	background: #81b62e url(../images/recycle-symbol-of-three-leaves.png) no-repeat left top;
	padding: 50px 40px 50px 80px;
	color: #fff;
	font-size: 30px;
	font-weight: 400
}

p.style_2 {
	font-weight: 400;
	color: #595959;
	font-size: 24px;
	padding-top: 30px;
}

p.block_recyclage_p_ul {
	padding-left: 70px;
	background: url(../images/tick-inside-circle.png) no-repeat left top;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
}

.block_contact_footer {
	margin: 60px auto 40px;
	padding-top: 20px;
	border-top: 1px solid #c1c1c1;
}

.block_contact_footer p {
	font-size: 28px;
	color: #595959;
	font-weight: 400;
	max-width: 540px;
}

.block_contact_footer .btn-contact {

	padding: 18px 40px;

	background: #85b939;

	border-radius: 21px;

	color: #fff;

	font-size: 21px;

	font-weight: bold;

	margin: 20px auto;

	display: inline-block;

}

.block_contact_footer .btn-contact img {

	margin-right: 15px;

}

.timeline_number {
	list-style: none;
	padding: 5px 0 5px;
	position: relative;
}

@media (max-width: 575px) {
	.part_engagement h5 {
		font-size: 20px;
	}

	.part_engagement h5 span {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 25px;
	}

	/*.part_orientations ul li img{
        margin-right: 20px;
    }*/
	.part_orientations ul li {
		width: 100%;
		float: unset;
	}

	.part_orientations ul li span {
		max-width: 90%;
	}
}



/* css footer */

/* css map */

.map_sevam_contenu {

	padding: 0px;

}

.map_sevam {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}


.map_sevam iframe {
	width: 100%;
	height: 510px;
	border: 0px;
	position: absolute;
	top: -54px;
}

.footer_sevam_info {

	background: #b63031;

	min-height: 450px;

}

.footer_sevam_info_contenu {

	padding: 40px 40px 40px 60px;

}

.footer_adresse {

	margin-top: 40px;

}



.footer_adresse li {

	color: #fff;

}
.container_footer{
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 10px 0;
}
.container_footer p {
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
}
.sub_footer label {
    font-family: 'Oxygen';
    font-size: 14px;
    color: #747474;
}
.sub_footer label a {
    margin-left: 5px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    display: inline-block;
}
.sub_footer label a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

@media (max-width: 575px){
	.container_footer{
		display: block;
		text-align: center;
	}
	.container_footer p {
		margin: 0px auto 15px auto;
	}
}

/* css timeline */



.timeline {

	list-style: none;

	padding: 5px 0 5px;

	position: relative;

}

.timeline h6 {

	margin-bottom: 0px;

	font-size: 15px;

}

.timeline:before {

	top: 0;

	bottom: 0;

	position: absolute;

	content: " ";

	width: 2px;

	background-color: #9aaa2b;

	left: 49%;

	margin-left: -1.5px;

	background: rgb(80, 80, 80);

	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));

	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

}

.timeline>li {

	margin-bottom: 5px;

	position: relative;

}

.timeline>li:before,

.timeline>li:after {

	content: " ";

	display: table;

}

.timeline>li:after {

	clear: both;

}

.timeline>li:before,

.timeline>li:after {

	content: " ";

	display: table;

}

.timeline>li:after {

	clear: both;

}

.timeline>li>.timeline-panel {

	width: 45%;

	text-align: left;

	float: right;

	border: 1px solid #d4d4d4;

	border-radius: 4px;

	padding: 15px;

	position: relative;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

}

.timeline>li>.timeline-panel:before {

	position: absolute;

	top: 7px;

	display: inline-block;

	border-top: 7px solid transparent;

	border-left: 7px solid #ccc;

	border-right: 0 solid #ccc;

	border-bottom: 7px solid transparent;

	content: " ";

	border-left-width: 0;

	border-right-width: 10px;

	left: -10px;

	right: auto;

}

.timeline>li>.timeline-panel:after {

	position: absolute;

	top: 7px;

	display: inline-block;

	border-top: 7px solid transparent;

	border-left: 7px solid #fff;

	border-right: 0 solid #fff;

	border-bottom: 7px solid transparent;

	content: " ";

	border-left-width: 0;

	border-right-width: 10px;

	left: -10px;

	right: auto;

}

.timeline>li>.timeline-badge {

	color: #fff;

	width: 35px;

	height: 35px;

	line-height: 34px;

	font-size: 20px;

	text-align: center;

	position: absolute;

	top: 8px;

	left: 50%;

	margin-left: -30px;

	background-color: #9aaa2b;

	z-index: 8;

	border-top-right-radius: 50%;

	border-top-left-radius: 50%;

	border-bottom-right-radius: 50%;

	border-bottom-left-radius: 50%;

}



.timeline>li.timeline-inverted>.timeline-panel {

	float: left;

}

.timeline>li.timeline-inverted>.timeline-panel:before {

	border-left-width: 12px;

	border-right-width: 0px;

	left: auto;

	right: -12px;

}

.timeline-inverted {

	padding-top: 5px;

}

.timeline>li.timeline-inverted>.timeline-panel:after {

	border-left-width: 12px;

	border-right-width: 0px;

	left: auto;

	right: -12px;

}

.overlay {

	position: absolute;

	width: 100%;

	min-height: 100%;

	background: rgba(0, 0, 0, 0.8);

	top: 0;

}



.timeline .date-info {

	display: block;

	width: 100%;

	font-family: 'NexaFreeLightwebfont';

	color: #b63031;

	font-size: 24px;

}



.timeline .date-info strong {

	font-family: 'NexaFreeBoldwebfont';



}

.timeline-inverted .date-info {

	text-align: right;

}



.timeline p {

	font-size: 14px;

	line-height: 20px;

}



@media (max-width: 768px) {



	.timeline:before {

		left: 0.9%;

	}

	.timeline>li>.timeline-badge {

		left: 2.2%;

	}

	.timeline>li>.timeline-panel {

		width: 94%;

	}

	.timeline>li.timeline-inverted>.timeline-panel {

		float: right;

	}



	.timeline>li.timeline-inverted>.timeline-panel:before {

		border-left-width: 0;

		border-right-width: 10px;

		left: -10px;

		right: auto;

	}

	.timeline>li.timeline-inverted>.timeline-panel:after {

		border-left-width: 0;

		border-right-width: 10px;

		left: -10px;

		right: auto;

	}

}















/* css timeline */



.timeline_number-item {

	list-style: none;

	padding: 5px 0 5px;

	position: relative;

	margin-top: 40px;

}

.timeline_number-item:before {

	top: 0;

	bottom: 0;

	position: absolute;

	content: " ";

	width: 0px;

	left: 49%;

	margin-left: -1.5px;

	border: 2px dashed #90c233;

}

.timeline_number-item>li {

	margin-bottom: 5px;

	position: relative;

}

.timeline_number-item>li:before,

.timeline_number-item>li:after {

	content: " ";

	display: table;

}

.timeline_number-item>li:after {

	clear: both;

}

.timeline_number-item>li:before,

.timeline_number-item>li:after {

	content: " ";

	display: table;

}

.timeline_number-item>li:after {

	clear: both;

}





.timeline_number-item>li>.timeline_number-panel {

	width: 45%;

	text-align: left;

	float: right;

	border: 1px solid #d4d4d4;

	border-radius: 4px;

	padding: 15px;

	position: relative;

	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);

}

.timeline_number-item>li>.timeline_number-panel:before {

	position: absolute;

	top: 7px;

	display: inline-block;

	border-top: 7px solid transparent;

	border-left: 7px solid #ccc;

	border-right: 0 solid #ccc;

	border-bottom: 7px solid transparent;

	content: " ";

	border-left-width: 0;

	border-right-width: 10px;

	left: -10px;

	right: auto;

}

.timeline_number-item>li>.timeline_number-panel:after {

	position: absolute;

	top: 7px;

	display: inline-block;

	border-top: 7px solid transparent;

	border-left: 7px solid #fff;

	border-right: 0 solid #fff;

	border-bottom: 7px solid transparent;

	content: " ";

	border-left-width: 0;

	border-right-width: 10px;

	left: -10px;

	right: auto;

}

.timeline_number-item>li>span {

	width: 70px;

	height: 70px;

	line-height: 60px;

	font-size: 33px;

	text-align: center;

	position: absolute;

	top: 8px;

	left: 50%;

	margin-left: -47px;

	background-color: #fff;

	z-index: 8;

	border-radius: 50%;

	border: 5px solid #90c233;

	color: #90c233;

	font-weight: bold;

	font-family: 'ZonaPro'

}

.timeline_number-item>li.timeline_number-inverted>.timeline_number-panel {

	float: left;

}

.timeline_number-item>li.timeline_number-inverted>.timeline_number-panel:before {

	border-left-width: 12px;

	border-right-width: 0px;

	left: auto;

	right: -12px;

}

.timeline-inverted {

	padding-top: 5px;

}

.timeline_number-item>li.timeline_number-inverted>.timeline_number-panel:after {

	border-left-width: 12px;

	border-right-width: 0px;

	left: auto;

	right: -12px;

}





@media (max-width: 768px) {


	.timeline_number-item:after {
		right: 0px;
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 0px;
		margin-left: -1.5px;
		border: 2px solid #90c233;
	}

	.timeline_number-item:before {
		left: 0px;
		border-style: solid;
	}

	.timeline_number-item>li>span {
		position: relative;
		width: 40px;
		height: 40px;
		line-height: 35px;
		font-size: 20px;
		border: 3px solid #90c233;
		color: #90c233;
		display: block;
		margin: auto;
		left: 0px;
		right: 0px;
		top: 45px;
	}

	.timeline_number-item>li>.timeline_number-panel {

		width: 100%;
		float: left;
		padding-top: 50px;

	}

	.timeline_number-item>li.timeline-inverted>.timeline_number-panel {

		float: right;

	}



	.timeline_number-item>li.timeline_number-inverted>.timeline_number-panel:before {

		border-left-width: 0;

		border-right-width: 10px;

		left: -10px;

		right: auto;
		padding-top: 30px;
		display: none;

	}

	.timeline_number-item>li.timeline_number-inverted>.timeline_number-panel:after {

		border-left-width: 0;

		border-right-width: 10px;

		left: -10px;

		right: auto;
		display: none;

	}


	.contenu_image_text label {
		width: 100%;
		text-align: center;
		font-size: 24px;
		left: 0px;
		right: 0px;
	}

	.timeline_number-item>li>.timeline_number-panel:before,
	.timeline_number-item>li>.timeline_number-panel:after {
		display: none;
	}

	.timeline_number-item>li {
		display: inline-block;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}







/* end css timeline */







/* css page actualtes */

.contenu_actualites .row {
	margin-bottom: 30px;
}

.actualite-item>.actualite_item_image {
	display: block;
	position: relative;
}

.actualite-item>a>img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

.actualite-item a.cont_f {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 21px;
	color: #ffffff;
	font-family: 'NexaFreeBoldwebfont';
	padding: 0px 20px 20px 20px;
}

.actualite-item a.cont_f span {
	display: block;
	font-size: 11px;
	color: #9de827;
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
	.actualite-item a.cont_f {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.contenu_actualites .row {
		margin-bottom: 0px;
	}

	.contenu_actualites .row .col-md-4 {
		margin-bottom: 30px;
	}

	.actualite-item {
		max-width: 340px;
	}

}


/* carrieres */

.espace_form_carraiere {
	margin: 60px auto 40px;
	max-width: 700px;
}

.espace_form_carraiere .form-group {

	margin-bottom: 20px;

}

.espace_form_carraiere .form-group label {
	font-size: 14px;
	color: #313131;
	font-family: 'NexaFreeBoldwebfont';
}

.input-botton {
	background: rgb(239, 239, 239);
}

.espace_form_carraiere .form-control {
	height: 40px;
	border-radius: 0px;
	border: 1px solid #c3c1c1;
}

.espace_form_carraiere textarea.form-control {

	height: 130px;

	display: block;

	width: 100%;

}

.espace_form_carraiere .form-control:focus {

	box-shadow: none;

	outline: none;

}

.espace_form_carraiere .form-group label.input_label {

	display: block;

	font-size: 17px;

	color: #515151;

	font-family: 'Nexa Light Regular';

}



.espace_form_carraiere .form-group label.input_label span {

	margin-right: 5px;

}








/* css paty produits */



.block_menu_cat {}

.block_menu_cat ul {}

.block_menu_cat>ul>li {
	margin-bottom: 5px;
	border-bottom: 1px solid #bebebe;
}

.block_menu_cat>ul>li>a {
	font-size: 21px;
	color: #9c9c9c;
	font-family: "NexaFreeBoldwebfont";
	display: block;
	padding-bottom: 20px;
	padding-top: 15px;
}

.block_menu_cat>ul>li.selected>a,
.block_menu_cat>ul>li:hover>a {
	color: #9aaa2b;
}

.block_menu_cat>ul>li.ul_menudown {
	border-bottom: 0px;
}

.block_menu_cat>ul>li.ul_menudown>a {
	padding-bottom: 5px;
}



.block_menu_cat>ul>li.ul_menudown ul {
	margin-left: 10px;
}

.block_menu_cat>ul>li.ul_menudown ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid #bebebe;
}

.block_menu_cat>ul>li.ul_menudown ul li:last-child {
	border-bottom: 0px;
}

.block_menu_cat>ul>li.ul_menudown ul li a {
	display: block;
	font-size: 18px;
	padding: 8px 0px;
	font-weight: 300;
	color: #9c9c9c;
	font-family: "NexaFreeLightwebfont";
}

.block_menu_cat>ul>li.ul_menudown ul li:hover a,
.block_menu_cat>ul>li.ul_menudown ul li.selected a {
	color: #9aaa2b;
}

.list_produits .row {
	margin-bottom: 15px;
}

.item_produit {
	border: 1px solid #afafaf;
	position: relative;
}

.item_produit.newproduit:before {
	content: "NOUVEAU";
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	background: #b61f1f;
	color: #fff;
	padding: 2px 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'NexaFreeBoldwebfont';
}

.selected_langeen .item_produit.newproduit:before {
	content: "new";
}

.item_produit .produit_image {
	margin: 0px 10px;
	height: 340px;
}

.item_produit.item_bague .produit_image {
	height: auto;
}


.item_produit .produit_image a {
	display: block;
	height: 340px;
}

.item_produit.item_bague .produit_image a {
	height: 240px;
}

.item_produit .produit_image img {
	display: block;
	margin: auto;
	height: 300px;
}

.item_produit.item_bague .produit_image img {
	height: auto;
}

.item_produit .produit_image label {
	display: block;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	color: #4e4e4e;
	text-transform: uppercase;
	font-family: 'NexaFreeBoldwebfont';
}

.item_produit.item_bague .produit_image label {
	border-bottom: 0px;
}

.item_produit .item_produit_preview {
	margin-top: 10px;
}

.item_produit.item_teintes {
	text-align: center;
}

.item_produit.item_teintes label span {
	border: 60px solid red;
	border-radius: 50%;
	display: inline-block;
	margin: 10px auto;
}

.item_produit.item_teintes label samp {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
}

.item_produit.item_teintes h4 {
	display: block;
	border-top: 1px solid #e1e1e1;
	font-size: 16px;
	color: #4e4e4e;
	text-transform: uppercase;
	font-family: 'NexaFreeBoldwebfont';
	text-align: center;
	padding-top: 10px;
}

.item_produit_preview ul>li>label,
.item_produit_preview ul>li {
	font-size: 12px;
	color: #848484;
	font-family: 'NexaFreeBoldwebfont';
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.item_produit_preview ul>li>label {
	color: #b0b526;
}

.item_produit .item_produit_preview ul li label span {

	border: 3px solid red;

	border-radius: 50%;

	display: inline-block;

	margin-left: 10px;

}

.item_produit .item_produit_preview ul li label samp {

	display: block;

	width: 5px;

	height: 5px;

	background: #fff;

	border-radius: 50%;

}

.item_produit .footer_action {

	display: block;

	font-family: 'NexaFreeBoldwebfont';

	font-size: 10px;

	color: #ffffff;

	line-height: 45px;

	text-align: center;

	text-transform: uppercase;

	letter-spacing: 3px;

	background: #aac52d url(../images/round-add-button.png) no-repeat 30px 13px;

	padding-left: 53px;

}

@media (min-width: 575px) and (max-width: 991px) {

	.list_produits .col-sm-4,
	.list_produits .col-md-4 {
		padding: 0;
	}

	.item_produit .footer_action {
		font-size: 9;
	}
}


.produit_detail_rigth {
	max-width: 370px;
	margin: 0px auto;
}

.page_detail_produit .produit_detail_rigth h1 {
	text-align: center;
	font-size: 34px;
	color: #404040;
	font-family: 'NexaFreeBoldwebfont';
}

.produit_detail_rigth_img {

	border: 1px solid #aaaaaa;

	padding: 40px 40px 30px 40px;

}

.produit_detail_rigth_img img {

	display: block;

	margin: 0px auto;

	height: 400px;

}

.produit_detail_rigth_img .list_teintess {

	text-align: center;

	margin-top: 35px;

}

.produit_detail_rigth_img .list_teintess label {

	text-transform: uppercase;

	position: relative;

	top: -3px;

}

.produit_detail_rigth_img .list_teintess span {

	border: 6px solid red;

	border-radius: 50%;

	display: inline-block;

	margin-left: 10px;

}

.produit_detail_rigth_img .list_teintess samp {

	display: block;

	width: 10px;

	height: 10px;

	background: #fff;

	border-radius: 50%;

	cursor: pointer;

}







.produit_detail_rigth .btn-link {

	display: block;

	height: 55px;

	width: 100%;

	background: #b63031;

	font-size: 15px;

	color: #ffffff;

	font-family: 'NexaFreeBoldwebfont';

	margin: 20px auto 10px;

	text-align: center;

	line-height: 55px;

}

.btn-link,

.btn-link:hover,

.btn-link:focus,

.btn-link:active {}

.btn-link.link-fiche {

	background-image: url(../images/download-fiche.png);

	background-repeat: no-repeat;

	background-position: 66px 12px;

	padding-left: 70px;

}

.btn-link.link-contact {

	background-color: #fff;

	background-image: url(../images/letter-p.png);

	background-repeat: no-repeat;

	background-position: 66px 14px;

	border: 1px solid #b63031;

	color: #b63031;

}

.block_informations {

	margin-bottom: 50px;

}

.block_informations h4 {

	font-size: 34px;

	color: #404040;

	font-family: 'NexaFreeBoldwebfont';

}



.block_informations ul {

	margin-top: 45px;

}

.block_informations ul li {

	position: relative;

	clear: both;

	display: inline-block;

	width: 100%;

}

.block_informations ul li span {

	display: block;

	height: 1px;

	width: 100%;

	background: #b63031;

	position: absolute;

	top: 50%;

	z-index: -1
}

.block_informations ul li label {

	background: #fff;

	z-index: 999
}



.block_informations ul li label.champ_name {

	font-size: 19px;

	color: #696969;

	font-family: 'NexaFreeBoldwebfont';

	float: left;

	padding-right: 10px;

}

.block_informations ul li label.champ_value {

	color: #404040;

	font-size: 19px;

	font-family: 'NexaFreeBoldwebfont';

	float: right;

	padding-left: 30px;

}



.comite-direction {}

.comite-direction .row {
	margin-bottom: 50px;
}

.comite-direction label {
	font-size: 28px;
	color: #575757;
	font-family: 'NexaFreeBoldwebfont';
	padding-bottom: 10px;
	border-bottom: 2px solid #b63031
}

.comite-direction p {
	font-size: 18px;
	color: #575757;
	font-family: 'NexaFreeLightwebfont'
}

.espace_filter_produits {
	margin-bottom: 20px;
}




@media (max-width: 1200px) {
	.menu_header li {
		margin-left: 6px;
		margin-right: 6px;
	}

	.navbar-inverse .navbar-nav>li>a,
	.menu_header li a {
		font-size: 12px;
	}

	.menu_header {
		margin-top: 30px;
	}

	/*.menu_list_page.scroller{
		top: 75px;
	}*/
	.item_produit .footer_action {
		letter-spacing: 2px;
		padding-left: 16px;
		background-position: 10px 13px
	}
}

@media (max-width: 767px) {

	.list_nosreferences .row:last-child .item_reference,
	.list_nosreferences .item_reference {
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		border-bottom: 1px solid #d7d7d7;
	}

	.menu_page_interne li {
		display: block;
		margin: 5px auto;
	}

	#menu_sevam {

		bottom: 0;

		display: block;

		left: 0;

		overflow-x: hidden;

		position: fixed;

		top: 0;

		transform: translateX(-100%);

		-ms-transform: translateX(-100%);

		-webkit-transform: translateX(-100%);

		width: 100%;

		z-index: 999;

		background: #222222;

		padding-top: 20px;

	}

	#menu_sevam.collapse.in {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transition: all 0.25s ease-out;
		-webkit-transition: all 0.25s ease-out;
	}

	.navbar-inverse .navbar-nav>li>a,
	.menu_header li a {
		font-size: 18px;
		text-align: center;
		padding-bottom: 10px;
	}

	.navbar-inverse .navbar-toggle {
		z-index: 99999;
		position: absolute;
		left: 0px;
		top: 24px;
		border: 0px;
		background-color: transparent;
	}

	.navbar-toggle.collapsed {
		background-color: transparent;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}

	.navb-sevam .navbar-brand {
		max-width: 100%;
		min-width: 100%;
	}

	.navb-sevam .navbar-brand img {
		display: block;
		margin: 0px auto;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #95b936;
		height: 5px;
		width: 38px;
		border-radius: 4px;
	}

	.navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
		width: 45px;
	}

	.comite-direction .row {
		margin-bottom: 0px;
	}

	.comite-direction .row>div {
		margin-bottom: 50px;
	}

	.section_header_page .header_page_contenu_text .switcher_style_1 {
		line-height: 40px;
		font-size: 42px;
	}

	.section_header_page .header_page_contenu_text .switcher_style_1 label {
		font-size: 30px;
	}

	#switcher_accueil .switcher-contenu {
		height: 100%;
		margin: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.switcher-contenu h1 {
		max-width: 500px;
		font-size: 30px;
		line-height: 37px;
		font-weight: 600;
		text-align: center;
		margin: 0;
		margin-top: -20px;
	}

	.switcher-contenu p {
		font-size: 15px;
		line-height: 21px;
		display: none;
	}

	.text-sm-center {
		text-align: center;
	}

	.text-sm-left {
		text-align: left;
	}

	.text-sm-right {
		text-align: right;
	}
}

.espace-client .wrap-login {
	width: 560px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #bebebe;
}

.espace-client .login-form-title {
	font-size: 30px;
	color: #555555;
	line-height: 1.2;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: center;

}

.espace-client .txt1 {
	font-size: 13px;
	color: #555555;
	line-height: 1.4;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-family: 'NexaFreeBoldwebfont';
	display: block;

}

.espace-client .wrap-input {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	margin-bottom: 15px;
}

.espace-client .wrap-input .input {
	line-height: 1.2;
	font-size: 18px;
	display: block;
	width: 100%;
	background: transparent;
	height: 55px;
	padding: 0 25px 0 25px;
	border: 0px;
}

.espace-client .container-login-form-btn {
	display: block;
	margin-top: 10px;
}

.espace-client .container-login-form-btn .login-form-btn {
	font-family: 'NexaFreeBoldwebfont';
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 220px;
	height: 55px;
	background-color: #b53030;
	border-radius: 27px;
	border: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.espace-client .container-login-form-btn .login-form-btn:hover {
	background-color: #7e9824;
}

.detaile_actualite {
	margin-bottom: 40px;
}

.contenu_actu {}

.contenu_actu .titre_actualite_h1 {
	font-weight: bold;
	color: #444444;
	font-size: 21px;
	font-family: 'Oxygen';
	margin-bottom: 15px;
	margin-top: 0px;
}

.contenu_actu .titre_actualite_h1 label {
	display: block;
	font-size: 14px;
	color: #82b439;
	font-size: 14px;
	font-family: 'Oxygen';
	font-weight: 600;
	margin-bottom: 10px;
}

.contenu_actu_contenu {}

.contenu_actu_contenu p {
	font-size: 16px;
	font-family: 'Oxygen';
	font-weight: 400;
	color: #444444;
	margin-bottom: 15px;
	line-height: 30px;
}

.espace_partage {
	margin: 30px auto;
}

.espace_partage p {
	margin: 0px;
	font-size: 14px;
	color: #82b439;
	font-family: 'Oxygen';
	font-weight: bold;
	margin-bottom: 10px;
}

.share-group .btn {
	border: 3px solid #81b62e;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 36px;
	font-size: 21px;
	color: #81b62e;
}

.list-partage li {
	display: inline-block;
}




.form-checkbox-style input[type="checkbox"] {
	display: none;
}

.form-checkbox-style label {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	color: #555555;
}

.form-checkbox-style label:before {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #b63031;
	content: " ";
	float: left;
	margin-right: 10px;
}


.form-checkbox-style input[type="checkbox"]:checked+label:before {
	background: #b63031
}

.pas-result {
	margin: 20px auto;
	padding: 20px;
	text-align: center;
}

.contenu_select .input_select,
*::placeholder {
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #555 !important;
}

.section_newsletter .section_newsletter_left {
	background: #4e5d3e;
	height: 80px;
}

.section_newsletter .section_newsletter_left p {
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 54px;
}

.section_newsletter .section_newsletter_left p b {
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}

.section_newsletter .section_newsletter_right {
	background: #81b62e;
	height: 80px;
	position: relative;
}

.section_newsletter_right:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: ' ';
	display: block;
	width: 0px;
	height: 0px;
	border-left: 24px solid #4e5d3e;
	border-right: 24px solid #0a0a0a00;
	border-top: 24px solid #0a0a0a00;
	border-bottom: 24px solid #0a0a0a00;
	bottom: 0px;
	margin: auto;
}

.section_newsletter_right .input-newsletter-block {
	position: relative;
	display: block;
	max-width: 450px;
	margin: 15px auto 0px;
}

.section_newsletter_right .input-newsletter-block .input-newsletter-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 23px;
}

.section_newsletter_right .input-newsletter-block .input-newsletter-btn {
	display: block;
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #b63031;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	border: 0px;
}

.input-newsletter-input.error {
	border: 1px solid red;
	color: red
}

samp.error {
	color: red;
}

.input-newsletter-block samp.error {
	position: absolute;
}

#form_newsletter .style_c {
	padding: 0px;
	margin: 10px auto;
	max-width: 364px;
}

#form_newsletter .style_c .glyphicon {
	margin-top: 20px;
	margin: 20px auto;
	display: block;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section_newsletter_right:before {
		border-left: 12px solid #4e5d3e;
		border-right: 12px solid #0a0a0a00;
		border-top: 12px solid #0a0a0a00;
		border-bottom: 12px solid #0a0a0a00;
	}
}

@media (max-width: 767px) {
	.section_newsletter .row {
		padding: 0px;
		margin: 0px;
	}

	.section_newsletter_right:before {
		position: absolute;
		left: 0px;
		top: -53px;
		right: 0px;
		content: ' ';
		display: block;
		width: 0px;
		height: 0px;
		border-left: 24px solid #0a0a0a00;
		border-right: 24px solid #0a0a0a00;
		border-top: 24px solid #4e5d3e;
		border-bottom: 24px solid #0a0a0a00;
		bottom: 0px;
		margin: auto;
	}

	.section_newsletter .section_newsletter_left {
		height: 60px;
	}

	.section_newsletter .section_newsletter_right {
		padding-top: 20px;
		height: 100px;
	}

	.section_newsletter .section_newsletter_left p,
	.section_newsletter .section_newsletter_left p b {
		font-size: 21px;
	}

	.section_newsletter .section_newsletter_left p {
		line-height: unset;
	}
}

.navbar-brand-res {
	display: none;
}

.navbar-brand-res img {
	display: block;
	margin: 0px auto 20px;
}

.menu-header-header {
	position: absolute;
	right: 0px;
	top: 0px;
}

.menu-header-header li {}

.menu-header-header li a {
	font-size: 0px;
}

.closemenu {
	position: absolute;
	right: 10px;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
}

.closemenu .icon-bar {
	background-color: #95b936;
	height: 5px;
	width: 38px;
	border-radius: 4px;
	position: absolute;
	top: 15px;
}

.closemenu .icon-bar:first-child {
	transform: rotateZ(45deg)
}

.closemenu .icon-bar:last-child {
	transform: rotateZ(-45deg)
}

@media (max-width: 768px) {
	.navbar-brand-res {
		display: block;
		margin: 0px auto 20px;
		position: relative;
	}

	#menu_sevam.collapse.in {
		z-index: 99999999;
	}

	.menu_header li {
		text-align: center;
	}

	.navbar-inverse .navbar-nav>li>a,
	.menu_header li a {
		display: inline-block;
	}
}

.section_emploi .item_emploi {}

.section_emploi .item_emploi h4 a {
	font-size: 21px;
	line-height: 18px;
	font-family: 'NexaFreeBoldwebfont';
}

.section_emploi .item_emploi h4 a label {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #b63031;
}

.section_emploi .item_emploi {}

.section_emploi .item_emploi {}

.style_contenu ul {
	list-style: disc;
	margin-left: 40px;
}

.style_contenu ul li {
	list-style: disc;
	margin-bottom: 10px;
}

.style_contenu ul li,
.style_contenu p {
	color: #747474;
	font-size: 16px;
	line-height: 26px;
}

.options_page {
	margin-top: 35px;
}

@media (max-width: 768px) {
	.style_contenu ul {
		margin-left: 10px;
	}

	.catogues_accueil_item_c_m h4 {
		font-size:
	}

	.catogues_accueil_item_c_m a {
		font-size: 14px;
		width: 100%;
	}

}


.section_data_analyse {
	margin-bottom: 50px;
}

.section_data_analyse .section_data_analyse_block {}

.section_data_analyse .section_data_analyse_block p {
	text-align: center;
	color: #aa231a;
	padding-top: 40px;
	letter-spacing: 2px;
}

.section_data_analyse img {
	display: block;
	margin: auto;
}

.section_data_analyse .section_data_analyse_block p span {
	font-family: 'NexaFreeBoldwebfont';
	display: block;
	color: #4e4e4e;
	font-size: 35px;
	margin-bottom: 20px;
}

.section_data_analyse .section_data_analyse_block p span b {
	color: #4e4e4e;
	font-size: 35px;
	font-family: 'NexaFreeBoldwebfont';

}