﻿/*-------------------------------------------------------------------------------------------------------------------*/



@import url('reset.css');

/*--General--*/



* { /*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

html {
}

body {
	font: normal 13px Ubuntu, Tahoma, Arial, sans-serif;
	color: #444;
	width: 100%;
	display: table;
	background: #f0ece6 url(../Images/red/body_bg.png) repeat-x;
}


@font-face {
	font-family: Bebas;
	src: url('../fonts/bebasneue-webfont.eot');
	src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue-webfont.woff') format('woff'), url('../fonts/bebasneue-webfont.ttf') format('truetype'), url('../fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--formatting--*/



::selection {
	background: #0083B7; /* Safari */
	color: #FFF;
}



::-moz-selection {
	background: #0083B7; /* Firefox */
	color: #FFF;
}

a {
	color: #666666;
	outline-style: none;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

h2.pagetitle {
	font-family: DroidSans, Tahoma, sans-serif;
	font-size: 22px;
	padding: 2px 0;
	text-align: center;
	margin: 10px 0 10px 0px;
	color: #333333;
}

h2.pagetitle strong {
	font-size: 30px;
	font-family: DroidSans, Tahoma, sans-serif;
}

blockquote p {
	font-style: italic;
}

blockquote {
	font-size: 12px;
	color: #737272;
	font-style: italic;
	line-height: 22px;
	background: url(../Images/quote.png) no-repeat top left;
	padding: 34px 22px 7px 22px;
	margin: 0px 0 10px 50px;
	min-height: 30px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Bebas, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0px #fff;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
}

#content .h4small {
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
}

.h2normal {
	padding: 0 0 10px 0;
}

img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

img.alignleft:hover {
}

img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

img.alignright:hover {
}

img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}

.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}

img.aligncenter:hover {
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	line-height: 1%;
	font-size: 0px;
}

.red {
	color: red;
}

* html .clear {
	height: auto;
}

#full_width_page_content ul {
	padding-left: 40px;
	line-height: 20px;
	padding-bottom: 10px;
}

#full_width_page_content ul li {
	background: url("../Images/bullet_arrow.png") no-repeat scroll 0 8px transparent;
	list-style-type: none;
	padding: 5px 0 5px 35px;
}

#post-423 h2 {
	margin-top: 10px;
}

#post-423 ul li {
	background: url("../Images/newspaper.png") no-repeat scroll 0 10px transparent;
}

.smartsheet-shortcut {
	position: fixed;
	bottom: 0;
	right: 15px;
	overflow: hidden;
	z-index: 999;
	height: 50px;
}

.smartsheet-shortcut a {
	display: block;
	margin-top: 10px;
	background-color: #295278;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	height: 50px;
	transition: all 250ms;
}

.smartsheet-shortcut:hover a {
	margin-top: 0;
}

.smartsheet-shortcut img {
	height: 30px;
}

/*--wrapper--*/







#wrapper {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 1;
}

/*--header--*/



.header_bg {
	width: 100%;
	display: table;
	/*ajouté pour le nouveau header*/
	margin-top: -62px;
}

#header {
	width: 940px;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0 auto 0;
	height: 199px;
}

.full_width_title {
	width: 940px;
	background: url(../Images/footer_bg.png) repeat-x 0 45px;
	position: relative;
	display: table;
	margin: 0 auto;
}

.full_width_title_content {
	width: 940px;
	margin: 0 auto;
}

.full_width_title_content h3 {
	font-size: 26px;
	margin: 30px 0 0;
	text-shadow: 1px 1px 1px #fff;
	float: left;
	background: #f0ece6;
	padding-right: 10px;
}

.homepage_post p {
	line-height: 20px;
	text-shadow: 1px 1px 0px #fff;
}

/*--logo--*/







#site_title {
	font-size: 38px;
	font-family: Bebas, Arial, sans-serif;
	text-shadow: 2px 2px 3px rgba(73, 108, 73, 1);
	margin: 0;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 3;
	padding: 0;
}

#site_title a {
	color: #fff;
	padding: 0;
	margin: 0;
	display: block;
	height: 98px;
}

#site_title a:hover {
	color: #fed5d5;
}

#site_title img {
	border: none;
}

#site_title .text_logo {
	line-height: 60px;
}

/*--subscribe icons--*/
.subscribe {
	position: absolute;
	top: 85px;
	left: 721px;
	width: 216px;
}

.subscribe ul {
	list-style: none;
}

.subscribe ul li {
	float: left;
	margin: 0 0 0 5px;
}

.subscribe ul li a {
	display: block;
	text-indent: -9999em;
	width: 31px;
	height: 32px;
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/red/subscribe.png) no-repeat;
	color: #666666;
	outline-style: none;
	text-decoration: none;
}

.subscribe ul li.subscribe_rss a {
	background-position: -1px 0;
}

.subscribe ul li.subscribe_twitter a {
	background-position: -73px 0;
}

.subscribe ul li.subscribe_facebook a {
	background-position: -37px 0;
}

.subscribe ul li.subscribe_linkedin a {
	background-position: -109px 0;
}

.subscribe ul li.subscribe_viadeo a {
	background-position: -144px 0;
}

.subscribe ul li.subscribe_youtube a {
	background-position: -180px 0;
}



.mpUserName {
	position: absolute;
	top: 140px;
	right: 0px;
	color: #fff !important;
}

.mpUserName a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: underline;
}

/*-- pages menu --*/



/* MENU */







/*** ESSENTIAL STYLES ***/



.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** SKIN ***/







.sf-menu {
	float: left;
	/*margin: 160px 0 0;*/
}

.sf-menu a {
	padding: 10px 30px 0 0;
	font-size: 18px;
	position: relative; /*text-shadow: 0px 1px 1px black !important;     */
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff; /*#25b4ed;   */
	text-shadow: #0083b7 1px 1px 0px;
}

.sf-menu li {
	margin: 0;
	font-family: Bebas, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: capitalize;
}

.sf-menu li a:hover {
	color: #fff !important;
}

/* SUBMENU 1 */







.sf-menu li ul {
	background: #e8e4de;
	padding: 5px 0;
	margin: 3px 0 0 0;
	-moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.sf-menu li li {
	margin: 0;
	width: 200px;
	text-transform: capitalize;
	border-top: 1px solid #ececec;
}

.sf-menu li li:hover {
	background: #e0dcd7;
}

.sf-menu li li:first-child {
	border: none;
}

#header .sf-menu li ul li a {
	color: #666666;
	padding: 10px;
	font-size: 14px;
	font-family: Bebas, Tahoma, Arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
}

#header .sf-menu li ul li a:hover {
	color: #58bfe9 !important;
}

#header .sf-menu li ul li:first-child a:hover {
}

/* SUBMENU 2 */







#header .sf-menu li li ul {
	margin: 0 0 0 70px;
}

#header .sf-menu li li li a {
	background: none;
	color: #999999;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
	outline: 0;
}

.sf-menu li.sfHover a {
	color: #fff; /*#58bfe9; */
}

#header .sf-menu li li.sfHover a {
	color: #666666;
}

#header .sf-menu li li.sfHover li a {
	color: #666666;
}

#header .sf-menu li li.sfHover li a:hover {
	color: #666666;
}

#header .sf-menu li li.sfHover li:first-child a:hover {
}

.sf-menu li li .sf-with-ul {
	border: none;
}

.sf-menu li li.sfHover .sf-with-ul {
	border: none;
}

/*** arrows **/



.sf-menu a.sf-with-ul {
	padding-right: 15px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 20px;
}

.sf-with-ul {
	padding-right: 10px;
}

.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 3px;
	top: 1.05em; /* IE6 only */
	width: 9px;
	height: 6px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

#header .sf-menu li ul li .sf-sub-indicator {
	background: url(../images/sub_menu_indicator.png) no-repeat 0 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	right: 5px;
	top: 10px;
	width: 8px;
	height: 7px;
}

#header .sf-menu li ul li a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: 15px;
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: 17px;
}

/* apply hovers to modern browsers */



a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background: url(../images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* point right for anchors in subs */



.sf-menu ul .sf-sub-indicator {
}

.sf-menu ul a > .sf-sub-indicator {
}

/* apply hovers to modern browsers */



#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator { /* arrow hovers for modern browsers*/
	background: url(../images/sub_menu_indicator.png) no-repeat 0 0;
}

/*--container--*/



#content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	display: table;
	margin: 20px 0 0;
	background: url(../Images/content_bg.png) repeat-y 636px 0px;
}

#borderless_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	display: table;
	margin: 20px 0 0;
}

#full_width_page_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	display: table;
	margin: 20px 0 0px;
}

#full_width_page_content p {
	line-height: 20px;
	text-align: justify;
	text-shadow: 1px 1px 1px #fff;
}

.home_intro {
	width: 940px;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	background: url(../Images/intro_text_bg.png) repeat-x bottom;
}

#content .home_intro h2 {
	font-size: 24px;
	font-family: DroidSans, Tahoma, sans-serif;
	color: #626262;
}

/*-- homepage --*/







.image_separator {
	clear: both;
	position: relative;
	width: 940px;
	height: 18px;
	background: url(../Images/header_bg.png) no-repeat;
	margin-bottom: 32px;
}

/*-- latest post shortcode --*/







.latest_posts_shortcode {
	list-style: none;
	Font-style: Ubuntu;
	color: #999999;
}

.latest_posts_shortcode li:last-child {
	border: none;
}

.latest_posts_shortcode li {
	margin-bottom: 20px;
	border-bottom: 1px solid #e2ded9;
	padding-bottom: 20px;
	text-shadow: 1px 1px 0px #fff;
	line-height: 20px;
}

.latest_posts_shortcode a {
	font-size: 14px;
}

/*-- recent projects --*/



.recent_projects {
	width: 945px;
	margin: 0 0 14px;
	float: left;
}

.recent_projects ul {
	list-style: none;
	position: relative;
}

.recent_projects .slider {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 220px;
	height: 131px;
	overflow: hidden;
}

.recent_projects ul li {
	position: absolute;
	top: 0;
	left: 0;
}

.recent_projects ul li img {
}

#borderless_content .recent_projects h3 {
	line-height: 16px;
	padding: 0 0 10px;
	font-size: 24px;
	color: #666666;
	text-transform: uppercase;
}

.recent_projects_text {
	float: left;
	width: 225px;
	/*margin: 0 20px 0 0;*/
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
}

.goto {
	font-family: Tahoma, Arial, sans-serif;
	background: url(../Images/goto.png) no-repeat scroll right -30px;
	text-decoration: none !important;
	color: #666 !important;
	text-shadow: 1px 1px 0px #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	border: 0 none;
	height: 25px;
	padding: 0 5px 0 0;
	text-transform: capitalize;
	cursor: pointer;
}

.goto span {
	background: url(../Images/goto.png) no-repeat scroll 0px 0px;
	text-decoration: none !important;
	display: block;
	line-height: 26px;
	height: 25px;
	padding: 0 6px 0 12px;
}

.goto span:hover {
	background: url(../Images/goto.png) no-repeat scroll 0px -60px;
}

.goto:hover {
	background: url(../Images/goto.png) no-repeat scroll right -90px;
}

.thumb_overlay {
	width: 218px;
	height: 131px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.thumb_overlay .thumb_caption {
	width: 218px;
	height: 131px;
	background: url(../Images/thumb_caption.png) no-repeat;
	/* fix it at the bottom */
	position: absolute;
	left: 0;
	/* hide it by default */
	display: none;
}

.thumb_overlay .thumb_caption a {
	/* add spacing and make the whole row clickable*/
	display: block;
	width: 226px;
	height: 131px;
}

.thumb_overlay img { /* allow javascript moves the img position*/
	position: absolute;
}

.thumb_border {
	width: 218px;
	height: 131px;
	background: url(../Images/recent_projects_overlay.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.recent_project_loader {
	padding: 0;
	width: 226px;
	height: 131px;
	position: relative;
	background: url(../Images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}

/*-- custom text --*/







.custom_text {
	width: 938px;
	font-family: Georgia, Verdana, serif;
	font-size: 18px;
	color: #a5a5a5;
	font-style: italic;
	background: #fff url(../Images/custom_text_bg.png) repeat-x top;
	display: table;
	margin: 0 0 50px;
	padding: 10px 0;
	line-height: 22px;
	text-align: center;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	border: 1px solid rgb(215, 215, 215);
	border: 1px solid rgba(255, 255, 255, 1);
}

#borderless_content .custom_text p {
	padding: 0 30px;
	margin: 0;
}

.custom_text span {
	font-size: 14px;
	color: #343434;
}

/*-- recent blog --*/







.recent_blog {
	width: 940px;
}

.recent_blog ul {
	list-style: none;
}

#borderless_content .recent_blog ul li h3 a {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	padding: 0px 0 10px 0;
	text-transform: capitalize;
}

#borderless_content .recent_blog ul li h3 {
	margin-top: 5px;
}

#borderless_content .recent_blog ul li h3 a:hover {
	color: #ffba00;
}

.recent_blog ul li {
	float: left;
	width: 226px;
	margin: 0 0 0 20px;
	font-size: 12px;
}

.recent_blog ul li span {
	font-size: 11px;
	color: #999999;
}

#borderless_content .recent_blog h3 {
	line-height: normal;
	padding: 0 0 10px;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
}

.recent_blog .excerpt {
	line-height: 20px;
}

/*-- post --*/







.post_meta {
	float: left;
	font-family: Ubuntu, Tahoma, Arial, sans-serif;
	font-size: 12px;
	left: 20px;
	margin: 0;
	padding: 5px 0;
	top: 0;
	z-index: 999;
}

#wrapper .post_title {
	margin: 0;
	padding: 0;
}

.post_title a {
	color: #666666;
	font-size: 20px;
	line-height: 22px;
}

.post_title a:hover {
	color: #666666;
}

.post_date {
	float: left;
	display: block;
	padding: 0;
	color: #999;
}

.post_cat {
	float: left;
	display: block;
	padding: 0;
	color: #999;
}

.post_cat a {
	color: #999;
}

.post_cat a:hover {
	color: #999;
}

.post_comments {
	float: left;
	padding: 0 10px 0 5px;
}

.post_comments a {
	color: #999;
}

.post_comments a:hover {
	color: #999;
}

.read_more {
	font-family: Tahoma, Arial, sans-serif;
	background: url(../Images/read_more.png) no-repeat scroll right -30px;
	text-decoration: none !important;
	color: #666 !important;
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	border: 0 none;
	height: 25px;
	padding: 0 5px 0 0;
	text-transform: capitalize;
	cursor: pointer;
}

.read_more span {
	background: url(../Images/read_more.png) no-repeat scroll 0px 0px;
	text-decoration: none !important;
	display: block;
	line-height: 26px;
	height: 25px;
	padding: 0 6px 0 12px;
}

.read_more span:hover {
	background: url(../Images/read_more.png) no-repeat scroll 0px -60px;
}

.read_more:hover {
	background: url(../Images/read_more.png) no-repeat scroll right -90px;
}

/*--single post--*/



.partenaireImg {
	border: 3px solid #E8E4DE;
	margin-bottom: 4px;
}

#post-373 p {
	margin: 0;
}

.single_post {
	line-height: 20px;
	margin: 5px 0 5px 0;
}

.single_post h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 22px;
}

.thumb_shadow_overlay {
	width: 598px;
	height: 225px;
	background: url(../Images/thumb_shadow_overlay.png) no-repeat;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

.post_thumb {
	/*width: 598px;*/
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
}

.single_post p {
	padding: 0 0 20px 0;
	text-shadow: 1px 1px 1px #fff;
	margin-top: 1px;
}

.post_thumb img {
	/*width: 598px;*/
	/*height: 220px;*/
	border: 5px solid #DDDDDD;
	height: 90px;
}

.single_post .clear {
	margin: 0;
}

.single_post ul, .single_post ol {
	list-style-position: inside;
}

pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}

pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(../Images/bg-code.gif);
}

p.metadata {
	padding: 0;
	color: #848484;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	margin: 0;
}

.error-page {
	padding-bottom: 200px;
	float: left;
}

.error-page a {
	text-indent: -9999em;
	display: block;
	width: 598px;
	height: 129px;
	background: url(../Images/404.png) no-repeat;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}

.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}

.no-posts h2 {
	font: bold 30px DroidSans, Verdana, sans-serif;
	margin-top: 20px;
	color: #666666;
}

.no-posts img {
	margin-top: 40px;
}

/* page & single page */







.single_page {
	width: 598px;
}

.single_page p {
	padding: 0 0 20px 0;
}

.full_width_page {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}

.full_width_page_borderless {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}

.full_width_page p {
	margin: 0 0 10px 0;
}

.full_width_page p a {
	text-decoration: underline;
}

.full_width_page_borderless p {
	margin: 0 0 20px 0;
	line-height: 17px;
}

.full_width_page h2, .full_width_page h3, .full_width_page h4, .full_width_page h5, .full_width_page h6 {
	line-height: 40px;
}

.full_width_page_borderless h2, .full_width_page_borderless h3, .full_width_page_borderless h4, .full_width_page_borderless h5, .full_width_page_borderless h6 {
	line-height: 40px;
}

.intro_section {
	background: #e8e4de;
	padding: 20px 20px 10px;
	width: 900px;
	margin: 0 0 33px;
	text-shadow: 1px 1px 0px #fff;
	color: #444;
	height: 145px;
}

.h2page {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #999999;
}

.page_title_bg {
	width: 940px;
	display: table;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

.page_title {
	padding: 0 0 25px;
	font-size: 26px;
	font-family: DroidSans, Arial, sans-serif;
	margin: 0;
	float: left;
	padding: 0 0 20px;
}

.page_title_bg_bottom {
	width: 940px;
	display: table;
	background: url(../Images/intro_text_bg.png) repeat-x bottom;
}


/* social widget */







#content .social_widget li {
	padding: 0 0 0 35px;
	line-height: 29px;
	margin: 0 0 10px;
}

#footer .social_widget li {
	padding: 0 0 0 40px;
	line-height: 29px;
	margin: 0 0 10px;
}

#footer .social_widget li a:hover {
}

.social_twitter {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_twitter.png) 0px 0px no-repeat;
}

.social_twitter:hover {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_twitter.png) 0px -52px no-repeat;
}

.social_facebook {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_facebook.png) 0px 0px no-repeat;
}

.social_facebook:hover {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_facebook.png) 0px -52px no-repeat;
}

.social_flickr {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_linkedin.png) 0px 0px no-repeat;
}

.social_flickr:hover {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_linkedin.png) 0px -52px no-repeat;
}

.social_linkedin {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_viadeo.png) 0px 0px no-repeat;
}

.social_linkedin:hover {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_viadeo.png) 0px -52px no-repeat;
}

.social_rss {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_rss.png) 0px 0px no-repeat;
}

.social_rss:hover {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/social_rss.png) 0px -52px no-repeat;
}

/* Recent Posts Widget */







#footer .recent_posts {
	padding: 0;
	margin: 5px 0 0;
}

#footer .recent_posts li {
	padding-bottom: 5px;
}

#content .widget_sidebar h5 {
	font-size: 13px;
	margin: 0;
	color: #8b949d;
	padding: 0;
}

.recent_image { /*float: left;*/
	margin: 2px 10px 0 0;
}

.recent_image img {
	border: 1px solid #999999;
	display: none;
}

.widget_sidebar .recent_image img {
	border: 1px solid #999999;
}

.recent_image img:hover {
}

.widget_sidebar .recent_image img:hover {
}

.recent_date {
	font-size: 11px;
	color: #999999;
	line-height: 25px;
}

.recent_date a {
	color: #fff;
}

.recent_details {
	margin: 0;
}

#content .recent_details h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
}

#content .popular_posts h5 {
	font-family: Tahoma, Tahoma, serif;
	font-size: 13px;
}

#footer .recent_details h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 0;
}

#footer .recent_date a {
	color: #999999;
}

#footer .recent_date {
	color: #999999;
}


/* contact us widget */

#full_width_page_content #contact_liste {
	margin-bottom: 20px;
}

#content .contact_widget li, #full_width_page_content #contact_liste li {
	border: none;
	padding: 0 0 15px 30px;
}

#footer .contact_widget li {
	border: none;
	margin: 0 0 18px;
	padding: 0 0 0 40px;
	color: buttonshadow;
	text-shadow: 0px 1px 1px white;
}

#full_width_page_content #contact_liste li {
	display: inline;
	padding: 10px 20px 15px 35px;
}

.contact_widget .contact_phone {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/phone_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}

.contact_widget .contact_email {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/email_icon.png) no-repeat 0px 0px;
	line-height: 18px;
}

.contact_widget .contact_skype {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/skype_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}

.contact_widget .contact_address {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/address_icon.png) no-repeat 0px 0px;
	line-height: 25px;
	width: 100px !important;
}

#full_width_page_content .contact_address {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/address_icon.png) no-repeat 0px 5px;
	line-height: 25px;
	width: auto !important;
}

#full_width_page_content .contact_fax {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/fax_icon.png) no-repeat 0px 8px;
	line-height: 26px;
}

#full_width_page_content .contact_email {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/email_icon.png) no-repeat 0px 10px;
	line-height: 25px;
}

#full_width_page_content .contact_phone {
	background: url(http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/phone_icon.png) no-repeat 0px 6px;
	line-height: 26px;
}


/* Popular Posts Widget */



#footer .popular_posts h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}

#content .popular_posts li {
	width: 270px;
	float: left;
}

.popular_posts span {
	color: #838383;
}

.popular_posts span a {
	color: #838383;
}

/* blogroll widget */

.blogroll li {
	line-height: 29px;
	margin: 0 0 11px;
	padding: 0 0 0 40px;
}

.blogroll a {
	color: buttonshadow;
	text-shadow: 0 1px 1px white;
}

.blogroll a:hover {
	color: #666666;
}

.blogroll img {
	padding-right: 5px;
}

.blogroll li:first-child {
	margin-top: -2px;
}

.widget_sidebar .blogroll li:first-child {
	padding-top: 10px;
}

#footer .blogroll #link_contact {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/contact_icon.png") no-repeat scroll 0 4px transparent;
}

#footer .blogroll #link_o_liberte {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/offre_liberte.gif") no-repeat scroll 0 6px transparent;
}

#footer .blogroll #link_o_autonomie {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/offre_autonomie.png") no-repeat scroll 0 6px transparent;
}

#footer .blogroll #link_o_adherent {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/offre_partenaire.png") no-repeat scroll 0 3px transparent;
}

#footer .blogroll #link_adherent {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/icone_adherents.gif") no-repeat scroll 0 5px transparent;
}

/* footer */


#footer {
	color: #f1f1f1;
	width: 100%;
}

#footer_shadow {
	width: 100%;
	margin: 7px 0 0;
	display: inline-table;
}

.footer_pattern {
	background: url(../images/slider_pattern_bg.png);
}

.footer_pattern1 {
	background: url(../images/slider_pattern_bg1.png);
}

.footer_pattern2 {
	background: url(../images/slider_pattern_bg2.png);
}

.footer_pattern3 {
	background: url(../images/slider_pattern_bg3.png);
}

.footer_pattern4 {
	background: url(../images/slider_pattern_bg4.png);
}

.footer_pattern5 {
	background: url(../images/slider_pattern_bg5.png);
}

.footer_pattern6 {
	background: url(../images/slider_pattern_bg6.png);
}

#footer h3 {
	font-size: 24px;
	padding: 20px 0 10px 0;
	color: #666666;
}

.footer_content {
	width: 940px;
	margin: 0 auto;
	display: table;
	padding: 0;
	background: url(../images/footer_bg.png) top repeat-x;
}

.footer_left {
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

.footer_middle {
	float: left;
	width: 220px;
	margin: 20px 0 0 20px;
	padding: 0 0 10px 0;
}

.footer_right {
	float: left;
	width: 220px;
	margin: 20px 0 0 20px;
	padding: 0 0 0px 0;
}

.footer_right_last {
	float: left;
	width: 220px;
	margin: 20px 0 0 20px;
	padding: 0 0 10px 0;
}

.widget_footer {
	padding: 0 10px;
	float: left;
	width: 205px;
	color: #444;
}

.widget_footer ul {
	list-style: none;
	margin: 10px 0 0 0;
}

.widget_footer ul li { /*padding:  0;*/
}

.widget_footer a {
	color: buttonshadow;
	text-shadow: 0px 1px 1px white;
}

.widget_footer a:hover {
	color: #666666;
}

.footer_left_sidebar {
	margin: 0 0 20px;
	padding-bottom: 20px;
}

.footer_middle_sidebar {
	margin: 0 0 20px;
	padding-bottom: 20px;
}

.footer_right_sidebar {
	margin: 0 0 20px;
	padding-bottom: 0px;
}

.footer_bottom {
	width: 100%;
	height: 60px;
	position: relative;
}

.copyright_info {
	width: 940px;
	margin: -40px auto 40px;
	height: 90px;
	background: url(../Images/footer_bg.png) top repeat-x;
	display: table;
}

.copyright_info p {
	font-size: 11px;
	line-height: 60px;
	color: #999999;
	float: left;
}

.copyright_info a {
	color: #999999;
}

.copyright_info a:hover {
	color: #666;
}

.top {
	background: url("http://www.eyes-road.com/wp-content/themes/Eirene/eirene/images/red/top.png") no-repeat scroll 0 0 transparent;
	bottom: 48px;
	display: block;
	float: right;
	height: 31px;
	left: -60px;
	position: relative;
	text-indent: -9999em;
	top: -8px;
	width: 59px;
}

/* style table shortcode */



.text_rotation {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	position: absolute;
	left: -30px;
	font-size: 16px;
}

.fleches_1 {
	margin-left: 74px;
	margin-top: 3px;
}

/*------Style lien bleu-----*/

.lien_bleu {
	color: #03A8EA !important;
	text-shadow: 0px 1px 1px white !important;
	font-size: 13px;
}

.copyright_info .lien_bleu {
	font-size: 12px;
}

.lien_bleu:hover {
	color: #03A8EA !important;
	text-shadow: 0px 1px 1px white !important;
}

.fleche_precedente {
	background-color: transparent;
	background-image: url("../Images/fleche_gauche.png");
	background-position: 0 3px;
	background-repeat: no-repeat;
	display: inline;
	height: 12px;
	padding-left: 14px;
	float: left;
}

.fleche_suivante {
	background-color: transparent;
	background-image: url("../Images/fleche_droite.png");
	background-position: 56px 3px;
	background-repeat: no-repeat;
	display: inline;
	height: 12px;
	padding-right: 19px;
	float: right;
}

.formslide {
	display: none;
	height: 200px;
	width: 200px;
}

#slideQuestion div:first-child {
	display: block;
}

#testimonial_slider h3 {
	margin-bottom: 0px;
}

.ddsg-wrapper ul li ul {
	margin-left: 30px;
}

.ddsg-wrapper li {
	padding-top: 4px;
}

.affiche {
	display: inline !important;
}

#post-423 .widget_sidebar {
	float: right;
	width: 130px;
}

.pagination {
	display: none;
}

.widget_sidebar select {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	width: 150px;
	height: 22px;
	line-height: 32px;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #666666;
	clear: both;
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.adh_statut {
	float: left;
	margin: 0 50px 45px 0;
	height: 166px;
}

.adh_statut span {
	background: url("../Images/adh_fleche.png") no-repeat scroll 4px center #0082EC;
	color: #D2EBFF;
	display: block;
	font-size: 11px;
	height: 21px;
	padding: 3px 0 0 22px;
	text-shadow: 0 1px 0 #000000;
	width: 196px;
	margin-bottom: -25px;
	margin-left: 3px;
	/*Pour IE 7, 8 et 9*/
	height: 20px\9;
	padding: 7px 0 0 22px\9;
	width: 202px\9;
	margin-left: 0\9;
}

.finDeLigne {
	margin-bottom: 0 !important;
}

* html .adh_statut span {
	padding: 6px 0 0 25px;
}

#post-373 h2 {
	clear: both;
}

#testimonial_slider {
	height: 180px;
}

.full_width_page_borderless .recent_projects_text p {
	text-align: justify;
}

#content p a {
	text-decoration: underline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.message_chrome {
		width: 35px !important;
	}

	.indus_chrome {
		padding-left: 1px !important;
	}

	.distrib_chrome {
		padding-left: 1px !important;
	}
}

.tradFlag {
	bottom: 7px;
	display: block;
	height: 25px;
	position: absolute;
	right: 0;
	float: right;
	width: 110px;
	margin-top: 50px;
}

.tradFlag li {
	list-style: none;
}

/*.tradFlag li input {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}*/




/* Accordéon JQUERY */

.ui-accordion.ui-widget.ui-helper-reset.ui-accordion-icons {
	border: 1px solid #DFDCDC;
	border-radius: 5px 5px 5px 5px;
}


.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top a {
	background: url("../Images/red/fleche-onglet-bas.png") no-repeat scroll 0 0 transparent;
	font-family: Ubuntu;
	font-size: 16px;
	height: 13px;
	line-height: 34px;
	margin-left: 20px;
	position: relative;
	top: 1px;
	width: 20px;
}

.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all > a {
	background: url("../Images/red/fleche-onglet-doit.png") no-repeat scroll 0 0 transparent;
	font-family: Ubuntu;
	font-size: 16px;
	height: 11px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 5px;
	width: 18px;
}

.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active > p {
	padding: 20px;
	font-family: Ubuntu;
}

.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all {
	margin-top: 10px;
	height: 35px;
}

h3.lesOnglets {
	border-bottom: 1px solid #DFDCDC;
}

.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active .video1 {
	margin-left: 20px;
	margin-top: 20px;
}

.lastOnglet.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all {
	height: 25px;
}

.firstOnglet.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top a {
	background: url("../Images/red/fleche-onglet-bas.png") no-repeat scroll 0 0 transparent;
	font-family: Ubuntu;
	font-size: 16px;
	height: 13px;
	line-height: 44px;
	margin-left: 20px;
	position: relative;
	top: 6px;
	width: 20px;
}


.firstOnglet.lesOnglets.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top span, .lesOnglets.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top span, .lastOnglet.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top span {
	left: 26px;
	position: relative;
	top: -7px;
}

.galerieOnglet .gallery_box_single {
	margin-left: 19px;
}


.articleGallerie .gallery_box_single {
	margin-left: 66px;
}

.divLastOnglet.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active > p {
	border-bottom: 1px solid #DFDCDC;
}

.youtubeOngletArticle .video1 {
	margin-left: 44px !important;
}

.firstOnglet.lesOnglets.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all span, .lesOnglets.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all span, .lastOnglet.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all span {
	left: 26px;
	position: relative;
	top: -4px;
}

/*TWEETER*/
.widget_sidebar ul.juiz_last_tweet_tweetlist {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	width: 200px;
	text-align: justify;
}

.widget_sidebar ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item {
	background: url("http://www.net-com.fr/wp-content/themes/chamber/Images/twitter_bird_logo.png") no-repeat scroll 0 14px transparent;
	padding: 10px 0 10px 25px;
}

.widget_sidebar ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .juiz_lt_content {
	line-height: 18px;
	margin-top: 5px;
	position: relative;
	text-align: justify;
	width: 200px;
}

.widget_sidebar ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .juiz_lt_content a {
	color: #444444;
}

.widget_sidebar ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .tweet-date {
	clear: both;
	color: #666666;
	font-size: 0.9em;
	display: block;
}

.latest_tweet ul.juiz_last_tweet_tweetlist {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	width: 100%;
}

.latest_tweet ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item {
	line-height: 17px;
	padding-bottom: 10px !important;
	position: relative;
	bottom: 3px;
}

.latest_tweet ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .juiz_lt_content {
	position: relative;
	display: inline;
}

.latest_tweet ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .juiz_lt_content a {
	color: #666666;
}

.latest_tweet ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .tweet-date {
	clear: both;
	font-size: 0.9em;
	color: #666666;
	display: block;
}

.latest_tweet ul.juiz_last_tweet_tweetlist li.juiz_last_tweet_item .tweet-date a {
	color: #666666;
}

/*** administration ***/

.addElement,
.grid-button {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 1.1em;
	background-color: #0083B7;
	color: white;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	border-radius: 25px;
	padding-left: 4px;
	transition-property: transform, box-shadow !important;
	transition-duration: 150ms !important;
}

.grid-button {
	padding: 2px 7px 2px 7px;
}

.addElement:hover,
.grid-button:hover,
.addElement-selected {
	color: white;
	/*box-shadow: 1px 1px 1px 1px grey;*/
	box-shadow: 3px 3px 1px 0px grey;
	transform: translate(-3px, -3px);
}

.addElement-selected {
	text-transform: uppercase;
}

.addElement img,
.grid-button img {
	vertical-align: top;
	margin-right: 5px;
}

.divRetourAdminConnexion {
	display: inline;
}

.exportCsv {
	position: relative;
	float: right;
}

.vertical-align-top {
	vertical-align: top;
}

/****/

.error_message {
	color: red;
	font-weight: bold;
	font-size: larger;
}

.confirm_message {
	color: green;
	font-weight: bold;
	font-size: larger;
}

/******/

.opticien-filtered,
.opticien-existing {
	width: 90%;
	position: relative;
	margin: auto;
	height: 200px;
	border: 1px solid #ccc;
	overflow: auto;
	border-radius: 5px;
}

.opticien-filtered-options,
.opticien-existing-options {
	width: 90%;
	position: relative;
	margin: auto;
	margin-top: 15px;
}

.opticien-filtered-option,
.opticien-existing-option {
	color: #0083B7;
}

.opticien-filtered-infos,
.opticien-existing-infos {
	display: inline-block;
	position: relative;
	float: right;
}

.opticien-filtered table,
.opticien-existing table {
	width: 100%;
}

.opticien-filtered td,
.opticien-existing td {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	transition-property: background-color, color;
	transition-duration: 100ms;
	cursor: pointer;
}


.opticien-filtered td.selected,
.opticien-existing td.selected {
	background-color: #0083B7;
	color: white;
}

.opticien-filtered td:hover,
.opticien-existing td:hover {
	background-color: #59B7FF;
	color: white;
	cursor: pointer;
}

.opticien-filtered-item-id,
.opticien-existing-item-id {
	font-weight: bold;
	display: inline-block;
	width: 60px;
}

.opticien-filtered-item-raison,
.opticien-existing-item-raison {
	display: inline-block;
	width: 430px;
}

opticien-filtered-item-codeVille,
.opticien-existing-item-codeVille {
}

/*** izygridview menu ***/

.iZyGridContextMenu table {
	background-color: white;
	border: 1px solid #ccc;
}

.iZyGridContextMenu table tr td {
	border-bottom: 1px solid #F5F5F5;
	cursor: pointer;
	padding: 10px;
}

.iZyGridContextMenu table tr td:hover {
	background-color: #F5F5F5;
}

.iZyGridContextMenu table tr:last-child td {
	border-bottom: none;
}

/*** iZyGridview Choose Columns ***/

.ui-dialog-titlebar {
	background-color: #666 !important;
	border: none !important;
}

/*** pageTitle ***/

.pageTitle {
	position: absolute;
	display: block;
	left: 20%;
	top: 15px;
	margin: auto;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 5px;
	color: #000;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
	filter: alpha(opacity=7);
	-moz-opacity: 0.07;
	-khtml-opacity: 0.07;
	opacity: 0.07;
}

/*** opticien ***/

.backButton {
	position: absolute;
	top: 50px;
	left: 0;
}

.saveButton {
	position: absolute;
	top: 50px;
	right: 0;
}

.sidemenu {
	position: fixed;
	width: 150px;
	margin-top: 50px;
	list-style-type: none;
}

.sidemenu .sidemenu-header {
	padding: 5px;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	background-color: white;
	font-weight: bold;
	border: 1px solid #ccc;
}

.sidemenu .sidemenu-item .sidemenu-button {
	height: 27px;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: none;
	border-bottom: 1px solid white;
	background-color: #0083B7;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

.sidemenu .sidemenu-item .sidemenu-button:hover {
}

.sidemenu .sidemenu-item:last-child .sidemenu-button {
	border-bottom: none;
}

.sidemenu .sidemenu-footer {
	height: 5px;
	border: 1px solid #ccc;
	border-radius: 0px 0px 5px 5px;
	background-color: white;
}

/*** Catalogues ***/

div.header-part {
	/*border-bottom: 1px dotted #ccc;*/
	text-align: center;
	padding: 10px;
}

div.filter-part {
	text-align: center;
	padding: 10px;
}

.input-search {
	width: 300px;
}

.btn-search {
	border-width: 0px;
	vertical-align: bottom;
	width: 30px;
	background-color: #0083B7;
	margin-left: -4px;
}

.btn-clear {
	border-width: 0px;
	vertical-align: bottom;
	width: 30px;
	border-radius: 0px 10px 10px 0px;
	background-color: #0083B7;
	margin-left: -4px;
}

table#filterTable {
	position: relative;
	width: 100%;
}

table#filterTable td {
	width: 28%;
	vertical-align: top;
}

table#filterTable td:nth-child(2) {
	width: 44%;
}

/* switch */
.switch-option.lentille,
.switch-option.monture,
.switch-option.verre,
.switch-option.accessoire {
	margin: 10px !important;
	color: white !important;
	border-radius: 3px;
	border: none !important;
	min-width: 120px;
	height: 30px;
	font-weight: bold;
}

.switch-option.lentille:not(.switch-option-selected):hover,
.switch-option.monture:not(.switch-option-selected):hover,
.switch-option.verre:not(.switch-option-selected):hover,
.switch-option.accessoire:not(.switch-option-selected):hover {
	box-shadow: 3px 3px 1px 0px #ccc;
}


.switch-option.lentille {
	background-color: rgba(235,59,0, 0.1) !important;
}

.switch-option-selected.lentille,
span.lentille {
	background-color: rgb(235,59,0) !important;
}

.switch-option.monture {
	background-color: rgba(17,146,0, 0.1) !important;
}

.switch-option-selected.monture,
span.monture {
	background-color: rgb(17,146,0) !important;
}

.switch-option.verre {
	/*background-color: rgba(0, 131, 183, 0.1) !important;*/
	background-color: rgba(0, 176, 240, 0.1) !important;
}

.switch-option-selected.verre,
span.verre {
	/*background-color: rgb(0, 131, 183) !important;*/
	background-color: rgb(0, 176, 240) !important;
}

.switch-option.accessoire {
	background-color: rgba(241, 174, 4, 0.1) !important;
}

.switch-option-selected.accessoire,
span.accessoire {
	background-color: rgb(241, 174, 4) !important;
}

/****************************************************************/
/*************************** WIZARD *****************************/
/****************************************************************/


.wizard-maincontainer {
	position: relative;
	margin-bottom: 100px;
}

.wizard-step-container {
	position: relative;
	width: 1200px;
	margin: auto;
	top: 100px;
}

.wizard-step {
	position: relative;
	width: 960px;
	margin: auto;
	background-color: white;
}

.wizard-header {
	background-color: #0083B7;
	color: white;
	height: 30px;
}

.wizard-step-content {
	position: relative;
	height: 630px;
	overflow: auto;
}

.wizard-next {
	position: absolute;
	right: 0;
	top: 50px;
}

.wizard-prev {
	position: absolute;
	left: 0;
	top: 50px;
}

.wizard-options {
	display: block;
	position: relative;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.wizard-catalogues-content {
	width: 100%;
	margin: auto;
	position: relative;
	height: 630px;
}

#wizard-catalogues-resume-infos {
	width: 100%;
	position: relative;
	height: 30px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	background-color: #0083B7;
	color: white;
}

#wizard-catalogues-resume-infos td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ccc;
}

#wizard-catalogues-resume-infos td:first-child {
	border: none;
}

.wizard-catalogues-content-liste {
	position: relative;
	float: left;
	width: 200px;
	height: 600px;
	overflow: auto;
	border-right: 1px solid #8F8F8F;
}

.wizard-catalogues-content-liste ul {
	position: relative;
	height: 100%;
	width: 100%;
	list-style: none;
}

.wizard-catalogues-content-liste ul li {
	height: 25px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	line-height: 25px;
	padding: 5px;
}

.wizard-catalogues-content-liste ul li .wizard-catalogue-content-liste-delete {
	vertical-align: sub;
	position: relative;
	float: right;
	margin-right: 3px;
	width: 22px;
}

.wizard-catalogues-content-liste ul li.addCatalogue {
	text-align: center;
	height: 35px;
	font-weight: bold;
	border-bottom-style: solid;
}

.wizard-catalogues-content-liste ul li.addCatalogue a {
	display: block;
	height: 100%;
	width: 100%;
}

.wizard-catalogues-content-liste ul li.addCatalogue a:hover {
	color: #0083B7;
}

.wizard-catalogues-content-liste ul li.addCatalogue a img {
	margin-right: 10px;
}

.wizard-catalogues-content-nouveau {
	position: relative;
	float: left;
	width: 759px;
	height: 600px;
	overflow: auto;
}

.wizard-catalogue-upload {
	position: relative;
	height: 50px;
	text-align: center;
	padding: 15px;
	border: 1px dotted #ccc;
}


.wizard-catalogue-upload-btn {
	display: inline-block;
	padding: 15px;
	background-color: rgb(17,146,0);
	color: white;
	border-radius: 5px;
	transition: background-color ease-in-out 200ms;
}

.wizard-catalogue-upload-btn:hover {
	color: white;
	background-color: rgb(17, 129, 0);
}

.wizard-catalogue-infos-cat {
	overflow: auto;
}

.wizard-catalogue-validation {
	text-align: right;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.wizard-step-content-resume-liste {
	margin-top: 10px;
}

.wizard-resume-liste-title {
	font-size: 23px;
	padding-left: 10px;
	font-weight: bold;
}


.wizard-resume-legende {
	display: block;
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.wizard-resume-legende span.legende {
	display: inline-block;
	margin: 5px !important;
	color: white !important;
	border-radius: 3px;
	border: none !important;
	min-width: 100px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.wizard-resumefinal-blocks {
	position: relative;
	width: 517px;
	margin: auto;
}

.wizard-resumefinal-message {
	color: #119200;
	font-size: 18pt;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 15px;
}

.wizard-resumefinal-actions {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 42px;
}

/*** popup détails de catalogue ***/

.popup_catalogue {
	min-width: 300px;
	background-color: transparent;
	border: none;
}

.popup_catalogue_background {
	background-color: Gray;
	opacity: 0.7;
}

.popup_catalogue_header {
	background-color: #666666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 30px;
	color: white;
	text-align: center;
	font-weight: 600;
	font-size: 14pt;
	padding-top: 5px;
}

.popup_catalogue_container {
	background-color: white;
	min-height: 100px;
}

.popup_catalogue_destinataire {
	display: block;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

.popup_catalogue_infos {
}

.popup_catalogue_label {
	font-weight: bold;
	padding: 5px;
}

.popup_catalogue_value {
}

.popup_catalogue_boutons {
	text-align: center;
	padding: 10px;
}

/***** Traduction de catalogue *****/

.traduction-traduire {
	width: 100%;
}

.traduction-traduire-legende {
	color: red;
	font-size: 13px;
	padding: 15px;
}

.traduction-traduire td {
	width: 50%;
	padding: 10px;
}

.traduction-traduire td[colspan="2"] {
	text-align: center;
	width: 100%;
}

/**** Campagne de diffusion ****/

.campagne-main-container {
	background-color: white;
	width: 960px;
	height: 660px;
	margin: auto;
}

.campagne-header {
	padding: 10px;
	height: 80px;
	position: relative;
}

.campagne-content {
	width: 100%;
	min-height: 560px;
	max-height: 1000px;
	background: #f5f5f5;
	overflow: auto;
}

.campagne-details-header {
	background: #666666;
	color: white;
}

.campagne-header-title {
	font-weight: bold;
	font-size: 20pt;
}

.campagne-header-subtitle {
}

.campagne-envoye {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	height: 100px;
	font-size: 16pt;
	text-align: center;
	line-height: 100px;
	color: white !important;
}

.campagne-envoye-envoyer {
	background-color: #0083B7;
	transition-duration: 150ms;
	transition-property: transform, box-shadow;
	transition-timing-function: ease-in-out;
}

.campagne-envoye-envoyer:hover {
	transform: translate(-5px, -5px);
	-webkit-box-shadow: 5px 5px 2px 0 #005B80;
	box-shadow: 5px 5px 2px 0 #005B80;
}

.campagne-envoye-envoye {
	background-color: #01C05C;
	cursor: default;
}



.campagne-envoye-differe {
	background-color: #008392;
	cursor: default;
}

/* content */
.campagne-content-title {
	padding: 10px;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #D3D3D3;
}

.campagne-content .wizard-step-content-resume-liste {
	margin-top: 0px;
	margin-bottom: 10px;
}

.campagne-content .wizard-resume-liste-title {
	display: block;
	border-bottom: 1px #CCB dotted;
	padding: 10px;
}

.campagne-content-inactif {
	position: absolute;
	top: -8px;
	right: -8px;
}

.campagne-retour {
	position: absolute;
	text-decoration: underline;
	bottom: 7px;
	cursor: pointer;
}

/***** Connexion FTP d'un opticien *****/

.tiles-connexion-ftp {
	position: relative;
	margin: auto;
	width: 600px;
	border-collapse: separate;
	border-spacing: 2px;
}

.tiles-connexion-ftp td {
	height: 100px;
	color: #fff;
}

.tiles-connexion-ftp td div:not(.tile-connexion-ftp-img) {
	height: 100%;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding-top: 10px;
}

.tile-connexion-ftp-conn {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-top: 30px;
}

.tiles-connexion-ftp td .tile-connexion-ftp-img {
	position: absolute;
	left: 50%;
	top: 50%;
}

.tiles-connexion-ftp td .tile-connexion-ftp-img img {
	position: relative;
	left: -50%;
	margin-top: -50%;
	opacity: 0.1;
}

.tiles-connexion-ftp .ok {
	background-color: #119200;
}

.tiles-connexion-ftp .ko {
	background-color: red;
}

/**** Mes Catalogues *****/

@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	50% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}

	50% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}

.industriels-tooltip {
	display: none;
	position: absolute;
	width: 240px;
	height: 50px;
	border: 1px solid #CCC;
	background: #FFF;
	right: -100px;
	top: 5px;
	z-index: 9999;
	border-radius: 3px;
	padding: 6px;
	font-size: 13px;
}

.liste-industriels tr td {
	position: relative;
}

.liste-industriels tr:hover .industriels-tooltip,
.liste-industriels .industriels-tooltip:hover {
	display: block;
	animation-duration: 1.5s;
	animation-name: fadeInFromNone;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-name: fadeInFromNone;
}

/**** Traduction iWi *****/

.traduction-options {
	padding: 10px;
}

.traduction-title-container {
	padding: 10px;
	text-align: center;
}

.traduction-title {
	font-size: 36px;
	font-family: Bebas, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
}

.traduction-title-sub {
	font-size: 16px;
}

.traduction-title-container img {
	vertical-align: bottom;
	height: 24px;
}

.ok_message {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	color: #1DADE8;
}


/*** Login ***/

.login-catch {
	width: 940px;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	text-shadow: 1px 1px 1px #fff;
}

.login-form .blue {
	color: #1BA0DB;
}

.login-form h3,
.login-catch h2 {
	font-family: Ubuntu, Tahoma, Arial, sans-serif !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}

.login-catch table th {
	font-size: 22px;
	text-transform: uppercase;
}

.login-descriptions ul {
	padding-left: 15px;
}

.login-description-title-opticien {
	color: #119200;
}

.login-description-title-industriels {
	color: #00B0F0;
}

.login-catch table td,
.login-catch table th {
	padding: 10px;
}

.login-catch table th {
	text-align: left;
}

.login-catch table th img {
	vertical-align: middle;
}

.login-catch table td:first-child,
.login-catch table th:first-child {
	padding-right: 30px;
}

.login-catch table td:last-child,
.login-catch table th:last-child {
	padding-left: 30px;
}

.login-description-title {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.login-description-sub {
	display: block;
	margin-top: 10px;
}

.login-catch table h2 {
	font-weight: bold;
	font-size: 18px;
}

.login-catch .btn-inscription,
.login-form .btn-login,
.btn-contact {
	/*width: 125px;*/
	background: #48993D;
	text-align: center;
	padding: 5px;
	/*float: right;*/
	/*display: block;*/
	margin-right: 20px;
	margin-top: 10px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Ubuntu, Tahoma, Arial, sans-serif !important;
	text-shadow: none;
	cursor: pointer;
	border: 0;
}

.btn-contact {
	background-color: #00B0F0;
}

.login-form .btn-login {
	font-size: 18px !important;
}

.login-form h3 {
	font-size: 20px;
}

.login-form {
	background-color: #E8E5E0;
	border: #585857 1px solid;
	width: 940px;
	box-sizing: border-box;
	margin: auto;
	height: 270px;
	padding-top: 30px;
	padding-left: 40px;
	margin-bottom: 40px;
	position: relative;
}

.login-form table {
	width: 40%;
}

.login-form td {
	padding-top: 10px;
}

.login-form td:first-child {
	text-align: center;
}

.login-form input {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 16px;
}



.login-form-visuel {
	position: absolute;
	bottom: 0;
	right: 80px;
	height: 110%;
}

/*** Inscription */

.inscription-form {
	background-color: #E8E5E0;
	border: #585857 1px solid;
	width: 940px;
	margin: auto;
	/*height: 200px;*/
	padding-top: 10px;
	margin-bottom: 40px;
	font-family: Ubuntu, Tahoma, Arial, sans-serif !important;
}

.inscription-catch h3 {
	font-family: Ubuntu, Tahoma, Arial, sans-serif !important;
	text-transform: uppercase;
	font-size: 22px;
}

.inscription-catch .subtitle {
	font-family: Ubuntu, Tahoma, Arial, sans-serif !important;
	/*text-transform: uppercase;*/
	font-size: 20px;
}

.inscription-catch {
	width: 940px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	text-shadow: none;
	line-height: 34px;
}

.inscription-catch .blue,
.inscription-form .blue {
	color: #1BA0DB;
}

.inscription-form table {
	width: 100%;
}

.inscription-form td {
	padding-top: 10px;
}

.inscription-form td:first-child {
	width: 40%;
	padding-left: 20px;
}

.inscription-form td:nth-child(2) {
	vertical-align: bottom;
	width: 55%;
	text-align: center;
	padding-bottom: 10px;
}


.inscription-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	font-size: 16px;
}

.inscription-form .btn-go {
	position: relative;
	width: 60%;
	/*background-color: #48993D;*/
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 0;
	text-align: left;
	font-size: 16px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	display: inline-block;
}

.btn-go-GO {
	position: absolute;
	top: -20px;
	right: 20px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #03A8EA;
	display: inline-block;
	text-align: center;
	font-size: 22px;
}


.inscription-contact {
	text-align: center;
}

.inscription-contact input[type=text] {
	font-size: 15px;
	padding: 5px;
}

.inscription-contact .button {
	font-size: 16px !important;
}

.inscription-contact .msg-ko,
.inscription-contact .msg-ok {
	font-size: 16px;
}

.inscription-contact .msg-ko {
	color: #D4343B; /* rouge */
	font-weight: bold;
}

.inscription-contact .msg-ok {
	color: #96C865; /* vert */
}