@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900);
body {
	margin: 22px 0 0 0;
	background: #FFF;
	color: #3f3f3f;
	font-family: 'Maven Pro', sans-serif;
}
a {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #3f3f3f;
}
a, a:visited {
	outline: none;
	color: #3f3f3f;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
table td {
	padding: 0px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #f1f1f1;
	margin: 0;
	padding-bottom: 24px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #e4e4e4;
	margin: 0 0 18px 0;
	padding-bottom: 24px;
}
h3 {
	font-size: 36px;
	font-weight: bold;
	margin: 50px 0 0 0;
}
h4 {
	font-size: 24px;
	margin: 0 0 30px 0;
	font-weight: normal;
}
@media (max-width: 768px) {
.hidden-xs {
    display: none !important;
}
}

/* champs */
input[type="text"], [type="email"], [type="password"], [type="tel"], textarea {
 border-radius: 2px;
 background: #fff;
 padding: 6px;
 outline: none;
 font-size:15px;
 color:#3f3f3f;
    border: 1px solid #aaa;
    margin-bottom: 2px;
    margin-left: 10px;
}
input[type="submit"], input[type="button"] {
	font-size: 15px;
	background: #0a588b;
	padding: 15px 25px;
	border-radius: 2px;
	color: #fff;
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
}
textarea.question {
    width: 80%;
    font-size: 14px;
}
input.error, textarea.error {
    border: 1px solid red;
}
.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 850px) {
.container {
	width: 95%;
}
}
.error {
	font-weight: bold;
	color: red;
}
.info {
	font-weight: bold;
	color: #0a588b;
}
.head {
	width: 100%;
	display: table;
	margin: 0;
	height: 91px;
	letter-spacing: -1px;
}
.logo {
	margin-bottom: 20px;
	max-width: 291px;
	width: 100%;
}
@media screen and (max-width: 1150px) {
.logo {
	padding-left: 10px;
}
}
.diapo {
	width: 100%;
	background: #0a588b;
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}
.marg_r_6 {
	margin-right: 6px;
}
.red {
	color: #e6493e;
}
.red a, red a:visited {
	color: #e6493e;
	text-decoration: none;
}
.red a:hover {
	color: #0a588b;
	text-decoration: none;
}
.btn_red {
	background: #e6493e;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}
.btn_red a {
	color: #fff;
	text-decoration: none;
}
.btn_red a:hover, {
 color:#fff !important;
 text-decoration:none !important;
}
.btn_red:hover, {
 color:#fff !important;
 text-decoration:none !important;
}
.blue {
	color: #0a588b;
}
.blue a, blue a:visited {
	color: #0a588b;
	text-decoration: none;
}
.blue a:hover {
	color: #e6493e;
	text-decoration: none;
}
.btn_blue {
	background: #0a588b;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}
.btn_blue a {
	color: #fff;
	text-decoration: none;
}
.btn_blue a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.btn_blue:visited {
    color: #fff !important;
    text-decoration: none !important;
}
.btn_blue:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.sep_menu {
	width: 1px;
	height: 37px;
	background: #f19993;
	margin: 0;
	display: block;
}
@media screen and (max-width: 1000px) {
.sep_menu {
	display: none;
}
}
.menu {
	width: 100%;
    height: 10px;
	background: #e6493e;
	display: table;
	margin-bottom:  20px;
}
.menu_dsp {
	display: table;
}
.menu_item {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	float: left;
	padding: 8px 46px;
	cursor: pointer;
}
@media screen and (max-width: 1140px) {
.menu_item {
	padding: 18px 25px;
}
}
@media screen and (max-width: 1000px) {
.menu_item {
	float: none;
	padding: 5px 46px;
}
}
/*.menu_ctr {
	width: 100%;
	max-width: 1140px;
}
@media screen and (max-width: 1140px) {*/
.menu_ctr {
	width: auto;
	max-width: none;
}
/*}*/
@media screen and (max-width: 1000px) {
.menu_ctr {
	width: 100%;
	max-width: 100%;
}
}
.menu_item:hover {
	background-color: #0a588b;
	cursor: pointer;
}
.active {
	background-color: #0a588b;
}
.menu_item a, menu_item a:visited {
	color: #fff;
	text-decoration: none;
}
.menu_item a:hover {
	background-color: #0a588b;
}
.tt1 {
	background: #e6493e;
	padding: 20px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22px;
	float: left;
	color: #FFF;
	font-weight: bold;
}
.diap2 {
	min-height: 460px;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1250px;
	width: 100%;
}
.bg_rec {
	width: 100%;
	height: 320px;
	background: #f1f1f1;
	display: table;
}
.bg_rec2 {
	width: 100%;
	/*	height: 250px;*/
	padding-top: 30px;
	background: #f1f1f1;
	display: table;
}
.bg_mar {
	width: 100%;
	height: 132px;
	background: #f1f1f1;
}
@media screen and (max-width: 1140px) {
.bg_mar {
	background: none;
}
}
.spacer {
	width: 100%;
	height: 8px;
}
.footer {
	color: #fff;
	display: table;
}
.bloc1foot {
	border-right: 5px solid #fff;
	width: 100%;
	max-width: 355px;
	height: 117px;
	float: left;
	display: table;
	font-size: 14px;
}
@media screen and (max-width: 430px) {
.bloc1foot {
	width: 95%;
	max-width: 295px;
	margin: 10px;
}
}
.bloc2foot {
	padding-left: 60px;
	max-width: 295px;
	padding-top: 20px;
	height: 97px;
}
@media screen and (max-width: 430px) {
.bloc2foot {
	padding-left: 0;
	margin: 10px;
}
}
.w50 {
	width: 50%;
	padding: 10px 0 30px 0;
	float: left;
	color: #fff;
	font-size: 14px;
}
/* News */
.news-slider {
/* Style the actual content */
}
.news-slider .text-content {
	position: absolute;
	top: 7%;
	left: 7%;
	right: 7%;
	/*	background-color: rgba(255, 255, 255, 0.9);*/
	color: #FFF;
	padding: 1em;
	width: 30%;/*	height: 100%;*/
}
.news-slider .text-content h2 {
	margin: 0;
	text-transform: none;
	border-bottom: none;
}
.news-slider .text-content p {
	margin: 2em 0;
}
.news-slider .text-content a.button-link {
	padding: 1em 0 0 0;
	position: absolute;
	bottom: 0.5em;
	color: #FFF;
	font-size: 13px;
}
.news-slider .image-content {
	line-height: 0;
}
.news-slider .image-content img {
	max-width: 100%;
}
.news-slider .news-pager {
	text-align: right;
	display: block;
	margin: 0.2em 0 0;
	padding: 0;
	list-style: none;
}
.news-slider .news-pager li {
	display: inline-block;
	padding: 0.6em;
	margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
	color: #31ace2;
}
.news-slider .news-pager li a {
	font-weight: 500;
	text-decoration: none;
	display: block;
	color: #222;
}
#flexiselDEB {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;/*background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); 
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%);
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  */
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	/*	cursor: pointer;*/
	position: relative;/*	line-height: 0px;**/
}
.nbs-flexisel-item img {
	max-width: 100%;
	/*	cursor: pointer;*/
	position: relative;
	max-height:65px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	padding: 5px 10px;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	top: 40%;
}
.slide_mar .nbs-flexisel-nav-left, .slide_mar .nbs-flexisel-nav-right {
	display: none;
}
.nbs-flexisel-nav-left {
	left: 10px;
}
.nbs-flexisel-nav-left:before {
	content: url(/img/fl_gch.png);
}
.nbs-flexisel-nav-left.disabled {
	opacity: 0.4;
}
.nbs-flexisel-nav-right {
	right: 5px;
}
.nbs-flexisel-nav-right:before {
	content: url(/img/fl_dte.png);
}
.nbs-flexisel-nav-right.disabled {
	opacity: 0.4;
}
.slide_mar {
	float: left;
	width: 80%;
	padding-top: 35px;
	background: #f1f1f1;
	padding-bottom: 3px;
}
@media screen and (max-width: 970px) {
.slide_mar {
	width: 100%;
}
}
.pla_part {
	width: 195px;
	padding-top: 25px;
	float: left;
	background: #f1f1f1;
}
@media screen and (max-width: 970px) {
.pla_part {
	padding-left: 20px;
}
}
.img_prod {
	max-width: 490px;
	width: 100%;
	text-align: center;
	float: left;
}
.cont_prod {
	max-width: 650px;
	width: 100%;
	display: table;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}
.lien_prod {
	font-size: 13px;
	background: #0a588b;
	padding: 8px 20px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.lien_prod:hover {
	color: #fff;
	text-decoration: none;
}
.bloc_rec {
	max-width: 470px;
	width: 100%;
	float: left;
	padding: 45px 0 45px 98px;
}
@media screen and (max-width: 500px) {
.bloc_rec {
	padding: 45px 0 45px 5px;
}
}
.tt_bloc_rec {
	margin-left: 20px;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	line-height: 26px;
	margin-bottom: 10px;
}
.rech_prod {
	width: 195px;
	float: left;
	margin-bottom: 20px;
}
.bloc_rec2 {
	max-width: 945px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.rec_uni {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
.rec_uni {
	padding-left: 0px;
}
}
.img_uni {
	margin: 0 12px 4px 0;
	max-width: 147px;
	width: 100%;
	cursor: pointer;
}
.img_uni:last-child {
	margin: 0 0 4px 0;
}
.input-group-addon:first-child {
	border-right: 0 none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	width: 68px;
	text-align: left;
}
.input-group-addon {
	background-color: #9f9f9f;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
	margin-bottom: 12px;
}
.input-group:last-child {
	margin-bottom: 0px;
}
.form-control.input-group-btn {
	z-index: auto;
}
.form-control:not([class*="col-"]) {
	width: 100%;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.form-control {
	border: medium none;
	margin-bottom: 0;
	padding: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	background-color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}
.btn-group, .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.chemin {
	padding: 35px 0;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
}
.chemin a {
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
.chemin a:hover {
	text-decoration: underline;
}
.chemin .active {
	color: #e6493e;
	background: none;
}
.col_gch {
	max-width: 848px;
	width: 100%;
	margin-right: 30px;
	float: left;
}
.col_dte {
	max-width: 262px;
	width: 100%;
	float: left;
	margin: 0 auto 15px auto;
}
@media screen and (max-width: 850px) {
.col_dte {
	margin: 15px auto;
}
}
.grid_prd {
	float: left;
	width: 100%;
	max-width: 165px;
	margin: 0 62px 62px 0;
	list-style: none;
}
.list_prd {
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	list-style: none;
}
ul {
	display: table;
	margin: 0;
	padding: 0;
}
li:last-child {
	margin-right: 0;
}
ul.rec {
	margin-left: 50px;
	;
}
@media screen and (max-width: 450px) {
ul.rec {
	margin-left: 10px;
	;
}
}
.img_prd {
	/*width: 100%;
	max-width: 165px;
	*/
    max-height: 165px;
	margin: 0 auto;
}
.img_prd_list {
	width: 100%;
	max-width: 165px;
	margin: 0 auto;
	float: left;
	margin: 30px 30px 40px 0;
}
@media screen and (max-width: 850px) {
.img_prd_list {
	margin: 30px 30px 0 0;
}
}
.tt_prd {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tt_prd_list {
	/*font-size: 24px;*/
    font-size: 20px;
    line-height: 22px;
	font-weight: bold;
    /* margin: 80px 30px 40px 0; */
    margin: 30px 30px -20px 0;
	float: left;
	/*max-width: 260px; */
    width: 260px;
}
@media screen and (max-width: 850px) {
.tt_prd_list {
	margin: 30px 0;
}
}
.descriptif_prd_list {
    clear: right;
    overflow: hidden;
    height: 80px;
    margin: 25px 0 15px;
    line-height: 16px;
    text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
.descriptif_prd_list {
	float:left;
}
}
.lien_prd {
	font-size: 13px;
	font-weight: bold;
	background: #8c8c8c;
	padding: 9px 13px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}
.lien_prd:hover {
	text-decoration: none;
	color: #fff;
}
.lien_prd_list {
	font-size: 13px;
	font-weight: bold;
	background: #8c8c8c;
	padding: 9px 13px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 30px 0 5px 0;
}
@media screen and (max-width: 850px) {
.lien_prd_list {
	margin: 20px 0 5px 0;
	float:left;
}
}
.lien_prd_list:hover {
	text-decoration: none;
}
.btn_prd_off {
	background: url(/img/list.png) no-repeat;
	width: 41px;
	height: 34px;
	float: right;
}
.btn_prd_off:hover {
	cursor: pointer;
}
.btn_prd_off_list {
	background: url(/img/list3.png) no-repeat;
	width: 240px;
	height: 34px;
	float: right;
	margin-top: 30px;
}
@media screen and (max-width: 850px) {
.btn_prd_off_list {
	float: left;
	margin: 0 0 10px 0;
}
}
.btn_prd_off_list:hover {
	cursor: pointer;
}
.btn_prd_on {
	background: url(/img/sel.png) no-repeat;
	width: 41px;
	height: 34px;
	float: right;
}
.btn_prd_on:hover {
	cursor: pointer;
}
.btn_prd_on_list {
	background: url(/img/sel2.png) no-repeat;
	width: 240px;
	height: 34px;
	float: right;
	margin-top: 30px;
}
@media screen and (max-width: 850px) {
.btn_prd_on_list {
	float: none;
	margin: 0 0 10px 0;
}
}
.btn_prd_on_list:hover {
	cursor: pointer;
}
.sep_sel {
	width: 224px;
	height: 1px;
	background: #cdcdcd;
	margin: 8px 0;
	display: table;
}
.pictos_sel {
	float: right;
	display: table;
}
.w97 {
	width: 97%;
}
@media screen and (max-width: 970px) {
.w97 {
	width: 90%;
}
}
.img_prd_fic {
	max-width: 358px;
	width: 100%;
	border: 1px solid #f1f1f1;
	margin: 0 30px 7px 0;
	float: left;
}
.puces {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}
.prix {
	font-size: 48px;
	color: #e6493e;
	font-weight: bold;
}
.ref {
	background: #f1f1f1;
	padding: 4px 12px;
	font-weight: bold;
	font-size: 16px;
	color: #3f3f3f;
	margin: 20px 0 10px 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}
.btn_prd_fic_off {
	background: url(/img/list3.png) no-repeat;
	width: 240px;
	height: 34px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
}
.btn_prd_fic_off:hover {
	cursor: pointer;
}
.btn_prd_fic_on {
	background: url(/img/sel2.png) no-repeat;
	width: 240px;
	height: 34px;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
}
.btn_prd_fic_on:hover {
	cursor: pointer;
}
.com_prd1 {
	width: 240px;
	height: 34px;
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	font-size: 12px;
	font-style: italic;
}
@media screen and (max-width: 870px) {
.com_prd1 {
	display: none;
}
}
.btn_dem-exp {
	background: url(/img/dem-express.png) no-repeat;
	width: 203px;
	height: 34px;
	float: left;
	margin-top: 20px;
}
.btn_dem-exp:hover {
	cursor: pointer;
}
.com_prd2 {
	width: 203px;
	height: 34px;
	float: left;
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;
}
@media screen and (max-width: 870px) {
.com_prd2 {
	display: none;
}
}
.bg_aim {
	background: #f1f1f1;
	padding: 30px;
	margin: 50px 0 100px 0;
}
.mar_rec {
	margin: 0 35px 15px 0;
}
.bloc_red {
	background: #e6493e;
	border-radius: 2px 5px 5px 2px;
	display: table;
	max-width: 555px;
	width: 100%;
	margin: 40px 30px 60px 0;
	float: left;
}
@media screen and (max-width: 1150px) {
.bloc_red {
	margin: 40px 30px 20px 0;
}
}
.bloc_blue {
	background: #0a588b;
	border-radius: 2px 5px 5px 2px;
	display: table;
	max-width: 555px;
	width: 100%;
	margin: 40px 30px 60px 0;
	float: left;
}
@media screen and (max-width: 1150px) {
.bloc_blue {
	margin: 40px 30px 20px 0;
}
}
.bloc_inner {
	width: 89.5%;
	background: #FFF;
	float: right;
	border-radius: 0 2px 2px 0;
	padding: 25px;
	line-height: 30px;
}
@media screen and (max-width: 560px) {
.bloc_inner {
	width: 80%;
}
}
.bloc_inner2 {
	width: 89.5%;
	background: #f1f1f1;
	float: right;
	border-radius: 0 2px 2px 0;
	padding: 25px;
	line-height: 30px;
}
@media screen and (max-width: 560px) {
.bloc_inner2 {
	width: 80%;
}
}
.linef1 {
	width: 100%;
	height: 4px;
	background: #f1f1f1;
	margin-bottom: 50px;
}
.bloc_chif {
	width: 100%;
	max-width: 137px;
	height: 90px;
	border-left: 10px solid #fff;
	float: left;
	padding-left: 15px;
	margin-bottom: 50px;
	font-size: 12px;
}
.font54 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 12px;
}
.actu_timeline {
	width: 100%;
	float: left;
	background: url(/img/picto-bulles.png) top center no-repeat;
	margin-top: 10px;
	padding-top: 44px;
}
.actu_timeline:before, .actu_timeline:after {
	display: table;
	content: " ";
	clear: both;
}
.actu_timeline:after {
	clear: both;
}
.for_log {
	width: 360px;
	height: 20px;
	border: 1px solid #c9c9c9;
	margin-bottom: 8px;
}
@media screen and (max-width: 450px) {
.for_log {
	width: 280px;
}
}
@media screen and (max-width: 350px) {
.for_log {
	width: 200px;
}
}
.for_newsletter {
	height: 20px;
	border: 1px solid #c9c9c9;
	margin-bottom: 8px;
}
.bloc_img_sta {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.bloc_mar {
	text-align: center;
	width: auto;
	float: left;
	margin: 0 20px 20px 0;
}
.img-responsive-mar {
	display: block;
/*	max-width: 100%;*/
	height: 100px;
	margin: 0 auto;
	max-height: 100px;
}
.max-height-60 {
    max-height:  60px;
}
.border_gris {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 3px solid #E6493E;
}

.texte {
    padding: 20px;
}
.texte a, .texte a:visited {
    color: #4a4a4a;
	outline:none;
}
.texte p {
	margin:0;
}
.texte h1 {
	font-size:14px;
	border:none;
}
.tit_act {
    margin: 20px;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;

}


table.level-table {
    width: 100%;
}

table.level-table thead tr th {
    height: 30px;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: center;
}
table.level-table tbody tr td {
    height: 45px;
}
table.level-table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}
table.level-table tbody tr:hover {
    background-color: #f1f1f1;
}


.numero-etape {
    float: right;
    line-height: 40px;
    font-size: 24px;
}
.descriptif-etape {
    padding: 10px;
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 18px;
}