/*
Theme Name: pc-t
Theme URI: http://wordpress.org/
Description: Custom theme
Author: CouleurProd SA
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: blue, white
*/


/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #0066EE; color: #fff; text-shadow: none; }
::selection { background: #0066EE; color: #fff; text-shadow: none; }

a { color: #00e; outline:none;text-decoration:none;}
a:visited { color: white; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }




@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/* RT-C CSS  */
html {
	height:100%;
}


body{
	color:rgb(80,80,80);
	font-family: "Arial", sans-serif;
	height:100%;	
	min-width:980px;
}


header {
	width:100%;
	height:335px;
	background-color: rgb(6, 59,99);
	background-image:url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 5px solid rgb(6, 59,99);
	position:relative;
	top:0;
}

#header_elements {
	width:960px;
	margin:0 auto;
	position:relative;
}

#logo {
	padding-top:30px;
	width:170px;

}

a {
	color:#ff3300;
}

.entry-content a span {
	color:#ff3300 !important;
}

a:hover {
	color:rgba(0,102,238,1);
}

#flags_language_selector img{
      margin:30px 1px 1px 1px;
      border:1px solid #333;
      float:right;
}
/* =Menu
-------------------------------------------------------------- */

nav {
	background-image: linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -o-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(6,56,94)),
		color-stop(0.58, rgb(22,77,117))
	);
	background-color:#063B63\9; /* Cible IE9 et toutes les versions inférieures */
	background-color:#063B63\0/; /* Cible uniquement IE8 */
	*background-color:#063B63; /* Cible IE7 et versions inférieures */
	display: inline;
	height:45px;
	top:312px;
	border-radius: 5px;
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.4);
	border:1px solid rgb(2,69,120);
	font-size:14px;
	color:white;
	position:absolute;
	width:580px;
	left:200px;
}

#nav_en, .en header nav  {
	width:500px !important;
	left:225px;
}

#nav_de, .de header nav {
	width:520px !important;
	left:210px;
}

nav ul {
	list-style: none;
	margin: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	border-radius: none;
}

nav li {
	float: left;
	position: relative;
	border-right:1px solid rgb(2,30,52);
	border-left:1px solid rgb(2,69,120);
	border:none\9;
}

nav ul li:first-child {

}

nav ul li:last-child {

	border-right: none;
}

nav a {
	display: block;
	line-height: 45px;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: rgba(1,17,29,1) 0px 1px 2px;
	color:white;
}

nav a:visited {
	color:white;

}

nav ul ul {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background-image: linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -o-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(6,56,94)),
		color-stop(0.58, rgb(22,77,117))
	);
	background-color:#063B63\9; /* Cible IE9 et toutes les versions inférieures */
	background-color:#063B63\0/; /* Cible uniquement IE8 */
	*background-color:#063B63; /* Cible IE7 et versions inférieures */
}
nav ul ul li {
	min-width: 180px;
	background-image: linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -o-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(6,56,94)),
		color-stop(0.58, rgb(22,77,117))
	);
	background-color:#063B63\9; /* Cible IE9 et toutes les versions inférieures */
	background-color:#063B63\0/; /* Cible uniquement IE8 */
	*background-color:#063B63; /* Cible IE7 et versions inférieures */
}

nav ul ul ul {
	background-image: linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -o-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(6,56,94) 6%, rgb(22,77,117) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(6,56,94)),
		color-stop(0.58, rgb(22,77,117))
	);
	background-color:#063B63\9; /* Cible IE9 et toutes les versions inférieures */
	background-color:#063B63\0/; /* Cible uniquement IE8 */
	*background-color:#063B63; /* Cible IE7 et versions inférieures */
	left: 100%;
	top: 0;
	border:none;
}

nav ul ul ul li {
	border:none;
}

nav ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border:none;
	font-size:12px;
}
nav li:hover > a {
	background: rgba(6,59,99,0.6);
	color:white;
}

nav ul ul :hover {
	background: rgba(6,59,99,0.6);
}

nav ul li:hover > ul {
	display: block;
}
nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a {
	color: #fff;
	background: rgba(6,59,99,0.6);
}
* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
	color: #fff;
	background: rgba(6,59,99,0.6);
}


/* CONTENT  */

.nav-previous {
	width:30%;
	float:left;
	color:rgba(17,50,84,1);
}

.nav-previous a {
	color:rgba(17,50,84,1);
}

.nav-previous a:hover {
	color:rgba(0,102,238,1);
}

.nav-next {
	width:30%;
	float:right;
}

.nav-next a {
	color:rgba(17,50,84,1);
}

.nav-next a:hover {
	color:rgba(0,102,238,1);
}

#respond h3 {
	width:100%;
	clear:both;
	padding-top:30px;
}

.contentsingle h1 {
	width:100%;
	clear:both;
	padding-top:20px;
	color:rgba(17,50,84,1);
}

.wrapper {
	min-height:50%;
	height: auto !important;
	height:100%;
	margin: 0 auto -255px;
}

.breadcrumb {
	margin: 50px 0 20px 0;
	font-size: 11px;
}

.breadcrumb a {
	color:rgba(17,50,84,1);
}

.breadcrumb a:hover {
	color:rgba(0,102,238,1);
}

article {
	width:960px;
	clear:both;	
	margin:0 auto 0 auto;
	font-size:14px;
}

.entry-title a {
	color:rgba(17,50,84,1);
}

.entry-title a:hover {
	color:rgba(0,102,238,1);
}

.entry-content {
	margin-bottom:50px;
}

/* Logo container */

.logo-container-1-1 {
	width: 920px;
	padding: 20px;
	text-align: center;
}

.logo-container-1-1 img {
	max-width: 560px;
	height: auto;
	max-height: 200px;
}

.logo-container-1-3 {
	width: 280px;
	padding: 20px;	
	float: left;
	text-align: center;
	height: 120px;
}


.logo-container-1-3 a {
	display: block;
	height: 100px;
}

.logo-container-1-3 img {
	max-width: 280px;
	height: auto;
	max-height: 100px;
}

.logos-title h2 {
	margin-bottom: 50px;
    text-align: center;
}

/* End Logo container */

.entry-date {
	color:rgba(0,102,238,1);
}

.meta-nav {
	color:rgba(0,102,238,1);
}

.contentsingle {
	width:750px;
	float:left;
	margin-right:30px;
}

aside {
	width:180px;
	float:right;
}

aside ul li {
	list-style-type: none;
}

.widget-title {
	font-size: 14px;
}

aside ul {
	padding-left:15px;
}

aside ul li a {
	font-size:12px;
	color:rgba(0,102,238,1);
}

aside ul li a:visited {
	color:rgba(0,102,238,1);
}

aside ul li a:hover{
	font-size:12px;
	color:rgba(17,50,84,1);
}

.fn a {
	color:rgba(0,102,238,1);
}


/* FOOTER */

.push {
	height:255px;
}

footer {
    border-top: 2px solid #F2F2F2;
    padding-top: 30px;
}

#footer-widget-area {
	width:960px;
	margin:0 auto;
}

.xoxo {
	padding:0;
}

footer li{
	list-style: none;
}

footer a {
	color:white;
	font-size:12px;
}

#first {
	width:300px;
	margin-right: 30px;
	float:left;
	margin-top:15px;
}

#second {
	width:300px;
	margin-right: 30px;
	float:left;
	margin-top:15px;
}

#third {
	width:300px;
	float:left;
	margin-top:15px;
}

#copyright {
	clear:both;
	width: 200px;
	margin: 0px auto;
	text-align: center;
}
#copyright a {
	color: navy;
}