/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/
#block-toolbar{
display:none;
background:#101010 ;
padding:5px; 
border-bottom: 1px solid #21150C ;
}
#menubar{
padding:10px;
}

#block-footer{
background: url(../images/ligne_ombre.jpg) top center no-repeat;
padding:5px; 
font-size:12px;
color:#cdcdb6;
}

#block-footer a{
color:#cdcdb6;
}

#content{padding:15px;}


#main
.module-title, .moduletable h3, .module h3
{
color:#7c8183;
font-family: "Cibreo";
font-size:18px;
text-transform: uppercase;
}

#block-main{
padding: 10px 0px 15px;
/*
background: url(../images/ligne_ombre.jpg) top center no-repeat;
*/
}

#bottom-c
.mod-box
{background: #FFF;
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #d9d9d9;
text-shadow: 0 1px 0 rgba(253, 253, 255, 0.3);
}

#top-b
.mod-box
{  
background: #F6F2E6;
box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
border: 1px solid #ccc; 
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}


/**************************  STUFF ************************************/

.content {
font-size:14px;
color: #696d6f;
line-height:20px;
}

/*HOME*/
section.ishome {
padding-top:0 !important;
margin-top:0 !important;
}



/************************** PAGINATION ********************************/

.pagination * {
font-size:11px;
text-transform:uppercase;
color:#b7babc;
padding: 0!important;
line-height: normal!important;
height: auto!important;
border-radius: 3px;
}

.pagination a {
border:none !important;
}

.pagination a:hover {
color: black !important;

}

.pagination a.next, .pagination a.previous {
background: url(../images/fl_list_next.gif) 6px 8px no-repeat !important;
text-indent: -3000px
}

.pagination a.next:hover {
background: url(../images/fl_list_next_over.gif) 6px 8px no-repeat !important;
}

.pagination a.previous {
background: url(../images/fl_list_prev.gif) 6px 8px no-repeat !important;
}

.pagination a.previous:hover {
background: url(../images/fl_list_prev_over.gif) 6px 8px no-repeat !important;
}



/************************** BREADCRUMBS *******************************/

section#breadcrumbs {float:right; text-align:right}

div.breadcrumbs *{
color:#a7acaf;
font-size:12px;
font-style:italic;
font-weight:normal;
}

.breadcrumbs a, .breadcrumbs > span {
margin-right: 3px !important;
padding-right: 13px !important;
}

/*/2040338/projects/3082096/todos/52100761*/
.breadcrumbs a:last-child, .breadcrumbs > span:last-child  {
background:none;
}



/***************************** MENUS **********************************/
#sidebar-a ul.menu-sidebar{
margin-top: 0;
}

#sidebar-a .menu-sidebar li.level1 {
background: url(../images/fl_list_next.gif) 5px 10px no-repeat !important;
border-top: 1px dotted #c9cbcc !important;
padding-left: 15px;
font-weight: normal;
}

#sidebar-a .menu-sidebar li.level1:last-child {
border-bottom: 1px dotted #c9cbcc !important;
}

#sidebar-a .menu-sidebar a, #sidebar-a .menu-sidebar li > span {
color: #7c8183 !important;
font-size: 14px;
}

#sidebar-a .menu-sidebar a:hover, #sidebar-a .menu-sidebar li:hover > span, #sidebar-a .menu-sidebar a.current{
color: #5186ad !important;
font-weight: normal !important;
}

#sidebar-a .menu-sidebar li.current, #sidebar-a .menu-sidebar li:hover  {
background: url(../images/fl_list_next_blue.png) 5px 10px no-repeat !important;
}

.menu-dropdown li.level1 { 
margin-right: 0px !important;
}

/***************************** SEARCH *********************************/

#system .item > header .title, #system .item > header .title a {
font-size:18px;
}


/***************************** CONTENT ********************************/
em {
color:inherit;
}


#content {
padding: 15px 0 15px 15px;
}

#breadcrumbs {
margin: -15px 15px 30px 15px;
}

/*READPDF*/
table.table_doc_list td:first-child a {
/*
border: 1px solid #c9cbcc;
*/
margin: 0 15px 0 0;
padding: 0 6px;
font-size: 11px;
text-decoration: none;
}

a.readpdf em, a.readtube em{
font-style:normal !important;
font-size: 13px;
color: #696d6f;
}

a.readpdf, a.readtube {
background:transparent  url(../images/bout_pdf_gris.gif) right no-repeat;
padding-right:20px !important;
font-size: 13px;
color: #696d6f;
}

a.readpdf:hover, a.readtube:hover{
background:transparent  url(../images/bout_pdf_bleu.gif) right no-repeat;
color: #48b !important;
}

a.readpdf em:hover, a.readtube em:hover {
color: #48b !important;
}


/*Youtube*/

a.readtube {
background:white  url(../images/bout_youtube_gris.gif) left no-repeat;
padding-right: 0 !important;
float:left;
width:40px;
text-indent: -5000px;
margin-left: 4px !important;
}

a.readtube:hover{
background:transparent  url(../images/bout_youtube_bleu.gif) left no-repeat;
}


/*H2*/
h2 {
font-size: 18px;
}

article.inside h3 {
color: #CC6E27!important;
font-size: 15px !important
}

article.inside .moduletable h3, article.inside .module h3
{
color:#7c8183 !important;

}


article.inside h4 {
font-size: 14.5px !important
}

article.inside h5 {
font-style: italic;
font-size: 14px !important;
color:#808080
}


h3.module-title.left{
margin:0 0 7px 0;
}

/*ARTICLE HEADER*/
h1.title.article {
border-bottom: 1px dotted #c9cbcc;
padding-bottom: 15px;
margin-top: -22px !important;

}

div.article-header {
margin:2px 0 0 0;
}

article.inside {
float: left;
/*2040338/projects/3082096/todos/51887421*/
text-align:justify;
}

article.inside img {
padding: 0;

/*2040338/projects/3082096/todos/51887421*/
border-radius:3px;
border:1px solid #d0d2d6;


/*2040338/projects/3082096/todos/51041534*/
max-width:650px !important
}

article.inside img[style*="float: right"] {
margin-left: 15px
}


/*2040338/projects/3082096/todos/52103863*/
article.inside img.size-auto.align-left {
margin: 10px 0;
}
article.inside header {margin-bottom: 30px !important}


/*ICONS*/
div.icon a {
font-size: 11px;
float: right;
color: #b7babc;
text-transform: uppercase;
}

div.icon a:hover {
color:black;
}

.icon-print, .icon-envelope {
opacity: 0.25;
filter:alpha(opacity=25);
}

.icon-print:hover, .icon-envelope:hover {
opacity: 1;
filter:alpha(opacity=100);
}


/*TITLES*/
h1.title, h1.title a, .content h1 {
color: #b8b896 !important;
font-weight: bold;
font-size:25px;
line-height: normal;
}

.content h1 {
font-size:22px
}

h1.blogitem a, h1.blogitem{
font-size:16px;
color: #5186ad  !important;
line-height:20px;
font-weight:normal;
}


/*BLOGITEM*/
div.blogitem p {display:inline}
article.blogitem {
border-top: 1px dotted #c9cbcc !important;
}

#system .items .blogitem:first-child {
padding-top:18px !important;
}

#system .items article.blogitem:last-child {
border-bottom: 1px dotted #c9cbcc !important;
padding-bottom:13px;
}

div.blogitem div.pubdate {
text-transform: uppercase;
color: #93989a;
font-size: 12px;
padding-bottom: 10px;
}

div.blogitem img {
width: 170px;
border: 1px solid #d0d2d6;
border-radius:4px;
}

section.category {
margin-right: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}

#sidebar-a {
padding-top:20px;
}

/**************************** MODULES *********************************/

.mod-box {
padding: 0 !important;
}

/*HOME MODULES*/
.moduletable.home, .module.home {
width: 46%;
float:left
}

.moduletable.home.left, .module.home.left {
padding-right:50px;
}

.moduletable.home h3, .module.home h3, .moduletable.twitter h3, .module.twitter h3{
margin: 25px 0 0 0;
border-bottom: 1px dotted #c9cbcc;
}

/*VIDEO*/
.moduletable.video, .module.video {
padding-top:20px !important;
float:left;
}

.moduletable.video a, .module.video a{
font-size: 11px;
float: right;
color: #b7babc;
text-transform: uppercase;
}

.moduletable.video p, .module.video p{
margin: 3px 0 0 0;
}

.moduletable.video h3, .module.video h3{
margin: 25px 0 0 0;
}

/*SOCIAL*/
.mod-box.social {
margin-top:0;
}

.mod-box.social img {
padding-right: 15px;
}

.mod-box.social p {
margin: 3px 0 0 0;
}

.moduletable.social h3, .module.social h3{
margin: 25px 0 10px 0;
}

.cmp_buttons_container {
/*
clear:both;
*/
}



/************************** NEWSLETTER ********************************/

.moduletable.newsletter, .module.newsletter {
margin: 0 -15px 0 12px;
padding-top:20px !important;
min-height: auto !important;
}

.moduletable.newsletter-small, .module.newsletter-small {
padding-top: 15px !important;
}

a.lndtitle, a.lndcatitle{
font-size:14px;
color: #5186ad;
line-height:20px
}


a.lndcatitle{
color: #abab85;
}

.lnd_head {
margin-top:15px;
}

.lnd_introtxt {
font-size: 14px;
color: #666;
padding: 0 0 15px 0;
background: white;
border-radius: 0;
box-shadow: none;
margin: 0;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px dotted #c9cbcc;
}

.lnd_introdate {
color:#b7babc;
font-size:12px;
padding-right: 16px;
}


a.lndplus {
font-size:14px;
color: #93989a;
background:transparent  url(../images/bout_pdf.gif) 0 2px no-repeat;
padding-left: 20px;
}

.lndbottom {
margin-top:5px;
}

.lnd_more_ind  {
padding:0;
}

.lnd_more_ind a {
font-size: 11px;
float: right;
color: #b7babc;
text-transform: uppercase;
}


/**************************** TWITTER *********************************/

.moduletable.twitter, .module.twitter {
float: left;
width: 100%;
margin-top:0;
}

.jvTwitterTweets.well h4, .jvTwitterTweets.well h4 a{ 
font-size:14px;
color:#696d6f;
margin:0 0 2px 0;
text-align:left;
}

.jvTwitterTweets.well h4 a:hover{ 
color:#5186ad;
}

.jvTwitterTweets.well h4 span, .jvTweetCreatedTime{ 
font-size:12px;
color:#b2b1b1;
}

.jvTwitterTweets.well {
background-color: white;
padding: 0;
margin-bottom: 10px;
border:none;
/*
border-top: 1px dotted #c9cbcc;
*/
border-bottom: 1px dotted #c9cbcc;
-webkit-border-radius: 0 ;
-moz-border-radius: 0 ;
border-radius: 0 ;
-webkit-box-shadow: none ;
-moz-box-shadow: none ;
box-shadow: none ;
}

.jvTwitterProfile, .jvTwitterTweets {
margin: 0;
}

.jvTwitterTweets .media{
-webkit-box-shadow: none ;
-moz-box-shadow: none ;
box-shadow: none ;
margin:0;
padding: 9px 9px 9px 0;
}

.jvTwitterTweets .media:hover {
background-color: white;
box-shadow: none;
}

.jvTwitterTweetContainer .well {
border:none;
}

.jvTwitterTweetContainer {
padding: 5px 0 0 0;
}

.jvTweetCreated {
margin-top:0;
}

.jvTweetText {
line-height: 20px;
}

.jvTwitterTweetContainer .media a.pull-left, .jvTwitterTweetContainer .media-object img{
float:left
}

.jvTwitter img {
margin-top: 2px;
}


#sidebar-a .moduletable.twitter, #sidebar-a .module.twitter {
float: none;
width: auto;
}


/*MAIN MENU*/
.menu-dropdown li.active .level1, .menu-dropdown a.level1:hover, .menu-dropdown a.level2:hover {
background: #fff !important;
color: #5186ad !important;
}

.menu-dropdown li.level1.parent a.parent{
background:transparent url(../images/fl_menu_kaki.png) 11px 25px no-repeat !important;
}

.menu-dropdown li.level1.parent:hover a.parent, .menu-dropdown li.active.level1.parent a.parent{
background:transparent url(../images/fl_menu_bleu.png) 11px 25px no-repeat !important;
}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
background: #fff !important;
color: #7c8183 !important;
}

.menu-dropdown a.level2, .menu-dropdown span.level2 {
font-family: "Cibreo";
font-size:16px
}


select {
background-color: #fff;
}



/***************************** SEARCH *********************************/

#search {
margin-top: -55px;
margin-right: 10px;
}

#search input{
background: #fff;
font-size: 13px;
height: 19px;
width: 135px;
padding-left: 8px;
color: #a5a58a;
border-radius: 2px;
}

#search .searchbox {
background:none;
border: none;
padding:0;
width:auto;
}

#search button.btn.simple-search{ 
display:inline-block;
-moz-box-sizing: content-box !important; 
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;  
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
height: 20px !important;
width: 20px !important;
padding: 0px !important;
margin: 0 0 0 -17px !important;
background: transparent url(../images/fl_recherche.gif) no-repeat !important;
vertical-align: middle !important;
border: none;
}



/***************************** HEADER *********************************/

#block-header #header{
/*
background:#e4e4d7  url(../images/olivierdeschutter_titre.png)  no-repeat ;
*/
margin-top: 0;
}

/*LOGO*/
a#logo p, a.logo p {margin-top:0 }

a#logo img,  a.logo img{
width:330px;
height:172px;
max-width:330px;
}



/*************************** REPONSIVE ********************************/

#header-responsive select {
background: white !important;
border: 1px solid #ccc;
margin-top: 123px;
}


#header-responsive .searchbox {
display:block !important;
width: 150px !important;
margin-top:-158px;
}

#block-header{
background:#e4e4d7;
height:172px;
}

#block-menu{
background: #FFFFFE url(../images/ligne_ombre.jpg) bottom center no-repeat;
padding: 0 5px 35px 0;
}



/**************************** TOPMENU *********************************/

div.topmenu{
margin-top: 0;
/* width: 157px;*/
/*2040338/projects/3082096/todos/52719496*/
width: auto;
margin-right: 90px !important;
}

div.topmenu .menu-sidebar li.level1 {
text-transform:uppercase;
font-size: 13px;
color: #696d6f;
border-bottom: 1px dotted #b8b896;
background:transparent url(../images/fl_menutop.png) right 18px no-repeat ;

/*2040338/projects/3082096/todos/52719496*/
padding-right: 15px; 
}

div.topmenu .menu-sidebar li.level1 a:hover {
color:#878772;
}

div.topmenu .menu-sidebar a.level1 > span, div.topmenu .menu-sidebar span.level1 > span {
padding: 3px 0;
line-height: 20px
}

div.topmenu ul.menu {
margin-top: 10px;
}



/*************************** LANGUAGE *********************************/

.mod-languages.lang li{
border: 1px solid #C4C5A6;
color: #cdcdb6;
border-radius: 3px;
float: left;
text-align: center;
font-size: 14px;
}

.mod-languages.lang a{
color: #C4C5A6;
padding: 0 2px;
float: left;
}

.mod-languages.lang li.lang-active, .mod-languages.lang li:hover {
background: #B8B798;
border: 1px solid #B8B798;
}

.mod-languages.lang li.lang-active a, .mod-languages.lang li a:hover{
color: #EDECD7;
}



/**************************** SLIDER **********************************/

#block-slider iframe {
height:380px;
border:0;
overflow:hidden;
margin-left: -20px;
}

.jl-ass{
float:left !important;
width: 100% !important;
margin: 15px;
border: none !important;
}

.jl-ass .blue {
border: none !important;
}


.jl-ass .jl-css3{
border-radius: 0;
box-shadow: none !important;
}

.jl-ass .jlass-container{
float:left !important;
}

.jl-ass .jl-previous {
background: transparent url(../images/slider/slideshox_fl_gauche.png) no-repeat !important;
top:145px !important;
left:7px;
}

.jl-ass .jl-next {
background: transparent url(../images/slider/slideshox_fl_droite.png) no-repeat !important;
top: 145px !important;
margin-right: 13px;
}


/*LEFT DESC*/
.jl-ass img {margin-left:25px}


.jl-ass .jl-description {
background: transparent url(../images/slider/slideshow_aplatgauche.png) no-repeat !important;
z-index:auto;
font-size:14px;
color: #ffffff;
height:200px;
padding:25px 0 0 40px !important;
margin-left:-50px;
top:65px !important;
}

.jl-ass .jl-description p{
width:200px;
}


.jl-ass .jl-description h4, .jl-ass .jl-description h4 a {

/*2040338/projects/3082096/todos/52089610*/
/*
font-size:25px !important;
*/

font-size:22px !important;
font-family: "Cibreo";
color: #ffffff;
font-weight:bold;
max-width:220px;
}

.jl-ass .jl-description h4 {
line-height: 23px;
}

.jl-ass .jl-description h4 a{
padding: 2px 8px 2px 8px;
float:left
}

.jl-ass .jl-description h4 a:hover {
color: #ffffff;
text-decoration:none;
}

/*SIZE*/
.jl-ass .blue .jl-navigator li div.jlcontent {
background: none;
border-bottom: none;
width: 155px !important;
}

/*NAVIGATION*/
.jl-ass ul.jl-navigator {
padding-top:7px;
}

.jl-ass .jl-navigator-outer {
background: transparent url(../images/slider/slideshow_aplatdroite.png) no-repeat !important;
height:220px !important;
width:240px !important;
top:65px !important;
margin-right: -15px;
}

.jl-ass .blue .jl-navigator li.active div.jlcontent{
background:none !important; 
color:#EDECD7;  
}

.jl-ass .jl-navigator li div.jlcontent div.inner-jlcontent {
padding-left: 15px;

/*2040338/projects/3082096/todos/52089610*/
/*
float: right;
*/

float:left;
}

/*LIs*/
.jl-ass .jl-navigator li div.jlcontent{
width:200px !important;
}

.jl-ass .blue .jl-navigator li {
height:43px !important;
width: 200px !important;
}


/*NAV TITLE*/
.jl-ass .blue .jl-navigator li h4 {
color: #ffffff;
text-transform:uppercase;
text-align:left;
float:left;
border-bottom: 1px dotted #ffffff;
vertical-align:bottom;
font-size:12px;
line-height:14px;

/*2040338/projects/3082096/todos/52089610*/
/*
max-width: 80px;
text-align:right;
padding: 12px 0 5px 0 !important;
*/

width: 75px;
padding: 18px 0 5px 0 !important;
letter-spacing: -0.1px;
margin-left: 5px !important
}

.jl-ass .jl-navigator li img {
/*
margin: 10px 10px 0 10px;
*/

margin: 10px 5px 0 12px;

float: left;
border: #245670 solid 1px;
width:37px;
height:35px;
}



/*IMAGES*/
.jl-ass .blue .jl-navigator li.active img {
border: 1px solid #DAE5ED
}

.jl-ass .jl-main-wapper .jl-main-item img {
width: 965px;
}



/*READMORE*/
a.readmore-slider {
font-size:13px !important;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
background: #12465f;
border-radius: 3px;
color:white;
text-decoration: none;
padding: 5px 8px;
margin-top:12px;
float:left;
}

.module.subscribe input[type="email"]{
background: none !important;
padding: 5px !important;
border: 1px dotted #c9cbcc !important;
}

.module.subscribe form{
padding: 0!important;
}

.module.subscribe h3{
color: #b8b896 !important;
}

table.table_doc_list.extra td:first-child a {
font-size: 14px;
padding:0;
}

/* 3450949/buckets/1195484/todos/184441223 */
.item-page h2, .item-page .actions, .item-page .article-info {display: none}


