/* CSS Document */
* {
	margin:0;
	padding:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #000;
}
html,body {
	height: 100%;
    background: #fff;
}

#test_image {
	background: url(../_img/css/image.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.content {
	width: 1200px;
	display: block;
	margin: auto;
	height: auto;
	position: relative;
}
header {
	width: 100%;
	position: absolute;
	height: 160px;
	display: block;
	z-index: 130;
	background-color: #171715;
	top: 0;
	left: 0;
}
header .content {
	height: 100%;
}
header .logo {
	position: absolute;
	left: 0;
	background-image: url(../_img/css/logo_b.jpg);
	width: 329px;
	height: 130px;
	top: 0;
	background: url(../_img/css/logo_b.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
header .menu_top {
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	z-index: 50;
	height: 25px;

}
header .menu_top ul {
	text-align: right;
}
header .menu_top ul li {
	display: inline-block;
	position: relative;
	height: 25px;
}
header .menu_top ul li .link_top {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	margin-left: 10px;
	display: block;
}
header .menu_top ul li .link_top:hover {
	color: #ee7300;
}
header .menu_top ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	left: -10px;
	text-align: left;
	background-color: #171715;
	top: 19px;
	padding-top: 10px;
}
header .menu_top ul li:hover ul {
	display: block;
}
header .menu_top ul li ul li {
	display: block;
	width: auto;
	padding: 5px 10px;
	height: auto;
}
header .menu_top ul li ul li .link_top {
	font-size: 13px;
	text-transform: none;
}
/******************************DEBUT DU MENU*****************************/
.logo_menu_top {
	display: none;
}
header .nav_menu {
	width: 1200px;
	height: 35px;
	position: absolute;
	bottom: 5px;
	z-index: 30;
	left: 50%;
	margin-left: -600px;
	-webkit-transition: left 0.5s ease; /* Safari */
    transition: left 0.5s ease;
}
header .nav_menu .menu_li_footer {
	display: none;
}
header .nav_menu ul {
	text-align: center;
}
header .nav_menu ul li {
	display: inline;
}
header .nav_menu ul li .big_link {
	display: inline-block;
	padding: 0 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	line-height: 17px;
}
header .nav_menu  ul li a:hover {
	color: #ee7300;
}
header .nav_menu  ul li ul {
	display: none;
}
header .nav_menu  .menu_top {
	display: none;
}
header .sous_menu_all {
	position: absolute;
	top: 160px;
	width: 100%;
	min-height: 150px;
	background-color: #fff;
	z-index: 150;
}
header .sous_menu_all_close {
	display: none;
}
header .sous_menu_all:before {
	content: '';
	height: 50px;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #ee7300;
}
header .sous_menu_all .ligne_top_menu {
	width: 100%;
	display: block;
	position: relative;
	height: 60px;
}
.fond_color_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(115, 120, 124, 1);
	display: none;
	cursor: pointer;
	z-index: 100;
}
.fond_color_menu_open {
	display: block;
}
/**********POUR LES TABS******************/
	.sous_menu_all .ui-widget {
	  font-family: inherit;
	  font-size: inherit;
	}
	.sous_menu_all .ui-tabs {
		padding: 0;
	}
	.sous_menu_all .ui-widget.ui-widget-content {
		border: none;
		background: none;
		color: inherit;
		width: 1200px !important;
		left: inherit !important;
		height: auto !important;
	 }
	.sous_menu_all .ui-corner-all, .sous_menu_all .ui-corner-bottom, .sous_menu_all .ui-corner-right, .sous_menu_all .ui-corner-br {
		border-radius: 0;
	}
	.sous_menu_all .ui-tabs .ui-tabs-nav {
	  margin: 0;
	  padding: 0;
	}
	.sous_menu_all .ui-widget-header {
	  border: none;
	  background: inherit;
	  color: inherit;
	  font-weight: normal;
	}
	.sous_menu_all .ui-helper-reset {
	  line-height: inherit;
	}
	.sous_menu_all .ui-tabs .ui-tabs-nav li {
	  list-style: none;
	  float: left;
	  position: relative;
	  top: 0;
	  margin: 0;
	  margin-bottom: 0px;
	  border-bottom-width: 0;
	  padding: 0;
	  padding-bottom: 0px;
	  white-space: inherit;
		line-height: 50px;
		padding-right: 35px;
	}
		.sous_menu_all .ui-tabs .ui-tabs-nav li:before {
		content: '';
		width: 1px;
		height: 30px;
		background-color: #f7b980;
		display: block;
		position: absolute;
		right: 17.5px;
		top: 50%;
		margin-top: -15px;
	}
	.sous_menu_all .ui-state-active, .sous_menu_all .ui-widget-content .ui-state-active, .sous_menu_all .ui-widget-header .ui-state-active, .sous_menu_all a.ui-button:active, .sous_menu_all .ui-button:active, .sous_menu_all .ui-button.ui-state-active:hover {
	  border: none;
	  border-bottom-width: medium;
	  background: none;
	}
	.sous_menu_all .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	  margin-bottom: 0;
	  padding-bottom: 0;
	}
	.sous_menu_all .ui-state-default, .sous_menu_all .ui-widget-content .ui-state-default, .sous_menu_all .ui-widget-header .ui-state-default, .sous_menu_all .ui-button, html .sous_menu_all .ui-button.ui-state-disabled:hover, html .sous_menu_all .ui-button.ui-state-disabled:active {
	  border: inherit;
	  border-bottom-width: inherit;
		background: none;
	  font-weight: normal;
	  color: #fff;
	}
	.sous_menu_all .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
	}
	.sous_menu_all .ui-state-default a, .sous_menu_all .ui-state-default a:link, .sous_menu_all .ui-state-default a:visited, .sous_menu_all a.ui-button, .sous_menu_all a:link.ui-button, .sous_menu_all a:visited.ui-button, .sous_menu_all .ui-button {
	  color: #fff;
	}
	.sous_menu_all .ui-tabs .ui-tabs-panel {
	  padding: 0;
	}
	.sous_menu_all .ui-state-active a, .sous_menu_all .ui-state-active a:link, .sous_menu_all .ui-state-active a:visited {
    font-weight: 700;
		position: relative;
	}
	.sous_menu_all .ui-state-active a:after {
		content: '';
		width: 19px;
		height: 18px;
		background-image: url(../_img/css/menu_arrow.png);
		display: block;
		position: absolute;
		left: 50%;
		bottom: -18px;
		margin-left: -9.5px;
	}
	.sous_menu_all .ui-tabs .liste_sous_menu {
			width: 100%;
			padding-top: 30px;
			padding-bottom: 30px;
			position: relative;
			/*padding-right: 400px;*/
	}
	.sous_menu_all .ui-tabs .liste_sous_menu:after,
	.sous_menu_all .liste_produits:after {
		content: '';
		display: block;
		clear: both;
	}
	.sous_menu_all .ui-tabs .liste_sous_menu a, .sous_menu_all .liste_produits a {
		float: left;
		width: 240px;
		text-align: left;
		text-decoration: none;
		display: block;
		font-size: 16px;
		color: #000;
		padding: 7px 0;
		padding-right: 40px;
		position: relative;
	}
	.sous_menu_all .ui-tabs .liste_sous_menu a:before, .sous_menu_all .liste_produits a:before {
		content: '';
		width: 1px;
		height: 100%;
		background-color: #cccccc;
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
	}
	.sous_menu_all .ui-tabs .liste_sous_menu a:after, .sous_menu_all .liste_produits a:after {
		content: '';
		width: 160px;
		height: 1px;
		background-image: url(../_img/css/menu_sous_li.png);
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.sous_menu_all .ui-tabs .liste_sous_menu a:hover {
		color: #ee7300;
	}
/******************************FIN DU MENU*****************************/
.img_accueil, .img_page {
	width: 100%;
	height: 655px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 70;
	margin-top: 160px;
	background: url(../_img/css/fond.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.img_page {
	height: 330px;
	padding-top: 85px;
}
.img_page:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.bx-wrapper {
	width: 100%;
	padding: 0;
}
.img_slide {
	overflow: hidden;
}
.img_slide img {
	height: 100%;
	width: auto;
}
.titre_accueil {
	position: absolute;
	padding: 20px 25px;
	background-color: #000;
	top: 80px;
	left: 0;
}
.titre_accueil h1 {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.titre_accueil h1 strong {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}
.img_accueil .content h2 {
	position: absolute;
	top: 235px;
	display: block;
	left: 0;
	width: auto;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.formulaire_auto_recherche {
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(238, 115, 0, 0.8);
	z-index: 10;
}
.formulaire_accueil {
	height: 200px;
}
.formulaire_auto_recherche .title {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	background: rgba(238, 115, 0, 1);
}
.formulaire_auto_recherche .title strong {
	color: #fff;
	font-weight: 600;
	font-size: 21px;
}
.formulaire_auto_recherche .form_auto_search {
	position: relative;
	width: 1200px;
	padding-top: 0px;
	margin: auto;
	height: 100%;
}
.formulaire_accueil .form_auto_search {
	padding-top: 50px;
}
.formulaire_auto_recherche .form_auto_search .input_form {
	width: 100%;
	height: 30px;
	display: block;
	margin: 0;
	border: none;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	background: none;
	margin-top: 25px;
	font-weight: 600;
	background-image: url(../_img/css/icon_form_accueil.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
.formulaire_auto_recherche .form_auto_search .input_form:focus {outline: none;}
::-webkit-input-placeholder { opacity: 1; color: #fff; }
::-moz-placeholder { opacity: 1; color: #fff; }
:-ms-input-placeholder { opacity: 1; color: #fff; }
:-moz-placeholder { opacity: 1; color: #fff; }
.formulaire_auto_recherche .form_auto_search:after {
	content: '';
	display: block;
	clear: both;
}
.formulaire_auto_recherche .form_auto_search .submit {
	background:#000;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
  border-radius:50%;
  width:71px;
  height:71px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -35.5px;
	display: block;
	border: none;
	cursor: pointer;
}
.news_accueil {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 64px;
	background-color: #f5f5f5;
	padding-bottom: 30px;
}
.news_accueil:before {
	content: '';
	height: 140px;
	display: block;
	background-color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.news_accueil h3, .news_accueil h1 {
	font-size: 66px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	font-weight: 700;
}
.news_accueil h3:after,.news_accueil h1:after {
	content: '';
	width: 180px;
	height: 4px;
	/*display: block;*/
	display: none;
	background-color: #ee7300;
	bottom: 10px;
	left: 0;
	position: absolute;
}
.news_accueil .content:after {
	content: '';
	display: block;
	clear: both;
}
.news_accueil .une_news, .bloc_page {
	float: left;
	width: 50%;
	display: block;
	position: relative;
	margin-top: 30px;
	padding-bottom: 35px;
}
.bloc_page {
	margin: 1%;
	width: 48%;
	text-decoration: none;
}
.news_list .une_news {
	margin-bottom: 30px;
}
.news_accueil .news_left { padding-right: 80px; }
.news_accueil .news_right { padding-left: 80px; }
.news_accueil .news_left:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../_img/css/points_vertical.png);
	background-repeat: repeat-y;
}

.news_accueil .une_news .img_top, .bloc_page .img {
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	background: url(../_img/news/1.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.news_accueil .news_img_top .img_top {
	background-position: top;
}
.news_accueil .une_news .date {
	width: 100%;
	display: block;
	position: relative;
	line-height: 70px;
	font-size: 40px;
	color: #000;
	font-weight: 300;
}
.news_accueil .une_news .date strong {
	font-size: 40px;
	color: #000;
	font-weight: 600;
}
.news_accueil .une_news .title_news, .bloc_page .title {
	width: 100%;
	display: block;
	position: relative;
	font-weight: 700;
	color: #000;
	font-size: 25px;
	margin-bottom: 10px;
	text-decoration: none;
}
.bloc_page .title:hover {
	color: #ee7300;
}
.news_accueil .une_news .content_news {
	margin: 10px 0;
	text-align: justify;
	font-size: 15px;
}
.news_accueil .une_news .see_more {
	position: absolute;
	bottom: 10px;
	right: 80px;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: right;
}
.news_accueil .news_right .see_more {
	right: 0;
}
.news_accueil .une_news .see_more:hover {
	color: #ee7300;
}
.link_orange {
	width: 200px;
	height: 38px;
	display: block;
	border: 1px solid #ee7300;
	text-align: center;
	color: #ee7300;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 15px;
	margin: auto;
	margin-top: 50px;
	clear: both;
	text-decoration: none;
}
.link_orange:hover {
	background-color: #ee7300;
	color: #fff;
}
.info_accueil {
	width: 100%;
	display: block;
	padding-top: 70px;
	padding-bottom: 120px;
	background: url(../_img/css/presentation.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.info_accueil .content {
	padding-left: 400px;
	text-align: left;
	position: relative;
}
.info_accueil .content:before {
	content: '';
	display: block;
	width: 329px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/css/logo_b.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.info_accueil .content:after {
	content: '';
	display: block;
	width: 329px;
	height: 4px;
	/*display: block;*/
	display: none;
	position: absolute;
	top: -70px;
	left: 0;
	background-color: #ee7300;
}
.info_accueil .content:after {
	content: '';
	display: block;
	clear: both;
}
.info_accueil .content h1 {
	position: absolute;
	width: 329px;
	top: 150px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	left: 0;
	text-transform: uppercase;
}
.info_accueil .content h3 {
	color: #ee7300;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.info_accueil .content p {
	color: #fff;
	font-size: 16px;
	text-align: justify;
	padding-bottom: 30px;
}
.info_accueil .content p strong, .info_accueil .content p a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.info_accueil .content .link_orange {
	margin: inherit;
	float: left;
}
.icon_bottom {
	width: 100%;
	display: block;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #fff;
	position: relative;
}
.icon_bottom:before {
	content: '';
	display: block;
	width: 329px;
	height: 4px;
	position: absolute;
	top: 0px;
	right: 0;
	background-color: #ee7300;
}
.icon_bottom:after {
	content: '';
	display: block;
	clear: both;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 2px;
	left: 0;
	background-image: url(../_img/css/points_horizontal.png);
	background-repeat: repeat-x;
}
.icon_bottom .content:after {
	content: '';
	display: block;
	clear: both;
}
.icon_bottom .content span {
	width: 20%;
	display: block;
	float: left;
	padding-top: 85px;
	text-align: center;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
.icon_bottom .content span strong {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
.icon_bottom .content span:before {
	content: '';
	width: 86px;
	height: 65px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -43px;
	background: url(../_img/css/icon_perso.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.icon_bottom .content .icon_tarifs:before { background-image: url(../_img/css/icon_tarifs.png); }
.icon_bottom .content .icon_livraison:before { background-image: url(../_img/css/icon_livraison.png); }
.icon_bottom .content .icon_retrait:before { background-image: url(../_img/css/icon_retrait.png); }
.icon_bottom .content .icon_agences:before { background-image: url(../_img/css/icon_agences.png); }
.icon_bottom .content .icon_perso:before { background-image: url(../_img/css/icon_perso.png); }
/******************************Pour le contact*************************/

.formulaire_contact {
	width: 500px;
	float: left;
}
.formulaire_contact .formulaire {
	width: 100%;
	display: block;
}

.ligne_form {
	width: 100%;
	display: block;
	position: relative;
	height: 25px;
	padding-left: 200px;
	margin-bottom: 10px;
}
.ligne_form .nom_form {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	line-height: 25px;
	text-align: left;
	display: block;
}
.ligne_form input, .ligne_form textarea {
	width: 100%;
	display: block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #4c4c4c;
}
.ligne_haute {
	height: 100px;
}
.ligne_form textarea {
	height: 100px;
}
.ligne_form .submit {
	position: absolute;
	right: 0;
	bottom: 0;

	width: 200px;
	border: none;
	cursor: pointer;

	height: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ee7300;
	padding: 0 10px;
	line-height: 25px;
}

.colonne_iframe {
	width: 400px;
	position: absolute;
	height: 400px;
	top:50px;
	right: 20px;
	display: block;
}
.colonne_iframe iframe {
	width: 100%;
	height: 100%;;
}
.clear_both {
	clear: both;
	display: block;
}
.img_page .arianne {
	width: 1200px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	height: 35px;
	display: block;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	z-index: 10;
}
.img_page .arianne:after {
	content: '';
	display: block;
	clear: both;
}
.img_page .arianne a, .img_page .arianne span {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 2px;
	text-decoration: none;
	float: left;
}
.img_page .arianne a strong {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}
.img_page .title_cat {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: block;
	color: #fff;
	z-index: 10;
	margin-bottom: 15px;
}
.img_page .title_cat strong {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.img_page .title_cat:before {
	content: '';
	width: 180px;
	height: 4px;
	display: block;
	background-color: #ee7300;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -10px;
}
.img_page .big_cat:before {
	background-color: #fff;
}
.img_page .sous_title_cat {
	font-size: 25px;
	font-weight: 300;
	color: #ee7300;
}
.img_page .sous_title_cat:before {
	display: none;
}
.page_inside {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	display: block;
	position: relative;
	background-color: #f5f5f5;
}
.page_texte {
	padding-top: 80px;
}
.page_texte .content {
	z-index: 20;
	width: 750px;
	padding: 30px 0;
	margin-left: -600px;
	left: 50%;
	min-height: 342px;
}
.page_texte .content h2 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 30px;
}
.page_texte .content p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 30px;
}
.page_texte .content p img {
	max-width: 100% !important;
	height: auto !important;
}
.page_texte .content p strong, .page_texte .content p a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.page_texte .content p a:hover {
	color: #ee7300;
}
.page_texte .content h3 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: justify;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page_texte .content ul,
.page_texte .content ol {
	padding-left: 30px;
	margin-bottom: 30px;
}
.page_texte .content li {
	position: relative;
	list-style-type: none;
	padding-bottom: 10px;
	font-size: 15px;
}
.page_texte .content li:before {
	content: '';
	background: #ee7300;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: -13px;
	top: 7px;
}
.page_texte .content::before, .form_agence::before {
    content: '';
    width: 180px;
    height: 4px;
    display: block;
    background-color: #ee7300;
    top: 0;
    left: 0;
    position: absolute;
}
.page_texte .fond_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: url(../_img/css/fond.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.page_texte .fond_img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	display: block;
	background: rgba(255, 255, 255, 0.8);
}
.page_texte .img_right {
	position: relative;
	float: right;
	width: 600px;
	margin-right: 40px;
	height: auto;
	display: block;
	z-index: 5;
}
.page_texte .img_right img {
	max-width: 100%;
	height: auto;
}
.bottom_actu {
	position: relative;
	width: 100%;
	line-height: 40px;
	display: block;
	z-index: 10;
	text-align: center;
}
.bottom_actu a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	padding: 0 10px;
}
.bottom_actu a:hover {
	color: #ee7300;
}
.fond_gris {
	background-color: #e0e0e0;
}
.page_inside:before, .page_inside:after {
	content: '';
	height: 80px;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
}
.page_inside:after {
	top: inherit;
	bottom: 0;
}
.page_inside h1, .page_inside .title_cat {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	font-weight: 700;
}
.page_inside .title_cat {
	clear: both;
}
.page_inside h1::after, .page_inside .title_cat::after {
    content: '';
    width: 180px;
    height: 4px;
    /*display: block;*/
    background-color: #ee7300;
    bottom: 0;
    left: 0;
    position: absolute;
		display: none;
}
.page_inside .content:after {
	content: '';
	display: block;
	clear: both;
}
.page_inside .bloc_produit {
	float: left;
	width: 560px;
	height: 210px;
	display: block;
	position: relative;
	margin: 25px 0;
	margin-right: 40px;
	padding-left: 195px;
}
.page_inside .bloc_right {
	margin-right: 0;
	margin-left: 40px;
}
.page_inside .bloc_left:after {
	content: '';
	display: block;
	position: absolute;
	right: -40px;
	top: 0;
	width: 2px;
	height: 100%;
	background-image: url(../_img/css/points_vertical.png);
	background-repeat: repeat-y;
}
.page_inside .bloc_produit .img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 180px;
	width: 180px;
	background: url(../_img/css/vide.jpg) no-repeat center scroll;
	-webkit-background-size: contain; /* pour Chrome et Safari */
	-moz-background-size: contain; /* pour Firefox */
	-o-background-size: contain; /* pour Opera */
	background-size: contain; /* version standardis�e */
	background-color: #fff;
}

.page_inside .bloc_produit h4 a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	color: #ee7300;
	display: block;
	margin-bottom: 25px;
}
.page_inside .bloc_produit .desc_prod {
	height: 85px;
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.page_inside .bloc_produit p, .page_inside .bloc_produit .ref {
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
	display: block;
	margin-bottom: 25px;
}
.page_inside .bloc_produit p {
	margin: 0;
}
.page_inside .bloc_produit .ref {
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 195px;
}
.page_inside .bloc_produit .plus {
	width: 100%;
	height: 20px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background-color: #ee7300;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding-right: 30px;
	text-decoration: none;
}
.page_inside .bloc_produit .plus:after {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../_img/css/arrow_clic.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.page_inside .bloc_produit .plus:hover {
	background-color: #000;
}
.page_inside .link_bottom_cat {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 10;
	clear: both;
}
.page_inside .link_bottom_cat a {
	color: #ee7300;
	line-height: 55px;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.page_inside .link_bottom_cat a:hover {
	color: #000;
}
.page_inside .image_produit {
	float: left;
	width: 405px;
	height: auto;
	display: block;
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
	background-color: #fff;
}
.page_inside .no_image_produit {
	height: 405px;
	background: url(../_img/css/vide.jpg) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.page_inside .image_produit img {
	width: auto;
	max-width: 100%;
	margin: auto;
	display: block;
}
.page_inside .detail_produit {
	float: right;
	width: 770px;
	height: auto;
	display: block;
	position: relative;
	margin-top: 60px;
	margin-bottom: 30px;
}
.page_inside .detail_produit h1 {
	font-size: 28px;
	font-weight: 700;
	display: block;
	color: #ee7300;
	text-transform: none;
}
.page_inside .detail_produit h1:after {
	display: none;
}
.page_inside .detail_produit h2, .page_inside .detail_produit p {
	font-size: 15px;
	color: #3c3c3c;
	font-weight: 600;
	text-align: justify;
	margin-top: 20px;
}
.page_inside .detail_produit p {
	font-weight: 400;
}
.page_inside .detail_plus {
	width: 100%;
	display: block;
	clear: both;
	border-top: 1px solid #000;
	padding-top: 30px;
	padding-bottom: 30px;
}
.page_inside .detail_produit .plus, .page_inside .detail_produit .plus strong,
.page_inside .detail_plus .plus, .page_inside .detail_plus .plus strong {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin-top: 20px;
}
.page_inside .detail_produit .plus, .page_inside .detail_plus .plus {
	font-weight: 400;
	display: block;
}
.page_inside .detail_plus .plus {
	margin-top: 5px;
	padding-left: 30px;
}
.page_inside .espace_top {
	height: 20px;
	width: 100%;
	display: block;
}
.page_inside .detail_produit .file_produit {
	font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ee7300;
  padding: 5px 10px;
  margin-top: 20px;
  text-decoration: none;
}
.page_inside .detail_plus .title_cat {
	margin-bottom: 30px;
}
.page_inside .detail_produit .pour_info {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
/******************************FIN le contact************************/
.resultBox {
	float: left;
	width: 50%!important;
	position: absolute;
	top: 0;
	height: 315px;
	overflow: hidden;
	background-color: #fff;
	overflow: auto;
}

.ui-menu .produits {
	right: 0;
}
.ui-widget.ui-widget-content {
	background: none;
	z-index: 100 !important;
	border: none;
	border-radius: 0;
	width: 1202px !important;
	left: 349.5px !important;
	height: 315px;
	/*overflow: hidden;*/
}

.ui-widget.ui-widget-content:hover {
	background: none;
}
.ui-menu .title_ul {
	font-size: 16px; font-weight: 500; color: #000; text-transform: uppercase; padding: 10px; display: block;
}
.ui-menu .li_menu { border-bottom: 1px solid #ccc; }
.ui-menu .li_menu .link_menu {
	text-decoration: none;
	padding: 0;
	width: 100%;
	display: block;
	border: none;
}
.ui-menu .li_menu .link_menu .nom_search {
	font-size: 16px;
	text-transform: uppercase;
	color: #73787c;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
}
.ui-menu .li_menu .link_menu:hover .nom_search {
	color: #ee7300;
}

.ui-menu .ui-menu-item-wrapper:hover { border: none; }
.ui-menu .ui-menu-item-wrapper .icon_auto { display: none; }

.ui-menu .ui-menu-item-wrapper .type_search { display: none; }

.ui-menu .ui-menu-item:hover { background-color: #fff; }
.ui-menu .ui-menu-item:hover .ui-menu-item-wrapper .nom_search { color: #000; background-color: #fff;}

.ui-menu .agence {
	overflow: auto;
	width: 600px !important;
	height: 280px;
	background-color: #f4f4f4;
	padding: 0;
}
.ui-menu .agence:hover {
	background-color: #f4f4f4;
}
.ui-menu .agence .li_menu {
	padding: 10px 20px;
	border-bottom: 1px solid #aaa;
	position: relative;
}
.ui-menu .agence .li_menu:hover {
	background-color: #d9d8d8;
}
.ui-menu .agence .li_menu .nom_search {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ee7300;
	padding: 0;
}

.ui-menu .agence .li_menu .info_search {
	font-size: 15px;
	color: #000000;
	padding: 0;
	display: block;
}
.ui-menu .agence .li_menu .ouverture_search {
	position: absolute;
  top: 50px;
  right: 20px;
  width: 150px;
  padding-left: 40px;
  text-align: left;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #97bf0d;
}
.ui-menu .agence .li_menu .ouverture_search:before {
	content: '';
	height: 25px;
	width: 25px;
	display: block;
	border-radius:50%;
	background-color: #97bf0d;
	position: absolute;
	left: 0;
	top: 8px;
}
.ui-menu .agence .li_menu .magasin_close {
	line-height: 25px;
	color: #ed1c24;
}
.ui-menu .agence .li_menu .magasin_close:before {
	top: 0px;
	background-color: #ed1c24;
}
.page_agence {
	margin-top: 80px;
	padding-top: 0;
}
.page_agence::before, .page_agence::after {
	display: none;
}
.form_agence {
	z-index: 20;
	width: 50%;
	padding: 30px 0;
	left: 0;
	position: relative;
}
.form_agence h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	font-weight: 300;
}
.form_agence h3 strong {
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.form_agence .form_agence_search {
	width: 350px;
	height: auto;
	display: block;
	position: relative;
	padding-right: 20px;
	border-right: 1px solid #000;
	margin-top: 40px;
}
.form_agence .form_agence_search .title {
	font-size: 15px;
	text-transform: uppercase;
	color: #ee7300;
	font-weight: 300;
	position: relative;
}
.form_agence .form_agence_search .title strong {
	font-size: 15px;
	text-transform: uppercase;
	color: #ee7300;
	font-weight: 700;
}
.form_agence .form_agence_search .input_form {
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 3px;
	color: #000;
	display: block;
	border: 1px solid #707070;
	margin-top: 15px;
	background: none;
	position: relative;
}
.form_agence .form_agence_search .submit {
	width: 130px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: block;
	background-color: #ee7300;
	margin-top: 15px;
	position: relative;
	border: none;
	cursor: pointer;
}
.form_agence .form_agence_search .localiser {
	width: 180px;
	height: 37px;
	line-height: 37px;
	background-color: #ee7300;
	text-align: left;
	padding-left: 53px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	right: -200px;
	top: 0;
	cursor: pointer;
}
.form_agence .form_agence_search .localiser::before {
	content: '';
	width: 28px;
	height: 25px;
	display: block;
	position: absolute;
	left: 16px;
	top: 5px;
	background: url(../_img/css/localize.png) no-repeat center scroll;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardis�e */
}
.bande_agence {
	width: 100%;
	min-height: 450px;
	display: block;
	position: relative;
	background-color: #e0e0e0;
}
.bande_agence .content {
	min-height: 450px;
}
.bande_agence #map {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display:block;
}
.link_map {
	text-decoration: none;
}
.content .info_agence {
		width: 360px;
		float: left;
		padding: 30px 0;
}
.content .info_agence h1 {
	font-size: 30px;
	color: #ee7300;
}
.content .info_agence h1:after {
	display: none;
}
.content .info_agence h2, .content .info_agence .tel {
	font-size: 18px;
	color: #000;
	display: block;
}
.content .info_agence .itineraire {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: block;
	background-color: #ee7300;
	margin: 15px 0;
	position: relative;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
.content .info_agence .itineraire:hover {
	color: #000;
}
.content .info_agence h3 {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: 700;
	margin-top: 20px;
	text-transform: uppercase;
}
.content .info_agence .jour_open {
	font-size: 18px;
	color: #97bf0d;
	display: block;
	font-weight: 400;
	padding: 5px 0;
	clear: both;
}
.content .info_agence .jour_open strong {
	font-size: 18px;
	color: #97bf0d;
	font-weight: 700;
	width: 110px;
	display: block;
	float: left;
}
.content .info_agence .jour_open span {
	font-size: 18px;
	color: #ed1c24;
	font-weight: 700;
}
.content .img_agence {
		width: 480px;
		height: auto;
		float: left;
}
.content .img_agence img {
	width: 100%;
	height: auto;
}
.content .contact_form_agence {
		width: 320px;
		float: right;
		padding: 40px 0;
}
.content .contact_form_agence h3 {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 300;
}
.content .contact_form_agence h3 strong {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.content .contact_form_agence .alert_agence {
	font-size: 14px;
	color: #ee7300;
	font-weight: 600;
	width: 90px;
	line-height: inherit;
}
.content .contact_form_agence .ligne_form {
	padding-left: 90px;
	margin: 0;
}
.content .contact_form_agence .form_recaptcha {
	height: 76px;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .contact_form_agence .ligne_form .nom_form {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	width: 90px;
	line-height: inherit;
	padding-top: 8px;
}
.content .contact_form_agence .ligne_form input, .content .contact_form_agence .ligne_form textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #a8a8a8;
}
.content .contact_form_agence .ligne_haute {
	height: 145px;
}
.content .contact_form_agence .ligne_haute .nom_form {
	padding-top: 0;
}
.content .contact_form_agence .ligne_form textarea {
	border: 1px solid #a8a8a8;
	height: 145px;
	margin-top: 15px;
}
.content .contact_form_agence .ligne_form .submit {
	border: none;
	color: #ee7300;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	cursor: pointer;
}
.result_vide {
	font-size: 20px;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	font-weight: 700;
	padding: 30px 0;
	}
.page_inside .content .list_prod_fils {
	position: relative;
	padding: 30px 0;
	display: block;
}
.page_inside .content .list_prod_fils::after {
    content: '';
    display: block;
    clear: both;
}
.cat_fils:before {
	content: '-';
	font-size: 20px;
	font-weight: 700;
	color: #ee7300;
	padding-right: 10px;
}
.cat_fils {
	font-size: 16px;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	font-weight: 700;
	padding: 5px 0;
	width: 50%;
	float: left;
	text-decoration: none;
}
.cat_fils:hover {
	color: #ee7300;
}
.liste_agence {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 30px;
	background-color: #fff;
}
.page_texte .content .title_bloc {
	font-weight: 700;
	font-size: 30px;
	color: #ee7300;
	text-transform: uppercase;
}
.liste_agence a {
	font-size: 16px;
	color: #000;
	text-align: left;
	position: relative;
	display: block;
	font-weight: 700;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.liste_agence a:hover {
	color: #ee7300;
}
.page_texte .content_1200 {
	width: 1200px;
}
.texte_list_job .content {
	min-height: inherit;
}
.page_texte .liste_job .un_job {
	width: 100%;
	display: block;
	background-color: #fff;
	padding: 10px;
	border: 1px #ddd solid;
	border-bottom: 0;
	position: relative;
	text-decoration: none;
}
.page_texte .liste_job .bloc_gris, .page_texte .liste_job .un_job:hover {
background-color: #f9f9f9;
}
.page_texte .liste_job .bloc_gris:hover {
background-color: #fff;
}
.page_texte .liste_job .un_job h4 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
}
.page_texte .liste_job .un_job .agence {
	display: block;
	font-size: 14px;
	color:#5c5c5c;
	padding: 2px 0;
}
.page_texte .liste_job .un_job .agence strong {
	font-weight: 700;
	color: #5c5c5c;
	font-size: 14px;
}
.page_texte .liste_job .un_job .link {
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ee7300;
	padding: 0 10px;
	line-height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	display: block;
}
.page_texte .content_form_right {
	position: absolute;
	width: 400px;
	left: inherit;
	margin: 0;
	right: 100px;
	top: 80px;
	background-color: #fff;
	padding: 30px;
}
.page_inside .back {
	position: absolute;
	top: -60px;
	text-align: left;
	left: 0;
	width: 200px;
	height: 38px;
	display: block;
	border: 1px solid #ee7300;
	text-align: center;
	color: #ee7300;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 15px;
	clear: both;
	text-decoration: none;
}
.page_inside .back:hover {
	background-color: #ee7300;
	color: #fff;
}
/*******MENU STICKY****/
.sticky {
	height: 45px;
	position: fixed;
	top: 0;
}
.sticky .content {
	display: none;
}
.sticky .sous_menu_all {
	top: 45px;
}
.sticky .sous_menu_all .content {
	display: block;
}
#hauteur_menu {
	height: 50px;
	display: block;
	position: absolute;
	opacity: 0;
}




/**********COVID*****/
 .info_covid {
	 width: 100%;
	 height: auto;
	 position: relative;
	 display: block;
 }
 .info_covid .title {
	 width: 100%;
	 line-height: 50px;
	 background-color: #b40101;
	 color: #fff;
	 font-size: 21px;
	 font-weight: 600;
	 display: block;
	 text-align: center;
	 padding-bottom: 30px;
	 position: relative;
	 cursor: pointer;
 }
 .info_covid .title:after {
	content: '';
	display: block;
	width: 28px;
	height: 24px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -14px;
	-webkit-transition: all 0.5s ease; /* Safari */
		transition: all 0.5s ease;
	background: url(../_img/css/arrow_flash.png) no-repeat center scroll;
	 -webkit-background-size: cover; /* pour Chrome et Safari */
	 -moz-background-size: cover; /* pour Firefox */
	 -o-background-size: cover; /* pour Opera */
	 background-size: cover; /* version standardis�e */
 }
.info_covid_open .title:after {

	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
 .info_covid .text {
	 display: block;
	 opacity: 1;
	 height: 0;
	 padding: 0;
	 width: 100%;
	 background-color: #000;
	 color: #fff;
	 text-align: center;
	 -webkit-transition: all 0.5s ease; /* Safari */
     transition: all 0.5s ease;
 }
 .info_covid_open .text {
	 opacity: 1;
	 height: 300px;
	 padding: 20px;
 }
  .page_blog {
		padding-top: 0;
	}
 .page_texte .page_blog::before,
 .page_blog:before,
 .page_blog::after {
	 display: none;
 }
.page_blog .link_blog {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #000;
}
.page_blog .link_blog:hover {
	color: #ee7300;
}
.content .date_titre {
	font-weight: 600;
	font-size: 30px;
	display: block;
	margin-bottom: 20px;
}

.images_page {
	width: 1200px;
	min-height: 420px;
	display: block;
	position: relative;
	clear: both;
	z-index: 10;
	margin: auto;
}
.images_page a {
    float: left;
    width: 50%;
    height: 400px;
    z-index: 20;
    display: block;
    background: url(../_img/css/vide.jpg) no-repeat center scroll;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.images_page a img {
	display: none;
}
.images_page::after {
    content: '';
    display: block;
    clear: both;
}
#map img {
 background: none !important;
}
