/*
Theme Name: La Godiche
Author: May, www.vie-de-miettes.fr
Theme URI:
Description: Le premier thème du blog de La Godiche
Version: 1.0
*/

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  background-color: #fafafa;
  border: 5px solid #e97777;
  padding-top: 40px;
}

#content, .wrap {
  max-width: 1200px;
  margin: 0 auto;
 width: 96%;
}

img {
 max-width: 100%;
 height: auto;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #ef8381;
    color: #FFFFFF;
    text-shadow: none;
}
.contenu p {
  margin: 1em 0;
}

header h1 {
margin: 25px auto 45px;
text-align: center;
font-size: 8em;}

::selection { background: none repeat scroll 0 0 #ef8381;
    color: #FFFFFF;
    text-shadow: none; }

.post-edit-link {
background-color: #ef8381;
padding: 5px;
color: white;
border-radius: 2px;}

.post-edit-link:hover {
background-color:#a8d2ae;}

/* Style des vignettes de la page d'accueil */

.vignettes {
  margin-left: -18px;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.category-gourmandises .vignettes li {
 min-height: 290px;
}

.vignettes li {
  min-height: 300px;
  background-color:#fff;
  color:#444;
  float: left;
  margin: 10px 15px;
  padding: 15px;
  list-style:none;
  position: relative;
  max-width: 90%;

}

.widget_text {
  background-color:#fff;
  color:#444;
  padding: 15px;
  margin: 0 0 18px;
  list-style:none;
  position: relative;

}

.vignettes  li img, .textwidget img {
  margin: 0 auto;
  display:block;
  margin-bottom: 10px;
  width : 100%;
  height: auto;
}


.category-gourmandises .vignettes li h2 {
margin-top: 20px;
text-align: center;}

.category-gourmandises .vignettes li {
padding-bottom: 0;}

.vignettes li h2 {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  color: #444;
  font-size: 13px;
  margin: 0;
  font-weight: normal;
}



/* Style de la sidebar */

#sidebar {
  float: right;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
}

.widget_text:after, .widget_text:before {
  content: " ";
  height: 100px;
  position: absolute;
  width: 50%;
  z-index: -10;
}

.widget_text:after {
  right: 5px;
  bottom: 10px;
}

.widget_text:before {
  left: 5px;
  bottom: 10px;
}

.widget {

  padding-top: 15px;
}

.sh_sb_widget_class	{
  box-shadow: none;
  border: none;
}

.widget_categories h2, .widget_links h2{
  text-align: center;
  background-color: #e97777;
  padding: 5px;
  display: inline;
  text-transform: uppercase;
  color: #fff;
margin: 10px auto 20px;
}

.widget_categories ul, .widget_links ul{
  margin-top: 15px;
}

#sidebar .widget_categories, #sidebar .widget_links {
  background-color:#fff;
  color:#444;
  padding: 15px;
  margin: 18px 0;
  list-style:none;
  position: relative;

}

.sh_sb_widget_class {
  list-style: none;
  margin: 0 0 25px;
  text-align: center;

}

.sh_sb_widget_class img {
width: 35%;
margin-bottom: 15px; }

.sh-sb-link {
  margin: 20px 0 10px 10px;
  display: inline;
}



.widget_categories ul, .widget_archive ul, .widget_links ul {
  background: url("images/separateur.png") repeat-x scroll center top transparent;
  list-style: none outside none;
  margin-bottom: 0;
  padding: 20px 0 0;
}

#sidebar .widget_links:before {
  background-color: rgb(246, 191, 0);
  background-color: rgba(246, 191, 0, 0.4);
  content: "";
  height: 25px;
  left: 70px;
  position: absolute;
  top: -12px;
  width: 70px;
  z-index: 2;
}

#sidebar .widget_categories:before {
  background-color: rgb(246, 191, 0);
  background-color: rgba(246, 191, 0, 0.4);
  content: "";
  height: 25px;
  left: 70px;
  position: absolute;
  top: -12px;
  width: 70px;
  z-index: 2;
}

#sidebar .widget_categories, .widget_links {
  padding-top: 28px;
}


li .categorie, .categorie {
	background: url(images/fanion-rose.png) no-repeat top left;
	height: 38px;
	width: 136px;
	position: absolute;
	top: 30px;
	left: -17px;
	font-family: "Amatic SC",Helvetica,Arial,sans-serif;
	font-size: 20px;
	padding-left: 25px;
	padding-top: 4px;
	color: white;
}

li:nth-child(4n+2) .categorie {
	background: url(images/categorie_rose.png) no-repeat top left;
}

li:nth-child(4n+3) .categorie {
	background: url(images/categorie_orange.png) no-repeat top left;
}

li:nth-child(4n+4) .categorie {
	background: url(images/fanion-gris.png) no-repeat top left;
}



/* Corps des pages  */
/* Titre  */
h1  {
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 100px;
  color: #444;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}

h1 em {
  color: #ebb300;
  font-style: normal;
}

#hr-article {
margin:40px auto 20px;
display: block;
width: 170px;
height: auto;}
/* Menus  */

.top-menu {
  list-style: none;
  text-align: right;
  margin-top: 5px;
}

.top-menu li {
display: block;

}

.top-menu li + li:before {
  content: " - ";
}

.top-menu a:hover {
  color: #a8d2ae;
}

nav {
  max-width: 600px;
  padding-top: 2px;
  background-color : #7dc59f;
  font-family: helvetica;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  height: 20px;
  margin: 0 auto 50px;
  padding: 20px 0 10px;
}

nav ul{
  margin: 0 auto;
  text-align: center;
}

nav li {
display : inline-block;}

nav li li{
display : block;}

nav .menu-item {
  position: relative;
}

nav .sub-menu {
  width: 190px;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 30px;
  display: none;
  padding: 10px 0 10px 10px;
  border: 1px solid #CCCCCC;
  border-top: none;
  text-align: left;
}

nav .menu-item:hover .sub-menu {
  display: block;
}

nav .sub-menu .menu-item {
  list-style-image: url("images/coeur_orange.png");
  background-color: #FFF;
}

nav .sub-menu .menu-item:nth-child(even) {
  list-style-image: url("images/coeur_rose.png");
}

nav li a {
  margin: 0 auto;
  padding: 20px 10px 40px 10px;
}

nav .sub-menu .menu-item a {
  padding: 5px;
  margin: 0;
  display: block;
  background-color: #fff;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 12px;
  color: #444;
  text-transform: none;
  text-align: left;
}

nav .sub-menu .menu-item a:hover {
  color: #ef8381;
}

nav a {
  color: #fff;
  text-decoration: none;
}

.current-menu-item a, nav a:hover{
  color: #444;
}

/* Articles  */
.hentry, .no-post-found {
  line-height: 1.8em;


  text-align: justify;
  background-color: #fff;
  padding: 25px 100px;
  margin: 0 0 45px;
  position: relative;
}

.hentry .contenu a{
 color: #ef8381;}

.hentry .contenu a:hover{
 text-decoration: underline;}


.hentry h2, .no-post-found h2 {
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 30px;
  color: #ef8381;
  margin: 20px 0;
  font-weight: normal;
}

.hentry h3, .no-post-found h3 {
  font-family: 'Cookie', cursive;
  font-size: 27px;
  color: #a8d2ae;
  margin: 20px 0;
  font-weight:100;
}

.hentry h3:before, .no-post-found h3:before {
  content: url("images/the_rose.png");
}

.hentry li, .widget li {
  list-style-image:url('images/coeur_orange.png');
  list-style-position: inside;
margin : 5px auto;
}

.hentry li:nth-child(even), .widget li:nth-child(even) {
  list-style-image:url('images/coeur_rose.png');
}

.widget li a:hover {
 color: #ef8381;}

.hentry ul {
  padding: 0 0 0 40px;
}

.hentry:after, .hentry:before, .no-post-found:before, .no-post-found:after {
  content: " ";
  height: 100px;
  position: absolute;
  width: 50%;
  z-index: -100;
}



.jetpack_subscription_widget {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  position : relative;
   margin-bottom: 39px;
    margin-top: -22px;
}

#sh_sb_widget-3 {
margin-bottom: 40px;}

.facetwp-checkbox {
padding: 1px 20px;}

.jetpack_subscription_widget h2, #sh_sb_widget-3 h2 {
text-align: center;
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 20px;
  padding: 8px 0;
  font-weight: normal;
  margin-bottom:10px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: underline;
  font-weight: bold;
}
#sh_sb_widget-3 h2.widgettitle {text-align:center;}



.jetpack_subscription_widget #subscribe-field{
  background: url("images/enveloppe.jpg") no-repeat scroll 10px 50% #FFF;
  border: 1px solid #E0E0E0;
  color: #555555;
  padding: 2px 0 2px 50px !important;
  width: 171px !important;
  height: 30px;
  font-style: italic;
}

.jetpack_subscription_widget input[type=submit] {
  background-color: #FFFFFF;
  border: medium none;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  bottom: 5px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.jetpack_subscription_widget p {
  display: inline;
}

.jetpack_subscription_widget .success, .jetpack_subscription_widget .error {
  text-align: justify;
  margin-bottom: 10px;
  display: block;
}

/* Style des miniatures */

#miniature{
  position: relative;
}

#miniature img{
 border: 5px solid #EFEFEF;
margin: 0 auto;
display: block;
}

#miniature h2{
  font-size: 40px;
  font-family: Cookie, cursive;
  text-align: center;
  font-weight: 100;
  color: #444;
  margin: 25px auto 50px;
}

#date_single{
  color: #fff;
  background-color: #e97777;
  padding: 4px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  text-align: center;
display: block;
width: 150px;
margin: 0 auto;

}


.metadonnees {
  position: relative;
  height: 40px;
  background: url("images/separateur.png") repeat-x scroll left top transparent;
  padding-top: 30px;
  margin-top: 30px;
}

.metadonnees ul {
  padding: 0;
}

.metadonnees a:hover {
  color : #a8d2ae;
}


.metadonnees #plus {
  padding-left: 15px;
  border-left : 3px solid #a8d2ae;
}

.date {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
 font-size: 10px;
}

/* Style des commentaires */

.commentaires a {
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 30px;
  color: #ef8381;
  margin: 20px 0;
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  right: 0;
}

#comments {

  line-height: 22px;

  text-align: justify;
  background-color: #fff;
  padding: 25px 100px;
  margin: 35px 0 45px;
  position: relative;
}

#comments:after, #comments:before {
  content: " ";
  height: 100px;
  position: absolute;
  width: 50%;
  z-index: -100;
}


#comments h3 {
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 3em;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 40px;
  text-transform: uppercase;
  padding-bottom: 20px;
  background: url('images/separateur.png') repeat-x left bottom;
}

#comments ol {
  list-style: none;
}

#comments .children {
  padding: 0 0 0 40px;
  margin: 1em 0;
}

.comment-list {
  padding: 0;
}

.comment-author .fn a {
  font-style: normal;
  font-family: Cookie, cursive;
  font-size: 27px;
  color: #ef8381;
}

.comment a {
  text-decoration: none;
  color: #a8d2ae;
}

.comment p {
  margin-left: 75px;
}

#commentform p {
  margin: 5px 0;
}
#comments li {
   margin-bottom: 30px;
}

.comment-meta {
  font-size: 0.8em;
}

.comment .reply a {
  margin-left: 75px;
  color: #a8d2ae;
 font-size: 0.8em;
}

.comment-author .avatar {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 5px 20px 5px 5px;
}

.comment-form-comment textarea {
  vertical-align: top;
}

#respond label {
  display: -moz-inline-stack;
  display: inline-block;
  min-width: 125px;
  zoom: 1;
  *display: inline;
}

#respond .comment-form-author label, #respond .comment-form-email label {
  min-width: 106px;
}

#respond .required {
  color: #ef8381;
  margin: 0 0.5em;
}

textarea {
max-width: 100%;}

#submit, .contact-submit input[type=submit] {
  border: none;
  background: transparent url('images/categorie_rose.png') center center no-repeat;
  color: #fff;
  cursor: pointer;
  width: 161px;
  height: 42px;
  padding: 0 14px 15px 0;
  position: relative;
  margin-left: -42px;
   font-family: "amatic sc";
font-size: 21px;
}

/* Style du footer */
footer {
  background-color: #ef8381;
  clear: both;
  padding: 0 5px 5px 5px;
}

footer p{
  text-align: center;
  padding: 5px;
  color: white;
}

footer a{
  color: white;
  font-weight: bold;
}

footer a:hover{
  text-decoration: underline;
}

.navigation {
}

.navigation a{
  color: #fff;
  font-family: "Amatic SC",Helvetica,Arial,sans-serif;
  font-size: 20px;
  padding: 2px 5px 5px 20px;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 1px;
}

.navigation .previous{
  background: url("images/page_precedente.png") no-repeat;
  display: inline-block;
  width: 155px;
}


.navigation .next{
  background: url("images/page_suivante.png") no-repeat;
  width: 155px;
  float: left;
  margin-right: 20px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

pre {
  white-space: normal;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.comment-author-charlinecuisine {
background-color: rgba(224, 132, 42, 0.1);
padding: 10px;
border-radius: 10px;
}

#footer-2016 {
background: url("images/separateur-blanc.png") repeat-x scroll center 5px;
padding: 50px 0 5px;}

li#mc4wp_form_widget-2.widget.widget_mc4wp_form_widget {
width: 100%;
padding: 0;
margin: 0;}

#footer-2016, #footer-2016 a {
background-color : #ef8381;
color : white; }
#footer-blocs {
height: 300px;}

#search-footer {
width: 270px;}

#search-footer img {
float: left;
margin-top: 2px;
margin-right: 10px;}



#footer-2016 #bloc-footer-1, #footer-blocs {
border-bottom: 1px dashed white;
margin-bottom: 30px;}
#footer-2016 li{
font-family: "Amatic SC",Helvetica,Arial,sans-serif;
font-size: 30px;
margin-right: 30px;
margin-bottom: 30px;
display: inline-block; }

#footer-2016 h2 {
font-family: "Amatic SC",Helvetica,Arial,sans-serif;
font-size: 30px;
text-decoration: underline;
margin-bottom: 20px;
text-align: center;}

#search-footer {
float: right;}
#content-footer {
max-width: 1100px;
display: block;
margin: 0 auto;}

#shop li {
display: block;
}

#shop img {
display: block;
margin: -20px auto;
height: 140px;
width : auto;
text-align: center;
}
#newsletter p{ text-align: center;}

#shop {padding-right: 0;}



#rs {
text-align: center;}

#rs img {
width: 70px;}


#rs li {
margin: 10px;}

#mailchimpsf_widget-2 {
border: none;}

#newsletter .mc_merge_var, #newsletter .mc_var_label {margin: 0;
font-size: 14px;
font-family: arial;}

#mc_signup_submit {
float: right;}

li#mailchimpsf_widget-2.widget.widget_mailchimpsf_widget {
width: 100%;}

#mc_signup_form .mc_var_label, input#mc_signup_submit.button {
display: none;}

.mc_input, input#s {
border: none;
font-style: italic;
text-align: center;
padding: 10px 5px;}

.d-all  {
    float: left; padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .d-1of2 {
    float: left; padding-right: 0.75em;
    width: 50%;
  }

  .d-1of3 {
    float: left; padding-right: 0.75em;
    width: 33.33%;
  }

  .d-2of3 {
    float: left; padding-right: 0.75em;
    width: 66.66%;
  }

  .d-1of4 {
    float: left; padding-right: 0.75em;
    width: 23%;
  }

  .d-3of4 {
    float: left; padding-right: 0.75em;
    width: 75%;
  }

  .d-1of5 {
    float: left; padding-right: 0.75em;
    width: 20%;
  }

  .d-2of5 {
    float: left; padding-right: 0.75em;
    width: 40%;
  }

  .d-3of5 {
    float: left; padding-right: 0.75em;
    width: 60%;
  }

  .d-4of5 {
    float: left; padding-right: 0.75em;
    width: 78%;
  }

  .d-1of6 {
    float: left; padding-right: 0.75em;
    width: 16.6666666667%;
  }

  .d-1of7 {
    float: left; padding-right: 0.75em;
    width: 14.2857142857%;
  }

  .d-2of7 {
    float: left; padding-right: 0.75em;
    width: 28.5714286%;
  }

  .d-3of7 {
    float: left; padding-right: 0.75em;
    width: 42.8571429%;
  }

  .d-4of7 {
    float: left; padding-right: 0.75em;
    width: 57.1428572%;
  }

  .d-5of7 {
    float: left; padding-right: 0.75em;
    width: 71.4285715%;
  }

  .d-6of7 {
    float: left; padding-right: 0.75em;
    width: 85.7142857%;
  }

  .d-1of8 {
    float: left; padding-right: 0.75em;
    width: 12.5%;
  }

  .d-1of9 {
    float: left; padding-right: 0.75em;
    width: 11.1111111111%;
  }

  .d-1of10 {
    float: left; padding-right: 0.75em;
    width: 10%;
  }

  .d-1of11 {
    float: left; padding-right: 0.75em;
    width: 9.09090909091%;
  }

  .d-1of12 {
    float: left; padding-right: 0.75em;
    width: 8.33%;
  }


.cf {
  zoom: 1;
}

.clearfix:after {
    content:" ";
    display:table;
    clear:both;
}

body .at-svc-twitter span.at-icon-wrapper {
background-color: #ebb300 !important;}

body .at-svc-facebook span.at-icon-wrapper {
background-color: #e97777 !important;}

body .at-svc-print span.at-icon-wrapper {
background-color: #7dc59f !important;}

body .at-svc-compact span.at-icon-wrapper {
background-color: #e2ddd6 !important;}

#shop div.textwidget {
display: block;
margin: 0 auto;
background-color: transparent;
width: 327px;}

li#text-3.widget.widget_text {
background-color: transparent;
}

/* the last column */
.last-col {
  float: right;
  padding-right: 0 !important;
}


/*

@media (max-width: 970px) {
.hentry, .no-post-found, #comments {
padding: 15px;}
.vignettes li {
  min-height: 300px;
  background-color:#fff;
  color:#444;
  float: left;
  margin: 10px 5px;
  padding: 15px;
  list-style:none;
  position: relative;
 }}
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
#sidebar {display: none;}
.hentry, .no-post-found, #comments {
padding: 15px;}
.vignettes li {
with: 100%;}


  .m-all {
    float: left; padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .m-1of2 {
    float: left; padding-right: 0.75em;
    width: 50%;
  }

  .m-1of3 {
    float: left; padding-right: 0.75em;
    width: 33.33%;
  }

  .m-2of3 {
    float: left; padding-right: 0.75em;
    width: 66.66%;
  }

  .m-1of4 {
    float: left; padding-right: 0.75em;
    width: 25%;
  }

  .m-3of4 {
    float: left; padding-right: 0.75em;
    width: 75%;
  }

} /* end mobile styles */


/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
.vignettes li {
  margin: 40px auto;
  display: block;
  padding: 15px;
width: 100%;
 }

.hentry, .no-post-found, #comments {
padding: 15px;}
#sidebar {display: none;}

  .t-all {
    float: left; padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  .t-1of2 {
    float: left; padding-right: 0.75em;
    width: 50%;
  }

  .t-1of3 {
    float: left; padding-right: 0.75em;
    width: 33.33%;
  }

  .t-2of3 {
    float: left; padding-right: 0.75em;
    width: 66.66%;
  }

  .t-1of4 {
    float: left; padding-right: 0.75em;
    width: 25%;
  }

  .t-3of4 {
    float: left; padding-right: 0.75em;
    width: 75%;
  }

  .t-1of5 {
    float: left; padding-right: 0.75em;
    width: 20%;
  }

  .t-2of5 {
    float: left; padding-right: 0.75em;
    width: 40%;
  }

  .t-3of5 {
    float: left; padding-right: 0.75em;
    width: 60%;
  }

  .t-4of5 {
    float: left; padding-right: 0.75em;
    width: 80%;
  }

} /* end tablet */

.faceted-nav {
  border: 1px solid #444;
padding-left: 25px;
width: 70%;
margin: 0 auto;
display: block;
float: none;
padding: 15px 15px 10px 80px;
}

.faceted-nav .facet {
  padding: 1em 0;
}

.faceted-nav h3 {
font-family: "Amatic SC", Helvetica, Arial, sans-serif;
font-size: 25px;
text-align: center;
margin-bottom: 20px;
}

.faceted-nav .facetwp-facet {
  margin-bottom: 0;
}

.faceted-nav .facetwp-counter {
  display: none;
}
h2.widgettitle {text-align: center;}
#mc4wp_form_widget-3 {list-style: none; height: 120px;}
#mc4wp_form_widget-3 h2.widgettitle {text-align:center !important;
font-family: "Amatic SC", Helvetica, Arial, sans-serif;
font-size: 20px;
padding: 8px 0;
font-weight: normal;
margin-bottom: 10px;
text-align: left;
letter-spacing: 2px;
text-decoration: underline;
font-weight: bold;}

#mc4wp_form_widget-3 input#mc4wp_email {
border: #ccc;
box-shadow: none;
padding: 1em 0.5em !important;
width: 70%;
float: left;
font-size: 14px;
font-weight: normal;
}

#mc4wp_form_widget-3 input#input-ok{
box-shadow: none;
padding: 1em 0.5em !important;
font-size: 14px;
font-weight: normal;
width: 20% !important;
}
.atss a.at-svc-google {display: none !important;}
