/*
Theme Name: Syntivia
Description: 3 menus : principalmenu, topmenu et bottommenu. 5 sidebars : sidebarheader, sidebarleft, sidebarright, sidebarbottomlevel1, sidebarbottomlevel2. 6 templates : Accueil, 3 colonnes, 2 colonnes droite, 2 colonnes gauche, 1 colonne centrale, contact.
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, nav, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u,  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;
	outline: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a img {
	border: 0;
}


/* =Structure
----------------------------------------------- */

body {
	padding: 0em;
}
#page {
	margin: 0 auto;
	min-width: 980px;
}
#primary {
	margin: 0;
	width: 100%;
}
#content {
    margin: 0px auto;
    position: relative;
    width: 780px;
    border:1px solid #e5e5e5;
    box-shadow: 0 0 5px 2px #e4e4e4;
    background: #f4f4f4;
    padding:0 100px;
}
.deux-colonnes-droite
{
	margin-left:0px!important;
	width:760px!important;
}
.deux-colonnes-gauche
{
	
	width:760px!important;
}
.une-colonne-centrale
{
	margin-left:0px!important;
	width:940px!important;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}
#sidebar-left
{
	width:160px;
	float:left;
}
#sidebar-right
{
	width:160px;
	float:right;
}
#sidebar-right li, #sidebar-left li
{
	margin-left:20px;
}
.left{
	float:left;
}
.right
{
	float:right;
}
.container {
	width:980px;
	margin:0 auto;
}
.fixed {
	position: fixed!important;
}
.clear {
	clear: both;
}
.hide {
	display: none!important;
}
.show {
	display: block!important;
}
.italic {
	font-style: italic
}
.bold, strong {
	font-weight: bold;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 14px "Roboto", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

#page
{
	background: url('images/fond-page.jpg') no-repeat center top #eeeeee;
}

.home #page {
	background: #fff;
	max-width: 2000px;
	margin:0 auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1{
	font-size:36px;
	font-weight: bold;
	color:#000;
}
h2{
	font-size:28px;
	font-weight: bold;
	color:#333;
}
h3{
	font-size:25px;
	color:#333;
}
h4{
	font-size:22px;
	font-style: italic;
	color:#333;
}
h5{
	font-size:16px;
	font-weight: bold;
	color:#333;
}
h6{
	font-size:14px;
	text-decoration: underline;
	color:#333;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
#content p {
	margin-bottom: 1.625em;
}
#content ul, #content ol {
	margin: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.breadcrumb
{
	height: 35px;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 35px;
	color:#969696;
	margin-bottom: 20px;
}

.breadcrumb a
{
	color:#969696;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding: 3px;
}
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
#contact-form .submit
{
	background: #222222;
    border: none;
    color: #EEEEEE;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 22px;
}
.contact-page .legend-form {
	font-weight: 300!important;
	color: #373737!important;
    display: block;
    margin-top: 90px!important;
}

/* Links */
a {
	color: #61326e;
	text-decoration: none;
}

#content p a
{
	text-decoration: underline;
	font-weight: bold;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 99999;
	background: url('images/bandeau-haut.png') center top repeat-x;
	min-height: 156px;
}
#branding hgroup {
	padding-top:45px;
}
#site-title {
	clear: both;
	color: #111;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	height: 38px;
}
#site-title a {
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	clear: both;
	color: #7a7a7a;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
}
#branding img {
	height: auto;
	display: block;
	margin:0 auto;
}
#sidebarheader
{
	float:right;
	width:580px;
	margin-right:20px;
}

/* Menu
-------------------------------------------------------------- */

#access {
	font-family: 'Hammersmith One', sans-serif;
	clear: both;
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	margin-top:19px;
}
#access ul {
	font-size: 14px;
	list-style: none;
	padding-left: 0;
	text-align: center;
}
#access li {
	float: none;
	display: inline-block;
	position: relative;
}
#access a {
	color: #dbc0e2;
	display: block;
	line-height: 3.333em;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 45px;
	padding-bottom: 22px;
	padding-top:2px;
}

#menu-item-1562 a {
    background:  url("images/home-bas.png") no-repeat scroll center bottom 36px;
    padding-left: 10px;
    text-indent: -10000px;
    width: 0;
}


#access ul ul {
	background: url('images/fond-violet.png');
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 69px;
	left: 0;
	width: 200px;
	z-index: 99999;
}

#access ul ul li
{
	display: block;
}

#access ul ul a {
	border-bottom: 1px dotted #77587f;
	color: #FFF;
	font-weight: normal;
	height: auto;
	line-height: 27px;
	width: 100%;
	display: block;
	padding: 15px 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access li:hover > a,
#access a:focus {
	color: #FFF;
	padding-top: 0px;
	border-top: 2px solid #51295c;
}


#access ul ul :hover > a
{
	background: #51295c;
	border: none;
	border-bottom: 1px dotted #77587f;
	padding: 15px 0;
}

#access li:hover > a,
#access a:focus {	
	color: #FFF;
	padding-top: 0px;
	border-top: 2px solid #51295c;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #FFF;
	padding-top: 0px;
	border-top: 2px solid #51295c;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
#topmenu
{
	float: right;
    margin-right: 20px;
    width: 580px;
    text-align: right;
}
#topmenu li
{
	list-style: none;
	display: inline;
	margin:0 5px;
	font-size:11px;
}

/* Content
----------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
	margin-top:50px;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 11px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* 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 {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */

.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular .entry-header .entry-meta {
	top: 0;
	left: 0;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
.reply
{
	display: none;
}


/* Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}

/* Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}

/* Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}

/* Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}

/* Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}
#nav-single
{
	display: none;
}

/* Intro */

article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */

section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */

section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */

section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */

.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */

section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */

#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* Widgets
----------------------------------------------- */

.widget-area {
}
.widget {
	margin: 0px 0px 15px 0px;
}
.widget-title {
 	border-bottom: 1px dotted #AAAAAA;
    color: #666666;
    line-height: 2.6em;
    font-size: 15px;
    text-transform: uppercase;
}
.textwidget {
	margin-top: 5px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */

.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Twitter */

.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */

.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Comments
----------------------------------------------- */

#comments-title {
	color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.6em;
    padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0!important;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .even
{
	background: #f6f6f6;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
	display:none;
}
.commentlist > li:before {
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */

#respond {
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #eee;
	
	-webkit-box-shadow:0;
	-moz-box-shadow:0;
	box-shadow: 0;
	position: relative;
	padding: 0 5px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	
	color: #555;
	display: inline-block;
	font-size: 13px;
	
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 28px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
}
#respond input#submit {
	background: #222;
	border: none;
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 22px 5px 22px;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* Footer
----------------------------------------------- */

#colophon {
	clear: both;
	background: #3d2145;
	color:#af79bf;
	padding:50px 0;
}

#colophon .centrer
{
	overflow: hidden;
}

#colophon .centrer > div
{
	position: relative;
	height: 190px;
}

#colophon .credits
{
	position: absolute;
	bottom:0;
	font-size: 12px;
}

#colophon .credits a
{
	color:#8f367f;
}

#colophon .right .bloc-sociaux a
{
	text-indent: 10000px;
	width: 39px;
	height: 39px;
	display: inline-block;
	margin-left: 20px;
	background: url('images/fb-foot.png') no-repeat center center;

	
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
}



#colophon .right .bloc-sociaux a:hover
{
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

#colophon .right .bloc-sociaux a
{
	background: url('images/tw-foot.png') no-repeat center center;
}

#colophon .right .bloc-sociaux a+a
{
	background: url('images/lk-foot.png') no-repeat center center;
}

#colophon .left .credits
{
	left:0;
}

#colophon .right
{
	text-align: right;
	width: 300px;
}

#colophon .right .credits
{
	right:0;
}

#colophon span
{
	display: block;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 14px;
}

#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
#colophon aside
{
	width:220px;
	margin:0 10px;
	float:left;
	clear: none;
}
#colophon aside li
{
	list-style: none;
	border-bottom:1px solid #DDD;
	line-height: 30px;
}
#sidebarbottomlevel1, #sidebarbottomlevel2
{
	margin-bottom: 20px;
	overflow: auto;
	padding: 0 10px;
}

/* Site Generator Line */

#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	overflow: hidden;
	padding: 1em 1em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}

/* Slideshow Flexslider */

.flex-control-nav
{
	list-style: none;
	text-align: center;
}
.flex-control-nav li
{
	display: inline;
	margin:0 2px;
}
.flex-control-nav a
{
	cursor: pointer;
	display: inline-block;
	height:12px;
	width:12px;
	text-indent: -100000px;
	background: url("images/point-slideshow.png") top center;
}
.flex-control-nav a:hover, .flex-control-nav a.flex-active
{
	
	background-position: bottom center;
}
.flexslider
{
	overflow: hidden;
	position: relative;
}
.flex-direction-nav
{
	position: absolute;
	top:0px;
	width:100%;
	list-style: none;
}
.flex-direction-nav li
{
	float:left;
	margin-top:155px;
	margin-left:10px;
}
.flex-direction-nav li+li
{
	float:right;
	margin-right:10px;
}



.centrer
{
	width: 980px;
	margin: 0 auto;
}

#branding .centrer
{
	position: relative;
}

.social-lang
{
	position: absolute;
	right: 20px;
	top:20px;
}

.social-lang .social
{
	float: left;
	padding-right: 30px;
	/*border-right:1px solid #625166;*/
}

.social-lang .social > a
{
	width: 27px;
	height:27px;
	text-indent: -10000px;
	display: inline-block;
	margin-left:12px; 

	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
}

.social-lang .social > a:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
} 

.social-lang .social > a
{
	background: url('images/fb.png') no-repeat center center;
}

.social-lang .social > a
{
	background-image: url('images/tw.png');
}

.social-lang .social > a+a
{
	background-image: url('images/lk.png');
}

.social-lang .lang
{
	display: none;
	float: right;
	height: 27px;
	overflow: visible;
	background:url('images/fleche-lang.png') no-repeat right center; 
	color:#625166;
}

#lang_sel_list ul a
{
	color:#9d949f!important;
	height: 27px;
	background: none;
	padding: 0 10px;
	line-height: 27px;
	border:none;
}

#lang_sel_list ul a:hover
{
	color:#BdB4Bf!important;
}

#lang_sel_list li+li a
{
	display: none;
}

#lang_sel_list li
{
	float: none;
	width: auto;
	position: static;
}

#lang_sel_list:hover ul a
{
	display: block;
}

#lang_sel_list
{
	width: auto;
}

#lang_sel_list ul
{
	height: auto;
	width: auto;
	border:none;
}

#slideshow-accueil
{
	margin-top:-156px;
	height: 800px;
	overflow: hidden;
}

#slideshow-accueil .slides li
{
	height: 800px;
	background-position: center top;
}

#slideshow-accueil .content
{
	float: right;
	padding-right: 150px;
	padding-top:450px;
	height: 350px;
	background: url('images/fond-slide-syntivia.png') no-repeat right bottom;
}

#slideshow-accueil .content .texte
{
	font-family: 'Hammersmith One';
	font-size: 40px;
	line-height: 50px;
	color:#51295c;
	text-align: right;
	width: 400px;
	text-transform: uppercase;

}

#slideshow-accueil .content a
{
	float: right;
	background: #51295c;
	height: 50px;
	line-height: 50px;
	padding:0 35px;
	text-transform: uppercase;
	color:#FFF;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

#slideshow-accueil .content a:hover
{
	background: #71497c;
}

.flex-direction-nav 
{
	position: static;
}

.flex-direction-nav li
{
	width: 50px;
	height: 50px;
	background: url('images/fond-blanc.png');
	position: absolute;
	top:410px;
	right: 0;
	margin: 0;
}

.flex-direction-nav li+li
{
	top:465px;
	margin:0;
}

.flex-direction-nav li:hover
{
	background: #FFF;
}


.flex-direction-nav a
{
	width: 50px;
	height: 50px;
	text-indent: -10000px;
	display: block;
}

.flex-direction-nav .flex-next
{
	background: url('images/right-arrow.png') no-repeat center center;
	
}

.flex-direction-nav .flex-prev
{
	background: url('images/left-arrow.png') no-repeat center center;
		
}

#slideshow-accueil .flex-control-nav
{
	display: none;
}

.sous-slide
{
	overflow: hidden;
	position: relative;
}

.sous-slide > .bloc-sous-slide
{
	float: left;
	width: 25%;
	position: relative;
}

.liste-absolute > div
{
	position: absolute;
	width: 25%;
	height: 1000px;
}

.sous-slide > .bloc-sous-slide,
.liste-absolute > div
{
	background: #472550;
	z-index: 999;
	padding-bottom: 90px;
}

.sous-slide > .bloc-sous-slide+.bloc-sous-slide,
.liste-absolute > div+div
{
	background: #51295c;
}

.sous-slide > .bloc-sous-slide+.bloc-sous-slide+.bloc-sous-slide,
.liste-absolute > div+div+div
{
	background: #61326e;
}

.sous-slide > .bloc-sous-slide+.bloc-sous-slide+.bloc-sous-slide+.bloc-sous-slide,
.liste-absolute > div+div+div+div
{
	background: #51295c;
}

.liste-absolute > div
{
	left: 0;
}

.liste-absolute > div+div
{
	left: 25%;
}

.liste-absolute > div+div+div
{
	left: 50%;
}

.liste-absolute > div+div+div+div
{
	left: 75%;
}

.sous-slide  .bloc-sous-slide h2
{
	padding:0 20px;
	max-width: 320px;
	margin:0 auto;
	font-size: 25px;
	color:#FFF;
	font-weight: normal;
	padding-top:40px;
	padding-bottom: 20px;
	line-height: 30px;
	text-transform: uppercase;
	min-height: 90px;
}

.sous-slide  .bloc-sous-slide p
{
	color:#af79bf;
	font-size: 14px;
	line-height: 30px;
	overflow: auto;
	padding:0 20px;
	max-width: 320px;
	margin:0 auto;
}

.sous-slide  .bloc-sous-slide a
{
	float: right;
	color:#FFF;
	padding-right: 35px;
	background: url('images/fleche-blanche.png') no-repeat right center;
	
}

.bloc-innovation
{
	height: 532px;
	background: url('images/fond-innovation.jpg') no-repeat center top;
}

.bloc-innovation .texte-innovation
{
	width: 380px;
	padding-top: 75px;
}

.bloc-innovation .texte-innovation h2
{
	font-size: 25px;
	color:#61326e;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-family: "Hammersmith One";
}

.bloc-innovation .texte-innovation p
{
	color:#51295c;
	line-height: 30px;
}

.bloc-innovation .texte-innovation a+a
{
	margin-left: 10px;
}

.bouton-violet
{
	display: inline-block;
	background: #51295c;
	height: 50px;
	line-height: 50px;
	padding:1px 26px;
	text-transform: uppercase;
	color:#FFF;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none!important;

}

.bouton-violet:hover
{
	background: #71497c;
}

.bouton-blanc
{
	display: inline-block;
	background: #FFF;
	height: 50px;
	line-height: 50px;
	padding:1px 26px;
	text-transform: uppercase;
	color:#51295c;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none!important;

}

.bouton-blanc:hover
{
	background: #CCC;
}

.bouton-transparent
{
	display: inline-block;
	background: none;
	height: 50px;
	line-height: 50px;
	padding:0px 25px;
	text-transform: uppercase;
	color:#ac6baa;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none!important;
	border:1px solid #ac6baa;
}

.bouton-transparent:hover
{
	border-color: #Cc8bCa;
	color:#Cc8bCa;
}

.bloc-actus
{
	padding-top:30px; 
	background: url('images/fond-actu.png') no-repeat left top #61326e;
}

.bloc-actus .cat-blog
{
	text-align: right;
	margin-right: 20px;
}

.bloc-actus .cat-blog .tag-cat
{
	margin-left: 7px;
}

.tag-cat
{
	display: inline-block;
	padding:0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color:#FFF;
	background: #DDD;
	display: inline-block;
	font-family: 'Hammersmith One';
	text-decoration: none!important;
}

.tag-cat:hover
{
	opacity: .7;
}

.tag-in-vitro-test
{
	background: #af90b7;
}

.tag-design-en
{
	background: #926f9c;
}

.tag-formulation
{
	background: #9359a3;
}

.tag-market-en
{
	background: #7a378d;
}

.tag-ingredients-en
{
	background: #472550;
}

.bloc-actus .liste-article,
.bloc-actus-2 .liste-article
{
	margin-top:40px;
	overflow: auto;
	padding:0 10px;
}

.bloc-actus .liste-article .article,
.bloc-actus-2 .liste-article .article
{
	width:300px;
	margin:0 10px;
	float: left;
	background: #FFF;
	margin-bottom: 20px;
	position: relative;
	height: 460px;
}

.bloc-actus-2
{
	width: 980px!important;
	padding: 0!important;
}

.bloc-actus-2 .breadcrumb
{
	margin: 0 20px;
}

.article .vignette 
{
	position: relative;
	height: 205px;
	background: #876590;
}

.article .vignette img
{
	display: block;
}

.article .vignette .tag-cat
{
	position: absolute;
	bottom: 0px;
	left:0px;
}


.cat-blog-index
{
	margin-top:30px;
	text-align: center;
}

.article .details
{
	padding:30px;
}

.article h3 a,
.article h3
{
	color:#323232!important;
	font-family: 'Roboto'!important;
	font-weight: 300!important;
	font-size: 18px!important;
	text-align: left!important;
	text-transform: none!important;
	padding: 0!important;
	padding-bottom: 18px!important;
}

.article .text-article
{
	color:#969696;
	height: 75px;
	overflow: hidden;
}

.article .bouton-violet
{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}

.bloc-actus .bloc-bouton
{
	text-align: center;
	padding:25px 0;
}

.bloc-materiel
{
	background: url('images/fond-materiel.png') center top #61326e;
	height: 530px;
}

.bloc-materiel .texte-materiel
{
	width: 380px;
	padding-top: 150px;
}

.bloc-materiel .texte-materiel h2
{
	font-size: 36px;
	color:#61326e;
	font-weight: normal;
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-family: "Hammersmith One"
}

.bloc-materiel .texte-materiel p
{
	color:#51295c;
	line-height: 30px;
}

.bloc-projet
{
	background: url('images/fond-projet.jpg') center top #61326e;
	height: 530px;
}

.bloc-projet .texte-projet
{
	width: 580px;
	padding-top: 150px;
}

.bloc-projet .texte-projet h2
{
	font-size: 40px;
	color:#FFF;
	font-weight: normal;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-family: "Hammersmith One"
}

.bloc-projet span
{
	color:#FFF;
}

.bloc-projet .texte-projet p
{
	color:#af79bf;
	line-height: 30px;
}

.titre-page
{
	font-size: 40px;
	font-family: "Hammersmith One";
	color:#51295c;
	max-width: 980px;
	margin:0 auto;
	padding: 70px 0;
	line-height: 70px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

#content h2
{
	line-height: 30px;
	font-style: italic;
	color:#b57db7;
	font-size: 20px;
	font-family: 'Roboto';
	padding:20px 0;
	text-align: center;
	font-weight: 300;
}

#content h3
{
	line-height: 30px;
	font-style: normal;
	color:#61326e;
	font-size: 25px;
	font-family: 'Hammersmith One';
	padding:20px 0;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

#content h4
{
	line-height: 30px;
	font-style: normal;
	color:#61326e;
	font-size: 20px;
	font-family: 'Hammersmith One';
	padding:20px 0;
	text-align: center;
	font-weight: 300;
}

#content
{
	margin-bottom: 100px;
	padding-bottom: 70px;
}

.liste-sous-pages
{
	padding-top:30px;
	overflow: visible;
}

.liste-sous-pages .image-liste-sous
{
	margin-left: -100px;
	margin-bottom: -76px;
	margin-top: 40px;
}

.liste-sous-pages > a
{
	float: left;
	width: 198px;
	padding: 30px;
	background: #613d6b;
	height: 175px;
	margin:1px;
	overflow: hidden;
}

.liste-sous-pages > a:hover
{
	background: #a32a8e;
	text-decoration: none;
}

.liste-sous-pages > a:hover p
{
	color: #FFF;
}

.liste-sous-pages .titre-sous-page
{
	color:#FFF;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
	display: block;
	font-family: 'Hammersmith One';
	text-transform: uppercase;
}

.liste-sous-pages p
{
	color:#af79bf;
	font-size: 14px;
	line-height: 20px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 0px!important;
}

.tabs-horizontal > ul li
{
	float: left;
}

.tabs-horizontal > ul
{
	width: 100%;
	padding:0 20px;
}

.tabs-horizontal ul li a
{
	height: 32px;
	overflow: hidden;
	width: 100px;
	padding:20px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Hammersmith One";
	color:#9b9b9b;
	margin-bottom: -5px;
	display: block;
	text-align: center;
}

.tabs-horizontal ul li a:hover,
.tabs-horizontal .ui-tabs-active a
{
	background:url('images/fond-tab-hor.png') no-repeat center bottom;
	color:#603c6a;
	text-decoration: none;
}

.tabs-horizontal > div
{
	clear: both;
	background: #ededed;
	border-top:1px solid #c2c2c2;
	padding-top:50px;
}

.tabs-horizontal > div p
{
	padding:0 100px;
}

.tabs-horizontal > div img
{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.ui-tabs-panel > ul li {
    list-style: disc;
    margin:0 100px;
    margin-left: 120px;
}

.ui-tabs-panel
{
	display: none;
}


.tabs-vertical
{
	background: #FFF;
	overflow: auto;
}


.tabs-vertical ul
{
	display: block;
}

.tabs-vertical > ul
{
	width: 260px;
	padding:0;
	position: relative;
	z-index: 2;
	float: left;
}

.tabs-vertical ul li a
{
	min-height: 32px;
	overflow: auto;
	width: 220px;
	padding:20px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Hammersmith One";
	color:#9b9b9b;
	margin-left: 5px;
	display: block;
	text-align: left;
}

.tabs-vertical ul li a img
{
	float: left;
	opacity: .2;
	margin-bottom: 20px;
	margin-right: 30px;
}

.tabs-vertical ul li a:hover,
.tabs-vertical .ui-tabs-active a
{
	background:url('images/fond-tab-ver.png') no-repeat right center;
	color:#603c6a;
	text-decoration: none;
}

.tabs-vertical ul li a:hover img,
.tabs-vertical .ui-tabs-active a img
{
	opacity: 1;
}

.page-template-template-contact .bloc-projet
{
	display: none;
}

.page-template-template-contact #content
{
	opacity: .9;
}

.tabs-vertical > div
{
	float: right;
	background: #ededed;
	border-left:1px solid #c2c2c2;
	padding-top:25px;
	width: 499px;
	position: relative;
	z-index: 1;
	/*min-height: 450px;*/
}

.tabs-vertical > div p
{
	padding:0 50px;
}

.tabs-vertical > div img
{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.ui-tabs-panel
{
	display: none;
}

.bouton-contact-onglet
{
	text-align: center;
	color:#51295c;
	font-size: 15px;
	font-family: "Hammersmith One";
	margin-top:50px;
}

.bouton-contact-onglet a
{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background: #51295c;
	color:#FFF;
	text-transform: uppercase;
	display: inline-block;
}

.bouton-contact-onglet a:hover
{
	text-decoration: none;
	background: #71497c;
}

.liste-collabo
{
	overflow: auto;
}

.bloc-collabo
{
	float: left;
	width: 33%;
	text-align: center;
	position: relative;
}

.masque-equipe
{
	position: absolute;
	width: 100%;
	height: 270px;
	background: url('images/masque-equipe.png') no-repeat center top;
	top:0;
	left:0;
}

.bloc-collabo p
{
	text-align: left;
	padding:0 40px;
	margin-bottom: 50px;
}

.bloc-collabo strong
{
	color:#61326e;
}

.bloc-techno
{
	overflow: auto;
	margin-bottom: 50px;
}

.bloc-techno .bloc-texte-slide
{
	width: 340px;
}

.bloc-techno #slideshow-techno
{
	width: 420px;
}

.bloc-techno #slideshow-techno li
{
	position: relative;
}

.bloc-techno #slideshow-techno .masque
{
	width: 420px;
	height: 320px;
	position: absolute;
	z-index: 9999;
	background: url('images/masque-slide.png') no-repeat center center;
	top:0;
	left: 0;
}

#slideshow-techno .flexslider
{
	height: 320px;
	overflow: hidden;
}

#slideshow-techno .flex-direction-nav li
{
	position: static;
}

#slideshow-techno .flex-direction-nav a
{
	position: absolute;
	top:130px;
	width: 38px;
	height: 50px;
}

#slideshow-techno .flex-direction-nav .flex-next
{
	background: url('images/fleche-right.png') no-repeat center center;
}

#slideshow-techno .flex-direction-nav .flex-prev
{
	background: url('images/fleche-left.png') no-repeat center center;
}

#content .bloc-techno h2,
#content .bloc-techno h3,
#content .bloc-techno h4
{
	text-align: left;
}

.contact-page
{
	overflow: auto;
}

.contact-page .right
{
	width: 400px;
}

.contact-page .right span
{
	font-weight: bold;
	color:#51295c;
	display: block;
	margin-top: 50px;
	margin-bottom: 20px;
}

.contact-page input[type="text"]
{
	background: #ededed;
	border:1px solid #d4d4d4;
	height: 34px;
	padding:0 10px;
	width: 378px;
	box-shadow: none;
	margin-top:10px;
}

.contact-page textarea
{
	background: #ededed;
	border:1px solid #d4d4d4;
	height: 200px;
	padding:0 10px;
	width: 378px;
	box-shadow: none;
	margin-top:10px;
}

.contact-page label
{
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	margin-top:20px;
	color:#969696;
}

.contact-page .right .error
{
	margin: 0px;
	color:#F00;
}

.contact-page input[type="submit"]
{
	line-height: 40px;
	height: 40px;
	background: #51295c;
	color:#FFF;
	float: right;
	padding:0 20px;
	cursor:pointer;
	border:none;
	margin-top:20px;
}

.comments-link
{
	display: none!important;
}

#content > ul li,
.tabs-vertical > div ul li
{
	list-style: disc;
	margin-left:20px;
	margin-right: 0;
	margin-bottom: 20px;
}

#content > ul
{
	margin-bottom: 1.625em;
}

.tabs-vertical > div ul
{
	padding: 0 50px;
}

.menu-fixe
{
	position: fixed!important;
	left: 0;
	top:0;
	width: 100%;
	min-width: 980px;
	background-position: center bottom!important;
	min-height: 40px!important;
}

.menu-fixe hgroup,
.menu-fixe .social-lang
{
	display: none;
}

.menu-fixe + #main
{
	padding-top: 156px;
}

.back-to-home
{
	background: #3d2145 url('images/home-bas.png') no-repeat 10px center;
	bottom: 20px;
    color: #fff;
    font-size: 12px;
    left: 20px;
    line-height: 15px;
    opacity: 0.8;
    padding: 10px 10px 10px 35px;
    position: fixed;
    text-transform: uppercase;
}

.back-to-home:hover
{
	text-decoration: none;
	opacity: 1;
}

.home .back-to-home
{
	display: none;
}

.page-id-188,
.page-id-17,
.page-id-441,
.page-id-443
{
	background: #eeeeee url("images/fond-techno.jpg") no-repeat scroll center top!important;
}

.page-id-395,
.page-id-399,
.page-id-401,
.page-id-393,
.page-id-421,
.page-id-425,
.page-id-405,
.page-id-414,
.page-id-417,
.page-id-419,
.page-id-423

{
	background: #eeeeee url("images/fondantiage.jpg") no-repeat scroll center top!important;
}

.page-id-168,
.page-id-163,
.page-id-165,
.page-id-166,
.page-id-167

{
	background: #eeeeee url("images/fondcustom.jpg") no-repeat scroll center top!important;
}

.page-id-682,
.single #page,
.archive #page
{
	background: #eeeeee url("images/fondnews.jpg") no-repeat scroll center top!important;
}

.page-id-161
{
	background: #eeeeee url("images/fondcontact.jpg") no-repeat scroll center top!important;
}


@media (max-width: 1600px) {
	#page {
	    background: url("images/fond-page-min.jpg") no-repeat center top #eeeeee;
	}
}

.page-id-186 img.alignleft
{
	margin-bottom: 3.625em;
}

.chevron
{
	background: rgba(0, 0, 0, 0) url("images/chevron.png") no-repeat scroll center center;
    bottom: 30px;
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}


.actus-pop
{
	position: fixed;
	z-index: 99999;
	right: 40px;
	bottom: 40px;
	background: #fff;
	box-shadow: 0 0 5px -2px #000;
	border-radius: 5px;
	width: 400px;
	padding: 10px;
	visibility: hidden;
}

.visible{
	opacity: 1;
	visibility: visible;
}

.masked{
	opacity: 0;
	visibility: hidden;
}

.actus-pop a
{
	display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 5px;
}

.actus-pop .actu+.actu
{
	border-top: 1px solid #DDD;
	padding-top: 10px;
	margin-top: 10px;
}

.actus-pop .actu .texte-pop
{
	line-height: 15px;
	height: 45px;
	overflow: hidden;
	font-size: 12px;
}

.actus-pop .titre-pop
{
	font-size: 16px;
	color:#000;
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-cookie input[type="submit"]
{
	background: #61326e;
	color:#FFF;
	font-size: 10px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	border-radius: 10px;
	cursor:pointer;
	position: absolute;
	right: 10px;
	top:10px;
}

.actus-pop a.form-cookie
{
	background: #61326e;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    width: 10px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px 4px 4px 7px;
}

.actus-pop a.form-cookie:hover
{
	text-decoration: none;
}

.form-cookie input[type="submit"]:hover
{
	opacity: .7;
}

.champ-consent span {
        margin-top: 20px !important;
}

.champ-consent label {
	display: inline;
}

/* RESPONSIVE */
@media screen and (max-width:1000px) {
	.actus-pop{
		display: none;
	}
	#main{
		position: relative;
		z-index: 3;
	}
	.respmenu_open #main{
		height: calc(100vh - 140px);
		overflow: hidden !important;
	}
	.respmenu_open #page{
		height: 90vh;
		overflow: hidden;
	}
	#access{
		position: fixed;
		background: #51295c;
		color: #FFFFFF;
		width: 300px;
		height: 100vh;
		top: 0;
		left: 0;
		margin-top: 0;
		box-sizing: border-box;
		padding-top: 70px;
		transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		-webkit-transform: translate3d(-300px, 0, 0);
		-moz-transition: all ease .4s;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
		opacity: 0;
		z-index: 99999;
	}
	#access li{
		width: 100%;
		height: 60px;
		line-height: 60px;
		position: relative;
		top: -20px;
		opacity: 0;
		-moz-transition: all ease .4s;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	#access li:nth-of-type(1){
		transition-delay: .3s;
		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
	}
	#access li:nth-of-type(2){
		transition-delay: .4s;
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
	}
	#access li:nth-of-type(3){
		transition-delay: .4s;
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
	}
	#access li:nth-of-type(4){
		transition-delay: .5s;
		-webkit-transition-delay: .5s;
		-moz-transition-delay: .5s;
	}
	#access li:nth-of-type(5){
		transition-delay: .6s;
		-webkit-transition-delay: .6s;
		-moz-transition-delay: .6s;
	}
	#access li:nth-of-type(6){
		transition-delay: .7s;
		-webkit-transition-delay: .7s;
		-moz-transition-delay: .7s;
	}
	#access li:nth-of-type(7){
		transition-delay: .8s;
		-webkit-transition-delay: .8s;
		-moz-transition-delay: .8s;
	}
	#access li a{
		display: block;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0;
	}
	#access ul ul{
		display: none !important;
	}
	.respmenu_open{
		overflow: hidden !important;
		height: 10vh !important;
		width: 100% !important;
	}
	.respmenu_open #access{
		transform: translate3d(0px, 0, 0);
		-moz-transform: translate3d(0px, 0, 0);
		-webkit-transform: translate3d(0px, 0, 0);
		opacity: 1;
		overflow: hidden !important;
	}
	.respmenu_open #access li{
		top: 0;
		opacity: 1;
	}
	#menu-item-1562 a{
		text-indent: 0;
		background: none;
	}
	.social-lang{
		right: 5px;
		top: 5px;
		left: 5px;
	}
	.social-lang .social{
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.social-lang .social > a{
		margin-left: 0;
		margin-right: 0px;
	}
	.burger{
		width: 30px;
		height: 20px;
		margin: 30px auto 0;
		cursor: pointer;
	}
	.burger .burger_brick{
		width: 100%;
		height: 1px;
		background: #ffffff;
	}
	.burger .burger_brick.middle{
		margin: 8px 0;
	}
	.close_nav{
		display: block;
		width: 50px;
		height: 50px;
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 250px;
		-moz-transition: all ease .4s;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
		opacity: 0;
		transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		-webkit-transform: translate3d(-300px, 0, 0);
		z-index: 100000;
	}
	.close_nav:before,
	.close_nav:after{
		content: "";
		display: block;
		height: 30px;
		width: 1px;
		background: #51295c;
		margin: 10px auto 0;
	}
	.close_nav:before{
		transform: rotate(-45deg);
	}
	.close_nav:after{
		transform: rotate(45deg);
		margin-top: -30px;
	}
	.respmenu_open .close_nav{
		transform: translate3d(0px, 0, 0);
		-moz-transform: translate3d(0px, 0, 0);
		-webkit-transform: translate3d(0px, 0, 0);
		opacity: 1;
	}
	#page{
		min-width: 100%;
		width: 100%;
	}
	header#branding{
		/*display: none;*/
		height: 140px;
		/*overflow: hidden;*/
		min-height: 140px;
	}
	header#branding #access{
		/*display: none;*/
	}
	header#branding #access{
		top: 0;
		margin-top: 0;
	}
	header#branding #logo a{
		display: block;
	    width: 170px;
	    height: 25px;
	    margin: 0 auto;
	}
	.menu-fixe hgroup, .menu-fixe .social-lang{
		display: block;
	}
	.menu-fixe{
		min-width: 100%;
	}
	.sous-slide > .bloc-sous-slide{
		float: left;
		width: 50%;
		height: 400px;
	}
	.bloc-innovation{
		background: none;
		height: auto;
	}
	.bloc-innovation .texte-innovation{
		padding-left: 50px;
	}
	.bloc-actus .img-blog{
		padding-left: 30px;
	}
	.bloc-actus .liste-article .article, .bloc-actus-2 .liste-article .article{
		width: 47%;
	}
	.centrer{
		width: 100%;
	}
	.article .vignette{
		overflow: hidden;
	}
	.article .vignette img{
		width: 100%;
	}
	.article .text-article{
		height: 90px;
	}
	.bloc-materiel,
	.bloc-projet{
		padding: 0 30px;
		box-sizing: border-box;
	}
	#colophon .centrer{
		padding: 0 30px;
		box-sizing: border-box;
	}
	#colophon .centrer > div{
		float: none;
		width: 100%;
		text-align: left;
	}
	#colophon .center .right{
		padding-top: 30px;
	}
	#colophon .credits{
		position: relative;
		padding-top: 30px;
	}
	#colophon .right .bloc-sociaux a{
		margin-left: 0px;
		margin-right: 20px;
	}
	#content{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.container{
		width: 100%;
	}
	.bloc-collabo{
		width: 50%;
	}
	.liste-collabo .clear{
		display: none;
	}
	.liste-sous-pages > a{
		width: 48%;
		margin: 0 2% 2% 0;
		height: 200px;
		box-sizing: border-box;
	}
	.tabs-vertical > ul{
		width: 30%;
	}
	.tabs-vertical ul li a{
		width: 100%;
		box-sizing: border-box;
	}
	.tabs-vertical > div{
		width: 69.8%;
	}
	.bloc-techno #slideshow-techno{
		/*width: 100%;*/
	}
	.bloc-techno .bloc-texte-slide{
		width: 100%;
		padding-top: 30px;
	}
	.bloc-techno .right{
		float: none;
	}
	.bloc-actus-2{
		width: 100% !important;
	}
	.contact-page .right{
		width: 65%;
	}
	.contact-page{
		width: 100%;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="submit"],
	textarea{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border-radius: 0 !important;
	}
	input[type="submit"]{
		margin-bottom: 30px;
	}
}


@media screen and (max-width:430px) {
	#slideshow-accueil{
		height: 600px;
	}
	#slideshow-accueil .content{
		padding-right: 30px;
    	padding-top: 250px;
    	width: 100%;
    	box-sizing: border-box;
    	height: 100%;
	}
	#slideshow-accueil .content .texte{
		width: 100%;
	}
	#slideshow-accueil .content .texte{
		font-size: 35px;
		line-height: 45px;
	}
	.flex-direction-nav li{
		top: 490px;
	}
	.flex-direction-nav li+li{
		top: 530px;
	}
	.sous-slide > .bloc-sous-slide{
		width: 100%;
	}
	.bloc-innovation .texte-innovation{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 20px;
	}
	.bloc-innovation .texte-innovation a+a{
		margin: 10px 0 0 0;
	}
	.bloc-actus .cat-blog{
		margin-top: 30px;
		margin-right: 0;
		text-align: left;
		margin-left: 20px;
	}
	.bloc-actus .cat-blog .tag-cat{
		margin-bottom: 7px;
	}
	.bloc-actus .liste-article .article, .bloc-actus-2 .liste-article .article{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.bloc-materiel .texte-materiel{
		width: 100%;
		box-sizing: border-box;
	}
	.bloc-projet .texte-projet{
		width: 100%;
		box-sizing: border-box;
		padding-top: 50px;
	}
	.bloc-projet .texte-projet h2{
		line-height: 45px;
	}
	#colophon .centrer > div{
		height: auto;
	}
	#colophon .centrer > div.right{
		margin-top: 30px;
	}
	.liste-sous-pages > a{
		width: 100%;
		margin: 0 0 2% 0;
		height: 170px;
	}
	.bloc-collabo{
		width: 100%;
	}
	.tabs-vertical > ul{
		width: 100%;
	}
	.tabs-vertical > div{
		width: 100%;
	}
	.bouton-contact-onglet a{
		margin-top: 30px;
	}
	.bouton-contact-onglet{
		margin-bottom: 50px;
	}
	.alignright,
	.alignleft{
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.contact-page .right{
		width: 100%;
	}
	.contact-page input[type="text"]{
		width: 100%;
		box-sizing: border-box;
	}
	.contact-page textarea{
		width: 100%;
		box-sizing: border-box;
	}
	p img{
		max-width: 100%;
	}
}












/* Print */
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
		display:none;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

	.flexslider, #sidebar-left, #sidebar-right
	{
		display: none;
	}

	#page:before { content: "ReadyToGo - ne gachez pas le papier !"; }
}
