/* Root */
a, p ,ul ,li, blockquote, input, textarea, body{font-size:12px; font-family:  Verdana}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px; font-family: 'PT Sans'}
h4 {font-size: 20px; font-family: 'PT Sans'}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
h1, h2, h3, h4, h5, h6 {margin:20px 0; padding:0;}
p {margin: 0 0 8px 0;}
ul {padding:0 0 8px 25px; margin:0;}

/*a {	text-decoration: none; color: #005298;}*/
a {	text-decoration: underline; color: #0fc2dd;}
a:hover { text-decoration: none; color: #5b5b5b;}
.table a, .footer a,.topbar a, .big-title a, .menu-wrap a,.cta-wrap a {	text-decoration: none; color: #005298;}

/* Titre */
h3:after, h4:after
{
	content: "";
	display: block;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #0fc2dd;
	margin-top: 10px;
}
.home h4:after {display: none;}

/* Topbar */
.topbar {
	background: #F6F6F6;
	/*border-bottom: 2px solid #e9edf0;*/
	margin-bottom:15px;
	position:relative;
	z-index:99;
}
.topbar .col-md-2 {padding:0;}
.topbar p {line-height:40px; margin:0;}
.topbar p, .topbar form {
	border-left: 1px solid #E6E6E6;
	padding: 0;
}
.topbar form {line-height:35px; padding:1px 10px;}
.topbar a {color:#5b5b5b; display:block; padding: 0 10px;font-size:12px;}
.topbar a:hover {background: #E6E6E6;}
.topbar input.search {line-height: 20px;border:0; background:#F6F6F6; width:80%;font-size:12px;}
.topbar button {border:0; background:#F6F6F6; width:15%;}
.topbar input:focus, .topbar button:focus {outline: none}

.topbar .topbar-language {
	list-style-type: none; 
	margin:0; 
	padding:0; 
	border-left:1px solid #E6E6E6; 
	border-right: 1px solid #E6E6E6; 
	position:relative;
	z-index:100;
}
.topbar .topbar-language a.topbar-language-item{display: block; line-height:40px; padding:0 10px;position:relative; }
.topbar .topbar-language a.topbar-language-item:hover{background: #E6E6E6;}
.topbar .topbar-language a.topbar-language-item .caret {position:absolute;right:10px;top:20px;}
.topbar .topbar-language .topbar-language-submenu { 
	display:none; 
	position:absolute; 
	background: #F6F6F6; 
	list-style-type: none;
	width:100%;
	padding:0;
	/*border: 2px solid #e9edf0;*/
	border-top:0;

}
.topbar .topbar-language .topbar-language-submenu .topbar-language-submenu-item{ 
	display:block; 
	line-height: 40px;
}

/* Logo & Menu */
#logo {padding-left: 0;}
#logo a {
	display:block;
	width: 159px;
	height:100px;
	background: url('../img/logo.png') no-repeat;
}
#logo span {display:block; text-indent: -5000px}

.menu-wrap {padding-right:0;}
#menu {list-style-type: none; float:right; padding-top: 50px;}
#menu .menu-item {float: left;}
#menu .menu-item-link {display:block; padding:10px 13px; text-transform: uppercase; font-size:13px; color:#5B5B5B;}
#menu .menu-item-link:hover {background: #0fc2dd;color:#FFF;}

/* Banner */
.banner-wrap {background: url('../img/banner-bg.gif') repeat-y center center; margin-top: 10px;}
.banner-wrap .banner-left {
	color: #fff;
	padding:30px 10px;
}
.banner-wrap .banner-left a {
	color: #fff;
	text-decoration: underline;
}
.banner-wrap .more { text-align: right; }

/* Big title - Breadcrumb */
.big-title {background: #f6f6f6; margin:10px 0 30px 0;}
.big-title h2 {line-height: 90px; margin:0;}
.big-title .breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	line-height: 90px;
	text-align: right;
	color: #999;
}
/* Call To Action */
.cta-wrap {
	position: relative;
	margin-top:30px;
}
.cta-wrap h4 a {
	display: block;
	text-align: center;
	padding: 100px 20px 0 20px;
	margin:10px 0 20px 0;
	position: relative;
	z-index:20;
	color:#005298;
	font-size: 14px;
}
.cta-wrap .cta-col-left h4 a {background: url('../img/icon01.png') no-repeat center 10px;}
.cta-wrap .cta-col-left:hover h4 a {background-image: url('../img/icon01-hover.png');}

.cta-wrap .cta-col-center h4 a {background: url('../img/icon02.png') no-repeat center 10px;}
.cta-wrap .cta-col-center:hover h4 a {background-image: url('../img/icon02-hover.png');}

.cta-wrap .cta-col-right h4 a {background: url('../img/icon03.png') no-repeat center 10px;}
.cta-wrap .cta-col-right:hover h4 a {background-image: url('../img/icon03-hover.png');}

.cta-wrap h4 a span {
	background: #fff;
	position: relative;
	z-index:15;
	padding:5px 15px;
}
.cta-wrap h4 a:after {
	content:' ';
	border-bottom:1px solid #000;
	display: block;
	position: relative;
	z-index: 10;
	margin-top: -8px;
}
.cta-wrap .cta-text {
	text-align: justify;
	padding:0 20px;
}
.cta-wrap .cta-col:hover a, 
.cta-wrap .cta-col:hover a:after
{ border-color: #0fc2dd; color: #0fc2dd;}

.cta-wrap .more {text-align: right;}

/* Portfolio */
.portfolio-item {
	border-top:1px solid #FFF;
	margin-bottom:30px;
}
.portfolio-item-img {
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	display: block;
	margin: -14px -9px 15px -9px;
	background-color:#FFF;
	padding:15px;
}

.portfolio-item-title {
	text-align: center;
	display:block;
	background: #F0F0F0;
	min-height: 40px;
	padding:15px 10px;
}
.portfolio-item-title:hover {
	background-color: #005298;
	color:#FFF;
}

/* Footer */
.footer {
	background: #F3F3F3;
	padding: 30px 0;
	margin-top:30px;
}
.footer-contact h5 {text-align: center; margin-bottom: 20px;}
.footer-contact address,
.footer-contact p {font-size: 12px}
.footer-contact .coordonnees span { color: #005298;}
.footer-map {background: url('../img/map.jpg') no-repeat center center; min-height: 100px;}
.footer-access p {padding-top:30px;}
.footer-access p a {display:block; text-decoration: underline;font-style: italic;}
.footer-copy {
	background: #E3E3E3;
}
.footer-copy .footer-copy-text {text-align:right; padding:10px 0; font-size:10px; margin:0;}
.footer-copy .footer-copy-text a {font-size:10px;}

/* News */

.news-home-content h5{ text-align: center; margin-bottom: 20px;}
.news-home-content .news-text {text-align: justify;}
.news-home-content .more {text-align: right}
.news-home-content .news-button-all a {
	display:block;
	background: #005298;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-top:25px;
}
.news-home-content .news-button-all a:hover {background: #2274ba;}

/* Contact */
.contact #contact {
	width: 100%;
	height: 300px;
	margin-top:41px;
}

.contact .contactForm .text {padding: 5px 10px; border:1px solid #E3E3E3;}
.contact .contactForm label {padding: 15px 0 3px 0; display: block; color: #595959;}
.contact .contactForm .submit {margin-top: 20px;}

/* Product */
.product .table thead tr th {vertical-align: middle;}

/* KITS */
.kits .first { width:12%;}

/* Search */
.search-items {
	padding: 0px 20px 15px 20px;
	border:1px solid #F0F0F0;
	background: #F3F3F3;
	margin-bottom: 15px;
}

iframe {border:0;}

/* Page 404 */
.u404 h1, .u404 h2 {
	text-align:center;
}
.u404 h1 {
	font-size: 80px;
	font-weight: bold;
}
.u404 h2 {
	margin-top: -25px;
	font-weight: bold;
}
.u404 ul#sitemap {
	list-style-type: circle;
	padding: 30px;
	background: #F9F9F9;
	border:1px solid #E9E9E9;
}
.u404 ul#sitemap li {
	margin-left: 15px;
	padding-left: 5px;
}

/* Blog */
.blog .item h2 a {
	font-size: 24px;
	font-family: "PT Sans";
	
}
.blog .item h2 {margin-bottom: 5px; margin-top:20px;}
.blog .item .date {margin-bottom: 15px;}
.blog .desc {margin-top: 15px;}
.blog .read-more  { margin-top:20px; }
.blog .read-more a {
	border:2px solid #005298;
	color:#005298;
	padding:10px 20px;
	font-size:14px;
}
.blog .read-more a:hover {
	background: #005298;
	color:#FFF;
}
.blog .item .item-sep {
	color: #005298;
	font-size: 22px;
	margin:40px 0 10px 0;
	font-family: "PT Sans";

}


