/*
Theme Name:        Auxandre
Theme URI:            http://e-labo.biz
Description:           Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Author:                  e-labo team
Author URI:            http://e-labo.biz
Version:                 1.2.6
Requires at least :  5.0
Tested up to:         5.4
Require PHP:          7.0
Text Domain:         theme-auxandre
Domain Path:         /languages
License:                 GPL-3.0-or-later
License: URI:          https://www.gnu.org/licenses/gpl-3.0.html
Tags:                     black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready


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.
*/
/*********************************************************************
	GENERAL
*********************************************************************/

body, p, ul, ol, h1, h2, h3, h4, h5, form, input, textarea, select, table, pre, iframe { margin:0; padding:0; line-height: 1.3em;}
html, body { line-height: 1.3em; }
p, ul, table, td, th, form, input, select, option, div { line-height: 1.3em; font-size: inherit;	}
textarea, input, select, option { font-size: inherit; }
table, td, th { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; }
.clear { clear: both; min-height: 1px; }
.clear10 { clear: both; height: 10px; }
.clear20 { clear: both; height: 20px; }
img { border: 0; max-width: 100%; height: auto }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.right { float: right; }
.left { float: left; }
.no-border, iframe {  border: none; }
.display-none { display: none; }
.display-block, div.display-block { display: block; }
sup { vertical-align: 3px; }
.small { font-size: 0.9em; }
.global-page { margin: 0 auto; }
.textes { word-wrap: break-word }

/*********************************************************************
	GRID
*********************************************************************/

.cols:after, .global-page:after { content: ""; clear: both; display: block; height: 1px; }
.col { float: left; box-sizing: border-box; }
.col75 { width: 75%; }
.col66 { width: 66.66%; }
.col60 { width: 60%; }
.col50 { width: 50%; }
.col40 { width: 40%; }
.col33 { width: 33.33%; }
.col25 { width: 25%; }
.col20 { width: 20%; }
.col13 { width: 13.33%; }

.cols { margin-left: -30px; }
.col { padding-left: 30px; }

/*********************************************************************
	CONTENT
*********************************************************************/
.global-page {
	width: 1170px;
}
#content {
	padding-bottom: 40px;
	padding-top: 237px;
	background: #ffffff;
}

/*********************************************************************
	HEADER / FOOTER
*********************************************************************/
#header {
	position: fixed;
	width: 100%;
	background: #ffffff;
	z-index:99999;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header .bg {
	background: #ffffff;
}
#header.scroll {
/*	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);*/
}
#header .global-page {
	text-align: center;
	padding: 60px 0 30px 0;
}
#header .header-left, #header .header-right {
	display: inline-block;
	vertical-align: top;
	font-size: 1.250em;
}
#header .header-left {
	text-align: right;
}
#header .header-right {
	text-align: left;
}
#header .logo {
	vertical-align: top;
	margin: 0 50px;
}
#header a {
	text-decoration: none;
}
#header .global-page {
	position: relative;
}
#header .blog {
	position: absolute;
	right: 30px;
	margin-top: 5px;
	font-size: 1.1em;
}

#nav {
	background: #f5f5f5;
}
#header #nav .global-page {
	padding: 0;
}
#header #nav .global-page:before {
	content: "";
	background: #ffffff;
	border-radius: 4000px;
	height: 8000px;
	left: 50%;
	margin-left: -4000px;
	position: absolute;
	top: -7930px;
	width: 8000px;
	z-index: -1;
	box-shadow: 0 0 50px;
}
#nav li {
	list-style-type: none;
}
#nav ul {
	text-align: center;
}
#nav ul ul {
	text-align: left;
	position: absolute;
	background: #ffffff;
	margin: -10px 0 0 -20px;
	height: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	border: 5px #f5f5f5 solid;
}
#nav ul li:hover ul {
	height: auto;
	padding: 35px 0 20px 0;
	border: 5px #E6494D solid;
	z-index:200;
	margin-top: -8px;
}
#nav ul li {
	display: inline-block;
}
#nav ul ul li {
	display: block;
}
#nav ul a {
	display: inline-block;
	padding: 27px 14px 27px 14px;
	text-align: center;
	text-transform: uppercase;
	color: #212121;
	margin: -12px 0 -11px 0;
	position: relative;
	z-index:10;
	background: no-repeat 50% 75px;
	font-weight: 300;
	font-size: 0.95em;
	line-height: 1.3em;
}
#nav li.current-menu-item a,
#nav li.current-menu-parent a,
#nav li.current-page-parent a,
#nav li:hover a,
#nav ul a:hover {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	transition-property: background, color;
	color: #ffffff;
	background: no-repeat 50% 75px #E6494D;
	z-index:250;
}
#nav ul li.ssmenu:hover a,
#nav ul .ssmenu a:hover {
	background: url(img/ico-chevron-menu.png) no-repeat 50% 75px #E6494D;
}
#nav ul a span {
}
#nav ul ul a {
	text-align: left;
	display: block;
	padding: 10px 35px;
	text-transform: none;
	color: #393939;
	font-size: 1rem;
	font-weight: 300;
	margin: 0;
}
#nav ul li.ssmenu:hover ul a,
#nav ul li:hover ul a {
	background: none;
	color: #393939;
}
#nav ul li:hover ul a:hover, #nav ul .ssmenu ul a:hover, #nav ul ul a:hover {
	color: #D71E22;
	background: none;
}
#breadcrumbs {
	text-transform: uppercase;
	font-size: 0.75em;
	margin-bottom: 12px;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs .breadcrumb_last {
	color: #D71E22;
}


#footer, #footer a {
	color: #ffffff;
}
#footer .footer-menu, #footer .footer-menu a {
	color: #393939
}
#footer .global-page {
	font-size: 0.9em;
	padding: 20px 0;
}
#footer .cols {
	padding-top: 10px;
}
#footer .socials {
	padding-top: 30px;
	text-align: center;
	line-height: 35px;
}
#footer .socials img {
	margin-top: -4px;
	vertical-align: top;
}
#footer .socials a, #footer li {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px;
}
#footer .socials .a {
	margin-left: 30px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.1em;
	text-decoration: none;
	min-width: 150px;
	text-align: left;
}
#footer .socials .a img {
	float: left;
	margin-top: -2px;
	margin-right: 10px;
}
#footer ul {
	text-align: center;
}
.footer-menu {
	background: #f5f5f5;
}


/*********************************************************************
	THEME
*********************************************************************/
html, body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #393939;
	background: #222222;
}
a:link, a:visited, area, map {
	color: #393939;
	text-decoration: underline;
}
a:hover, a:active {
	color: #D71E22;
	text-decoration: none;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
img.alignrleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.aligncenter {
	margin: 0 auto;
	display: block;
}
textarea, input.text, select, input[type="text"], input[type="email"] {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	border: 1px #cccccc solid;
}
a, input, #nav ul, a:after, .gform_wrapper input[type="submit"]:after, h2:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gform_wrapper input[type="submit"], .search-submit, input#submit,
a.btn {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 20px;
	background: #E6494D;	
	position: relative;
	overflow: hidden;
	border:0;
	cursor: pointer;
}
.gform_wrapper input[type="submit"]:after,
a.btn:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	position: absolute;
	bottom:0;
	right:0;
	border-color: transparent transparent #D71E23 transparent;	
	z-index:5;
}
.gform_wrapper input[type="submit"]:hover, .search-submit:hover, input#submit:hover {
	background: #D71E23;
}
a.btn span {
	position: relative;
	z-index:10;
}
a.btn:hover:after {
	border-width: 0 0 230px 230px;
}
a.btn.blog {
	background: #222222;
}
a.btn.blog:after {
	border-color: transparent transparent #000000 transparent;		
}
h1 {
	font-weight: 300;
	font-size: 1.875em;
	padding-bottom: 15px;
}
.textes h2, form .screen-reader-text {
	font-weight: 300;
	font-size: 1.5em;
	display: block;
	padding-bottom: 15px;
	color: #D71E22;
}
.textes h3 {
	font-weight: 300;
	font-size: 1.25em;
	padding-bottom: 15px;
}
.textes p, .textes ul, .textes ol {
	padding: 1em 0;
}
.textes ul, .textes ol {
	padding-left: 1.5em;
}
.textes blockquote {
	background: #e6494d;
	padding: 1.5em 4.5em;
	margin: 1em 0 1em 4em;
	color: #ffffff;
	position: relative;
	font-style: italic;
	font-size: 1.2em;
}
.textes blockquote p {
	padding: 0.5em 0;
}
.textes blockquote, .textes blockquote a {
	color: #ffffff;
}
.textes blockquote:before, .textes blockquote:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}
.textes blockquote:before {
	left: 25px;
	top: 35px;
	background-image: url(img/ico-quote-start.png);
}
.textes blockquote:after {
	right: 25px;
	bottom: 25px;
	background-image: url(img/ico-quote-end.png);
}
p.legende {
	text-align: right;
	font-size: 0.9em;
}
.exergue {
    background: #e6494d;
    color: #ffffff;
    margin: 1em 0;
    padding: 1.5em 2em;    
}
body .textes .exergue p {
    padding: 0;
    margin: 0;
}
.date {
	font-style: italic;
}
#content.blog article {
	border-top: 2px #f5f5f5 solid;
	padding: 20px 0;
	margin: 10px 0;
}
#content.blog article:first-child {
	border-top: 0;
	margin-top: 0;
}
#content.blog .textes h2 {
	padding-bottom: 0.2em;
}
#content.blog.single article {
	padding-top: 0;
}
#content.blog.single .date {
	padding-bottom: 1em;
}

.display_archive {
	padding-top: 20px;
}
.search-field {
	padding: 8px 20px;
	margin-right: 20px;
}
#commentform p input[type="text"] {
	float: right;
	padding: 5px 10px;
}
#commentform textarea {
	width: 100%;
}
#commentform p, #commentform textarea {
	max-width: 600px;
}
.textes ul.essb_links {
	padding-bottom: 15px !important;
}
/*********************************************************************
	ASIDE
*********************************************************************/
aside .bloc {
	margin-bottom: 30px;
}
.col75 .cols {
	margin-top: 20px;
}
.col75 .bloc-home {
	float:left;
	width:270px;
	margin-bottom: 30px;
	padding-left: 30px;
}


.widget_recent_entries,
.bloc-texte {
	border: 1px #E6494D solid;
}
.bloc-texte.blue {
	border: 1px #86C0E9 solid;
}
.bloc-texte.green {
	border: 1px #55ae5b solid;
}
.bloc-texte.purple {
	border: 1px #9960b0 solid;
}
.bloc h2 {
	font-weight: 300;
	color: #ffffff;
	position: relative;
	background: #E6494D;
	text-align: center;
	padding: 15px 10px;
	font-size: 1.3em;
	line-height: 1.1em;
	overflow: hidden;
}
.bloc h2 em {
	font-style: normal;
	position: relative;
	z-index: 10;
}
.bloc-icon h2 {
	font-size: 1.875em;	
}
.bloc.blue h2 {
	background: #86C0E9;
}
.bloc.green h2 {
	background: #55ae5b;
}
.bloc.purple h2 {
	background: #9960b0;
}

.bloc h2:after, .bloc.purple h2:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 23px 23px;
	position: absolute;
	bottom:0;
	right:0;
	border-color: transparent transparent #D71E23 transparent;	
	z-index:5;
}
.bloc.purple h2:after {
	border-color: transparent transparent #7e3e97 transparent;	
}
.bloc.blue h2:after, .bloc.green h2:after {
	border-width: 23px 23px 0 0 ;
	position: absolute;
	bottom:auto;
	right:auto;
	top: 0;
	left: 0;
	border-color: #5EA5D9 transparent transparent transparent;	
}
.bloc.green h2:after {
	border-color: #308e35 transparent transparent transparent;	
}
a.bloc-link:hover h2:after, a.bloc-link .purple:hover h2:after {
	border-width: 0 0 400px 400px;
}
a.bloc-link .blue:hover h2:after, a.bloc-link .green:hover h2:after {
	border-width: 400px 400px 0 0 ;
}
a.bloc-link:hover .blue {
	color: #5EA5D9;
}
a.bloc-link:hover .green {
	color: #308e35;
}
a.bloc-link:hover .purple {
	color: #7e3e97;
}
a.bloc-link {
	text-decoration: none;
	display: block;
}
.widget_recent_entries h2 span,
.bloc h2 span {
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.3em;
}
.widget_recent_entries h2,
.bloc-texte h2 {
	margin: 20px 30px 0 -10px;
	padding: 15px 20px 15px 20px;
	text-align: center;
}
.bloc-texte .textes {
	padding: 5px 20px 10px 30px;
}
.widget_recent_entries ul {
	padding: 25px 20px 30px 30px;
}
.bloc .visu img {
	display: block;
	width: 100%;
}
.bloc-texte .textes ul, .bloc-texte .textes ol {
	padding-left: 0;
}

.bloc-icon h2 {
	background: none;
	padding-left: 20px;
	padding-right: 20px;
}
.bloc-icon h2:after {
	display: none;
}

.bloc-icon h2 strong {
	font-size: 3.75rem;
}
.bloc-icon {
	text-align: center;
}
.bloc-icon h2 {
	font-size: 1.563rem;
	line-height: 1.1em;
}
.bloc-icon .signature {
	color: #ffffff;
	font-size: 0.938em;
	text-align: center;
	font-style: italic;
	padding: 0px 20px 30px 20px;
}
.bloc-icon img {
	margin-bottom: 10px;
}
.bloc-icon {
	padding-top: 25px;
	background: #E6494D;
}
.bloc-icon.blue {
	background: #86C0E9;
}
.bloc-icon.green {
	background: #55ae5b;
}
.bloc-icon.purple {
	background: #9960b0;
}
.widget_recent_entries a {
	text-decoration: none;
}
.bloc.gform_widget h2 {
	cursor: pointer;
}
.bloc.gform_widget h2 em {
	padding-right: 30px;
	display: inline-block;
	background: url(img/ico-chevron.png) no-repeat 100% 50%;
}
.bloc.gform_widget h2.on em {
	background: url(img/ico-chevron-on.png) no-repeat 100% 50%;
}
.bloc.gform_widget .gform_wrapper {
	display: none;
}
.bloc.gform_widget .gform_wrapper, .gforms_confirmation_message  {
	border: 1px #E6494D solid;
	padding: 10px 15px;
	margin: 0;
}
.bloc.gform_widget .gform_wrapper input[type="text"], .bloc.gform_widget .gform_wrapper input[type="email"], .bloc.gform_widget .gform_wrapper textarea {
	display: block;
	width: 100%;
	padding: 18px 10px 8px 10px !important;
	box-sizing: border-box;
}
.bloc.gform_widget .gform_wrapper .off input[type="text"], .bloc.gform_widget .gform_wrapper .off input[type="email"], .bloc.gform_widget .gform_wrapper .off textarea {
	padding: 13px 10px 13px 10px !important;
}
.gform_widget .gform_wrapper div.validation_error {
	border: 0;
	padding: 0 0 0.5em 0;
	margin: 0;
	color: #D71E23;
	font-size: 1em;
}
body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
body .gform_wrapper .top_label .gfield_error {
	width: auto;
}
.gform_widget .gform_wrapper li {
}
.gform_widget .gform_wrapper label {
	position: absolute;
	font-style: italic;
	font-weight: normal !important;
	color: #999999;
	margin: 3px 0 0 15px !important;
	font-size: 0.8em;
}
.gform_widget .gform_wrapper .off label {
	margin: 13px 0 0 15px !important;
	font-size: 1em;
}
.gform_widget .gform_wrapper .antispam label {
	position: static;
	margin: 20px 0 0 0 !important;
	font-size: .9em;
}
.bloc.gform_widget .gform_wrapper .antispam.off input[type="text"],
.gform_widget .gform_wrapper .antispam.off input[type="text"],
.gform_widget .gform_wrapper .antispam input[type="text"] {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
body .gform_wrapper .gfield_required {
	color: #D71E23;
}
.gform_wrapper li.gfield_error input[type="email"], .gform_wrapper li.gfield_error input[type="number"], .gform_wrapper li.gfield_error input[type="password"], .gform_wrapper li.gfield_error input[type="tel"], .gform_wrapper li.gfield_error input[type="text"], .gform_wrapper li.gfield_error input[type="url"], .gform_wrapper li.gfield_error textarea {
	border: 1px #D71E23 solid !important;
}
.gfield_description.validation_message {
	display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-left: 0 !important;
	margin-top: 0.375em !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 15px !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .gfield_error .gfield_label {
	color: #D71E23 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
}
body .gform_wrapper .gform_footer {
	margin: 0;
	text-align: right;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
	display: block !important;
	width: auto !important;	
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.gform_widget .gform_wrapper .gform_body  li label.gfield_label_before_complex,
.gform_widget .gform_wrapper .gform_body li div.ginput_container_consent {
	position: relative;
	margin-bottom: 8px;
}

.nom label {
	display: none !important;
}
.nom .ginput_complex label {
	display: block !important;
}
.nom .ginput_complex label:after {
	content: "*";
	display: inline-block;
	color: #d71e23;
	margin-left: 0.25em;
}
.nom .name_last {
	margin-top: 0.375em;
}
.comment-author.vcard, .comment-metadata {
	display: inline-block;
}
.comment-meta img {
	vertical-align: middle;
}
.commentlist .reply {
	text-align: right;	
}
.textes ol.commentlist {
	padding: 0;
	margin: 0;
}
.commentlist li {
	padding: 15px;
	margin: 5px 0;
	list-style-type: none;
}
.commentlist li.even {
	background: #f5f5f5;
}
#content.blog .commentlist article {
	padding: 0;
	margin: 0;
}
#respond h3 {
	padding-top: 25px;
}
div.vcard.team {
	float:left;
	text-align: center;
	padding: 20px 0;
	margin: 0 10px;
}
div.vcard.team strong {
	font-size: 0.95em;
	color:#D71E22;
	font-weight: normal;
}
.vcard.team .img {
	display: inline-block;
	overflow:hidden;
	width: 136px;
	height: 136px;
	border-radius: 100%;
	margin-bottom: 5px;
}
.vcard.team .img img {
	margin: -2px;
	max-width: 140px;
}
.vcard.team {
	float: left;
	width: 270px;
	text-align: center;
}
.vcard.team p {
	padding: 0;
	margin: 0;
}

/*********************************************************************
	RESPONSIVE
*********************************************************************/
#menu-mobile {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url(img/ico-menu-mobile.png) no-repeat 50% 50%;
	cursor: pointer;
	display: none;
}
#menu-mobile.on {
	background: url(img/ico-menu-mobile-on.png) no-repeat 50% 50%;
}
@media screen and (max-width: 1170px) {
	div.global-page { padding-left: 10px; padding-right: 10px; width: auto; }
	.col75 { width: 66.6% }
	.col25 { width: 33.3% }
	#nav ul a { padding-left: 8px; padding-right: 8px; }
	#header { font-size: 0.9em; }
	#nav { font-size: 0.8em; }
	#header .blog {
		padding: 3px 10px;
		margin: -5px 10px 0 0;
		font-size: 0.9em;
	}
	#header #nav .global-page:before {
		top: -7943px;
	}
	#header .blog {
		right: 0;
	}
}
@media screen and (max-width: 800px) {
	#header .global-page {
		padding-top: 35px;
	}
	.col { float: none; width: auto; clear: both; }
	#footer .cols {
		margin: 0;
	}
	#footer .col {
		padding: 10px 20px;
	}
	aside {
		padding-top: 30px;
		margin-left: -30px;
	}
	aside .bloc {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-left: 30px;
	}
	#header .logo {
		margin: 0 30px;
	}
	#header { font-size: 0.7em; }
	#nav { font-size: 0.82em; }
	#content {
		padding-top: 200px;
	}
	#header .blog {
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	#header #nav .global-page:before {
		display: none;
	}
	aside {
		margin-left: 0px;
	}
	aside .bloc {
		float: none;
		width: auto;
		padding-left: 0px;
	}
	#header .global-page {
		padding: 15px 20px 10px 20px;
		text-align: left;
		border-bottom: 5px #f5f5f5 solid;
	}
	#header .logo {
		margin: 0 0 10px 0;
	}
	#header .logo {
		height: auto;
		width: 200px;
	}
	#header .header-left {
		display: none;
	}
	#header .header-right {
		float: none;
		display: block;
		font-size: 1.25em;
	}
	#header .header-right br {
		display: none;
	}
	#menu-mobile {
		display: block;
	}
	#header #nav {
		z-index:10;
		font-size: 1.2em;
		position: absolute;
		width: 100%;
		display: none;
		border-bottom: 2px #393939 solid;
	}
	#header .blog {
		margin-right: 10px;
		margin-top: -22px;
	}
	#nav ul, #nav li, #nav a {
		display: block !important;
		float: none !important;
		position: static !important;
		text-align: left !important;
	}
	#nav ul a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0;
	}
	#nav ul ul a {
		padding: 5px 10px;
		font-size: 1em;
	}
	#nav ul ul, #nav ul li:hover ul {
		padding: 5px 0;
		margin: 0;
		height: auto;
		border: 5px #f5f5f5 solid;
	}
	#header {
		position: static;
	}
	#content {
		padding-top: 20px;
	}
	h1 {
		font-size: 1.5em;
	}
	.textes h2 {
		font-size: 1.3em;
	}
	.textes h3 {
		font-size: 1.15em;
	}
}

