/*
Theme Name: Servair2015
Theme URI: http://wordpress.org/extend/themes/servair
Author: Makheia
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th,td {
	font-weight:400;
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

html {
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

a:focus {
	outline:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

audio,canvas,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
}

del {
	color:#333;
}

ins {
	background:#fff9c0;
	text-decoration:none;
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin:24px;
	margin-bottom:1.714285714rem;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

small {
	font-size:smaller;
}

img {
	border:0;
	-ms-interpolation-mode:bicubic;
}

/* Clearing floats */
.clear:after,.wrapper:after,.format-status .entry-header:after {
	clear:both;
}

.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after {
	display:table;
	content:"";
}

.clear {
	clear:both;
	width:0;
	height:0;
}

.capital {
	text-transform:capitalize;
}

/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th {
	font-size:12px;
	font-size:.857142857rem;
	line-height:2.181818182;
	font-weight:700;
	text-transform:uppercase;
	color:#636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,article.format-link footer.entry-meta,article.format-status footer.entry-meta {
	font-size:11px;
	font-size:.785714286rem;
	line-height:2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {
	border:1px solid #ccc;
/*border-radius: 3px;*/
	font-family:inherit;
	padding:6px;
	padding:.428571429rem;
}

button {
	line-height:normal;
	border:0;
	border-radius:0;
	padding:0;
}

textarea {
	font-size:100%;
	overflow:auto;
	vertical-align:top;
}

/* Reset non-text input types */
input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"] {
	border:0;
	border-radius:0;
	padding:0;
}

/* Buttons */
.menu-toggle,input[type="submit"],input[type="button"],input[type="reset"],article.post-password-required input[type=submit],li.bypostauthor cite span {
	padding:6px 10px;
	padding:.428571429rem .714285714rem;
	font-size:11px;
	font-size:.785714286rem;
	line-height:1.428571429;
	font-weight:400;
	color:#7c7c7c;
/*
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
*/
	border:1px solid #d2d2d2;
}

.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"] {
	cursor:pointer;
}

button[disabled],input[disabled] {
	cursor:default;
}

/* Responsive images */
.entry-content img,.comment-content img,.widget img {
	max-width:100%;
/* Fluid images for posts, comments, and widgets */
}

img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {
	height:auto;
/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,img.size-large,img.header-image,img.wp-post-image {
	max-width:100%;
	height:auto;
/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,iframe,object,video {
	max-width:100%;
}

.entry-content .twitter-tweet-rendered {
	max-width:100%!important;
/* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float:left;
	margin:0 24px 12px 0;
	margin:0 1.714285714rem .857142857rem 0;
}

.alignright {
	float:right;
	margin:12px 0 12px 24px;
	margin:.857142857rem 0 .857142857rem 1.714285714rem;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-top:.857142857rem;
	margin-bottom:12px;
	margin-bottom:.857142857rem;
}

.wp-caption {
	max-width:100%;
}

.wp-caption.alignleft {
	margin-right:20px;
}

img.wp-smiley,.rsswidget img {
	border:0;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}

/* Navigation */
.site-content nav {
	clear:both;
	line-height:2;
	overflow:hidden;
}

#nav-above {
	padding:24px 0;
	padding:1.714285714rem 0;
}

#nav-above {
	display:none;
}

.paged #nav-above {
	display:block;
}

.nav-previous,.previous-image {
	float:left;
	width:50%;
}

.nav-next,.next-image {
	float:right;
	text-align:right;
	width:50%;
}

.nav-single + .comments-area,#comment-nav-above {
	margin:48px 0;
	margin:3.428571429rem 0;
}

#bottom-nav,.search .wp-pagenavi {
	text-align:center;
	height:27px;
	padding-top:20px;
	background:url(images/entete-bg.png) no-repeat top center;
}

#bottom-nav li {
	display:inline;
}

#bottom-nav li a,.search .wp-pagenavi a {
	display:inline-block;
	padding:5px 5px 2px;
	background-color:#e0e0e0;
}

#bottom-nav a:hover,.search .wp-pagenavi a:hover {
	text-decoration:underline;
}

#bottom-nav a.current,.search .wp-pagenavi .current {
	display:inline-block;
	padding:5px 5px 2px;
	font:16px BodoniBT-BookItalic,times,serif;
	color:#fff;
	background-color:#d31048;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size:87.5%;
}

body {
	width:100%;
	font-size:12px;
	font-size:.857142857rem;
	font-family:"Verdana",Arial,sans-serif;
	color:#000;
  	background:url(images/background_v3.png) no-repeat top center;
}

body.custom-font-enabled {
	font-family:"Verdana",Arial,sans-serif;
}

a {
	outline:none;
	font:16px BodoniBT-BookItalic,times,serif;
	color:#162271;
	text-decoration:none;
}

a:hover {
	color:#1d2b7d;
}

.more a {
	outline:none;
	display:inline-block;
	padding:8px 15px;
/*	margin: 5px 0;*/
	background-color:#e0e0e0;
	font:bold 12px "intro_bold_regular",Arial,sans-serif;
	color:#162271;
	text-decoration:none;
	text-transform:uppercase;
}
.more.first a {
	margin: -5px 0 5px 0;
}
.more a:hover {
	background-color:#162271;
	color:#fff;
}

/* Assistive text */
.assistive-text,.site .screen-reader-text {
	position:absolute!important;
	clip:rect(1px,1px,1px,1px);
}

.main-navigation .assistive-text:hover,.main-navigation .assistive-text:active,.main-navigation .assistive-text:focus {
	background:#fff;
	border:2px solid #333;
	border-radius:3px;
	clip:auto!important;
	color:#000;
	display:block;
	font-size:12px;
	padding:12px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100000;
/* Above WP toolbar */
}

/* =Page structure
-------------------------------------------------------------- */
.site {
	padding:0;
	margin:0 auto;
	width:1000px;
	width:71.4285714286rem;
	overflow:hidden;
}

.site-content {
	margin:0;
	margin:0;
}

.wrapper {
	position:relative;
	width:1000px;
	background:#fff;
}

/* =Header
-------------------------------------------------------------- */
.site-header {
	padding:0;
	padding:0;
	height:105px;
}

.home .site-header {
	height:auto;
}

.site-header #header-top {
	width:1000px;
	height:90px; 
}

.site-header hgroup {
	float:left;
	width:573px;
	height:60px;
}

.site-header h1,.site-header h2 {
	font-size:0;
	text-indent:-99999px;
	margin-bottom:0;
}

.site-header h1 a,.site-header h2 a {
	font-size:0;
	text-indent:-99999px;
}

.site-header h1 a {
	display:block;
	width:160px;
	height:75px;
	margin:8px 0 0 426px;
	background:url(images/servair-logo-new.png) no-repeat top left;
}

.site-header #lang-counter {
	float:left;
	width:407px;
	margin-right:20px;
	height:60px;
}

.site-header #language {
	float:right;
	width:41px;
/*56*/
	height:19px;
	padding:0 3px 0 11px;
	margin-bottom:10px;
	background-color:#f1f1f1;
}

.site-header #langage ul {
	height:10px;
/*19*/
	padding:2px 0 5px;
}

.site-header #language li {
	float:left;
	padding-right:7px;
}

.site-header #language li a {
	font:bold 9px Verdana,sans-serif;
	line-height:9px;
	color:#1d2b7d;
	text-transform:uppercase;
	text-decoration:none;
}

.site-header #language li a.on {
	text-decoration:underline;
}

.site-header #counter {
	clear:both;
	float:right;
	height:26px;
	padding:2px 135px 0 0;
	background:url(images/repas-servis-depuis-ce-matin.png) no-repeat top right;
	font:20px Verdana,sans-serif;
	letter-spacing:2px;
	color:#a3a3a3;
}

.en .site-header #counter {
	background:url(images/meals-served-since-this-morning.png) no-repeat top right;
}

.header-image {
	margin-top:24px;
	margin-top:1.714285714rem;
}

/* =Navigation Menu
-------------------------------------------------------------- */
#header-bottom {
	width:980px;
	height:45px;
	margin-right:20px;
}

.main-navigation {
	clear:both;
	position:relative;
	z-index:100;
	float:left;
	width:735px;
	margin-top:12px;
	margin-top:.85714285714rem;
	text-align:center;
	font-size:0;
}

.main-navigation li {
	display:inline-block;
	margin:0;
	padding:0;
	font-size:12px;
	font-size:.857142857rem;
	line-height:1.42857143;
	background-color:rgba(255,255,255,.5);
}

.main-navigation li:hover {
	background-color:#d31048;
}

.main-navigation a {
	display:block;
	height:19px;
	padding:8px 15px 3px;
	font:16px "intro_regular_regular",Arial,sans-serif;
	color:#545767;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:solid 3px transparent;
}

.en .main-navigation a {
	display:block;
	height:19px;
	padding:8px 15px 3px;
	font:16px "intro_regular_regular",Arial,sans-serif;
	color:#545767;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:solid 3px #fff;
}

.main-navigation li:hover a {
	color:#fff;
}

.main-navigation ul {
	margin:0;
	text-indent:0;
}

.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {
	display:none;
	display:inline-block!important;
	text-align:left;
	width:735px;
	position:relative;
}

.main-navigation ul.nav-menu.toggled-on,.menu-toggle {
	display:none;
}

.main-navigation li .sub-menu {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:1;
	width:1000px;
	margin:0;
	padding:20px 0 30px;
	border-top:solid 2px #d31048;
	background-color:#eaeaea;
	text-align:center;
}

.main-navigation ul li:hover > ul {
/*border-left: 0;*/
	display:block;
}

.main-navigation li .sub-menu ul {
	top:0;
/*left: 100%;*/
}

.main-navigation li .sub-menu li,.main-navigation li .sub-menu li:hover {
	display:inline-block;
	width:182px;
	vertical-align:top;
	text-align:left;
	background-color:transparent;
	margin:0 30px 0 0;
	padding:0;
}

.main-navigation li .sub-menu li a,.main-navigation li .sub-menu li a:hover {
	display:inline-block;
	width:162px;
	margin:0;
	padding:8px 10px 0;
	font-size:13px;
	line-height:14px;
	white-space:normal;
	color:#1d2b7d;
	text-transform:none;
	background:url(images/sub-nav-bullet.png) no-repeat center left;
	border-bottom:none;
	font-family:"intro_light_regular",Arial,sans-serif;
}

.main-navigation li .sub-menu li a:hover {
	color:#444;
}

#menu-item-74 .sub-menu li a,#menu-item-74 .sub-menu li a:hover {
	margin:0;
	padding:8px 0 0 10px;
	width:167px;
	background:url(images/sub-nav-bullet.png) no-repeat center left;
}

.main-navigation .current-menu-item > a,.main-navigation .current-menu-ancestor > a,.main-navigation .current_page_item > a,.main-navigation .current_page_ancestor > a {
/*padding: 8px 0 0;*/
	border-bottom:solid 3px #d31048;
}

.main-navigation .sub-menu .current-menu-item > a,.main-navigation .sub-menu .current-menu-ancestor > a,.main-navigation .sub-menu .current_page_item > a,.main-navigation .sub-menu .current_page_ancestor > a {
/*padding: 8px 0 0;*/
	border-bottom:none;
}

.menu-toggle {
	display:none;
}

.main-navigation .sub-menu ul {
	position:static;
	display:block;
	width:182px;
	height:auto;
	border:0;
	padding:0;
	margin:0;
}

.main-navigation .sub-menu .sub-menu li,.main-navigation .sub-menu .sub-menu li:hover {
	display:block;
/*margin: 0 0 0 10px;*/
	margin:0;
	padding:0;
	height:20px;
}

.main-navigation .sub-menu .sub-menu li.menu-img {
	margin:0;
	height:61px;
}

.main-navigation .sub-menu .sub-menu li a,.main-navigation .sub-menu .sub-menu li a:hover {
	display:inline;
	margin:0;
	padding:8px 10px;
	height:10px;
	color:#1d2b7d;
	background:url(images/sub-nav-bullet.png) no-repeat center left;
}

.main-navigation .sub-menu .sub-menu li.menu-img a,#menu-item-74 .sub-menu .sub-menu li.menu-img a {
	background:none;
	padding:0;
}

/* Banner */
section[role="banner"] {
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
}

#menu-item-623 a,#menu-item-624 a,#menu-item-625 a,#menu-item-626 a {
	color:#d31048;
	background:none;
}

#menu-item-623 a:hover,#menu-item-624 a:hover,#menu-item-625 a:hover,#menu-item-626 a:hover {
	color:#d31048;
}

#menu-item-623 .sub-menu a,#menu-item-624 .sub-menu a,#menu-item-625 .sub-menu a,#menu-item-626 .sub-menu a {
	color:#1d2b7d;
	background:url(images/sub-nav-bullet.png) no-repeat center left;
}

#menu-item-623 .sub-menu a:hover,#menu-item-624 .sub-menu a:hover,#menu-item-625 .sub-menu a:hover,#menu-item-626 .sub-menu a:hover {
	color:#545767;
}

/*#menu-item-70 ul{
	display: block;
}*/
/* =Top-visuel & menu latéral "Page nav"
-------------------------------------------------------------- */
#top-visuel {
	position:relative;
	width:1000px;
	height:310px;
}

#right {
	position:absolute;
	top:-280px;
	right:0;
	width:275px;
}

#empty-page-nav {
	width:220px;
	min-height:210px;
	padding:40px 0 30px 30px;
	margin-bottom:10px;
}

#page-nav {
	width:220px;
	height:210px;
	margin-bottom:10px;
	padding:40px 0 30px 30px;
	background-image:url(images/bg-page-nav.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#page-nav.sidebar {
	min-height:490px;
	padding:40px 0 135px 30px;
	background-image:url(images/bg-page-nav-up.png),url(images/bg-page-nav-bottom.png);
	background-position:top left, 0 473px;
}

#page-nav h3 {
	display:block;
	font:bold 18px "intro_bold_regular",Arial,sans-serif;
	color:#fff;
	margin-bottom:16px;
	padding-left:15px;
	text-transform:uppercase;
	text-decoration:none;
}

#page-nav li a {
	display:inline-block;
	font:bold 13px Verdana,sans-serif;
	color:#fff;
	text-decoration:none;
	margin-bottom:10px;
	padding-left:15px;
	cursor:pointer;
	opacity: 0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
}

#page-nav li a.bullet {
	padding-left:0;
}



#page-nav li ul {
	margin-bottom:8px;
	margin-bottom:.57142857142rem;
	padding:0;
}

#page-nav li li ul {
	margin-bottom:0;
	padding:0 0 0 20px;
}

#page-nav li ul li a,#page-nav .current-menu-item ul li a,#page-nav li ul .current-menu-item li a,#page-nav .current-menu-ancestor ul li a,#page-nav .current-menu-ancestor .current-menu-parent ul li a,.single-communique_de_presse #menu-item-425 li a {
	color:#fff;
	font-size:11px;
	font-size:.785714286rem;
	font-weight:400;
	white-space:normal;
	padding:0 10px;
	margin-left:15px;
	background:none;
}

#page-nav li ul .current-menu-item a,#page-nav .current-menu-ancestor .current-menu-parent ul .current-menu-item a {
	color:#fff;
	/*background:url(images/bullet.png) no-repeat center left;*/

}

#page-nav .current-menu-ancestor a,#page-nav .current-menu-ancestor .current-menu-parent a {
	color:#fff;
	opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
}
#page-nav .current-menu-ancestor  .sub-menu a, #page-nav .current-menu-ancestor .current-menu-parent .sub-menu  a{
	opacity: 0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
}

#page-nav .current-menu-item a, #page-nav .current-menu-ancestor .sub-menu .current-menu-item a, #page-nav .current-menu-ancestor .current-menu-parent .sub-menu .current-menu-item a {
	color:#fff;
	opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
}

#page-nav li ul li a:hover {
	background:#e3e3e3;
	color:#444;
}

#page-nav .has-sub-menu {
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:5px;
	/*background:url(images/has-sub-menu.png) no-repeat top left;*/
	cursor:pointer;
}

#page-nav .has-sub-menu.open {
	background-position:bottom left;
}

#page-nav .current-menu-parent .has-sub-menu {
	background-position:top right;
}

#page-nav .current-menu-parent .has-sub-menu.open {
	background-position:bottom right;
}

/* mise en évidence de la rubrique pour les pages single */
.single-video #menu-item-36 a,.single-actualite #menu-item-41 a,.single-publication #menu-item-40 a,.single-communique_de_presse #menu-item-425 a,.single-communique_de_presse #menu-item-425 #menu-item-38 a {
	color:#fff;
}

.single-communique_de_presse #menu-item-425 #menu-item-38 a {
	background:url(images/bullet.png) no-repeat center left;
}

/* =Breadcrumb
-------------------------------------------------------------- */
#crumbs {
	margin:10px 0 0 20px;
}

#crumbs,#crumbs a {
	font:10px Verdana,sans-serif;
	color:#8d8d8d;
	text-decoration:none;
}

/* =Sidebar
-------------------------------------------------------------- */
.widget-area {
	float:right;
	width:250px;
	margin:20px 25px 0 0;
}

.widget-area aside {
	width:220px;
	height:227px;
	padding:17px 14px 14px;
	margin-bottom:20px;
	border:solid 1px #dcdcdc;
	text-align:center;
}

.toppush {
	margin-bottom:10px;
}

.widget-area aside h3 {
	font:bold 16px "intro_black_regular",Arial,sans-serif;
	line-height:25px;
	text-transform:uppercase;
}

.widget-area aside .soustitre {
	font:14px "intro_light_italic_italic",Arial,sans-serif;
	padding-bottom:10px;
	/*background:url(images/entete-bg.png) no-repeat center bottom;*/
}

.widget-area .widget_wysiwyg_widgets_widget .soustitre {
	font:14px "intro_light_italic_italic",Arial,sans-serif;
	padding-bottom:10px;
	margin-bottom:10px;
	/*background:url(images/entete-bg.png) no-repeat center bottom;*/
}

.widget-area aside img {
	margin-bottom:12px;
}

.twolinks ul {
	text-align:center;
}

.twolinks li {
	display:inline;
	margin:0 2px;
}

.twolinks .more a {
	display:inline-block;
	padding:8px;
}

/* =Home page blocs "offres" et "twitter"
-------------------------------------------------------------- */
#offres {
	width:930px;
	margin:15px auto 30px;
}

#offres .widget {
	float:left;
	width:268px;
/*valeur à remettre pour la hauteur quand la page RHF sera publiée :
	height: 240px;*/
	height:220px;
	padding:30px 15px 15px;
	margin:0 15px 0 0;
	border:solid 1px #dcdcdc;
}

#offres #wysiwyg_widgets_widget-5,#offres #wysiwyg_widgets_widget-4 {
	margin-right:0;
}

#offres ul {
	margin:15px 0 0 35px;
	color:#1d2b7d;
	list-style-image:url(images/sub-nav-bullet.png);
}

#offres ul a {
	line-height:20px;
	font-family:"Verdana",Arial,sans-serif;
	font-size:12px;
}

#offres ul a:hover {
	color:#444;
}

#offres h3 {
	text-align:center;
	font-size:17px;
	padding-bottom:15px;
	font-family:"intro_light_regular",Arial,sans-serif;
	text-transform:uppercase;
}

#sidebar_twitter {
	margin:30px 150px;
}

#sidebar_twitter h3 {
	margin-bottom:10px;
	font:bold 14px Verdana,sans-serif;
	text-align:center;
	color:#8d8d8d;
}

#sidebar_twitter p {
	text-align:center;
	font:11px Verdana,sans-serif;
	color:#2d2d2d;
}

#sidebar_twitter .twname {
	font-weight:700;
	color:#1d2b7d;
}

#sidebar_twitter .twago {
	color:#8d8d8d;
}

#sidebar_twitter a.tw_link {
	font:11px Verdana,sans-serif;
	color:#d31048;
}

#suivre {
	margin:30px 0 20px;
	padding-bottom:20px;
	/*background:url(images/entete-bg.png) no-repeat bottom center;*/
	text-align:center;
}

/* =Template 2colonnes-sidebar
-------------------------------------------------------------- */
.wrapper.sidebar .site-content {
	width:725px;
	float:left;
}

.wrapper.sidebar .site-content {
	width:600px;
	margin:0 70px 0 55px;
}

.entete {
	margin:20px 15px;
	text-align:center;
	/*background:url(images/entete-bg.png) no-repeat bottom center;*/
}

.infos {
	font:bold 15px Arial,sans-serif;
	color:#545767;
	font-style:italic;
	line-height:22px;
}

.infos .cat {
	color:#d31048;
	font-style:italic;
	letter-spacing:-1px;
	font:bold Verdana,sans-serif;
}

.single .infos .cat {
	font-size:17px;
}

.entete h2 {
	font:bold 30px "intro_bold_regular",Arial,sans-serif;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:0 5px;
	padding-bottom:20px;
}

.entete .chapo {
	font:20px "intro_light_italic_italic",Arial,sans-serif;
	line-height:24px;
	padding-bottom:20px;
}

.maincontent {
	line-height:17px;
	margin-bottom:20px;
}

.maincontent p {
	line-height:17px;
	margin-bottom:10px;
}

.maincontent p.more {
	margin-top:15px;
}

.maincontent blockquote,.maincontent .wp-caption-text {
	text-align:center;
	font:22px BodoniBT-BookItalic,times,serif;
	line-height:24px;
	zoom:1;
}

.maincontent .wp-caption-text {
	padding:10px;
}

/* mise en page Développement Durable */
.page-id-99 .maincontent .wp-caption-text {
	margin-bottom:40px;
}

.maincontent blockquote {
	clear:both;
	margin:30px 40px;
	line-height:24px;
}

.maincontent .begin-quote {
	display:inline-block;
	width:12px;
	height:20px;
	margin-right:10px;
	text-indent:-99999px;
	background:url(images/begin-quote.png) no-repeat top left;
}

.maincontent .end-quote {
	display:inline-block;
	width:12px;
	height:20px;
	margin-left:10px;
	text-indent:-99999px;
	background:url(images/end-quote.png) no-repeat top left;
}

.maincontent .encadre-bg {
	width:580px;
	padding:10px;
	background-image:url(images/encadre-bg.gif);
	background-repeat:no-repeat;
	background-position:;
	background-color:#eaeaea;
}

.maincontent .encadre {
	padding:20px;
	background-image:url(images/encadre.gif);
	background-repeat:no-repeat;
	background-position:;
	background-color:#eaeaea;
	border:solid 1px #fff;
}

.maincontent .encadre strong {
	display:block;
	margin-bottom:7px;
}

.maincontent h3 {
	margin-bottom:7px;
}

.maincontent ul,.maincontent ol {
	font-size:12px!important;
	line-height:17px!important;
}

.maincontent ul {
	list-style:inside disc;
	list-style-image:url(images/tiret.png);
}

.maincontent ul.pink {
	list-style-image:url(images/pink-height.png);
}

.maincontent ol {
	counter-reset:li;
/* Initiate a counter */
	margin-left:0;
/* Remove the default left margin */
	padding-left:0;
/* Remove the default left padding */
}

.maincontent ol > li {
	position:relative;
/* Create a positioning context */
	margin:0 0 2px 2em;
/* Give each list item a left margin to make room for the numbers */
	list-style:none;
/* Disable the normal item numbering */
}

.maincontent ol > li:before {
	content:counter(li) ".";
/* Use the counter as content */
	counter-increment:li;
/* Increment the counter by 1 */
/* Position and style the number */
	position:absolute;
	top:-3px;
	left:-2em;
	width:2em;
/* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
	color:#000;
	font:bold 12px Verdana,sans-serif;
}

.maincontent ol.pink > li:before {
	color:#d31048;
}
span span.wpcf7-not-valid-tip {
	display: inline-block;
}
.contacts-presse {
	clear:both;
	padding:20px 0;
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
}

.contacts-presse h2 {
	font:bold 17px Verdana,sans-serif;
	letter-spacing:-1px;
	margin-bottom:15px;
}

.agence {
	float:left;
	width:260px;
	margin-right:35px;
	line-height:17px;
}

.nomagence {
	margin-bottom:5px;
}

.agence strong {
	line-height:22px;
}

.download {
	margin:25px 0 20px 45px;
	text-align:center;
}

.pdf,.pictures {
/*float: left;*/
	display:inline-block;
	margin-right:20px;
}

.pdf a,.pictures a {
	background-position:8px center;
	background-repeat:no-repeat;
}

.pdf a {
	padding-left:35px;
	background-image:url(images/pdf.png);
}

.pictures a {
	padding-left:40px;
	background-image:url(images/pictures.png);
}

.share {
	margin:0 0 20px 120px;
	color:#636674;
}

.share li {
	float:left;
}

.share li.first {
	margin-right:20px;
	line-height:20px;
}

/* =Template 1colonne-sans-sidebar
-------------------------------------------------------------- */
.nosidebar .site-content {
	width:710px;
	margin:0 auto;
}

.nosidebar .site-content-large {
	width:980px;
	margin:0 10px;
}

/* =Template filtres-sans-sidebar
-------------------------------------------------------------- */
#top-visuel .entete {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	width:685px;
	padding:50px 20px 25px;
}

#top-visuel .entete .chapo {
	padding-left:50px;
	padding-right:50px;
}

#filtres {
	text-align:center;
}

#filtres li {
	display:inline;
	background-image:url(images/filtre-separation.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#filtres li.first {
	background-image:none;
}

#filtres li a {
	display:inline-block;
	padding:8px 10px;
	font:12px Verdana,sans-serif;
	text-transform:uppercase;
	background: #fff;
}

#filtres li a:hover,#filtres li.active a {
	background-color:#162271;
	background-image:none;
	color:#fff;
}

#filtres li:hover + li,#filtres li.active + li {
	background-image:none;
}

/* =Template photos / vidéos
-------------------------------------------------------------- */
#gallery {
	width:890px;
	margin:30px auto 0;
}

#gallery li {
	float:left;
	width:212px;
	margin:0 14px 33px 0;
	cursor:pointer;
}

#gallery li.last {
	margin-right:0;
}

#gallery figure {
	position:relative;
	width:212px;
	zoom:1;
}

#gallery.photo figure {
	height:202px;
}

#gallery.video figure {
	height:226px;
}

#gallery .over {
	position:absolute;
	top:0;
	left:0;
	width:212px;
	height:142px;
	padding:0;
	margin:0;
}

#gallery.photo .over {
	background:url(images/picto-photo.png) no-repeat center center;
}

#gallery.video .over {
	background:url(images/picto-video.png) no-repeat center center;
}

#gallery img {
	display:block;
/* Set this to stop white-space appearing under the image. */
	padding:0;
	margin:0;
}

#gallery figcaption {
	padding:15px 15px 0;
	border-bottom:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	font:11px Verdana,sans-serif;
	color:#545766;
	font-style:italic;
}

#gallery.photo figcaption {
	height:45px;
	line-height:18px;
}

#gallery.video li a {
	display:block;
}

#gallery.video figcaption {
	height:80px;
}

#gallery figcaption strong,#gallery figcaption h3 {
	color:#000;
	font-weight:700;
	font-style:normal;
	font-size:13px;
}

#gallery figcaption h3 {
	padding-bottom:5px;
}

#gallery.photo figcaption p {
	max-height:35px;
	overflow:hidden;
}

#gallery.video figcaption .fig-content {
	max-height:70px;
	overflow:hidden;
}

#gallery figcaption .date {
	font-weight:700;
	font-style:normal;
}

#gallery .infos,#gallery .big_img {
	display:none;
}

#big_figure {
	display:none;
	clear:both;
	width:888px;
	height:0;
	border:1px solid #dcdcdc;
	margin-bottom:35px;
}

#big_figure img {
	float:left;
	padding:20px 35px 20px 15px;
}

#big_infos {
	float:left;
	width:290px;
	margin-right:16px;
	padding:20px 0;
	color:#545767;
}

#big_infos h3 {
	font-size:13px;
	margin-bottom:7px;
	color:#000;
}

#big_infos .renseignement {
	font-size:11px;
	color:#545767;
	line-height:15px;
	margin-bottom:7px;
}

#big_infos .type {
	font-weight:700;
	line-height:16px;
}

#big_infos .more a {
	width:194px;
	height:14px;
	padding:8px 0 8px 12px;
}

#big_infos .more.first {
	margin:15px 0 10px;
}

/* =Single vidéo
-------------------------------------------------------------- */
.maincontent .video {
	margin:30px 0 15px;
}

#videos-list {
	border-bottom:1px solid #dcdcdc;
	margin-bottom:10px;
}

#videos-list li {
	border-top:1px solid #dcdcdc;
	padding:15px 0;
}

#videos-list li a {
	display:block;
	position:relative;
	width:250px;
	height:67px;
}

h3.morevideos {
	font:22px BodoniBT-BookItalic,serif;
	margin:20px 0 10px;
}

#videos-list figure {
/*position: relative;*/
}

#videos-list .over {
	position:absolute;
	top:0;
	width:120px;
	height:67px;
	background:url(images/picto-video.png) no-repeat center center;
}

#videos-list img {
	float:left;
	margin-right:10px;
	width:120px;
	height:67px;
}

#videos-list figcaption {
	float:left;
	width:120px;
}

#videos-list figcaption strong {
	font:bold 12px Arial,sans-serif;
	color:#000;
}

.single-photo {
	text-align:center;
	margin-bottom:20px;
}

.maincontent .single-type {
	margin-bottom:0;
	color:#545767;
}

.single-type span {
	font-weight:700;
}

.single-download {
	width:452px;
	margin:0 auto;
}

.single-download .more {
	float:left;
	margin-left:10px;
}

.single-download .more.first {
	float:left;
	margin:0 10px 0 0;
}

/* =Template presse-list-sidebar
-------------------------------------------------------------- */
.dates-filtre {
	width:250px;
	margin:0 auto;
	padding-bottom:20px;
	list-style-type:none;
}

.dates-filtre li {
	float:left;
	background-image:url(images/filtre-separation.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.dates-filtre li.first {
	background-image:none;
}

.dates-filtre li a {
	display:block;
	padding:5px 15px;
	font:12px Verdana,sans-serif;
	text-transform:uppercase;
	zoom:1;
}

.dates-filtre li a:hover,.dates-filtre li.active a {
	background-color:#162271;
	background-image:none;
	color:#fff;
}

.dates-filtre li:hover + li,.dates-filtre li.active + li {
	background-image:none;
}

#postslist {
/*width: 600px;*/
	list-style-type:none;
	list-style-image:none;
	border-bottom:1px dashed #cecece;
}

#postslist li {
/*width: 600px;*/
	padding:15px 0;
	border-top:1px dashed #cecece;
}

#postslist li>a {
	display:block;
	cursor:pointer;
}

#postslist img {
	float:left;
	margin-right:15px;
}

#postslist .resume.fleft {
	float:left;
	width:445px;
}

#postslist .resume.fnone {
	width:595px;
}

#postslist a {
	color:#545767;
}

#postslist h3 {
	font:bold 13px Verdana,sans-serif;
	margin-bottom:3px;
	color:#000;
}

#postslist .infos {
	font:bold 12px Arial,sans-serif;
	font-style:italic;
	margin-bottom:0;
}

#postslist .infos .cat {
	letter-spacing:0;
}

/* =Template contact
-------------------------------------------------------------- */
#top-visuel.contact .entete {
	margin:0 auto;
	width:700px;
	padding:50px 150px 25px;
}

.contacts .site-content {
	width:710px;
	margin:0 auto;
}

.wpcf7-form {
	margin-top:24px;
}

.wpcf7-form .form_line {
	clear:both;
	margin-bottom:17px;
}

.wpcf7-form .form_bloc {
	float:left;
	width:290px;
	padding:0 30px;
	position: relative;
}

.wpcf7-form label {
	display:block;
	font:bold 12px Verdana,sans-serif;
	margin-bottom:4px;
}

.obligatoire {
	color:#d31048;
}

.special_button,
.wpcf7-form input[type="submit"] {
	margin:30px auto 45px;
	width:90px;
	height:30px;
	background-color:#d31048;
	color:#fff;
	font:20px BodoniBT-BookItalic,serif;
	line-height:17px;
	border:0;
	padding:0;
}

.wpcf7-form .center {
	text-align:center;
}

.wpcf7-form input[type="text"] {
	width:274px;
/* 288 - 12 - 2px (padding + border) */
	min-height: 8px;
/* 22 - 12 - 2px (padding + border) */
}

.wpcf7-form input[type="email"] {
	width:274px;
	min-height: 8px;
}


@-moz-document url-prefix() {
	.wpcf7-forminputtype:text] {;
	height:20px;
	padding:0 8px;
}
}

.wpcf7-form .select {
	position:absolute;
	width:290px;
	height:22px;
	padding:0 24px 0 8px;
	color:#000;
	font:12px/22px arial,sans-serif;
	background:url(images/select.png) no-repeat;
	overflow:hidden;
}

.wpcf7-select {
	position:absolute;
	width:290px;
	height:22px;
	padding:0 24px 0 8px;
	color:#000;
	font:12px/22px arial,sans-serif;
	background:url(images/select.png) no-repeat;
	overflow:hidden;
}

.wpcf7-form textarea {
	width:274px;
/* 288 - 6 - 2px (padding + border) */
	height:78px;
/* 92 - 12 - 2px (padding + border) */
}

.upload_container {
	height:55px;
}

.upload_container .up {
	position:absolute;
	float:left;
	color:#333;
	font-size:11px;
	padding-top:2px;
	padding-left:100px;
	background:url(images/parcourir.jpg) no-repeat scroll #fff;
	width:190px;
	height:30px;
	cursor:pointer;
	left:  30px;
}

.en .upload_container .up {
	background:url(images/browse.jpg) no-repeat scroll #fff;
}

.upload_container input {
	/*position:absolute;*/
	z-index:1000;
	opacity:0;
	width:290px;
	filter:alpha(opacity = 0);
}

.wpcf7-form input[type="file"] {
	float:left;
	width:290px;
	border:1px solid #ab4c8f;
	padding:0;
	height:30px;
	color:#333;
	font-size:11px;
	margin-bottom:6px;
	cursor:pointer;
}

.captcha {
	width:450px;
	margin:30px auto 20px;
	text-align:center;
}

.captcha p {
	margin-bottom:10px;
}

.legal {
	padding:0 30px 10px;
}

.droit {
	padding:0 30px 10px;
	font-size:9px;
}

.wpcf7-form #cursus {
	margin-bottom:20px;
}

.page-template-page-templatescontact-php .wpcf7,.wpcf7-form #cursus,.wpcf7-form #stage {
	display:none;
}

#wpcf7-f751-p336-o1 {
	display:block;
}

/* =Template plan du site
-------------------------------------------------------------- */
#top-visuel.annexe {
	height:80px;
}

.error404 #top-visuel.annexe {
	height:0;
}

#top-visuel.annexe h2 {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	width:700px;
	height:30px;
	padding:25px 150px;
	text-align:center;
	font:bold 22px Verdana,sans-serif;
	line-height:30px;
	letter-spacing:-1px;
}

.site-content.plan-du-site {
	width:900px;
	margin:0 auto;
}

.plan .line {
	margin-bottom:45px;
}

.plan .partie {
	float:left;
	width:295px;
	margin-right:5px;
	background-position:top left;
	background-repeat:no-repeat;
}

.plan h3 {
	font:20px BodoniBT-BookItalic,serif;
	text-transform:lowercase;
	padding-left:20px;
}

.plan ul {
	list-style-type:none;
	padding-left:20px;
}

.plan ul a {
	color:#000;
	font:12px Verdana,sans-serif;
}

.plan ul ul {
	padding-left:10px;
	list-style-image:url(images/plan-puce.gif);
}

.plan ul ul a {
	font-size:11px;
	color:#545766;
}

/* =Template glossaire
-------------------------------------------------------------- */
.site-content.glossaire {
	width:710px;
	margin:0 auto;
}

.site-content.lexique {
	float:left;
	width:655px;
	margin:0 35px;
}

.mot {
	-moz-column-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	column-break-inside:avoid;
	display:inline-block;
	margin:0 2px 15px;
	padding:15px;
	border:none;
}

.mot h3 {
	font:24px BodoniBT-BookItalic,serif;
	color:#162e90;
	padding:4px 0 0;
	margin:0;
}

/* =Template recherche
-------------------------------------------------------------- */
.search #top-visuel.annexe {
	background:url(images/annexe-bg.jpg) no-repeat top center;
}

.after-breadcrumbs {
	margin-top:30px;
}

#right-search {
	float:left;
	width:275px;
}

#right-search .widget-area {
	margin-top:0;
}

.not-found {
	margin-top:35px;
}

.not-found .entry-header {
	margin-bottom:20px;
}

.result {
	margin-top:25px;
}

.result img {
	float:left;
	margin-right:10px;
}

.result h3 {
	margin-bottom:5px;
}

.result h3 a {
	font:bold 13px Verdana,sans-serif;
	color:#000;
}

.result p a {
	font:12px Verdana,sans-serif;
	font-style:italic;
	color:#757482;
	line-height:17px;
}

.result #crumbs {
	margin:0;
}

.result #crumbs,.result #crumbs a {
	font:10px Verdana,sans-serif;
	color:#162271;
	text-decoration:none;
}

.search .wp-pagenavi {
	margin-top:20px;
}

.big-search {
	width:360px;
	margin:0 auto;
	padding-bottom:20px;
	background:url(images/entete-bg.png) no-repeat bottom center;
}

#bigsearchform {
	width:358px;
	border:1px solid #dcdcdc;
}

#big-recherche {
	float:left;
	width:252px;
/* 264 - 12 */
	height:28px;
/* 28 - 12 */
	margin:0;
	padding:6px;
	border:0;
	border-radius:0;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:10px verdana,sans-serif;
	color:#000;
	line-height:28px;
}

@-moz-document url-prefix() {
	#big-recherchewidth:205px;
	padding:0 0 0 6px;
}
}

.button::-moz-focus-inner {
	border:0;
}

#bigsearchsubmit::-moz-focus-inner {
	border:0;
}

#bigsearchsubmit {
	float:right;
	width:94px;
	height:28px;
	padding:0;
	border:0;
	border-radius:0;
	background-color:#dcdcdc;
	font:16px BodoniBT-BookItalic,times,serif;
	color:#1d2b7d;
}

/* =page 404
-------------------------------------------------------------- */
.error404 .site-content article {
	margin-top:0;
}

.error404 #content {
	padding:75px 0 15px 65px;
	background:url(images/erreur404.jpg) no-repeat top left;
}

.error404 .post {
	width:375px;
	text-align:center;
}

.error404 .entry-header h1.entry-title {
	font:30px BodoniBT-BookItalic,serif;
	padding-bottom:20px;
	background:url(images/entete-bg.png) no-repeat bottom center;
}

.error404 .entry-content p {
	margin-bottom:10px;
	font:16px Verdana,sans-serif;
}

.error404 .entry-content .more a {
	font-size:20px;
}

.error404 .recherche {
	margin:40px 0;
	padding-bottom:15px;
	background:url(images/entete-bg.png) no-repeat bottom center;
}

.error404 #bigsearchform {
	width:308px;
	margin:0 auto;
}

.error404 #big-recherche {
	width:214px;
}

@-moz-document url-prefix() {
	.error404#big-recherchewidth:208px;
	padding:0 0 0 6px;
}
}

.error404 #footer-border {
	display:none;
}

/* =Footer
-------------------------------------------------------------- */
#footer-border {
	clear:both;
	width:1000px;
	height:18px;
	margin:24px auto 0;
	margin:1.28571428571rem auto 0;
	background:url(images/border-footer.jpg) no-repeat top center;
}

footer[role="contentinfo"] {
	width:100%;
	min-width:1000px;
	padding:18px 0 0;
	padding:1.28571428571rem 0 0;
	background:url(images/bg-footer.jpg) repeat-x top left;
}

footer[role="contentinfo"] a {
	color:#686868;
}

footer[role="contentinfo"] a:hover {
	color:#21759b;
}

#footer-content {
	font-size:11px;
	font-size:.78571428571rem;
	color:#737373;
	line-height:1.5;
	width:960px;
/*padding 20px à gauche et à droite*/
	margin:0 auto;
	padding:30px 20px;
	padding:2.14285714286rem 1.42857142857rem;
}

#about {
	float:left;
	width:245px;
	margin-right:40px;
}

#about h2 a {
	display:block;
	text-indent:-99999px;
	width:140px;
	height:66px;
	background:url(images/servair-footer-logo-new.png) no-repeat top center;
	margin-bottom:17px;
	margin-bottom:1.21428571429rem;
}

#site-map {
	float:left;
	width:675px;
}

#site-map .col {
	float:left;
	width:150px;
	padding-right:25px;
}

#site-map .col.last {
	padding-right:0;
}

#site-map li {
	margin-bottom:2px;
}

#site-map a {
	text-decoration:none;
	font:11px Verdana,sans-serif;
}

#site-map h3 {
	margin:8px 0 13px;
	font:14px "intro_regular_regular",Arial,sans-serif;
	color:#545767;
	text-transform:uppercase;
	line-height:20px;
}

#site-map ul {
	margin-bottom:20px;
}

#site-map .menu-gastronomie {
	margin-bottom:60px;
}

#site-map ul .sub-menu {
	margin-bottom:15px;
}

#site-map ul .sub-menu .sub-menu {
	margin-bottom:0;
}

#site-map .menu-offres li a,#site-map .menu-actualites .menu-item-425 a {
	display:none;
}

#site-map .menu-offres li li a,#site-map .menu-actualites .menu-item-425 li a {
	display:block;
	margin-bottom:2px;
}

/* =Archives
-------------------------------------------------------------- */
.archive-header,.page-header {
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
	padding-bottom:22px;
	padding-bottom:1.571428571rem;
	border-bottom:1px solid #ededed;
}

.archive-meta {
	color:#757575;
	font-size:12px;
	font-size:.857142857rem;
	line-height:2;
	margin-top:22px;
	margin-top:1.571428571rem;
}

/* =Searchform
-------------------------------------------------------------- */
#searchform {
	float:left;
	width:243px;
	margin-top:18px;
	margin-top:1.28571428571rem;
	border:1px solid #dcdcdc;
}

#recherche-globale {
	float:left;
	width:211px;
	height:20px;
	margin:0;
	padding:6px;
	border:0;
	border-radius:0;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font:10px verdana,sans-serif;
	color:#a2a2a2;
	line-height:17px;
}

@-moz-document url-prefix() {
	#recherche-globalewidth:205px;
	padding:0 0 0 6px;
}
}

:root #recherche-globale {
/* IE9 */
	width:205px \0/IE9;
	padding:0 0 0 6px \0/IE9;
}

.button::-moz-focus-inner {
	border:0;
}

#searchsubmit::-moz-focus-inner {
	border:0;
}

#searchsubmit {
	float:right;
	width:32px;
	height:20px;
	padding:0;
	border:0;
	border-radius:0;
	background-color:#dcdcdc;
	font:16px BodoniBT-BookItalic,times,serif;
	color:#1d2b7d;
}

/*@-moz-document url-prefix() {
    #searchsubmit {
	  width: 28px;
	}
}*/
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left:12px;
	margin-left:.857142857rem;
}

.widget_rss li {
	margin:12px 0;
	margin:.857142857rem 0;
}

.widget_recent_entries .post-date,.widget_rss .rss-date {
	color:#aaa;
	font-size:11px;
	font-size:.785714286rem;
	margin-left:12px;
	margin-left:.857142857rem;
}

#wp-calendar {
	margin:0;
	width:100%;
	font-size:13px;
	font-size:.928571429rem;
	line-height:1.846153846;
	color:#686868;
}

#wp-calendar th,#wp-calendar td,#wp-calendar caption {
	text-align:left;
}

#wp-calendar #next {
	padding-right:24px;
	padding-right:1.714285714rem;
	text-align:right;
}

.widget_search label {
	display:block;
	font-size:13px;
	font-size:.928571429rem;
	line-height:1.846153846;
}

.widget_twitter li {
	list-style-type:none;
}

.widget_twitter .timesince {
	display:block;
	text-align:right;
}

/* =Plugins
----------------------------------------------- */
img#wpstats {
	display:block;
	margin:0 auto 24px;
	margin:0 auto 1.714285714rem;
}

/* =Home slider
----------------------------------------------- */
#slider li {
	position:relative;
}

#slider div.slider-bg {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	height:457px;
	width:86px;
	background:#2f355a;
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
}

#slider div.slider-info {
	position:absolute;
	top:0;
	right:0;
	z-index:15;
	height:457px;
}

#slider div.slider-info a {
	display:none;
	padding-top:47px;
}

#slider div.slider-info p {
	display:none;
	float:right;
	color:#fff;
	margin:0!important;
	text-align:right;
	font:bold 14px Verdana,sans-serif;
}

#slider div.slider-info .temoin {
	float:right;
	margin-bottom:10px;
	line-height:1.5em;
	font-weight:400;
	font-size:12px;
	text-align:right;
}

#slider div.slider-info p em {
	clear:both;
	display:block;
	min-width:150px;
	margin-bottom:15px;
	font:28px BodoniBT-BoldItalic,times,serif;
}

#slider li.slider-open div.slider-info {
	padding-right:27px;
}

#slider li.slider-open div.slider-bg {
	display:none;
}

#slider li.slider-open div.slider-info strong {
	display:none;
}

#slider li.slider-open div.slider-info a,#slider li.slider-open div.slider-info p {
	display:block;
}

#slider li.slider-open div.slider-info .slider-more {
	display:block;
	margin-top:5px;
	font:12px Verdana,sans-serif;
	text-decoration:underline;
}

/* goMap() */
#map {
	width:900px;
	margin:30px auto;
	height:400px;
}

.map {
	width:100%;
	margin:30px auto;
	height:400px;
}

.gomapMarker strong {
	display:block;
	margin-bottom:10px;
}

.gomapMarker ul {
	margin-top:10px;
	list-style-position:inside;
	list-style-image:url(images/bullet-map.png);
	line-height:20px;
}

mark {
	background-color:#FBED73;
}

/* =Print
----------------------------------------------- */
@media print {
	body {
		background:none!important;
		color:#000;
		font-size:10pt;
	}

	footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after {
		content:" [" attr(href) "] ";
	/* Show URLs */
	}

	a {
		text-decoration:none;
	}

	.entry-content img,.comment-content img,.author-avatar img,img.wp-post-image {
		border-radius:0;
		box-shadow:none;
	}

	.site {
		clear:both!important;
		display:block!important;
		float:none!important;
		max-width:100%;
		position:relative!important;
	}

	.site-header {
		margin-bottom:72px;
		margin-bottom:5.142857143rem;
		text-align:left;
	}

	.site-header h1 {
		font-size:21pt;
		line-height:1;
		text-align:left;
	}

	.site-header h2 {
		color:#000;
		font-size:10pt;
		text-align:left;
	}

	.site-header h1 a,.site-header h2 a {
		color:#000;
	}

	header,#right,#top-visuel,#counter,#language,#searchform,.author-avatar,#colophon,#respond,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.page-link,/.site-content nav,.widget-area,img.header-image,*/
	.main-navigation {
		display:none;
	}

	.home header {
		display:block;
	}

	#primary,.wrapper.sidebar .site-content {
		width:1000px;
		margin:0 auto;
	}

	.wrapper {
		width:auto;
		border-top:none;
		box-shadow:none;
	}

	.site-content {
		margin:0;
		width:auto;
	}

	.singular .entry-header .entry-meta {
		position:static;
	}

	.singular .site-content,.singular .entry-header,.singular .entry-content,.singular footer.entry-meta,.singular .comments-title {
		margin:0;
		width:100%;
	}

	.entry-header .entry-title,.entry-title,.singular .entry-title {
		font-size:21pt;
	}

	footer.entry-meta,footer.entry-meta a {
		color:#444;
		font-size:10pt;
	}

	.author-description {
		float:none;
		width:auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background:none;
		position:relative;
		width:auto;
	}

	.commentlist .avatar {
		height:39px;
		left:2.2em;
		top:2.2em;
		width:39px;
	}

	.comments-area article header cite,.comments-area article header time {
		margin-left:50px;
		margin-left:3.57142857rem;
	}
}

/* Social
-------------------------------------------------------------- */
#boutons-rs-1col-twitter {
	position:block;
	margin-left:800px;
	margin-top:-5px;
}

#boutons-rs-1col-linkedin {
	position:block;
	margin-left:880px;
	margin-top:-21px;
}

#boutons-rs-2col-twitter {
	position:block;
	margin-left:500px;
	margin-top:-15px;
}

#boutons-rs-2col-linkedin {
	position:block;
	margin-left:580px;
	margin-top:-22px;
}

/* =Timeline
-------------------------------------------------------------- */
#timeline-embed-3219 .vco-timeline .vco-navigation .timenav-background .timenav-line {
	position:absolute;
	top:0;
	left:50%;
	width:3px;
	height:150px;
	background-color:#d31048;
	z-index:1;
	-webkit-box-shadow:1px 1px 7px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 7px rgba(0,0,0,0.3);
	box-shadow:1px 1px 7px rgba(0,0,0,0.3);
}

#timeline-embed-3219 #timeline-embed-2832 .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
	color:#d31048;
	margin-top:5px;
}

#timeline-embed-3219 #timeline-embed-2832 .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
	background:#d31048;
	z-index:200;
}

#timeline-embed-3219 #timeline-embed-2832 .vco-timeline .vco-navigation .timenav .content .marker.active .line {
	z-index:199;
	background:#d31048;
	width:1px;
}

/* =Slider
-------------------------------------------------------------- */
.bx-wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	*zoom:1;
}

.bx-wrapper img {
	max-width:100%;
	display:block;
}

.bx-wrapper .infos {
	display:block;
	width:398px;
	height:135px;
	position:absolute;
	bottom:0;
	right:0;
	color:white;
	padding:50px 140px 55px 77px;
}

.bx-wrapper .infos h2 {
	text-indent:0;
	font:19px "intro_light_italic_italic",Arial,sans-serif;
	line-height:36px;
}

.bx-wrapper .infos h3 {
	text-indent:0;
	font:17px "intro_light_italic_italic",Arial,sans-serif;
	line-height:25px;
}

.bx-wrapper .infos .more {
	font:bold 16px "intro_bold_regular",Arial,sans-serif;
	text-transform:uppercase;
	/*margin:15px 0 0;*/
	position:absolute;
	bottom:45px;
	left:77px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	left:-5px;
	background:#fff;
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position:absolute;
	left:453px;
	bottom:10px;
	width:200px;
}

.bx-wrapper .bx-loading {
	min-height:50px;
	background:url(images/slider_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

.bx-wrapper .bx-pager {
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:white;
	border:2px solid transparent;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 5px;
	outline:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:transparent;
	border:2px solid white;
}

.bx-wrapper .bx-prev {
	left:10px;
	background:url(images/slider_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right:10px;
	background:url(images/slider_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position:0 0;
}

.bx-wrapper .bx-next:hover {
	background-position:-43px 0;
}


.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-16px;
	outline:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
	z-index:9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

.bx-wrapper .bx-controls-auto {
	text-align:center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display:block;
	text-indent:-9999px;
	width:10px;
	height:11px;
	outline:0;
	background:url(images/slider_controls.png) -86px -11px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position:-86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display:block;
	text-indent:-9999px;
	width:9px;
	height:11px;
	outline:0;
	background:url(images/slider_controls.png) -86px -44px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position:-86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align:left;
	width:80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right:0;
	width:35px;
}

.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80, 80, 80, 0.75);
	width:100%;
}

.bx-wrapper .bx-caption span {
	color:#fff;
	font-family:Arial;
	display:block;
	font-size:.85em;
	padding:10px;
}

.form_line h2 {
	color:#162271;
}
