/*
Theme Name: Blue
Theme URI: http://lokoyote.eu
Author: Lokoyote
Author URI: http://lokoyote.eu
Description: Dice theme is a blog theme with simplicity in mind. Custom logo, sidebar support.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, white, gray, dark, light, two-columns, right-sidebar, responsive-layout, custom-menu, featured-images, sticky-post
Text Domain: dice
*/

/* ========================== Accessibility CSS ========================== */
:-moz-selection {
	background-color: #FFE3AC !important;
}
/* ============= FOCUS (changed with link focus -> see a:focus) ==========*/
:focus {
	outline: /*1px dashed grey;*/ none;
}

a:active {
  outline: none !important;
}
a:focus-within {
  background-color: #000 !important;
  color: #FFF !important;
  text-decoration: none;
  /*box-shadow: 0 0 0 5px black !important;*/
  border-radius: unset !important;
  box-shadow: unset !important;
  outline: 5px solid #000;
}
a:hover {
  background-color: #000;
  color: #FFF !important;
  text-decoration: none;
  /*box-shadow: 0 0 0 5px black !important;*/
  border-radius: unset !important;
  box-shadow: unset !important;
}
a:focus-within img, a:hover img {
  background-color: transparent !important;
  box-shadow: 0px 0px 0px 5px #ff00f3;
  outline: 5px solid #ff00f3;
}

#\34 04-s:focus {
  background-color: #FFF;
  border-color: #a8b0b8;
}
input:focus {
  color: #000 !important;
  background-color: #FFF;
}
input:focus::-webkit-input-placeholder {
  color:transparent !important;
}
input:focus:-moz-placeholder { /* Firefox 18- */
  color:transparent !important; 
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
  color:transparent !important; 
}
input:focus:-ms-input-placeholder {  
  color:transparent !important;
}

/* ========================== Plugin MCE ======================= */
.mce-widget button {
  background-color: transparent !important;
  border: none !important;
}
.mce-widget button:hover {
  cursor:pointer;
}
#wp-comment-wrap {
  margin-top: 30px;
}
#mceu_10-body {
  cursor: text;
}
/* ============================================================== */

.comment-form-url {
  margin-bottom: 30px !important;
}

/* ==================== Balise SPOIL ============================= */
.alt2_box {
    background-color: white;
    padding: 7px;
    border: 2px solid #dadada;
    display: inline-block;
}
.spoiler_box {
    border-bottom: 3px solid #9c6199;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 7px;
    background-color: rgba(192, 125, 184, 0.89);
    color: white;
    font-size: 14px !important;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}
.spoiler_box:hover {
    background-color: #f09;
    border-bottom: 3px solid #c8004d;
}
/* ============================================================== */

/* ==================== Keyboard style ========================== */
/* Add a style for a <kbd></kbd> (keyboard key) */
kbd {
    background-color: #f4f7f8;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0,0,0,.2),0 2px 0 0 rgba(255,255,255,.7) inset;
    display: inline-block;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: inherit;
    padding: 2px 4px;
    white-space: nowrap;
}
/* ============================================================== */

/* ==================== Part title (partie) ===================== */
.part {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 100%;
  border-bottom: 3px solid #575555;
  padding-bottom: 4px;
  font-size: 24px;
  display: inline-table;
  line-height: 1em;
}
/* ============================================================== */

* {
  padding: 0;
  margin: 0;
  /*font-family: "Roboto slab";*/
  transition: all ease .2s;
 }

a {
  color: #328ebe;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft a:focus, .alignright a:focus, #submit:focus, .comment-reply-link:focus {
  background-color: orange !important;
  color: black !important;
}
.aligncenter, .alignnone {
  margin: 10px auto !important;
  padding: 10px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  text-align: center;
  color: #708090;
  margin-top: 15px;
  font-style: italic;
}
.wp-caption img {
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: Libertad, Avenir, sans-serif;
  /*font-family: "Open Sans", "Trebushet MS", Verdana, Arial, sans-serif;*/
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
  background-color: #ecf0f5;
  line-height: 1.3;
  /*background-image: url("https://www.transparenttextures.com/patterns/cubes.png");*/
}
#wrapper {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  flex-flow: row;
  /*flex-wrap: wrap;*/
  padding: 5px 35px;
  justify-content: center;
  margin-top: -69px;
}

#wrapper .posts {
  width: calc(100% - 280px);
  padding-right: 20px;
}
#wrapper .sidebar {
  flex: 0 0 260px;
  font-size: 16px;
}
#wrapper .post-nav {
  text-align: center;
  font-size: 14px;
  padding: 20px 10px;
  margin-top: -35px;
}
#wrapper .post-nav .alignright .dashicons:before {
  float: right;
  padding-left: 5px;
}
#wrapper .post-nav .alignleft .dashicons:before {
  padding-right: 5px;
}
#wrapper .post-nav span {
  vertical-align: text-top;
  position: relative;
  top: -3px;
}
#wrapper .post-nav .dashicons {
  width: auto;
  height: auto;
}
#wrapper .post-nav:after {
  content: '';
  clear: both;
  display: table;
}
#wrapper .post-nav a {
  display: inline-block;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
#wrapper .post-nav a:hover {
  background: #277096;
}
#wrapper .gallery img {
  border: none;
}
#wrapper .gallery-item img {
  border-radius: 4px;
}
#wrapper .gallery-caption {
  font-size: 14px;
  line-height: 18px;
}
.archive-title-wrapper {
  background: /*#c6cdd399*/ #ecf0f580;
  margin-bottom: 20px;
  /*border-bottom: 2px solid #bcc0c4;*/
  display: block;
  margin-top: -70px;
  padding-bottom: 70px;
}
.archive-title-wrapper .content {
  margin: 20px 0;
  margin-bottom: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.archive-title {
  padding: 14px 0;
  margin: 0 auto;
  max-width: 1300px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.archive-title .dashicons {
  font-size: 35px;
  width: 50px;
  margin-right: 5px;
}
.archive-title .dashicons:before {
  color: /*#708090*/ #FFF;
}
.archive-title h1 {
  font-size: 2em;
  font-family: 'Archivo Narrow';
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  color: /*#708090*/ #FFF;
  text-shadow: 0px 0px 1px #777;
}
.post,
.posts .page,
.error404 .content-wrapper {
  background: white;
  margin-bottom: 35px;
  border-top: 8px solid #C87A7A;
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);  */
  box-shadow: 0 1px 5px rgba(0,0,0,.3);
 }
.posts .post:nth-last-child(2) {
  margin-bottom: 35px;
}
.content-wrapper {
  padding: 40px;
}
.content p a {
  color: #328ebe;
}
.content a:visited {
  color: #7E90B3;
}
.content  li {
  margin-bottom: 5px;
  font-size: 16px;
}
.post-meta {
  margin: 0 -40px 50px -40px;
  background-color: rgb(248, 248, 248);
  text-align: center;
  border-top : 1px solid #e3e3e3;
  border-bottom : 1px solid #e3e3e3;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  /*max-width: 800px;*/
}

.post-meta .dashicons {
  vertical-align: middle;
}

.post-meta a {
  display: inline-block;
  text-decoration: none;
  flex-grow: 0;
  background-color: #328ebe;
  color: white;
  text-shadow: 0px 1px 1px #434343;
  box-shadow: inset 0px -4px 0px 0px #25729a;
}
.post-meta a:hover {
  background-color: #277096;
}
/*.post-meta a:nth-child(1) { 
  display: none;
}*/
.post-meta a.permalink {
  padding: 8px;
  /*border-radius: 0px;*/
  color: #FFF;
  background-color: rgb(39, 103, 165);
  /*display: none;*/
}
.post-meta a.permalink:hover {
  background-color: #9F1212 !important;
  transition: 0.2s ease 0s;
}

/*.post-meta a:nth-child(2) {
  margin: 4px;
  padding: 4px;
  flex-grow: 1;
}*/

.date {
  margin: 4px;
  padding: 4px;
  flex-grow: 1;
  font-size: 16px;
  color: rgb(93, 93, 93);
}

/*.post-meta a:nth-child(3) {
  flex-grow: 0;
  display:none;
}*/

/* Comments link. See the "content.php" */
.comments-link {
  padding: 9px 0px;
 }
.comments-link:focus {
  background-color: orange;
  color: black;
  text-shadow: none;
}
.comments-open {
  font-size: 14px;
  padding: 8px 17px;
}
.comments-open::before {
  content: '\f101';
  font-size: 18px;
  line-height: 1;
  font-family: dashicons;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
}
.comments-closed {
  padding: 10px 20px;
  background-color: #E4E4E4;
}
.comments-closed::before {
  content: '\f117';
  font-size: 20px;
  color: #4c4c4c;
  line-height: 1;
  font-family: dashicons;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
  }
  
.post-meta span {
  font-size: 16px;
  vertical-align: middle;
}
.post-meta-tax {
  background: #f1f3f4;
  padding: 10px 35px;
  font-size: 16px;
  border-bottom: 3px solid rgba(201, 201, 201, 0.36);
}
.post-meta-tax ul {
  list-style: none;
  overflow: hidden;
}
.post-meta-tax ul li {
  float: left;
}
.post-meta-tax ul:after {
  content: '';
  display: table;
  clear: both;
}
.post-meta-tax .dashicons {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  display: none; /*Suppression*/
}
.post-meta-tax .dashicons:before {
  color: #708090;
}
.post-categories a,
.post-tags a {
  margin: 3px;
  padding: 10px;
  background: #e3e6e9;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  color: #2d333a;
  font-size: 16px;
  /*border-bottom: 3px solid #d4d9de;*/
  /*border: 1px solid #b8bdc2;*/
  box-shadow: 0px 2px 0px #b8bdc2;
}
.post-categories a:hover,
.post-tags a:hover {
  /*border-bottom: 3px solid #b8c0c8;*/
  box-shadow: 0 3px 0 #7f858b;
  background-color: #000;
}
.post-categories a span,
.post-tags a span {
  color: /*#a9b3bd;*/ #727e89;
}
.featured-image.narrow {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  max-width: 100%;
}
.featured-image.wide {
  margin-bottom: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-image:after {
  content: '';
  display: table;
  clear: both;
}
.featured-image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.navigation:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .navigation {
  /*padding: 10px;*/
  background: #2B3843;
}
.site-header .navigation:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .navigation > * {
  margin: 0 auto;
  max-width: 1300px;
}
.site-header .navigation .menu-item-has-children {
  white-space: nowrap;
}
.site-header .navigation .menu-item-has-children a {
  padding-right: 48px;
}
.site-header .navigation .menu-item-has-children:before {
  font-family: dashicons;
  color: #708090;
  content: "\f140";
  float: left;
  z-index: 101;
  position: relative;
  padding: 11px;
}
.site-header .navigation ul > li {
  float: left;
  list-style: none;
  margin-left: 0px;
}
.site-header .navigation ul > li:hover > .sub-menu {
  background: #2d333a;
  border: 1px solid #22272c;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-header .navigation ul > li:hover > .sub-menu a:hover {
  background: #22272c;
}
.site-header .navigation ul > li:hover a {
  background: #3E5062;
}
.site-header .navigation ul > li.menu-item-has-children a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid transparent;
}
.site-header .navigation ul > li a {
  color: rgb(224, 224, 224);
  text-decoration: none;
  font-family: 'Archivo Narrow';
  font-family: 'Roboto slab';
  font-size: 16px;
  display: block;
  padding: 10px 10px;
  /*border-radius: 4px;*/
  /*margin-bottom: -1px;*/
  position: relative;
  z-index: 100;
  /*border: 1px solid #2B3843;*/
  line-height: 2em;
}
.site-header .navigation ul > li.current-menu-item > a,
.site-header .navigation ul > li.current-menu-ancestor > a {
  background: #3E5062;
  font-weight: bold;
  text-shadow: 1px 1px 1px #424242;
  /*border-radius: 4px !important;*/
  /*border: 1px solid #2B3843;*/
}
.site-header .navigation .sub-menu {
  position: absolute;
  display: none;
  border: 1px solid transparent;
  padding-bottom: 1px;
  padding: 5px 0;
  z-index: 9999;
}
.site-header .navigation .sub-menu li {
  float: none;
}
.site-header .navigation .sub-menu li a {
  /*border-radius: 4px !important;*/
  margin: 0 5px;
  border: none !important;
}
.site-header .navigation .sub-menu:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .navigation .sub-menu .sub-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  white-space: nowrap;
}
.posts .title {
  font-size: 38px;
  color: #2d333a;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Archivo Narrow";
  word-wrap: break-word;
}
.posts .title a {
  font-family: "Archivo Narrow";
  color: #2d333a;
  text-decoration: none;
}
.posts .title a:hover {
  color: #328EBE;
  outline: 3px solid #000; 
  transition: ease 0s;
}
.posts .content h1 {
  font-size: 2.3em;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 50px;
  line-height: 1em;
}
.posts .content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1;
}
.posts .content h3 {
  font-size: 1.4em;
  margin: 25px 0 40px 0;
  line-height: 1.3em;
}
.posts .content h4 {
  font-size: 14px;
  margin-bottom: 30px;
}
.posts .content h5 {
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.posts .content h6 {
  font-size: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.posts .sticky {
  /*background: #f1f3f4;
		border: 5px solid #fff;
		*/

  border-bottom: 5px solid #708090;
}
.content {
  color: #2d333a;
  font-size: 16px;
  line-height: 24px;
}
.content:after {
  content: '';
  display: table;
  clear: both;
}
.content > *:last-child {
  margin-bottom: 0px !important;
}
.content .twitter-tweet-rendered {
  width: 100% !important;
}
.content hr {
  margin: 60px auto;
  border: none;
  border-bottom: 4px solid #c87a7a;
  width: 25%;
}
.content fieldset {
  border: 1px solid #ccc;
  padding: 20px;
}
.content > ul,
.content > ol,
.content pre,
.content table,
.content fieldset {
  margin-bottom: 30px;
}
.content .comment-body > ul,
.content .comment-body > ol {
  margin-bottom: 30px;
}
.content ul,
.content ol {
  margin-left: 25px;
}
.content iframe {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.content p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.666666em;
}
.content abbr {
  border-bottom: 1px dotted #708090;
}
.content pre {
  background: none repeat scroll 0% 0% #2020201a;
  font-family: monospace;
  overflow-x: auto;
  color: #000;
  padding: 5px;
  padding: 10px;
  display: block;
  font-size: 14px;
  border: 1px solid #2020204d;
  border-left: 5px solid #0006;
}
.content code {
  background: none repeat scroll 0% 0% #202020;
  font-family: monospace;
  overflow-x: auto;
  color: #FFF;
  padding: 10px;
  display: block;
  font-size: 14px;
}
.content pre > code,
.content q,
.content tt {
  margin: -10px;
}
p > code {
    font-size: 14px !important;
    font-family: monospace !important;
}
.content blockquote, .comment-container blockquote {
  display: block;
  margin: 30px auto;
  max-width: 700px;
  border-left: 8px solid #f499a2;
  box-shadow: /*2px 2px 8px #ccc;*/ 0px 1px 4px #D1D1D1;
  border-right: 2px solid #f499a2;
 /* font-style: italic; */
}

.content blockquote p {
  color: #7b7b7b;
  text-align: center;
  padding: 15px;
 /*background-color: rgba(243, 243, 243, 0.43);*/
  font-size: 16px;
  margin: 0px !important;
}

.content blockquote a {
  color: #5178BC;
}

.content blockquote a:hover {
  color: #7A7979;
  text-align: justify;
}

.content blockquote cite {
  display: block;
  font-style: italic;
  color: gray;
  padding: 20px 0 10px 10px;
  font-size: 0.9em;
}
.comment blockquote p {
  background-color: white;
}
.wp-embedded-content {
  padding: 20px 0;
  text-align: center;
}
.wp-embedded-content::before {
  content: "";
  padding: 5px;
  background-image: url("https://s.w.org/style/images/about/WordPress-logotype-wmark.png");
  width: 30px;
  height: 30px;
  background-size: contain;
   background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.content table th,
.content table td {
  padding: 10px;
}
.content table thead th {
  text-align: left;
  border: 1px solid black;
}
.content table thead tr {
  background: #2d333a;
  /*color: white;*/
}
.content table tbody td {
  border: 1px solid #B8BDC2;
}
.content table tbody th {
  border: 1px solid #708090;
  border: 1px solid black;
  background: #2d333a;
  text-align: left;
}
.content table tbody th,
.content table tbody th a {
  color: white;
}
.content table tbody tr:nth-child(even) {
  background: #e3e6e9;
}
.content dl {
  margin-bottom: 30px;
}
.content dl dt {
  font-weight: bold;
}
.content dl dd {
  margin-bottom: 10px;
}
.content address {
  margin-bottom: 30px;
}
.content img {
  max-width: 100%;
  height: auto;
  /*box-shadow: 0px 0px 3px 0px #D2D2D2;*/
  display: block;
}
.content video {
  padding: 10px 0;
}
.content .post-password-form {
  background: #f1f3f4;
  padding: 20px;
  margin-bottom: 20px;
}
.content .post-password-form label {
  font-weight: bold;
}
.content .post-password-form input[type="submit"] {
  display: inline-block;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .post-password-form input[type="submit"]:hover {
  background: #277096;
}
.content .post-password-form input[type="password"] {
  background: white;
  border: none;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #d4d9de;
}
.content .nocomments {
  display: none;
  background: #f1f3f4;
  padding: 20px;
  border-radius: 4px;
  clear: both;
  margin-bottom: 0;
}
.content form p {
  margin-bottom: 5px;
}
.content input[type="text"],
.content input[type="url"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="password"],
.content select {
  width: 100%;
  /*max-width: 330px;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: scroll;
}
.content input[type="text"],
.content input[type="url"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="password"],
.content textarea,
.content select {
  border: 1px solid #d4d9de;
  padding: 10px;
}
.content textarea {
  width: 100%;
 /* max-width: 330px;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.content input[type="submit"],
.content input[type="reset"],
.content button {
  display: inline-block;
  border: none;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  cursor: pointer;
}
.content input[type="submit"]:hover,
.content input[type="reset"]:hover,
.content button:hover {
  background: #277096;
}
.content input[type="reset"] {
  background: #d4d9de;
  color: #2d333a;
}
.content input[type="reset"]:hover {
  background: #b8c0c8;
}
.post-nav-page {
  border-top: 1px dotted #d4d9de;
  display: block;
  padding-top: 20px;
}
.post-nav-page .page-link-number {
  background: #f1f3f4;
  padding: 5px 10px;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.post-nav-page a {
  text-decoration: none;
  display: inline-block;
}
.post-nav-page a span:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.post-nav-page a .page-link-number {
  background: #f1f3f4;
  color: #708090;
}
#s-404 {
  padding: 20px;
  /*width: 50%;*/
  background: #f1f3f4;
  border: none;
  border-radius: 4px;
  outline: none;
  font-size: 13px;
}
#email-notes {
  color: #A7A0A0 !important;
}
.comment-container {
  margin: 40px 0 0 0;
}
.comment-container::before {
  content: "N'hésitez pas à contribuer ou à partager !";
  width: auto;
  color: grey;
  font-style: italic;
}
/*.comment-container .bypostauthor .vcard {
  background: #6BACCE;
}*/
.comment-container #comments {
  padding-top: 30px;
  padding-top: 0;
}
.comment-container .comment-form-comment {
  display: block;
  margin: 30px auto 15px auto;
}
.comment-container .comment-form-comment textarea {
  max-width: 100%;
}
.comment-container form input[type="text"], .comment-container form input[type="url"], .comment-container form input[type="email"],
.comment-container form textarea {
  background: #f1f3f4;
  border: none;
  padding: 10px;
  border-radius: 4px;
  font-size: 1em;
  border-bottom: 3px solid rgba(128, 128, 128, 0.21);
}
.comment-container form input[type="text"]:focus, .comment-container form textarea:focus, .comment-container form input[type="url"]:focus, .comment-container form input[type="email"]:focus {
  border-bottom: 3px solid rgba(144, 7, 7, 0.44);
  transition: 0.3s ease;
}
.comment-container form textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-container form label small {
  font-size: 14px;
  margin-left: 10px;
}
.comment-container form p {
  /*margin-bottom: 5px;*/
}
.comment-container h3,
.comment-container p {
  /*margin: 0 6px;*/
}
#respond {
  /* margin: 0 0 0 30px; */
}
.comment-container #respond {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
}
.comment-container #respond h3 {
  clear: both;
  margin-bottom: 10px;
}
.comment-container #respond form label {
  display: block;
  color: #3B3939;
  margin-bottom: 7px;
}
.comment-container #respond #submit {
  display: inline-block;
  border: none;
  background: #328ebe;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  float: right;
  font-size: 14px;
  cursor: pointer;
  /*margin-bottom: 30px;*/
}
.comment-container #respond #submit:hover {
  background: #277096;
}
.comment-container .commentmetadata {
  display: flex;
  background-color: rgb(74, 163, 211);
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.comment-container .commentmetadata a {
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.comment-container .commentmetadata a:nth-child(1) {
  background-color: rgb(74, 163, 211);
  padding: 10px;
  text-align: center;
  flex-grow: 1;
}
.comment-container .commentmetadata a:nth-child(1)::before {
  content: "\f103";
  font-family: dashicons;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  text-align: right !important;
}
/*.comment-container .commentmetadata a:nth-child(1)::after {
  content: "";
  background-color: #328ebe;
  padding: 10px 5px;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: -1;
}
.comment-container .commentmetadata a:focus::after {
  background-color: black;
  visibility: hidden;
}

.comment-container .commentmetadata a:hover {
  text-decoration: underline;
}
*/
.comment-container .commentmetadata a:hover {
  background-color: rgba(15, 99, 140, 0.7);
}

/*.comment-container .commentmetadata a:hover::before {
  background-color: #e96c6c;
  text-decoration: none;
}*/


/*==================== SCE plugin CSS ===================== */
.sce-edit-button {
  margin-left: 20px;
}
.sce-textarea {
  padding: 20px;
}
.sce-comment-edit-buttons button {
  margin-right: 5px;
}
/*========================================================= */

.comment-edit-link {
  background-color: #cc6262 !important;
  padding: 11px;
}
.comment-edit-link:hover {
  background-color: #9c4747 !important;
}
.children {
    margin-left: 10px !important;
}
.comment-container .commentlist,
.comment-container .children {
  margin: 0;
}
.comment-container .commentlist li,
.comment-container .children li {
  list-style: none;
}
.comment-container .commentlist > li {
  padding-left: 0;
}
.comment-container .comment {
  padding-left: 10px;
}
.comment-container .comment-body {
  background: #f1f3f4;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(192, 192, 192);
  border-left: 1px solid rgb(192, 192, 192);
  box-shadow: 0px 4px 3px -3px #808080;
  display: flex;
  flex-direction: column;
}
/*IMAGES DANS LES COMMENTAIRES
.comment-container .comment-body img {
    max-width: 400px;
    max-height: 350px;
    margin: 0 auto !important;
}*/
.comment-body p {
  padding: 0 20px;
}
.comment-container .comment-author {
  background: none repeat scroll 0% 0% #328EBE;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 50px;
  flex-wrap: wrap;
}
.comment-container .comment-author cite {
  font-style: normal;
  margin-right: 5px;
  justify-content: center;
  margin-left: 70px;
}
.comment-container .comment-author .says {
  flex-grow: 1;
}
.comment-container .comment-author img {
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  z-index: 999;
  background-color: white;
  left: -15px;
  box-shadow: inset 0px 0px 0px 1px #328ebe;
}
.comment-author img {
  vertical-align: middle !important;
  margin-top: 0 !important;
}
.reply {
  padding: 0 20px 0px 0;
}
.comment-container .reply:after {
  content: '';
  clear: both;
  display: table;
}
.comment-container .reply a {
  /*margin: 20px 10px 0 0px;*/
  padding: 5px 20px;
  background: #e3e6e9;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  color: #2d333a;
  font-size: 14px;
  border-bottom: 3px solid #b8c0c8;
  float: right;
}
.comment-container .reply a:hover {
  border-bottom: 3px solid #9ba7b2;
  color: #000 !important;
}
.comment_parent {
  display: inline-block;
  text-decoration: none;
}
.comment_parent_link {
  border-bottom: dashed 1px;
}
.sidebar {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  color: #2d333a;
}
.sidebar li {
  list-style: none;
}
.sidebar li a {
  text-decoration: none;
}
.sidebar li a:hover {
  text-decoration: underline;
  outline: 3px solid #000;
}
.sidebar .widget {
  background: #F5F5F5;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}
.sidebar .widget ul {
  margin-left: 25px;
}
.sidebar .widget ul > *:last-child {
  margin-bottom: 0 !important;
}
.sidebar .widget > ul,
.sidebar .widget .menu {
  margin-left: 0;
}
.sidebar .widgettitle,
.sidebar .widgettitle a {
  font-family: 'Archivo Narrow';
  font-size: 24px;
  margin: -30px -30px 20px;
  padding: 20px;background-color: /*#F1F3F4*/ rgb(234, 234, 234);
  text-align: center;
  text-shadow: 0px 0px 1px #fff;
}

.sidebar select {
  border: 1px solid #d4d9de;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.sidebar #recentcomments {
  margin: /*0 -40px;*/ 0;
}
.sidebar #recentcomments li {
  padding: /*5px 40px;*/ 5px 0;
}
.sidebar #searchform .s {
  width: 75%;
  width: 100%;
  float: left;
  float: none;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sidebar #searchform .searchsubmit {
  width: 25%;
  width: 100%;
  float: left;
  float: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar #searchform #s {
  border: none;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d4d9de;
}
.sidebar #searchform #searchsubmit {
  background: #328ebe;
  border: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  float: right;
}
.sidebar #searchform #searchsubmit:hover {
  background: #277096;
}
.sidebar #searchform:after {
  content: '';
  clear: both;
  display: table;
}
.sidebar #calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.sidebar #calendar_wrap table caption {
  background: #e3e6e9;
  padding: 10px;
}
.sidebar #calendar_wrap table a {
  font-weight: bold;
  text-decoration: underline;
}
.sidebar #calendar_wrap table thead th {
  text-align: center;
}
.sidebar #calendar_wrap table tbody td {
  text-align: center;
  border: 1px solid #d4d9de;
}
.sidebar #calendar_wrap #prev,
.sidebar #calendar_wrap #next {
  text-align: center;
  padding: 5px;
}
.sidebar #calendar_wrap #prev a,
.sidebar #calendar_wrap #next a {
  text-decoration: none;
}
.sidebar #calendar_wrap #prev a:hover,
.sidebar #calendar_wrap #next a:hover {
  text-decoration: underline;
}
.sidebar .widget_rss {
  font-size: 14px;
  line-height: 18px;
}
.sidebar .widget_rss li {
  margin-bottom: 20px;
}
.sidebar .widget_rss li a {
  display: block;
}
.sidebar .widget_rss .rss-date {
  color: #a9b3bd;
}
.sidebar .rsswidget img {
  display: none;
}
.sidebar p {
  margin-bottom: 20px;
}
.site-header {
  background: #3E5062;
  /*! border-bottom: 5px solid #22272c; */
  padding-bottom: 80px;
}
.site-header .navbar {
  margin: 0 auto;
  padding: 25px 35px;
  max-width: 1300px;
}
.site-header .navbar .logo {
 /* ==== MODIFS ==== */
  /*! float: left; */ /*! width: 50%; */
}
.site-header .navbar:after {
  content: '';
  clear: both;
  display: table;
}
.site-header .navbar .searchform {
  float: right !important;
  top: 7px;
  position: relative;
  margin-bottom: 7px;
}
.site-header .navbar .searchform form {
  width: 287px;
}
.site-header .navbar .searchform input[type="text"] {
  background: rgba(255, 255, 255, 0.55);
  border: rgba(255, 255, 255, 0.35) solid 2px;
  color: #272727;
  outline: none;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  padding: 10px;
  border-radius: 2px;
  /*! vertical-align: middle; */
}
.site-header .navbar .searchform input[type="text"]::-webkit-input-placeholder {
  color: #414B56;
}
.site-header .navbar .searchform input[type="text"]:-moz-placeholder {
  color: #414B56;
}
.site-header .navbar .searchform input[type="text"]::-moz-placeholder {
  color: #414B56;
}
.site-header .navbar .searchform input[type="text"]:-ms-input-placeholder {
  color: #414B56;
}

#\34 04-s:focus::-moz-placeholder {
  color: transparent;
}
#\34 04-s:focus::-moz-placeholder {
  color: transparent;
}
#\34 04-s:focus::-moz-placeholder {
  color: transparent;
}

.site-header .navbar .searchform #site-header-searchsubmit {
  display: none;
}
.site-header .navbar .searchform label {
  color: #414B56;
}
.site-header .name {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-table;
  font-family: "Roboto slab";
  text-shadow: 0px 0px 1px #1F2832;
  margin-left: 85px;
  position: relative;
}
.name::before {
  content: "";
  background-image: url("https://lokoyote.eu/wp-content/uploads/2014/08/logo21.png");
  position: absolute;
  left: -108px;
  top: -18px;
  transform: rotate(-15deg) scale(0.5,0.5);
  height: 90px;
  background-repeat: no-repeat;
  width: 100%;
}
.site-header .name a {
  color: white;
  text-decoration: none;
}
.site-header .name a:hover {
  text-decoration: underline;
}
.site-header .description {
  color: /*rgba(255, 255, 255, 0.6);*/ #A7B0BD;
  font-size: 16px;
}
html {
 /* position: relative; */
  min-height: 100%;
}
body {
  min-height: 100%;
/*  margin: 0 0 100px;
    bottom = footer height */

}
footer {
 /* position: absolute; */
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #2d333a;
  font-size: 14px;
  text-align: center;
  color: #708090;
  padding: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copy {
  color: #e3e6e9;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .theme-info a {
  color: #708090;
}
.dashicons-menu {
  display: none;
}


/* ====== Modifs ====== */
.comment-container .comment-author cite a[class="url"] {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed;
  display: inherit;
}
#commentform {
    padding-bottom: 30px !important;
}
#reply-title {
  padding-top: 20px !important;
  border-top: 10px double #E3E6E9;
  font-size: 20px;
  margin-bottom: 40px !important;
}
h3#comments {
  border-top: medium solid #E3E6E9;
  padding-top: 20px !important;
  margin: 50px 0 !important;
}
h2.title {
  padding: 10px;
  margin-top: -20px;
  line-height: 1.125;
}

.posts .title a {
  color: #565757;
}


li#recent-posts-2 li {
  padding: 5px 0;
}

li#recent-posts-2 li:before {
  content : "-";
}

li#menu-item-1258 a {
  font-weight: bold;
}

/* ====== Début Mail ====== */
.mail {
  font-size: 16px;
  color: #AD3535;
  font-weight: bold;
}
.mail:before {
  content: "contact";
}

.mail:after {
  content: "lokoyote.eu";
}

label[for=email]::after, label[for=url]::after {
  content: "(facultatif)";
  color: grey;
  padding-left: 10px;
}


 @-moz-document url-prefix() {
 	.content img {
 		max-width: 100%;
 		height: auto;
 		/*display: ruby-text-container;*/
 	}
}
/* ====== Fin Mail ====== */

/*================================ RESPONSIVE ================================================*/

@media all and (max-width: 1024px) {

  .navigation > * {
    display: block;
    position: relative;
    max-width: calc(100% - 45px) !important;
    margin-left: 52px !important;
    background-color: #2B3843;
  }

  .site-header .navigation {
    background: none;
  }
  
  .site-header .navbar {
    width: /*100%;*/ 85%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	  padding: 10px 20px;
	  /*margin-left: 40px !important;*/
  }
  
  #menu-menu-1 {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
	  max-height: 100vh;
  }
  .menu1 {
    direction: rtl;
 /*   -webkit-animation: run .3s ease;
    -o-animation: run .3s ease;
    animation: run .3s ease;  */
  }
/*@-webkit-keyframes run {
    0% {top: -50%;}
    100% {top: 0;}
  }
  @-o-keyframes run {
    0% {top: -50%;}
    100% {top: 0;}
  }
*/
  .site-header .navbar .searchform {
	top: 3px;
  }
  
  .site-header .navigation ul > li.current-menu-item > a, .site-header .navigation ul > li a {
    text-align: left;
    padding-left: 15%;
  }
  
  .site-header .navigation ul > li.current-menu-item > a, .site-header .navigation ul > li.current-menu-ancestor > a {
    background: #266AAD !important;
    font-weight: bold;
    padding-left: calc(15%);
    margin-left: -10px;
  }

  .site-header .navigation ul li.current-menu-item a:before {
	content: "\f139";
	z-index: 9999;
	position: absolute;
	display: inline-block;
	top: 11px;
	left: 7px;
	color: white;
	font-family: "Dashicons";
	font-size: 1.5em;
  }

  
/*=== Début Barre recherche ===*/
  .site-header .navbar .logo,
  .site-header .navbar .searchform,
  .site-header /*.navigation > *   */  /*,  #wrapper*/ {
    float: none;
    width: 100%;
  }
  .site-header .navbar .logo {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .site-header .navbar .searchform form {
    width: 100%;
    float: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
/*=== Fin Barre recherche ===*/

  .dashicons-menu {
    display: block;
    color: #708090;
    font-size: 30px;
 	/*margin-left: 40px;*/
	background: #2B3843;
	width: 32px;
	height: 32px;
	padding: 10px;
	position: absolute;
	z-index: 999999 !important;
  }
  
  .dashicons-menu:hover {
    cursor: pointer;
  }
  
  .archive-title-wrapper {
    margin-bottom: -10px;
  }
  
  #wrapper .posts,
  #wrapper .sidebar {
    float: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
  }
  #wrapper .sidebar {
   /* flex: 0 0 100%; */
    min-width: 100%;
  }
  #wrapper {
    padding: 0;
    display: block;
  }
  
  /* ========== MENU ============= */
    .site-header .navigation {
    display: none;
   /* border-top: 5px solid #2B3843;
    border-bottom: 5px solid #2B3843;*/
  }
  .site-header .navigation .sub-menu li {
    padding-left: 30px;
  }
  .site-header .navigation ul > li:hover > .sub-menu,
  .site-header .navigation ul > li:hover a,
  .site-header .navigation ul > li:hover a:hover {
    background: #6e6c7d;
  }
  #wrapper .posts {
    max-width: 100%;
  }
  .site-header .navigation ul > li {
    float: none;
    text-align: center;
  }
  .site-header .navigation .sub-menu,
  .site-header .navigation .sub-menu .sub-menu {
    display: block;
    position: relative;
    left: 0;
  }
  .sidebar .widget {
    margin-bottom: 0;
    border-bottom: 1px solid #d4d9de;
  }
  
/*.content blockquote::before {
  content: "\f122";
  font: normal 40px/1 'dashicons';
  color: #f499a2;
  z-index: 999;
  text-align: center;  */
	
  /*display: inline-block;
  position: absolute;*/

/*display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -55px;
  }
*/
}

/*=============================== Form Comment Grid CSS ====================================*/
#commentform {
  margin-bottom: 0px !important;
  display: grid;
  grid-template-areas: "head head head"
                       "head2 head2 head2"
                       "main main main"
                       "footer1 footer2 footer3"
                       ". . footer4";
  grid-template-columns: 33.33% 33.33% 33.33%;
  align-items: last baseline;
  grid-column-gap: 10px;
  padding-right: 20px;
}
.comment_notes {
  grid-area: head;
}
.comment-form span {
  grid-area: head2;
}
.comment-container .comment-form-comment {
  grid-area: main;
  margin: 20px 0px;
}
#wp-comment-wrap { /* WP Editor Comments Plus plugin */ 
  grid-area: main;
}
.comment-form-author {
  grid-area: footer1;
}
.comment-form-email {
  grid-area: footer2;
}
.comment-form-url {
  grid-area: footer3;
}
.form-submit {
  grid-area: footer4;
  margin: 0 0 15px 0 !important;
}  



#tinymce blockquote {
  display: block !important;
  margin: 30px auto !important;
  max-width: 700px !important;
  border-left: 8px solid #f499a2 !important;
  box-shadow: 0px 1px 4px #D1D1D1 !important;
  border-right: 2px solid #f499a2 !important;
}
#tinymce blockquote p {
  color: #7b7b7b;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  margin: 0px !important;
}

/*================================ RESPONSIVE =================================================*/
@media all and (max-width: 880px) {
  .site-header .name {
    font-size: 12px;
  }
  .post, .posts .page, .error404 .content-wrapper {
    border-top: 4px solid #C87A7A;
  }
  .content {
/*	font-size: 12px;*/
  }
  .post-meta a.permalink {
	display: none;
  }
  .post-meta a.permalink:hover {
    border: none;
  }
  .comment-container .commentmetadata {
    flex-wrap: wrap;
  }
  .comment-container .commentmetadata a:nth-child(1)::before, .comment-container .commentmetadata a:nth-child(1)::after {
    display: none;
 }
  h2.title::before {
    height: 25px;
    margin-left: -50px;
    margin-right: 5px;
 }
  .comment-container .commentmetadata a:nth-child(1) {
    border: none;
 }
  .comment-container .comment-author img {
    box-shadow: 0px 0px 1px 0px #c3c3c3;
    transform: scale(0.8);
    border-radius: 0;
    left: -7px;
    border: 2px solid white;
}
  .comment-container .comment-author cite {
    margin-left: 80px;
  }
 .comment-edit-link {
    flex-grow: 1;
}
 .comment-meta.commentmetadata > a:first-child::before {
    content: "\f103";
    font-family: dashicons;
    display: inline-block;
    top: 2px;
	  left: 0;
	  position: relative;
	  line-height: 1em;
 }
 #commentform {
    grid-template-areas: "head head head" "head2 head2 head2" "main main main" "footer1 footer1 footer1" "footer2 footer2 footer2" "footer3 footer3 footer3" ". . footer4";
 }
}

/*================================ RESPONSIVE =================================================*/
@media all and (max-width: 800px) {
  .posts .title {
    font-size: 29px;
    margin: 10px 0 20px 0;
    padding: 10px 20px;
  }
  #wrapper{
    padding: 0px;
  }
  .posts > *:last-child {
    margin-bottom: 0 !important;
  }
  .post-meta {
    margin: 0 10px 40px 10px;;
	font-size: 11px;
  }
  .post-meta span {
	font-size: 16px;	
  }
  #wrapper .post-nav {
    background: #ECF0F5 !important;
    padding: 20px 10px;
  }
  .content-wrapper {
    padding: 0px;
  }
  .content {
    padding: 10px 20px;
  }
  .posts .content h2 {
    font-size: 24px;
  }
  .content a {
   /* OLD
    display: flow-root;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
    max-width: 100%;
    color: #328ebe !important; */
    word-wrap: break-word;
  }
  .content img {
    float: none;
  }
  .content blockquote {
    border-left: 6px solid #f499a2;
    border-right: none;
  }
  .content blockquote::before {
    display: none;
/*	margin: -15px 0 0 -30px;
	background-color: #FFF;
	font: normal 35px/1 'dashicons';
    display: inline-block;
    position: absolute;
    padding: 8px;
*/  
  }
  .content blockquote p {
	padding: 5px 15px;
  }	
  .content .alignright,
  .content .alignleft,
  .featured-image.narrow,
  .featured-image.wide {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }

  #gallery-1 .gallery-item {
    float: none !important;
    width: 100% !important;
  }

  .post-meta-tax .dashicons {
    display: none;
  }
  .post-meta-tax {
    padding: 10px 5px;
    margin-top: 20px;
  }
	
  .embedly-card * {
	margin: 0 !important;
  }
  .comment-container .comment-body {
    margin: 0px -15px 30px -15px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
	    #menu-menu-1 {
	      max-height: calc(100vh - 65px) !important;
	    }
	    a:active {
       outline: none !important;
      }
      #menu-menu-1 a:focus-within, #menu-menu-1 a:hover {
        background-color: unset !important;
        color: #FFF !important;
        text-decoration: none;
        border-radius: 0 !important;
        box-shadow: unset !important;
        outline: unset !important;
        font-size: 1em !important;
      }
}

.on::before {
content: "\f158";
}

