/*
Theme Name: Projet G5
Theme URI: http://www.projetg5.com/
Description:
Author: mik
Version: alpha0
*/

/* =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: bold;
}

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;
}

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#main {
  display: block;
}

@media (min-width: 800px) {
  #main {
    display: flex;
    gap: 2rem;
  }
}

#container {
  margin: 2rem 0 0 0;
  width: 100%;
}

#content {
  margin: 0 2rem;
  position: relative;

}


#masthead-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#primary {
  padding-top: 3rem;
}


#footer {
  clear: both;
  width: 100%;
}

.colg #container {
  float: right;
}

.colg #primary,
.colg #secondary {
  float: left;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

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

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

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

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: Georgia, "Bitstream Charter", serif;
  font-family: Arial;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#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-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
  /*
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: Arial;
	*/
}

input[type="submit"] {
  /*
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: Arial;
	*/
}

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,
#main,
#wrapper {
  margin: 0 auto;
  max-width: 1024px;
}

#wrapper {
  /* background: #fff; */
  /* margin-top: 20px; */
  /* padding: 0 20px; */
}

/* Structure the footer area */
#footer-widget-area {
  overflow: hidden;
}

#footer-widget-area .widget-area {
  /*
	float: left;
	margin-right: 20px;
	width: 220px;
	*/
}

#footer-widget-area #fourth {
  margin-right: 0;
}

#site-info {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 700px;
}

/* =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: #e7e7e7;
  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;
  overflow: auto;
  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: 0.5ex;
}

input[type="text"],
textarea {
  /* background: #f9f9f9; */
  /* border: 1px solid #ccc; */
  border: 1px solid rgba(0, 0, 0, .15);
  /* 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); */
  padding: .25rem .5rem;
}

a:link {
  color: #333399;
}

a:visited {
  color: #333399;
}

a:active,
a:hover {
  color: #000;
}

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

/* =Header
-------------------------------------------------------------- */
body {
  background-color: #313233;
  background: #313233;
}

#body {
  background-repeat: no-repeat;
  background-position: top center;
}

#header {
  /* padding: 1rem 0 0 0; */
  position: relative;

  background: #2c1e1d;
  background: rgba(0, 0, 0, .85);
  padding: 1rem 1rem 0 1rem;
  margin: 0;
}

#branding {
  padding: 0 0 0 .7rem;
  height: 92px;
  margin: 0 auto 0 0;
}

#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px 0;
  margin: 0 0 18px -5px;
  width: 300px;

  font-size: 58px;
  font-size: 24px;
  font-size: 51px;
  line-height: 58px;
  background-image: url(./images/new_logo2.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#site-title a {
  text-indent: -999em;
  color: #000;
  display: block;
  font-weight: normal;
  padding-left: 8px;
  padding-left: 0;
  text-decoration: none;
  text-transform: uppercase;
}

#site-description {
  font-size: 10px;
  font-style: normal;
  margin: 56px 0 0 13px;
  position: absolute;
  width: 300px;
  color: #8c827c;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  /* background: #2c1e1d; */
  margin: 0 auto;
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}

#access .menu-header,
div.menu {
  font-size: 13px;
  margin-left: 12px;
}

#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#access .menu-header li,
div.menu li {
  position: relative;
}

#access .menu-header li ul,
div.menu li ul {
  display: none;
}

#access .menu-header li li,
div.menu li li {
  float: left;
  position: relative;
}

#access a {
  color: #efefef;
  display: block;
  line-height: 38px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

#access ul ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px #666666;
  -moz-box-shadow: 1px 1px 2px #666666;
  -webkit-box-shadow: 1px 1px 2px #666666;
  box-shadow: 0 0 2px #666666;
  -moz-box-shadow: 0 0 2px #666666;
  -webkit-box-shadow: 0 0 2px #666666;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999;
}

#access ul ul li {
  min-width: 180px;
}

#access ul ul ul {
  left: 100%;
  top: 0;
}

#access ul ul a {
  /* background: #333; */
  background: #635b59;
  line-height: 1em;
  padding: .5rem 10px;
  width: 160px;
  height: auto;
}

#access li:hover>a {
  /* background: #635b59; */
  background: #635b59;
  color: #fff;
}

#access ul ul :hover>a {

  background: hsl(12, 5%, 50%);
  background: #867c79;
  color: #fff;
}

#access ul li:hover>ul {
  display: block;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
  font-weight: bold;
  color: #fff;

  background: #706664;
  color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  font-weight: bold;
  color: #fff;

  background: #706664;
  color: #fff;
}

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

#main {
  clear: both;
  overflow: hidden;
  padding: 0;
}

#content {
  margin-bottom: 36px;
}

#content,
#content input,
#content textarea {

  color: #555555;

  font-size: 12px;
  line-height: 18px;
}

#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;
  color: #706664;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  margin: 30px 0 20px;
  /* border-bottom: 1px solid #999; */
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0px 0 20px;
}

#content table {
  /* border: 1px solid #e7e7e7; */
  /* margin: 0 20px 25px; */
  margin: 0 .5rem 2rem;
  /* background: none repeat scroll 0 0 #fefefe; */
  text-align: left;
}

#content tr th,
#content thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

#content tr th,
#content tr td {
  /* border-top: 1px solid #e7e7e7; */
  /* border: 1px solid #e7e7e7; */
  /* padding: 6px 24px; */
  padding: .5rem .5rem;
}

#content #projet_fichiers tr td {
  border: 0;
  border-top: 1px solid #e7e7e7;
}

#content tr.odd td {
  background: #f2f7fc;
}

#content .heateor_sss_sharing_container {
  margin: 3rem .5rem 3rem .5rem;
}

.hentry {
  margin: 0 0 48px 0;
}

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #2c1e1d;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.single .hentry {
  margin: 0 0 36px 0;
}

.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}

#content .page-title,
#content .entry-title {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0;
}

.page-title a:link,
.page-title a:visited,
.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none;
}

.page-title a:active,
.page-title a:hover,
.entry-title a:active,
.entry-title a:hover {
  color: #ff4b33;
}

/** MARRON ... */
#content .page-title,
.page-title a:link,
.page-title a:visited,
#content .entry-title,
.entry-title a:link,
.entry-title a:visited {

  color: #5e4d45;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
}

#content h1.page-title,
#content h1.entry-title,
#content h2.page-title,
#content h2.entry-title {

  line-height: 1.3em;
  font-size: 2.1em;

  font-size: 2.1em;
  line-height: 1.8em;

  font-size: 18px;
  line-height: 25px;

  color: #2c1e1d;

  font-size: 18px;
  line-height: 34px;
}

#content h1.page-title {
  margin-bottom: 20px;
}

.page-title a:active,
.page-title a:hover,
.entry-title a:active,
.entry-title a:hover {
  color: #000;
}

/** !MARRON ... */

.entry-meta {
  color: #888;
  font-size: 9px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 20px;
}

.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: 5px 0 0;
}

.entry-summary {
  padding: 5px 0 0;
}

#content .entry-summary p:last-child {

  margin-bottom: 0;

  font-size: 12px;
  line-height: 16px;
}

.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 {
  margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content label {
  color: #888;
  font-size: 12px;
}

.entry-content select {
  margin: 0 0 24px 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 {
  clear: both;
  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-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}

#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}

#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}

.entry-admin,
.entry-utility {
  clear: both;
  /*	color: #888;
	font-size: 12px;
	line-height: 18px;
	*/
}

.entry-admin {
  margin-top: -27px;
  margin-top: -37px;
  margin-top: -21px;
  margin-top: -24px;
  position: absolute;
  text-align: right;
  margin-left: 540px;
  width: 100px;
}

.entry-admin.bottom {
  margin-top: 20px;
}

.entry-meta a,
.entry-utility a {
  color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}

#content .video-player {
  padding: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}

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

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

#post-1 .alignleft {
  margin-bottom: 30px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

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

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 5px solid #fefefe;
  box-shadow: 0 0 5px #999999;
}

.gallery br+br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

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

.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
  color: #888;
  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;
  display: none;
}

#nav-below {
  margin: -18px 0 0 0;
  display: none;
}

/*,
.single #nav-above
.paged #nav-above
*/
.archive #nav-above,
.archive #nav-below {
  display: block;
}

/* =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: #888;
  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: #888;
}

.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: #888;
  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: #888;
  font-size: 12px;
}

#respond input {
  margin: 0 0 9px;
  width: 98%;
}

#respond textarea {
  width: 98%;
}

#respond .form-allowed-tags {
  color: #888;
  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 select {
  max-width: 100%;
}

.widget_search #searchform {
  padding: 3px;
  text-align: center;
}

.widget_search #s {
  /* This keeps the search inputs in line */
  /*width: 60%;*/
  width: 110px;
}

.widget_search #searchsubmit {
  border: 1px solid rgba(0, 0, 0, .15);
  padding: .25rem 0;
  width: 82px;
  cursor: pointer;
}

.widget_search label {
  display: none;
}

.widget-container {
  margin: 0 0 18px 0;
}

.widget-title {
  color: #222;
  font-weight: bold;
}

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

.widget-container {

  border-radius: 1px;
  border: 1px solid #dedede;

}

.widget-container .widget-title {

  font-weight: normal;

  padding: 5px 8px;

  /* background: none repeat scroll 0 0 #f5f5f5; */


  color: #333333;
  border: 0;
  /* border-bottom: 1px solid #dedede; */
  /* border-top: 1px solid #ccc; */
}

/* GREY/DARK */
.widget-container {
  border: 1px solid #666;
  border: 1px solid #ccc;
  background: none repeat scroll 0 0 #ececec;
  background: #f9f9f9;
  background: #fafaf0;
  border-radius: 5px 5px 5px 5px;
}

#main .widget-area ul ul,
.widget-container a {
  color: #006699;
  color: #2c1e1d;
  color: #333;
}

.widget-container a {
  display: inline-block;
  width: 156px;
}

.mkd_color_dark_c .widget-container a:hover,
.widget-container a:hover {
  /*background:#fff;
	color:#333399; */
  color: #000;
}

.widget-container .widget-title {
  font-weight: bold;
  font-size: 1.1em;

  color: #eeeeee;
}



#main .widget-area ul ul,
.widget-container a {
  font-size: 13px;
}

.widget-container .widget-title {
  font-weight: bold;
}

.entry-admin a {
  background: none repeat scroll 0 0 #18215e;
  border-radius: 5px 5px 5px 5px;
  color: #efefef;
  display: block;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 75px;
  opacity: 0.3;
}

.entry-admin a:hover {
  background: #233087;
  color: #ffffff;
  opacity: 1;
}

#main .widget-area ul {
  margin: 0 5px;
  margin: 0;
  padding: 0;
}

#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
  margin: 0;
  padding: 10px 0 15px 25px;
  padding: 10px 0 30px 15px;
  list-style-type: circle;
}

#main .widget-area ul ul ul {
  padding: 0 0 5px 15px;
}

#main .widget-area ul ul ul a {
  width: 141px;
}

#primary {}

#secondary {}

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

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

/* #footer {
  margin-bottom: 20px;
} */

/* #colophon {
  border-top: 4px solid #000;
  margin-top: -4px;
  overflow: hidden;
  padding: 18px 0;
} */

#site-info {
  font-weight: bold;
}

#site-info a {
  color: #000;
  text-decoration: none;
}

img#wpstats {
  display: block;
  margin: 0 auto 10px;
}

/* =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: 120%;
}

#site-description {
  -webkit-text-size-adjust: none;
}

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

@media print {
  body {
    background: none !important;
  }

  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
    box-shadow: none !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;
  }

  #site-title a {
    font-size: 3em;
    line-height: 1.6em;
    text-indent: 0;
    padding: 0;
  }

  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }

  .entry-title {
    font-size: 21pt;
  }

  #banner,
  #access,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .entry-admin,
  .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 {
    float: none;
    width: auto;
  }

  #colophon {
    width: auto;
  }

  img#wpstats {
    display: none;
  }

  #entry-author-info {
    border: 1px solid #e7e7e7;
  }

  #main {
    display: inline;
  }

  .home .sticky {
    border: none;
  }

  #content h1.page-title,
  #content h1.entry-title,
  #content h2.page-title,
  #content h2.entry-title,
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    color: #000;
    text-shadow: none !important;
  }


}

/* !Print Style */

/******************************************************************************/
/*** Special tweaks **/
.tax-news-mots #access ul li.menu-item-news>a,
.tax-categorie #access ul li.menu-item-tutoriaux>a,
.tax-tutoriaux-categories #access ul li.menu-item-tutoriaux>a,
.tax-articles-categorie #access ul li.menu-item-articles>a,
.tax-articles-categories #access ul li.menu-item-articles>a,
.single-news #access ul li.menu-item-news>a,
.single-projets #access ul li.menu-item-projets>a,
.single-articles #access ul li.menu-item-articles>a,
.single-tutoriaux #access ul li.menu-item-tutoriaux>a {
  font-weight: bold;
  background: #2c1e1d;
  color: #fff;
}


.mkd_color_dark_c #access {
  background: #2c1e1d;
  background: transparent;
}



.mkd_color_dark_c .widget-container {
  background: #fdfdfd;
  background: none;
}

.mkd_color_dark_c .widget-container .widget-title {

  color: #636363;

  /*
	* src: http://www.colorzilla.com/gradient-editor/#f0f0f0+0,f9f9f9+100;Custom
	*/
  background: #f0f0f0;
  background: rgba(0, 0, 0, .025);

}

.mkd_color_dark_c #main .widget-area ul ul,
.mkd_color_dark_c .widget-container a {
  color: #666666;
}

/******************************************************************************/
div.attachments {
  padding: 10px;
  border-radius: 5px;
  background: none repeat scroll 0 0 #fafafa;
  background: none repeat scroll 0 0 #fafaf0;
  border: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
}

#content div.attachments h2 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

dl.attachments {
  /* margin:0 0 10px 0; */
  margin: 0;
  padding: 10px 3px;
  border-top: 1px solid #e5e5e5;
}

dl.attachments-large,
dl.attachments-medium,
dl.attachments-small {}

dl.attachments:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

dl.attachments img {
  margin: 1%;
}

dl.attachments dt.icon {
  float: left;
}

#content dl.attachments dd {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}

dl.attachments dd.caption {
  float: left;
  margin: 0;
  padding: 0 0 0 0.5em;
}

dl.attachments dd img.lock {
  margin: 0;
  float: right;
}

div.widget dl.attachments {
  width: 100%;
}

div.widget dl.attachments-large {
  border: 0;
}

/******************************************************************************/

#colophon {
  padding: 0 0 10px 0;
  margin: 0 0 2rem;
  border-top: 0;
  /* height: 55px; */
  background: rgba(0, 0, 0, .85);
}

#footer-widget-area .widget-area {
  float: none;
  margin-right: 0;
  width: auto;
}

#footer-widget-area .widget-container {
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  margin: 0;
}

/* #footer-widget-area .widget-container.widget_nav_menu {
  border-top: 2px solid #ddd;
} */

#colophon .widget-area ul {
  margin: 0;
}

#footer-widget-area .widget-container li {
  display: block;
  display: inline-block;
  float: none;
  line-height: 22px;
  padding: 0;
  width: auto;
}

#main #footer-widget-area .widget-area ul ul,
#footer-widget-area .widget-container a {
  color: #999;
  width: auto;
}

#footer-widget-area .widget-area .textwidget {
  color: #999;
  font-size: 11px;
  line-height: 11px;
  /* padding: 0 0 12px 0; */
  padding: 1rem 0;

  /* position: absolute; */
  width: 100%;
  max-width: 1024px;
  /* margin-top: 42px; */
}

#footer-widget-area .widget-area .textwidget p {
  padding: 0;
  margin: 0;
}

#footer-widget-area .widget-container li:after {
  content: "|";
  padding: 0 0 0 5px;
  color: #999;
}

#footer-widget-area .widget-container li:last-child:after {
  content: "";
}

#content tr th,
#content thead th {
  background-color: #635b59;
  color: #ffffff;
  padding: 5px;
  background-color: #f9f9f9;
  background-color: #fbfbfb;
  color: #636363;
}

#content tr td {
  padding: 5px;
}

#content #projet_fichiers tr a {
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  height: 20px;
  background-position: center left;
  background-repeat: no-repeat;
}

#content #projet_fichiers tr.img a {
  background-image: url(../../../wp-content/plugins/mk-wp-customizer/img/ico2/picture.png);
}

#content #projet_fichiers tr.xls a {
  background-image: url(../../../wp-content/plugins/mk-wp-customizer/img/ico2/page_white_excel.png);
}

#content #projet_fichiers tr.pdf a {
  background-image: url(../../../wp-content/plugins/mk-wp-customizer/img/ico2/page_white_acrobat.png);
}

#content #projet_fichiers tr.snd a {
  background-image: url(../../../wp-content/plugins/mk-wp-customizer/img/ico2/music.png);
}

.entry-utility,
.entry-meta {
  /* text-align: right; */
}

.single-projets .entry-utility .entry-date,
.single-projets .entry-meta .entry-date {
  display: none;
}

.archive .not-found,
.archive .hentry {
  display: block;
  position: relative;

  border-bottom: 2px solid rgba(0, 0, 0, .1);

  margin: 0 0 17px 0;
  padding: 20px 20px 70px 140px;

  min-height: 100px;

  background-position: 10px top;
  background-repeat: no-repeat;
}

.archive .post-image,
.post-image {
  display: block;
  position: absolute;
  margin: 0 0 0 -130px;
}

.archive .post-image {
  width: 100px;
  text-align: center;
}

.single .post-image {
  margin: 0;
  position: relative;
}

.archive .entry-admin {
  margin-left: 400px;
  width: 100px;
}

.archive #content h2.entry-title,
#content .archive h2.entry-title {
  color: #999;
  text-shadow: none;

  border: 0;
  margin: 0;

  text-shadow: none;

  font-size: 15px;
  line-height: 20px;
}

.archive #content h2.entry-title,
#content .archive h2.entry-title {
  padding: 0;
  margin: 0;
}

.archive h2.entry-title a {

  font-weight: bold;
  text-decoration: none;
}

.difficulty_level {
  color: #111177;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 20px;
  text-align: left;

  font-size: 10px;
  font-size: 12px;

  margin: 0;
  font-size: 11px;
  font-weight: bold;
  color: #008000;
}

.difficulty_level {
  display: block;
  font-size: 10px;
  left: 10px;
  position: absolute;

  top: 87px;
  top: 93px;
  top: 113px;

  width: 100px;
  text-align: center;
}

.difficulty_level.confirme {
  color: #800000;
}

.difficulty_level.debrouille {
  color: #000080;
}

.archive .entry-meta {
  margin: 0 0 10px 0;
  padding: 0;
}

.archive .entry-infos {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
}

.archive #content .difficulty_level,
#content .archive .difficulty_level {}

.single #content .difficulty_level {
  position: relative;
  width: 250px;
  text-align: left;
  left: 0;
  top: 0;
}

#faq .question {
  /* margin: 10px 0 0 20px; */
  margin: 0;
}

#faq .question h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
  border: 0;
}

#faq .answer {
  margin: 0 0 20px 20px;
  background: none repeat scroll 0 0 #f5f5f5;
  background: none repeat scroll 0 0 #f2f2f2;
  padding: 10px;
}

#faq .answer p {
  margin: 0 0 15px;
  padding: 0;
}

#faq .question h4:hover {
  cursor: pointer;
  text-decoration: underline;
}

#faq .question.closed h4 {
  font-weight: normal;
}

#faq .question.closed .answer {
  display: none;
}

#banner {
  font-weight: bold;
  color: #000;
  background-color: #efefef;
  color: #efefef;
  background-color: transparent;

  display: block;
  height: 72px;
  margin-right: 1rem;
  width: 468px;
}

#banner img {
  border: 2px solid #000;
}

img {
  max-width: 100%;
}

.entry-summary a {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
}

.archive .entry-utility,
.archive .comments-link,
.comments-link {
  display: none;
}

#content #list_bookmarks,
#content #list_bookmarks ul {
  margin: 0;
  padding: 0;
}

#content #list_bookmarks ul {
  margin-bottom: 30px;
}

#content #list_bookmarks h2 {
  margin: 0;
  margin-bottom: 15px;
}

#content #list_bookmarks ul a {
  display: block;
  font-weight: bold;
}

#content #list_bookmarks ul li {
  display: block;
  margin-bottom: 1rem;
  padding-left: 0;
}

#content #list_bookmarks li.linkcat {
  list-style-type: none;
}

/* mods col droite */
#main .widget-area ul ul {
  padding: 10px 0 15px 15px;
  list-style-type: none;
}

.widget-container {
  border: 0;
  margin: 0;
  border-radius: 0;
}

#primary {
  /* border-left: 1px solid #ccc; */
  /* border: 1px solid #ccc; */
  border: 0;
  /* border-left: 1px solid #ccc; */
  background: rgba(0, 0, 0, .025);

}

#wrapper {
  background: #f9f9f9;
}

/******************************************************************************/
/* Pas de titre */
/*
#site-title {
background:none;
}
#site-title a {
text-indent:0;
}
*/
/******************************************************************************/
/* Big logo */
/*
#site-title {
background-image:url(./images/logo-f-04.png);
line-height: 116px;
}
#site-description{
font-size: 9px;
font-style: italic;
margin: 111px 0 0 45px;
position: absolute;
width: 300px;
}
*/
/******************************************************************************/
/* big titre */
#content .page-title,
#content .page-title a,
.page-title a:link,
.page-title a:visited,
#content .entry-title,
#content .entry-title a,
.entry-title a:link,
.entry-title a:visited {
  background: none;
  color: #2c1e1d;
  font-family: Georgia;
  font-family: arial;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
}

#content h1.page-title,
#content h1.page-title a,
.single #content h2.entry-title,
.single #content h2.entry-title a,
.home #content h2.entry-title,
.home #content h2.entry-title a,
.page #content h2.entry-title,
.page #content h2.entry-title a,
#content .page-title,
.page-title a:link,
.page-title a:visited {
  font-size: 41px;
  font-size: 27px;
  line-height: 40px;
  margin: 0;
  padding: 0;

}

#content .archive h2.entry-title,
#content .archive h2.entry-title a:link,
#content .archive h2.entry-title a:visited,
.archive #content h2.entry-title,
.archive #content h2.entry-title a:link,
.archive #content h2.entry-title a:visited {
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  /* color: #706664; */
  color: #2c1e1d;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 .5rem;
  margin: 40px 0 20px;
}

#content .entry-title {
  padding: 0 .5rem;
}

/******************************************************************************/
.archive .not-found,
.archive .hentry {
  margin: 10px 15px 10px 15px;
}

#content div.archive {
  margin: 30px 0;
}

#content .entry-content div.archive {
  margin: 15px 0 30px;
}

.entry-content {
  clear: both;
  padding: 25px 15px 0;
  padding: 15px 0 0;
}

#content .entry-content:first-child {
  margin-top: 0;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin: 1rem 0.5rem 1rem 0.5rem;
}

#content hr {
  margin: 24px 0;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
}

#content ol li,
#content ul li {
  margin-left: 0.5rem;
}

#content .entry-summary p {
  margin: 0;
}

.page-id-456 #content p {
  margin: 0;
}

#content {
  /* margin: 0 15px 0 15px; */
  margin: 0 2rem 0 2rem;
  position: relative;
}

.ht_warning {
  background-image: url(./images/warning-ht-4.png);
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;

  color: #D00;
  font-size: 10px;
  line-height: 14px;
  margin: 10px 0px 15px;
  padding: 1rem 105px 1rem 1rem;
  /* text-align: justify; */
  box-shadow: none;
  border: 0px solid #D00;
  border-left: 4px solid #D00;
}

.ht_warning a {
  padding: 2px 0 0 0;
  display: block;
  font-weight: bold;
}

.entry-admin {
  margin-left: 0;
  margin-top: -24px;
  position: absolute;
  text-align: right;
  max-width: 545px;
}

a.mimetype {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;

  /*
	*/
  background-position: 2px center;
  padding-left: 24px;
}

a.zip {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_zip.png");
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_compressed.png");
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/package.png");
}

a.snd {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/music.png");
}

a.doc {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_word.png");
}

a.xls {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_excel.png");
}

a.pdf {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_acrobat.png");
}

a.ppt {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_powerpoint.png");
}

a.html {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_link.png");
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_world.png");
}

a.img {
  background-image: url("../../plugins/mk-wp-customizer/img/ico2/page_white_picture.png");
}

.home .ht_warning {
  margin: 10px 10px 15px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

body.page-id-456 #primary {
  display: none;
}

#primary {
  /* border: 1px solid #cdcdcd; */
  /* border-radius: 5px 5px 5px 5px; */
}

.widget_search #searchform {
  padding: 12px 3px;
}

/**** cursus style  ***/
body.single-theorie #content div.type-theorie a,
body.single-theorie #content div.type-theorie a.mimetype {
  padding-left: 0;
  background: none;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

body.single-theorie #content div.type-theorie a:hover,
body.single-theorie #content div.type-theorie a.mimetype:hover {
  text-decoration: underline;
}

body.single-theorie #content div.type-theorie h1,
body.single-theorie #content div.type-theorie h2,
body.single-theorie #content div.type-theorie h3,
body.single-theorie #content div.type-theorie h4,
body.single-theorie #content div.type-theorie h5 {
  padding: 0;
}

body.single-theorie #content div.type-theorie h3 {
  color: #800000;
  text-align: left;

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.single-theorie #content div.type-theorie p {
  font-family: verdana;
  font-size: 12px;
  text-align: justify;

  margin-left: 0;
  margin-right: 0;
}

body.single-theorie #content div.type-theorie .information-importante-inline {
  font-weight: bold;
  color: #f00;
}