/*
Theme Name: Urtikan
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Iconovox Team
Version: 0.2
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

span.hidden { display: none; }

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: right;
	margin: 0 0 0 -200px;
	/*margin: 0 -200px 0 0;*/
	width: 100%;
}
#content {
	position :relative;
	margin: 25px 15px 0 235px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 200px; /*180px*/
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	/*width: 900px;*/
}

/* .page-id-7168 .one-column #content, */
[class*=category-n-] .one-column #content, [class^=category-n-] .one-column #content {
  width: 900px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col3-set2 .col-1 { float:left; width:22%; }
.col3-set2 .col-2 { float:left; width:22%; margin-left:2%; }
.col3-set2 .col-3 { float:right; /*width:52%;*/ }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font:11px/1.55 'Trebuchet MS', arial, helvetica, sans-serif; color:#333;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#site-copyright,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-suptitle,
.entry-title,
.entry-subtitle,
.entry-thumb,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper,
#wrapper_marge {
	margin: 0 auto;
	width: 864px;
}
#wrapper {
	position: relative;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0 18px;
}
#wrapper_marge {
	width: 904px;
	padding: 0px 10px;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 175px;
	margin-bottom: 10px;
}
#footer-widget-area #second {
	/* width:175px; */
}
#footer-widget-area #third {
	/* width:175px; */
}
#footer-widget-area #fourth {
	margin-right: 0px;
	width:270px;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator, #site-copyright {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #c7c7c7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        -webkit-appearance: none;
	padding: 4px 6px;
}
a:link, a:visited {
	color: #666; /*#FF4B33*/
	text-decoration: none;
}
a:active, a:hover {
	color: #FF4B33;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	position: relative;
	margin-top:10px;
	height: 68px; /* 95px */
}
#header.couv {
	height: 102px; /* 122px*/
}
#header h1 {
	padding-top: 0px;
}
#back-home {
	display: block;
	float: left;
	clear:both;
	width:100%;
	/*margin:20px 0px;*/
}
#site-image-home {
	position: relative;
	display: block;
	float: left;
	margin: 2px 0px 0px 20px;
	height: 100px;
	width: 250px;
	background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_250.png) no-repeat 0px 0px;
}
#site-image-home2 {
	position: relative;
	display: block;
	height: 115px; /* 145px */
	width: 420px;
	background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_250.png) no-repeat 10px 10px;
}
#site-image-page {
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 20px;
	height: 65px;
	width: 200px;
	background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_200.png) no-repeat 0px 0px;
}
#site-title {
	/*float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;*/
}
#site-title a {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;	
	/*color: #000;
	font-weight: bold;
	text-decoration: none;*/
}
#site-description {
	position: absolute;
	left: -5000px;
	top: -5000px;
	text-indent: -5000px;	
	/*clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;*/
}
#numero-page {
	/*background-color: #ccc;*/
	position: absolute;
	left: 165px;
	top: 20px;
	width:160px;
	text-align:left;
	font-size:1.1em;
	text-decoration:none;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

#promo-home, #promo-page {
  display: none; /* block */
  /*background-color:#eee; */
  width:420px;
  height:120px;
  float:right;
  overflow: hidden;
}
#promo-page {
  float: left;
  display: block;
  width:380px;
  width: 42%;
  height:65px;
  margin-top:0px;
  margin-left: 61px;
  margin-left: calc(25.1% - 166px);
}

#header #dessin-du-jour {
	/*position:relative;
	float: right;
	margin-right: 0px;*/
	position: absolute;
	top:0px;
	right:0px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #757575;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0; /* 0 0 48px 0 */
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #757575;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title, #content .entry-suptitle, #content .entry-thumb {
	color: #000;
	font-size: 2.4em;/*21px;*/
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
	clear:right;
}
.single #content .category-dessin-du-jour .entry-title {
	margin-left: 60px;
}
#content .entry-thumb {
	font-size: 1.8em;	
	line-height: 1.1em;
	text-align:left;
}
#content .entry-thumb p {
	margin: 0px 0px 0px 8px;
	padding-top:5px;
}
#content .entry-thumb .sur-titre {
	margin-top: 0px;
	padding-top:5px;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.2em;
}
#content .entry-thumb .sous-titre {
	font-size:0.9em;
	font-weight:normal;
	line-height:1.2em;
}
#content .entry-suptitle {
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;	
	clear:right;
}
#content .first .entry-thumb .titre {
	font-size: 1.4em;
	line-height: 1.1em;
	text-align:center;
}

.entry-thumb a:link, .entry-thumb a:visited, .entry-thumb a:hover, .entry-thumb a:active {
	color: #333;
	text-decoration:none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

.entry-content a:link, .entry-content a:visited, .entry-summary a:link, .entry-summary a:visited  {
	color: #ff4b33;
}

#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6 {
	margin: 0.7em 0 0.2em 0;
}

#content .entry-content ul {
font-size: 1.1em;
}

.entry-signature1 {
	/* display: inline; */
	float: right;
	/* padding-right: 10px; */
	padding-bottom:10px;
	padding-left: 10px;
}
.entry-signature-txt {
	display: none;
	font-size: 0.75em;
	font-weight: normal;
	color: #666;
}
.entry-signature-txt .author {
	/*font-weight: bold;*/
}
.entry-meta {
	color: #757575;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 12px 0 0 0;
}
#content .entry-content p {
	font-size:1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#content .entry-content form p {
	font-size:1.1em;
	line-height: 1.2em;
	margin: 0px;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input[type=text], .entry-content input[type=email], .entry-content textarea {
	margin: 5px 0 15px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #333;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 10px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
/* body.page .edit-link {
	clear: both;
	display: block;
} */

#entry-footer {
	clear: both;
}

#entry-author-info {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

#entry-footer #entry-author-info {
	width:250px;
	float: left;
	border-left: 1px dotted #ccc;
	padding: 5px 0px 5px 10px;
	margin-bottom: 15px;
}
#entry-footer #author-avatar {
	background: #fff;
	float: left;
	margin:0px;
	padding: 10px;
	width: 60px;
}
#entry-footer #author-description {
	/* width: 165px; */
	margin-left: 80px;
}
.archive #entry-author-info {
  margin-bottom: 20px;
}
.archive #author-avatar {
	background: #fff;
	float: left;
	margin:0px;
	padding: 0 10px 10px 0;
	width: 80px;
}
.archive #author-description {
  margin-left: 90px;
}
.archive #author-description h1 {
  clear: none;
}
#entry-author-info h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: none;
}
#author-link {
	font-size:0.9em;
}
#entry-social{
	padding: 5px 10px 5px 0px;
	margin-bottom: 15px;
	width:340px;
	float: left;
}
#entry-social p, #content .entry-social p {
	margin-bottom: 10px;
}
.addthis_default_style {
	text-align:right;
}
.entry-utility {
	color: #757575;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0.8em;
}
.entry-meta a,
.entry-utility a {
	color: #757575;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.clear {
	clear: both;
}

/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

#content .entry-thumb img.alignleft, #content .entry-thumb img.alignright  {
	margin-top:0px;
	margin-bottom:0px;
}

#content .hentry img.alignleft {
	margin-bottom: 30px;
}

#content .dessin-du-jour img.alignright {
	margin-left: 8px;
}

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #757575;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #757575;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#dessin-du-jour img.thumb {
	float:right;
	margin-top:3px;
	margin-right:30px;
	border: 1px solid #e7e7e7;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #757575;
	font-size: 1em; /* 12px*/
	line-height: 2; /* 18px */
	overflow: hidden;
	margin-bottom: 10px;
}
.navigation .top, .navigation.top {
	margin-top:-25px;
}
.navigation a:link,
.navigation a:visited {
	color: #757575;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	/* margin: -18px 0 0 0; */
	clear: both;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #757575;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #757575;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #757575;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #757575;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #757575;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-area ul ul.social-links  {
	display:block;
	list-style: none;
	margin-top: 8px;
	margin-left: 0px;
}

.widget-area ul ul.social-links li {
	display:inline;
	padding:0 6px 0 0;
	margin:0 4px 0 0;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 65%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title, #content .widget-title {
	color: #222;
	font-size: 1.6em;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
}
#footer .widget-title {
	font-size: 1.0rem;
	margin-left : 0px;
}
#footer .textwidget {
  font-size: 0.8125rem;
  line-height: 1.3;
}
#footer .textwidget ul, #footer .textwidget li {
  margin-top: 8px;
}
#footer .widget-container {
	margin-bottom: 9px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Main sidebars */
#main .widget-area ul {
	margin-left: 0px;
	padding: 0px;
}
#main .widget-area ul ul {
	margin-left: 15px; /* 1.3em */
	padding: 0px;
}
#primary {
	margin-bottom: 20px;
}

#secondary {
}

#single-widget-area {
	margin-top:15px;
	clear: both;
}

#single-widget-area li {
	display:inline;
	float: left;
	margin-right:0px;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 10px;
}
#colophon {
	border-top: 4px solid #000;
	overflow: hidden;
	padding: 18px 0 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-copyright {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align:right;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/********/

#content ul#posts {
list-style: none;
float: left;
margin:0;
padding:0;
width:100%;
}
	
#content #posts li {
list-style: none;
float: left;
text-align:center;
position:relative;
}

#content #posts li a.case, #content #posts li a.case:visited, #content #posts li.post-vide, #content #posts li.post-vide-bandeau, #content #posts li.promo, #header #dessin-du-jour a.case, #header #dessin-du-jour a.case:visited  {
display: block;
position:relative;
margin-right:16px; /*18px*/
margin-bottom:16px; /*18px*/
width:200px;
height:200px;
border: 2px solid #fff;
background-color:none;
text-decoration:none;
}
span.pin {
position:absolute;
top:-7px;
right:5px;
width:25px;
height:45px;
background:  url(https://www.urtikan.net/wp-content/themes/urtikan/images/trombone.png) no-repeat 0px 0px;
z-index:1000;
}

#content #posts li.post-vide, #content #posts li.post-vide-bandeau {
	background-color: #efefef;
}

#content #posts li.first a.case {
width:420px;
height:480px;
} 
#content #posts li.promo, #content #posts li.post-vide-bandeau, #content #posts li.bandeau a.case, #content #posts li.bandeau a.case:visited {
width:420px;
height:120px;
}
#header #dessin-du-jour a.case, #header #dessin-du-jour a.case:visited {
width:330px;
height:98px;
margin:0px;
background-color: #fff;
}
#content #posts li.dessin-du-jour a.case {
width:398px;
height:180px;
margin-bottom:30px; /*28px*/
padding:8px;
}

#content #posts #numero-home {
	background-color: white;
	height:40px;
	width:420px;
	font-size:1.3em;
	text-align:left;
	margin-top:15px;
	margin-bottom:1px;
}

#content #posts li.doubleh a.case {
width:420px;
height:200px;
} 
#content #posts li.doublev a.case {
width:200px;
height:420px;
} 
#content #posts li .post {
margin:0px;
}

#content #posts li a.case:hover, #content #posts li a.case:active, #header #dessin-du-jour a.case:hover, #header #dessin-du-jour a.case:active {
border: 2px solid #999;
color:#333;
} 


#content ul#posts-dessin, #content ul#posts-home-dessin {
list-style: none;
float: left;
margin:0;
padding:0;
width:100%;
}

#content #posts-dessin li {
list-style: none;
float: left;
text-align:left;
width:190px;
/*height:380px;*/
margin-right:34px;
margin-bottom:20px;
}
#content #posts-dessin li:nth-child(4n) {
  margin-right: 0;
}
#content #posts-dessin li:nth-child(4n+1) {
  clear: left;
}
#content #posts-dessin li .alignright {
margin:0px;
}

#content #posts-dessin li img {
margin: 10px 0px 10px;
}
#content #posts-dessin li h2 {
font-size:1.3em;
line-height:1.3em;
margin-bottom:10px;
}
#content #posts-dessin li .entry-meta {
  font-size: 0.8125rem;
  line-height: 1.5;
  border-bottom: 1px solid #999;
}

#content #posts-home-dessin li {
  list-style: none;
  float: left;
  position:relative;
  text-align:left;
}

#content #posts-home-dessin li.thumb {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  width:240px;
}

#content #posts-home-dessin li.thumb a {
 display: block;
 padding: 0px 0px 20px 60px; 
}

#content #posts-home-dessin li h2 {
  font-size:1.3em;
  line-height:1.3;
  margin:0px;
}
#content #posts-home-dessin li img.thumb {
  border: 1px solid #e7e7e7;
  display: block;
  margin-bottom:5px;
}

#content #posts-home-dessin li .post-ephemeride {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
}

#content #posts-home-dessin li.first {
   width:580px;
   height:auto;
   margin-right:44px;
   margin-bottom: 20px;
}
#content #posts-home-dessin li.first h1 {
  padding-left: 65px;
  margin-bottom: 5px;
  line-height: 55px;
  clear: none;
  color: #333;
}
#content #posts-home-dessin li.first h2 {
  font-size: 2em;
  clear:none;
}
#content #posts-home-dessin li.first .entry-signature1 {
  display:inline;
  float:right;
  margin-top: 0px;
  padding-right: 0px;
}
#posts-home-dessin li.first #entry-social {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: none
}

#content #posts-home-dessin li.more-link {
  border-bottom: none;
  float: right;
}
#content #posts-home-dessin li.more-link a {
  display:block;
  text-align:right;
  font-size: 1rem;
  padding: 10px 0px;
  /* color: #333; */
  font-weight: bold;
  /* float: right; */
}

#content ul.posts-archive {
list-style: none;
float: left;
margin:0;
padding:0;
width:100%;
}
#content .posts-archive li {
list-style: none;
float: left;
text-align: center;
/*width:190px;
height:350px;*/
width: 23.125%;
height: auto;
margin: 10px 2.5% 10px 0px;
}
#content .posts-archive li:nth-child(4n) {
margin-right: 0px;
}
#content .posts-archive li:nth-child(4n+1) {
clear: left;
}
#content .posts-archive li img {
max-width:100%;
height: auto !important;
margin: 0;
/*padding: 8px 8px 0;*/
}
#content .posts-archive li h2 {
font-size:1.1em;
line-height:1.2em;
margin-bottom:0.5em;
color:#666;
}
#content .posts-archive .entry-meta {
font-size:1.1em;
line-height:1.2em;
margin-bottom:0.5em;
}


#content ul#authors {
	list-style: none;
	float: left;
	margin:0;
	padding:0;
	width:100%;	
}

#content ul#authors li {
float: left;
width:190px;
margin-right:7px;
margin-bottom:16px;
}

#content #authors li a:link, #content #authors li a:visited {
display: block;
text-align:left;
padding-top:10px;
line-height:1.4em;
border: 2px solid #fff;
color: #666;
overflow: hidden;
}
#content #authors li a:hover, #content #authors li a:active {
border: 2px solid #999;
color:#ff4b33;
text-decoration: none;
}
#content #authors li h2 {
clear: none;
margin: 0;
}
#content #authors li img {
margin:0px 10px 10px 10px;
float: left;
}


#content .archive-meta p {
  font-size: 13px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 110%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


#primary a.book:link {
  display: block;
  text-align: center;
  margin: 0px 0px 20px 0px;
  background-color: #999;
  padding: 10px 5px 10px;
  border: 1px solid #999 !important;
  border-radius: 5px;
}

#primary a.book:hover, #sidebar a.book:active {
  text-decoration: none;
  background-color: #f6f6f6;
  border: 1px solid #FF4B33;
}

#primary a.book:hover .bookaction, #sidebar a.book:active .bookaction {
  color: #FF4B33;
}

#primary .book img {
  display: block;
  width: 90%;
  max-width: 100%;
  margin: 5px auto;
  border: 1px solid #666;
}

#primary .book .bookaction {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
#primary .book .bookaction small {
  font-size: 15px;
  font-weight: normal;
  margin: 0.5em 0;
  display: block;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


#slider-container, #slider-container2, #slider-container3 {
  margin:25px 15px;
  position:relative;
  text-align:left;
  width:582px;
  background:#fff;
}
#slider-container3 {
  margin: 25px 15px 10px;
}


/* Sudo Slider */
#slider ul, #slider li{margin:0;padding:0;list-style:none;position:relative;}
#slider li {width:580px; overflow:hidden;display:block;}	
#slider {width:580px;overflow:hidden; border: 1px solid #ccc;}

/* // Sudo Slider */	
/* Numeric Navigation */
#controls ol {margin:1em 0;padding:0;height:28px;}
#controls ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
#controls ol li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
#controls ol li.current a{background:#5DC9E1;color:#fff;}
#controls ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

#slider-container2 #controls ol {margin:1em 0;padding:0;height:60px;	}
#slider-container2 #controls ol li{margin:0 5px 10px 6px; padding:0;float:left;list-style:none;height:60px;}
#slider-container2 #controls ol li a{float:left;height:57px;line-height:28px;border:1px solid #ccc;background:#999;color:#555;margin:1px;padding:0px;text-decoration:none;}
#slider-container2 #controls ol li a span img {width:80px;}
#slider-container2 #controls ol li.current a{background:#ccc;color:#fff;border:2px solid #333;margin:0px;}
#slider-container2 #controls ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

#slider-container3 ol {margin:10px 0; padding:0; overflow: hidden;}
#slider-container3 ol li{margin:0 3px 10px 9px; padding:0;float:left;list-style:none;}
#slider-container3 ol li:nth-child(6n) { margin-right: 0; }
#slider-container3 ol li:nth-child(6n+1) { clear: left; }
#slider-container3 ol li a{float:left; border:1px solid #ccc;background:#999;color:#555;margin:1px;padding:0px;text-decoration:none;}
#slider-container3 ol li a span img {width:80px;}
#slider-container3 ol li a img {width:80px; float:left}
#slider-container3 ol li.current a{background:#ccc;color:#fff;border:2px solid #333;margin:0px;}
#slider-container3 ol li a:hover {border:2px solid #FF4B33;margin:0px;}
#slider-container3 a:focus {outline:0;}

#controls .graphic, #controls .prevBtn, #controls .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

#controls .prevBtn {display:block;width:30px;height:417px;position:absolute;left:-30px;top:0px;z-index:1000;background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/btn_prev.png) no-repeat left center;}													
#controls .nextBtn {display:block;width:30px;height:417px;position:absolute;right:-30px;top:0px;z-index:1000;background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/btn_next.png) no-repeat right center;}													
#controls a.prevBtn:hover {background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/btn_prev_999.png) no-repeat left center;}
#controls a.nextBtn:hover {background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/btn_next_999.png) no-repeat right center;}


#wrapper {
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;}

#primary1 {
	margin-right:10px;
	padding:10px 10px 20px 10px;
	font-weight:normal;
	border-radius:5px;
	background:#fff;
	border:1px solid #e5e5e5;
	box-shadow:rgba(200,200,200,1) 0 4px 18px;}
	
#primary2 {
	background: white;
	border: 1px solid #E5E5E5;
	box-shadow: 1px 1px 5px #EEEEEE, -1px -1px 5px #EEEEEE !important; }


.post-ephemeride {
width: 45px;
height: 49px;
margin:0px 10px 5px 5px;
float: left;
background: #ffffff url(https://www.urtikan.net/wp-content/themes/urtikan/images/date-bg-red-ombre.gif) no-repeat;
}
.post-month {
font-size: 11px;
text-transform: uppercase;
color: white;
text-align: center;
display: block;
line-height: 11px;
padding-top: 2px;
margin-left: -3px;
}
.post-day {
font-size: 18px;
text-transform: uppercase;
color: #999;
text-align: center;
display: block;
line-height: 18px;
padding-top: 7px;
margin-left: -3px;
}
.post-ephemeride-text {
display: none;
font-size: 0.75rem;
font-weight: normal;
color: #666;
}
#header #identity {
display: block;
position:absolute;
right:20px; /* 478px */ 
top:0px;
text-align:right;
}
#header.couv #identity {
	right:350px;
}
#header p {
	margin: 0.5em 0;
}

#wrapper #identity {
	position:absolute;
	right:8px;
	top:8px;
	text-align:right;
}

#main .widget-area ul .widget-container ul {
padding: 10px 10px 10px;
background-color:#efefef;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#main .widget-area ul .widget_urtikan_numero_menu ul {
	list-style: none;
	margin-left:0px;
}

.widget_urtikan_numero_menu li {
	position: relative;
	border-top: 1px dotted #999;
	font-weight: bold;
	text-align:left;
}
.widget_urtikan_numero_menu li p {
	margin:0px;
}
.widget_urtikan_numero_menu li a {
	border: 1px solid #efefef;
	display: block;
	border-right: 3px solid #efefef;
	padding: 5px 5px;
}
.widget_urtikan_numero_menu li a.pin {
	background:  url(https://www.urtikan.net/wp-content/themes/urtikan/images/pin-red.gif) no-repeat 157px 5px;
}
.widget_urtikan_numero_menu li.current a {
	border: 1px solid #fff;
	border-right: 3px solid #999;
	background-color: #fff;
	color:#333;
}

.widget_urtikan_numero_menu li.current a:active, .widget_urtikan_numero_menu li.current a:hover {
	color: #FF4B33;
}

.widget_urtikan_numero_menu li a:hover, .widget_urtikan_numero_menu li a:active {
	border: 1px solid #fff;
	border-right: 3px solid #FF4B33;
	text-decoration: none;
	background-color: #fff;
}
.widget_urtikan_numero_menu .post-subtitle {
	display:none;
}
.widget_urtikan_numero_menu .post-suptitle, .widget_urtikan_numero_menu .post-author, .widget_urtikan_numero_menu .post-date {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	text-align:left;
	color: #666;
}

.widget_urtikan_numero_menu .couv a {
	height: 86px;
	border: 1px solid #fff;
	background-color: #fff;
}
.widget_urtikan_numero_menu .couv {
	border-top: none;
	font-weight: normal;
}
.widget_urtikan_numero_menu .couv p {
	margin: 0 0 0.5em 0;
}
.widget_urtikan_numero_menu .couv .titre {
	font-size:1.5em;
	line-height:1.2em;
}
.widget_urtikan_numero_menu img.alignleft {
	display: inline;
	float: left;
	margin: 4px 8px 4px 0;
}
.widget_urtikan_numero_menu select {
	margin-left:10px;
}
.widget-container a.dessin-du-jour  {
	display: block;
	text-decoration:none;
	border: 2px solid #e7e7e7;
	padding:5px 3px 0px;
}
.widget-container a.dessin-du-jour:hover, .widget-container a.dessin-du-jour:active {
	border: 2px solid #ff4b33;
}
.widget-container .dessin-du-jour img.thumb {
	margin:3px;
	border: 1px solid #e7e7e7;
}
.widget-container .dessin-du-jour p  {
	display:none;
	margin:0px 5px;
}
.widget-container .post-ephemeride {
	margin-top:3px;
	margin-right:7px;	
}


.widget_mailchimpsf_widget {
	color: #000;
	background-color: #ffd9b2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 16px;
}

.widget_mailchimpsf_widget .widget-title {
	margin-left: 0px;
}

.widget_mailchimpsf_widget .mc_merge_var, .widget_mailchimpsf_widget .mc_var_label, .widget_mailchimpsf_widget .mc_interest_label {
	margin-bottom: 0.5em;
}

.widget_mailchimpsf_widget .mc_var_label {
	font-weight: bold;
}


#mc_signup_submit {
    margin: 5px 0px 0px !important;
    padding: 7px 20px;
    width: auto !important;
    font-size: 14px !important;
    line-height: 1.125;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    color: #fff;
    background: #666;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
#mc_signup_submit:hover {
    color: #fff;
    background: #000;
}

.indicates-required { float: right; }
#mc-embedded-subscribe-form label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
#mc-embedded-subscribe-form input[type=email] {
    padding: 4px 6px;
    width: 92%;
    max-width: 300px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
#mc-embedded-subscribe-form input[type=submit] {
    margin: 0px;
    padding: 5px 30px;
    font-size: 14px !important;
    line-height: 1.125;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    background: #ff4b33;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
#mc-embedded-subscribe-form input[type=submit]:hover {
    color: #fff;
    background: #000;
}



input[type=button],input[type=submit] {text-decoration:none;font-size:14px!important;font-weight:bold;line-height:1.125;padding:5px 20px;cursor:pointer;border-width:0px;border-style:solid;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-webkit-appearance:none;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-khtml-box-sizing:content-box;box-sizing:content-box;}
input[type=button],input[type=submit] {color:#fff!important;background:#666;text-shadow:0 1px 1px rgba(0,0,0,.3);}
input[type=button]:hover, input[type=submit]:hover {background:#000;}

/*input[type=button],input[type=submit] {background:#333;text-shadow:0 1px 1px rgba(0,0,0,.3);}
input[type=button]:active,input[type=submit]:active {background:#eee url(https://www.urtikan.net/wp-content/themes/urtikan/images/white-grad-active.png) repeat-x scroll left top;}*/


#searchform {
	position: relative;
	width: 163px;
}

#searchform input[type=text] {
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font: 0.9em Arial,sans-serif;
width: 130px;
padding: 5px 25px 3px 5px;
color: #999;
background: #f9f9f9;
}
#searchform input[type=submit] {
	position: absolute;
	cursor: pointer;
	display: block;
	right: 0px;
	top:0px;
	margin: 6px 4px 5px;
	padding: 0px;
	border:none;
	background:none;
	background-image: url(https://www.urtikan.net/wp-content/themes/urtikan/images/sprite-icons.png);
	background-position: 1px 1px;
	width: 16px;
	height: 15px;
}

#s2member-pro-paypal-checkout-form-billing-method-section {
	display:none;
}



/* button 
---------------------------------------------- */
.button, .entry-content a.button, .entry-content .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.1em/100% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color:#fff;
}
.button:hover, #primary .button:hover, #primary a.button:hover, .entry-content a.button:hover, .entry-content .button:hover, .entry-thumb a.button:hover, .entry-thumb .button:hover {
	text-decoration: none;
}
.button:active, #primary a.button:active, #primary .button:active , .entry-content a.button:active, .entry-content .button:active , .entry-thumb a.button:active, .entry-thumb .button:active {
	position: relative;
	top: 1px;
}

.bigrounded, .entry-content a.bigrounded, .entry-content .bigrounded, .entry-thumb a.bigrounded, .entry-thumb .bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium, .entry-content a.medium, .entry-content .medium, .entry-thumb a.medium, .entry-thumb .medium {
	font-size: 0.9em; /*0.85em;*/
	padding: .4em 1.5em .42em;
}
.small, .entry-content a.small, .entry-content .small, .entry-thumb a.small, .entry-thumb .small {
	font-size: 0.85em; /*0.8em;*/
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.entry-content a.black, .entry-content .black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.entry-content a.black:hover, .entry-content .black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.entry-content a.black:active, .entry-content .black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.entry-content a.gray, .entry-content .gray, .entry-thumb a.gray, .entry-thumb .gray, a.gray, .gray {
	color: #ffffff; /* #e9e9e9 */
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.entry-content a.gray:hover, .entry-content .gray:hover, .entry-thumb a.gray:hover, .entry-thumb .gray:hover, a.gray:hover, .gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.entry-content a.gray:active, .entry-content .gray:active, .entry-thumb a.gray:active, .entry-thumb .gray:active, a.gray:active, .gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* red */
#primary a.red, #primary .red, .entry-content a.red, .entry-content .red, .entry-thumb a.red, .entry-thumb .red, a.red, .red {
	color: #ffffff; /* #faddde */
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
#primary a.red:hover, #primary .red:hover, .entry-content a.red:hover, .entry-content .red:hover, .entry-thumb a.red:hover, .entry-thumb .red:hover, a.red:hover, .red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
#primary a.red:active, #primary .red:active, .entry-content a.red:active, .entry-content .red:active, .entry-thumb a.red:active, .entry-thumb .red:active, a.red:active, .red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.chevron {
	font:1em/100% arial, helvetica, sans-serif;
	font-weight:bold;
}

.gray-gradient {
	border: solid 1px #999;
	background: #e1e2dd;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e2dd), to(#fefefe));
	background: -moz-linear-gradient(top,  #e1e2dd,  #fefefe);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e2dd', endColorstr='#fefefe');
} 

body.category-live-sarkozy, body.category-live-premier-tour, body.category-live-debat-second-tour, body.category-live-second-tour {
	background: #555555;
}
body.category-live-sarkozy #wrapper, body.category-live-premier-tour #wrapper, body.category-live-debat-second-tour #wrapper, body.category-live-second-tour #wrapper {
background:#fff;
border:1px solid #e5e5e5;
-moz-border-radius:11px;
-khtml-border-radius:11px;
-webkit-border-radius:11px;
border-radius:11px;
-moz-box-shadow:rgba(41,41,41,1) 0 4px 18px;
-webkit-box-shadow:rgba(41,41,41,1) 0 4px 18px;
-khtml-box-shadow:rgba(41,41,41,1) 0 4px 18px;
box-shadow:rgba(41,41,41,1) 0 4px 18px;
}
#site-image-live {
position: relative;
display: block;
float: left;
margin: 0px 0px 0px 20px;
height: 35px;
width: 207px;
background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/logo-urtikan-net-live-35px-tr.png) no-repeat 0px 0px;
}
.category-live-sarkozy #header, .category-live-premier-tour #header, .category-live-debat-second-tour #header, .category-live-second-tour #header {
	height: 35px;
}
#bd-live-sarkozy, #bd-live-premier-tour, #bd-live-debat-second-tour {
	margin: 10px 0 10px 0;
	height: 58px;
	background:#fff;
	border:1px solid #c8c8c8;
}

#content .fb_iframe_widget iframe {
	vertical-align: baseline;
}

#bd-presidentielle-2012 {
	position : absolute;
	display: block;
	top: 8px;
	right:10px;
	height:20px;
	width:260px;
	background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/bd-presidentielle-2012-20px.png) no-repeat 0px 0px;
}

a.push-white, a.push-white:visited {
	display: block;
	color:#333;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 5px;
}
a.push-white:hover, a.push-white:active {
	color:#FF4B33;
	border-color:#FF4B33;
	text-decoration:none;
}

.push-iconovox {
  padding: 10px;
  font-size: 1.3em;
  text-align: center; 
  line-height: 1.4;
}





/* responsive */
@-webkit-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@viewport{ width: device-width; }
@viewport { width: device-width; }


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (            min-resolution: 2dppx) {
  #site-image-page {
    background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_200_65_2x.png) no-repeat 0px 0px;
    background-size: 200px 65px;
  }
}

@media screen and (max-width: 924px) {
  #wrapper_marge {
    padding: 0;
  }
}

@media screen and (max-width: 902px) {

  #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #wrapper_marge {
    /* margin: 0; */
    width: 100%;
  }

  #wrapper_marge {
    padding: 0px;
  }
  #wrapper {
    width: 96%;
    padding: 0 2%;
    border: none;
    border-radius: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }
  #footer {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  #site-image-page {
    margin-left: 2%;
  }
  #header #identity {
    right: 2%;
  }
  #promo-page {
    font-size: 0.9em;
  }
  #promo-page a {
    padding: 10px 0 !important;
    height: 43px !important;
  }
  
  /* TODO : [class*=category-n-] .one-column #content, [class^=category-n-] .one-column #content */
  .one-column #content, .category-n-53 .one-column #content {
    margin: 0 auto;
    width: 100%;
  }

  .category-n-53 .one-column #posts li {
    width: 23.125%;
    margin-right: 2.5%;
  }
  .category-n-53 .one-column #posts li.first {
    width: 48.75%;
  }
  .category-n-53 #content #posts #numero-home {
    width: 48.75%;
    margin-right: 0;
  }
  .category-n-53 .one-column #posts li:nth-child(4n+2) {
    margin-right: 0;
  }
  .category-n-53 .one-column #posts li:nth-child(4n+2) {
    clear: left;
  }

  #content #posts-home-dessin li.thumb {
    /* width: 240px; */
    width: 27.78%;
    margin-right: 0%;
    /* background-color: #fcc; */
  }

  #content #posts-home-dessin li.first {
    width: 67.13%; /* 580px */
    margin-right: 5.09%;
    /* background-color: #fcc; */
  }

  #content #posts-home-dessin li.first a img {
    /* width: 100% */
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  #content #posts-home-dessin li.thumb img.thumb {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Rub. Dessins du jour - sur 4 colonnes */
  #content #posts-dessin li {
    width: 23.125%;
    margin-right: 2.5%;
  }
  #content #posts-dessin li img.wp-post-image{
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Rub. Auteurs - sur 3 colonnes */
  #content ul#authors li {
    width: 32%;
    margin-right: 2%;
  }
  #content ul#authors li:nth-child(3n) {
    margin-right: 0;
  }
  #content ul#authors li:nth-child(3n+1) {
    clear: left;
  }

  /* Rub. Anciens numéros - sur 4 colonnes */
  #content .posts-archive li {
    width: 23.125%;
    height: auto;
    margin-right: 2.5%;
  }
  #content .posts-archive li img {
    max-width: 100% !important;
    height: auto !important;
  }
  #content .posts-archive li:nth-child(4n) {
    margin-right: 0;
  }
  #content .posts-archive li:nth-child(4n+1) {
    clear: left;
  }

  #entry-footer #entry-social {
    width: 55%;
    padding-right: 1.6%;
  }
  #entry-footer #entry-author-info {
    width: 40%;  
    padding-left: 1.6%;
  }
  
  #footer-widget-area .widget-area, #footer-widget-area #second {
    width: 30%;
    margin-right: 2.5%;
  }
  #footer-widget-area #third, #footer-widget-area #fourth {
    width: 35%;
    margin-right: 0px;
  }
  
  /*#footer-widget-area .widget-area, #footer-widget-area #second, #footer-widget-area #third, #footer-widget-area #fourth {
    width: 27% !important;
  }*/
  #footer-widget-area #fourth iframe {
    width: 100% !important;
    height: 2rem !important;
  }
}


@media screen and (max-width: 834px) {
  #container {
    margin: 0 0 0 -27.32%;
  }

  #promo-page {
    font-size: 0.85em;
  }

  #primary, #secondary {
    width: 25.06%;
  }
  #content {
    margin-left: 28.82%;  
    margin-right: 1.5%;
  }
  img.aligncenter.size-full {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
  }
  
  #content #posts-home-dessin li.thumb a {
    padding-left: 0px;
  }

  #content #posts-home-dessin li.thumb img {
    margin-left: 60px;
  }
	
  .archive #content .entry-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    /* width: 96%; */	
    /* padding: 0 2%; */
    border: none;
  }
  #container {
    margin: 0 0 0 -27.47%;
  }
  #content {
    margin-left: 27.47%;
    margin-right: 0;
  }
  #primary, #secondary {
    /* width: 24.73%; */
  }

  #promo-page {
    display: none;
  }

  #site-image-page {
    margin-left: 2%;
    /* height: 55px; */
  }
  #header #identity {
    /* right: 2.6%; */
  }

  /* Rub. Auteurs - sur 2 colonnes */
  /*#content ul#authors li, #content ul#authors li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  #content ul#authors li:nth-child(2n) {
    margin-right: 0;
  }
  #content ul#authors li:nth-child(3n+1) {
    clear: none;
  }
  #content ul#authors li:nth-child(2n+1) {
    clear: left;
  } */
	
  #footer-widget-area .widget-area, #footer-widget-area #second, #footer-widget-area #third, #footer-widget-area #fourth {
      width: 48.62%;
      margin-right: 2.75%;
  }
  #footer-widget-area #second, #footer-widget-area #fourth {
    margin-right: 0px;
  }
  
}

@media screen and (min-width: 641px) and (max-width: 767px), screen and (min-width: 471px) and (max-width: 520px) {
  #content #authors li a:link, #content #authors li a:visited {
    padding-top: 5px;
  }
  #content ul#authors li h2 {
    font-size: 1rem;
  }
  #content ul#authors li img {
    margin: 0 8px 5px 5px;
  }
}

@media screen and (max-width: 640px) {
  
  #primary, #secondary {
    display: none;
  }
  #container {
    margin: 0;
  }
  #content {
    margin: 0;
    /* margin-right: 0; */
    /* margin-top: 0; */
  }
  #main {
    padding: 15px 0px;
  }
  .single .hentry {
    margin-bottom: 24px;
  }
  .navigation {
    line-height: 2;
  }
  .navigation .top, .navigation.top {
	  margin-top: 0;
  }

  /* 1er dessin : dessus à  100% */
  #content #posts-home-dessin li.first {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  /* les autres dessins : dessous sur 3 colonnes */
  #content #posts-home-dessin li.thumb {
    width: 31%;
    margin-right: 3.5%;
    /* background-color: #fcc; */
    border-bottom: none;
  }
  #content #posts-home-dessin li.thumb:nth-child(4) {
    margin-right: 0;
  }
  #content #posts-home-dessin li.thumb:nth-child(5) {
    clear:both;
  }
  #content #posts-home-dessin li.thumb img {
    margin-left: 0px;
  }
  #content #posts-home-dessin li.thumb .post-ephemeride {
	  display: none;
  }
  #content #posts-home-dessin li.thumb .post-ephemeride-text {
	  display: block;
  }
  #content #posts-home-dessin li.thumb .entry-signature-txt {
    display: block;
  
    font-size:  0.8125rem;
    color: #666;
    line-height: 1.6;
  }
    
  #content #posts-home-dessin li.more-link {
    float: left;
  }
  #content #posts-home-dessin li.more-link a {
    border: 1px solid #999;
    text-align: center;
    padding: 35px 8px;
    display: block;
  }
  
  /* Rub. Dessins du jour - sur 3 colonnes */
  #content #posts-dessin li, #content #posts-dessin li:nth-child(4n) {
    width: 31%;
    margin-right: 3.5%;
  }
  #content #posts-dessin li:nth-child(4n+1) {
    clear: none;
  }
  #content #posts-dessin li:nth-child(3n) {
    margin-right: 0;
  }
  #content #posts-dessin li:nth-child(3n+1) {
    clear: left;
  }

  /* Rub. Anciens numéros - sur 3 colonnes */
  #content .posts-archive li, #content .posts-archive li:nth-child(4n){
    width: 31%;
    margin-right: 3.5%;
  }
  #content .posts-archive li:nth-child(4n+1) {
    clear: none;
  }
  #content .posts-archive li:nth-child(3n) {
    margin-right: 0;
  }
  #content .posts-archive li:nth-child(3n+1) {
    clear: left;
  }
  
  #entry-author-info {
    margin-bottom: 10px;
  }
  
  .archive #content .hentry img.alignleft {
    margin-right: 20px;
  }
  .archive #content .hentry .entry-utility {
    padding-left: 170px;
  }

  /* Rub. Auteurs - sur 3 colonnes */
  #content ul#authors li, #content ul#authors li:nth-child(2n), #content ul#authors li:nth-child(3n) {
    width: 32%;
    margin-right: 2%;
  }
  #content ul#authors li:nth-child(2n+1) {
    clear: none;
  }
  #content ul#authors li:nth-child(3n) {
    margin-right: 0;
  }
  #content ul#authors li:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 520px) {
  #content #posts-home-dessin li.thumb h2 {
  	  font-size:  0.875rem;
  }
  
  #content #posts-dessin li .entry-meta {
    font-size: 0.75rem;
  }
  
  #content #posts-dessin li h2 {
    font-size: 0.875rem;
  }
  
  .widget-area ul ul.social-links li img {
    width: 36px !important;
    height: 36px !important;
  }
}

@media screen and (max-width: 470px) {
  #wrapper {
    width: 95%;
    padding: 0 2.5%;
  }
  #header {
    height: 52px;
  }
  #site-image-page {
    height: 48px;
    width: 150px;
    background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_150_48.png) no-repeat 0px 0px;
    background-size: 150px 48px;
  }
  #content #posts-home-dessin li.first h1 {
    /* padding-left: 0px; */
    /* line-height: 1.5; */
  }
  #content #posts-home-dessin li.first .entry-signature1 {
    display: none;
  }
  #content .entry-signature1 {
    display: none;
  }
  
  #content .entry-signature-txt, #content #posts-home-dessin li.first .entry-signature-txt {
    display: inline;
  }
  
  /* sur 1 colonne */
  #content #posts-home-dessin li.thumb {
    width: 100%;
    margin-right: 0%;
    /* background-color: #fcc; */

    /* border-bottom: 1px solid #e7e7e7; */
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    margin-bottom: 20px;
  }
  #content #posts-home-dessin li.thumb h2 {
    font-size: 1rem;
  }
  #content #posts-home-dessin li.thumb a {
    padding: 0px 0 0 0px;
    margin: 0px 0px 0px;
    overflow: hidden;
  }

  #content #posts-home-dessin li.thumb .post-ephemeride-text {
    padding-left: 36.3%;
  }
  #content #posts-home-dessin li.thumb span.desc {
	  display: block;
	  padding: 8px 0 8px 36.3%;
  }
	
	#content #posts-home-dessin li.more-link a {
    padding: 16px 0;
	
    font-size: 1rem;
}
	#content #posts-home-dessin li.thumb img.thumb {
    float: left;
  
    width: 33% !important;
    margin: 0px 3.3% 0px 0px;
    height: auto !important;
    /* max-width: 100% !important; */
  }
  
  .archive #content .entry-title {
	  font-size: 1.25rem;
	}
  .archive #content .hentry img.alignleft {
    width: 33%;
    height: auto;
    margin-bottom: 4px;
    margin-right: 3.3%;
  }
  .archive #content .hentry .entry-utility {
    padding-left: 36.3%;
  }
  
  #entry-footer #entry-social {
    width: 100%;
    margin-bottom: 0;
  }
  #entry-footer #entry-author-info {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  #footer-widget-area #fourth iframe {
    width: 100% !important;
    height: 2rem !important;
  }
}

@media only screen and (max-width: 470px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 470px) and (   min--moz-device-pixel-ratio: 2),
only screen and (max-width: 470px) and (     -o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 470px) and (        min-device-pixel-ratio: 2),
only screen and (max-width: 470px) and (            min-resolution: 2dppx) {
  #site-image-page {
    background: url(https://www.urtikan.net/wp-content/themes/urtikan/images/urtikan_logo_150_48_2x.png) no-repeat 0px 0px;
    background-size: 150px 48px;
  }
}

@media screen and (max-width: 470px) {
  /* Rub. Dessins du jour - sur 2 colonnes */
  #content #posts-dessin li, #content #posts-dessin li:nth-child(4n), #content #posts-dessin li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  #content #posts-dessin li:nth-child(4n+1), #content #posts-dessin li:nth-child(3n+1) {
    clear: none;
  }
  #content #posts-dessin li:nth-child(2n) {
    margin-right: 0;
  }
  #content #posts-dessin li:nth-child(2n+1) {
    clear: left;
  }


  /* Rub. Anciens numéros - sur 2 colonnes */
  #content .posts-archive li, #content .posts-archive li:nth-child(4n), #content .posts-archive li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  #content .posts-archive li:nth-child(4n+1), #content .posts-archive li:nth-child(3n+1) {
    clear: none;
  }
  #content .posts-archive li:nth-child(2n) {
    margin-right: 0;
  }
  #content .posts-archive li:nth-child(2n+1) {
    clear: left;
  }


  /* Rub. Auteurs - sur 2 colonnes */
  #content ul#authors li, #content ul#authors li:nth-child(2n), #content ul#authors li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  #content ul#authors li:nth-child(2n) {
    margin-right: 0;
  }
  #content ul#authors li:nth-child(3n+1) {
    clear: none;
  }
  #content ul#authors li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 400px) {

  .archive #content .entry-title {
    font-size: 1.125rem;
  }
  .archive #content .hentry .entry-utility {
    padding-left: 0;
  }

  #footer-widget-area #third, #footer-widget-area #fourth {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  #content #authors li a:link, #content #authors li a:visited {
    padding-top: 5px;
  }
  #content ul#authors li h2 {
    font-size: 1rem;
  }
  #content ul#authors li img {
    margin: 0 8px 5px 5px;
  }
}

@media screen and (max-width: 360px) {
  #content #posts-home-dessin li.thumb h2 {
    font-size: 0.875rem;
  }

  .archive #content .entry-title {
    font-size: 1rem;
  }

  #footer-widget-area {
    padding-left: 3.3%;
    padding-right: 3.3%;
    width: 93.4%;
  }
  #footer-widget-area .widget-area, #footer-widget-area #second, #footer-widget-area #third, #footer-widget-area #fourth {
    float: none;
    width: 100%;
  }
}


#mailchimp-top-bar.mctb-medium input, #mailchimp-top-bar.mctb-medium label {
    font-size: 15px !important;
}

#mailchimp-top-bar.mctb-medium label {
    font-weight: bold;
}

#mailchimp-top-bar.mctb-medium .mctb-button {
    padding: 5px 15px !important;
    border-radius: 3px;
}

#mailchimp-top-bar.mctb-medium input.mctb-email {
    padding: 4px 7.5px!important;
}

@media screen and ( max-width: 699px ) {
    #mailchimp-top-bar { display: none !important; }
}

.wp-block-image img {
    max-width: 100%;
	height: auto !important;
}