@charset "UTF-8";

@font-face {
    font-family: 'Dinpro';
    src: url('fonts/dino-medium.eot');
    src: url('fonts/dino-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/dino-medium.woff') format('woff'),
         url('fonts/dino-medium.ttf') format('truetype'),
         url('fonts/dino-medium.svg#zektonbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


html body {
	height: 100%;
	cursor:default;
}
form { margin:0px; padding:0px; }
a { cursor:pointer }
a img { border:none }
div.clear { clear:both; height:0px; }
a, input, textarea, select { outline: none; }
a {
	color:#444;
	text-decoration:none;	
}
a:hover {
	color:#2F4B61;
}


body {
	margin:0;
	padding:0;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/bg_body.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
body.secret section {
	/* background: -webkit-linear-gradient(top, #6CF, #FFF, #FFF) fixed;*/
	box-shadow:0px 0px 200px #2F4B61;
}

header {
	width:100%;
	height:190px;
}
header div.top {
	position:relative;
	width:100%;
	height:32px;
	background-image:url(../img/bg_top.png);
	background-position:top center;
	background-repeat:repeat-x;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

header div.top ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
header div.top ul li {
	margin:0px;
	padding:0px;
	float:right;
	height:32px;
}
header div.top ul li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	padding: 0 20px 0 33px;
	line-height: 32px;
	height:32px;
	background: url(../img/bg_top_icon.png) no-repeat 0px 0px;
	display:block;
}
header div.top ul li.pro a { background-position:0px 0px }
header div.top ul li.webmail a { background-position:0px -32px }
header div.top ul li.current a {
	color:#D00;
}
header img.logo {
	position:absolute;
	top:25px;
	left:0px;	
}
header div.equipe {
	position:absolute;
	top:50px;
	right:0px;
	width:400px;
	text-align:right;
}
header div.equipe img {
	margin-left:5px;
}
div.corpus {
	width:1020px;
	position:relative;
	margin:auto;
}

footer {
	background-image:url(../img/bg_footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:60px;
	width:1020px;
	margin:auto;
	margin-top:0px;
	padding-top:25px;
	font-size:11px;
	text-align:center;
	color:#AAA;
	position:relative;
}
footer p {
	margin:5px 0px;
}
footer p a {
	text-decoration:underline;
}
footer strong {
	color:#666;
}

section {
	width:1020px;
	position:relative;
	margin:auto;	
	border-radius: 12px;
	overflow: hidden;
	-moz-box-shadow: 0px 8px 30px 1px #aaaaaa;
	-webkit-box-shadow: 0px 8px 30px 1px #aaaaaa;
	-o-box-shadow: 0px 8px 30px 1px #aaaaaa;
	box-shadow: 0px 8px 30px 1px #aaaaaa;
}

div#contact {
	width:400px;
	background-color:#F2F2F2;
	padding:20px;
}








div.login_container {
	width:960px;
	height:377px;
	overflow:hidden;
	padding:30px;
}
div.login_container div.field {
	position:relative;	
	clear: both;
	position: relative;
	margin: 0 0 18px 6px;
}
div.login_container div.field label {
	width:122px;
	height:36px;
	position:absolute;
	left:-6px;
	top:7px;
	background:url(../img/bg_login_label_v2.png);
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	line-height: 28px;
	vertical-align: center;
	font-size: 14px;
	text-shadow: 0 0 5px #000;
}
div.login_container div.field label.label_login { background-position:0px 0px; }
div.login_container div.field label.label_pass { background-position:0px -36px; }
div.login_container div.field input.inputfield {
	border: medium none;
	width: 286px;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url(../img/bg_login_input.png) 0px 0px no-repeat;
	padding-left: 134px;
	color: #646464;
}
div.login_container div.field input.inputfield:focus { background-position:0 -47px; }
div.login_container input.login_button { 
	border:medium none; 
	width:153px;
	height:38px;
	text-indent:-9999px;
	background: url(../img/bg_login_input.png) 0px -94px no-repeat;
	cursor:pointer;
	float:right;
}
div.login_container input.login_button:active  { background-position:-153px -94px; }
div.login_container div.login_info {
	float:right;
	width:370px;
	height:330px;
	padding: 22px 28px;
	background-color: white;
	border: 1px solid #D2D2D2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align:justify;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
}




div.topbar {
	width:1000px;
	height:49px;
	background: rgb(65,65,65);
	background: linear-gradient(180deg, rgba(90,90,90,1) 0%, rgba(20,20,20,1) 100%);
	position:relative;
	color:white;
	padding-left:20px;
	font-size:20px;
	line-height:49px;
	vertical-align:middle;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}
div.topbar span {
	font-size:14px;
	color:#A3864B;
}
div.topbar a.logout {
	background: black;
	border-radius: 8px;
    display:block;
    width:123px;
    height:29px;
    position:absolute;
    right:10px;
    top:10px;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
	text-align: center;
	font-family:Dinpro, Arial, Helvetica, sans-serif;
}
div.topbar a.switch { 
	background: black;
	border-radius: 8px;
    display:block;
    width:123px;
    height:29px;
    position:absolute;
    right:140px;
    top:10px;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
	text-align: center;
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;

}
div.topbar a.desincarner { 
	background: black;
	border-radius: 8px;
    display:block;
    width:123px;
    height:29px;
    position:absolute;
    right:270px;
    top:10px;
	color: #fff;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
	text-align: center;
	font-family:Dinpro, Arial, Helvetica, sans-serif;
}

nav {
	width: 1020px;
	height: 49px;
	-moz-box-shadow: 0 2px 3px #DDD;
	-webkit-box-shadow: 0 2px 3px #DDD;
	box-shadow: 0 2px 3px #DDD;
	position: relative;
	z-index: 1000;
	background-image:url(../img/bg_nav_v2.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
nav ul {
	margin:0;
	padding:0;	
}
nav ul li.nav-item {
	display: block;
	float: left;
	height: 49px;
	font-size:16px;
	border-right:1px solid #DBDCDE;
}
nav ul li.nav-item a.nav-item {
	display:block;
	height:49px;
	line-height: 49px;
	vertical-align: middle;
	text-align: center;
	color: #555;
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	padding: 0 25px;
	background-position:0px 0px;
}
nav ul li.nav-item.on {
	background-image:url(../img/bg_nav_v2.png);
	background-position:0px -51px;
}
nav ul li.nav-item.on a.nav-item {
	text-shadow: 0 0 5px #000;
	color: #fff;
}
nav ul li.nav-item:hover a.nav-item {
	color: #2F4B61;
}
nav ul li.nav-item.on:hover a.nav-item {
	color: #fff;
}
nav ul li.nav-item.on a.nav-item {
	background-position:0px -50px;
}
nav ul li div.nav_submenu {
	background-color: white;
	-moz-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.2);
	left: -1px;
	padding: 25px;
	position: absolute;
	top: 50px;
	width: 970px;
	z-index: 99;
	display: none;
	border: 1px solid #DDD;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	border-top:none;
	padding-bottom:40px;
}
nav ul li div.nav_submenu ul li, div.nav ul li {
	font-size:12px;
	list-style:none;
	padding:4px 0px;
	margin:0px;
}
nav ul li div.nav_submenu h3, div.nav h3 {
	font-size:18px;
	font-weight:normal;
	color:#666;
	margin-bottom:10px;
	margin-top:0px;
}
div.nav ul {
	margin:0px;
	padding:0px;
}
section div.nav ul li a {
	color:#444;
}



div.container {
	background: #F2F2F2;
	padding: 30px 24px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
div.container a {
	color:#2F4B61;
}
div.container a:hover {
	text-decoration:underline;
}
h1 {
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:-4px;
	line-height:1em;
	letter-spacing: -1.5px;
	color: #2F4B61;
}
div.container h2 {
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:40px;
}
div.container .first {
	margin-top:0px;
}
div.block {
	background-color: #F8F8F8;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
div.block div.block_title {
	background: url(../img/sprite_gradients.png) repeat-x 0 -124px;
	height: 30px;
	border-bottom: 1px solid #DDD;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: auto;
	position: relative;
	font-size: 18px;
	line-height: 18px;
	text-shadow: 0 1px 0 white;
	letter-spacing: -0.03em;
	padding: 14px 14px 0 18px;
	color: #444;
}
div.block div.block_title span {
	float:right;
	padding-right:8px;
}
div.block div.block_content {
	padding:20px;
	position:relative;
}
div.form_block {
	border: 1px solid #DDD;
	padding: 10px 14px;
	background-color: #FAFAFA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.block_inf {
	background-image:url(../img/bg_block_information.png);
	width:430px;
	height:96px;
}
div.block_inf.block_inf_client {
	background-image:url(../img/bg_block_information_client.png);
}
div.block_inf.block_inf_devis {
	background-image:url(../img/bg_block_information_devis.png);
}
div.block_inf a {
	display:block;
	color:inherit;
	font-size:16px;
	width:330px;
	height:36px;
	padding:20px 10px 40px 90px;
}
div.block_inf a:hover {
	text-decoration:none;
}
div.block_inf p {
	margin-left:90px;
	font-size:inherit;
	margin-top:30px;
}


input.field, textarea.field, select.field, input.formTextbox {
	height: 32px;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 0 white, 0 1px 1px #DDD inset;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 0 10px;
	font-size: 14px;
	-webkit-transition:all ease 500ms;
	-moz-transition:all ease 500ms;
	transition:all ease 500ms;
}
input.field[type=file] {
	border: 0;
	padding: 0;
	box-shadow: none;
	height: auto;
}
textarea.field {
	padding:5px 10px;	
}
input.field:focus, textarea.field:focus, select.field:focus { border-color: #2F4B61; box-shadow:inset 0px 0px 10px #DDD }
span.checkbox { display:inline-block; width:20px; height:20px; overflow:hidden; background:url(../img/sprite_assets_formelements.png) no-repeat 0 0; cursor:pointer; vertical-align:middle; }
span.checkbox:active { background-position:0 -20px; }
span.checkbox.checked { background-position:0 -40px; }
span.checkbox.checked:active { background-position:0 -60px; }
span.checkbox .input-checkbox { display:none; }
input.field-search {
	font-size:16px;
	width:160px;
}

table.form_table {
	border-collapse:collapse;
	width:auto;
}
table.form_table td,
table.form_table th {
	padding:3px 5px;
}
table.form_table td,
table.form_table th {
	padding-left:20px;
}
table.form_table td.label {
	padding-left:0px;
	font-weight:bold;
}
table.form_table td a.btn_del {
	margin-top: 5px;
}
table.form_table td.alert {
	background-image:url(../img/icon_alert_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:red;
}
table.form_table td.ok {
	background-image:url(../img/icon_ok_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:#6C0;
}
table.form_table td input.field, table.form_table td textarea.field {
	width:95%;
}

input.btn, a.btn {
	display: block;
	height: 38px;
	text-decoration: none !important;
	font-size: 13px;
	font-family:Dinpro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white !important;
	text-shadow: 0px 0px 5px #000;
	background-image:url(../img/sprite_btn_v2.png);
	background-position:0px 0px;
	width:200px;
	padding:0px 20px 4px 0px;
	border:none;
	background-color:transparent;
	margin-left:auto;
	margin-top:10px;
	cursor:pointer;
}
a.btn {
	line-height:34px;
	vertical-align:middle;
	text-align:center;
	width:180px;
	height:34px;
	text-shadow:0px 0px 5px #000;
}
input.btn:hover, a.btn:hover {
	background-position:0px -38px;
}



section a.link {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0px 0 16px;
	text-shadow: 0 1px 0 white;
	background: url(../img/sprite_listitems.png) no-repeat 0px 1px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	color:#444;
}
section a.link.back {
	background: url(../img/sprite_listitems.png) no-repeat right 1px;
	padding: 0 16px 0 0px;
	float:right;
}
section a.link:hover {
	background-position: 0px -131px;
	text-decoration:none;
}
section a.link.back:hover {
	background-position: right -131px;
}


.info {
	font-size:10px;
	font-weight:normal;
	color:#888;
}
.commercial {
	color:#00C2FF;
}


div.alert {
	padding: 8px;
	background: #C00;
	color: white;
	margin: -12px 4px 12px 0;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../img/sprite_gradients.png) repeat-x 0 -434px;
	font-weight: bold;
	margin-top:0px;
}
div.ok {
	padding: 8px;
	background: #C00;
	color: white;
	margin: -12px 4px 12px 0;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: url(../img/sprite_gradients.png) repeat-x 0 -542px;
	font-weight: bold;
	margin-top:0px;
}

p.alert {
	background-image:url(../img/icon_alert_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
}
p.ok {
	background-image:url(../img/icon_ok_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
}


table.tableau {
	border: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	background-color:#FFF;
}
table.tableau th {
	background-color: #F2F2F2;
	padding: 0 8px;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #DDD;
	font-weight: bold;
	height: 37px;
	text-transform: uppercase;
	font-size: 11px;
	color: #777;
}
table.tableau td {
	padding: 8px 8px;
	border-bottom: 1px solid #EEE;
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	transition:all ease 300ms;
}
table.tableau tr:hover td {
	background-color: #F6F6F6;
}
table.tableau td img {
	vertical-align:middle;
}
table.tableau td.alert {
	background-image:url(../img/icon_alert_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	color:red;
	padding-left:20px;
}
table.tableau td.ok {
	background-image:url(../img/icon_ok_16.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
}
table.tableau td.ok.right, table.tableau td.alert.right {
	background-position:center right;
	padding-left:8px;
}
table.tableau td.statut, span.statut {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
table.tableau td.statut.rouge, span.statut.rouge { color:#F00; }
table.tableau td.statut.bleu, span.statut.bleu { color:#09F; }
table.tableau td.statut.orange, span.statut.orange { color:orange; }
table.tableau td.statut.vert, span.statut.vert { color:#6C0; }
table.tableau td.statut.gris, span.statut.gris { color:#999; }
table.tableau tr.view { display:none; }
table.tableau tr.view td.view {
	background-color:#F2F2F2;
	padding:0px 20px;
}
table.tableau td.statut.bleu > span.round {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #09F;
	border-radius: 32px;
}
table.tableau tr.view:hover td {
	background-color:#F2F2F2;
}
table.tableau tr.view:hover td td {
	background-color:#FFF;
}
table.tableau tr.gris td, table.tableau tr.gris td * {
	color:#AAA;
}
table.tableau.mini {
	font-size:11px;
	-moz-box-shadow: 0 0 3px #DDD;
	-webkit-box-shadow: 0 0 3px #DDD;
	box-shadow: 0 0 3px #DDD;
}
table.tableau.mini td {
	padding:8px 3px;
}
table.tableau.mini td.statut {
	font-size:10px;
}
div.tableau-view {
	width:auto;
	margin:auto;
	background-color:#FFF;
	border-left:1px solid #EEE;
	padding:20px;
	border-right:1px solid #EEE;
}

div.view {
	width:910px;
	background-color:#FFF;
	padding:20px;
}

section div.pagination {
	text-align:right;
	color:#DDD;
}
section div.block + div.pagination,
section div.pagination + div.block {
	margin-top: 10px;
}
section div.pagination a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding:3px 5px;
	line-height: 18px;
	margin: 0px 2px 0px 2px;
	color:#999;
}
section div.pagination a:hover {
	color: #2F4B61;
}
section div.pagination span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding:3px 5px;
	line-height: 18px;
	margin: 0px 2px 0px 2px;
	color:#999;
}
section div.pagination a.page-on {
	color: #2F4B61;
}



div.quota {
	position:relative;
	width:200px;
	height:16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../img/sprite_gradients.png) repeat-x 0 -492px;
}
div.quota div {
	position:absolute;
	top:0px;
	left:0px;
	height:16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: url(../img/sprite_gradients.png) repeat-x 0 -335px;
}
div.quota span {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:16px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	line-height:16px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
}


div.block_price {
	position: absolute;
	text-align: center;
	width: 80px;
	height: 50px;
	right: -9px;
	top: -8px;
	z-index: 3;
	background: url(../img/sprite_assets_global.png) no-repeat -58px 0px;
	line-height: 42px;
	font-size:14px;
	color: white;
	text-shadow:1px 1px 1px #000;
}

input.field-search {
	width: 180px;
	height: 10px;
	padding: 10px 5px;
	font-size:12px;
	border: 0;
	background: #F8F8F8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image:url(../img/btn_search.png);
	background-position:5px 8px;
	padding-left:26px;
	background-repeat:no-repeat;
}
input.field-search:focus {
	background-color:#FFF;
}

ul.onglets {
	list-style: none;
	margin: 30px 0 20px 0;
	padding: 0;
}
ul.onglets li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.onglets li a {
	padding: 10px 20px;
	font-size: 14px;
	background: #fff;
	color: #666;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
ul.onglets li a:hover {
	text-decoration: none;
	color: #000;
}
ul.onglets li.on a {
	background: #2F4B61;
	color: #fff;
}
ul.onglets li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
ul.onglets li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-right: 1px solid #ddd;
}

span.profile {
	width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    background: #ddd;
    border-radius: 32px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: auto;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 0px;
	margin: 15px 0;
}


.searchBoxElement{
	background-color: white;
	border: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	line-height: 28px;
	list-style: none;
	z-index: 1;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.searchBoxElement span{
	padding: 0 10px;
}
.searchBoxElement::-webkit-scrollbar {
	display:none;
}
.searchBoxElement li{
	background-color: white;
	color: black;
}
.searchBoxElement li:hover{
	background-color: #2F4B61;
	color: white;
}
.searchBoxElement li.selected{
	background-color: #2F4B61;
	color: white;
}