html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.1;
  font-family: 'Encode Sans';
}
h1 {
  font-size: 2.em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.1em;
  font-style: italic;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f1fcfc;
  color: #242121;
  #font-family: 'Encode Sans';
  font-family: 'Lato';
  font-weight: 200;
  #font-family: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.0em;
  line-height: 1.5em;
}
em, i {
  font-weight: 300;
}
a {
  /* color: #D9411E; */
    color: #0a5c5c;
    color: #c93214;
  text-decoration: none;
}
a:hover {
  /* color: #FF5A09; */
  /* color: rgb(143,201,63); */
  color: #FFB041;
}
hr {
  color: #eeeeee;
  background-color: #eeeeee;
  height: 1px;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
}
img[src*="#identite"] {
  max-width:10em;
  width: 10em;
  /* height:8em; */
  border-radius: 50%;
}

aside {
  background-color: #304f60;
  color: #ffffff;
  text-align: center;
  width: 10%;
}
aside a {
  color: #ffffff;
}
aside a:hover {
  color: #eeeeee;
}
aside div {
  padding: 12px;
  margin: 0px;
}
aside div img {
#  border-radius: 150%;
  background-color: #f0f0f0;
  max-width: 600px;
  margin: 0 auto;
}
aside div h1 {
  margin: 15px 0 5px 0;
  color: #80ddc5;
}
aside div h1 a {
  /* color:#4392DA; */
    color: #80ddc5;
    font-size: 1.2em;
}
aside div p {
  margin: 0 0 12px 0;
  font-size: 0.92em;
}
aside nav ul li {
  display: inline;
  line-height: 1.6em;
  font-size: 1.28em;
  /*text-transform: lowercase;*/
}
main nav {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.72em;
  padding: 14px 0 14px 0;
  border-bottom: #eeeeee 1px solid;
}
main nav a,
main .translations a {
  padding: 0 4px 0 4px;
  border-left: #eeeeee 1px solid;
  border-right: #eeeeee 1px solid;
}
main nav :first-child,
main .translations :first-child {
  border-left: none;
}
main nav :last-child,
main .translations :last-child {
  border-right: none;
}
main .neighbors {
  margin: 4% 0% 4% 0%;
  height: 20px;
}
main .pagination {
  margin: 4% 8% 4% 8%;
  height: 20px;
}
main .social-share p {
  font-size: 0.8em;
}
main article {
  margin: 0 8% 2% 8%;
}
main article header h1,
main article header h2 {
  margin-bottom: 0;
  font-size: 1.4rem;
}
main article header h2::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
  margin-right: 1rem;

}
main article h1, main article h2, main article h3 {
  /* color: #4392DA;*/
  color: #80ddc5
}
main article h4, main article h5, main article h6 {
  /* color: #262626; */
  color: #636363;
}
main article h1,main article h2,main article h3,main article h4,main article h5,main article h6 {
  font-weight: 400;
}
main article header p {
  color: #999999;
  font-size: 0.86em;
}
main article header .translations {
  float: right;
}
main article header .translations .active {
  font-weight: 600;
}
main article code,
main article kbd,
main article samp,
main article pre {
  font-family: 'Source Code Pro', 'Consolas', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
}
main article blockquote,
main article pre {
  background-color: rgba(128, 128, 128, 0.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 8px solid rgba(128, 128, 128, 0.075);
  border-left-width: 10px;
}
a.external::after {
  color:#333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .8em;
  content: "\f35d";
  margin-left: .4em;
}
main article blockquote {
  padding: 10px 20px;
  font-weight: 300;
  /* font-size: 1.1em; */
}
/* main article blockquote p {
  line-height: .8em;
} */
main article pre {
  padding: 4px;
  font-size: 0.9em;
  overflow-x: auto;
}
main article samp {
  white-space: pre;
  display: block;
  overflow-x: auto;
}
main article kbd {
  padding: 0.1em 0.6em;
  border: 1px solid rgba(63, 63, 63, 0.25);
  box-shadow: 0 1px 0 rgba(63, 63, 63, 0.25);
  background-color: #fff;
  color: #333;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.1em;
  white-space: nowrap;
  font-size: 0.78em;
}
main article *:not(pre) > code {
  font-size: 0.8em;
  white-space: nowrap;
  color: #c25;
  padding: 1px 3px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}
main article .comment-count {
  font-size: 0.8em;
}
main article table {
  border-collapse: collapse;
  border-spacing: 0;
}
main article table thead:first-child tr:first-child th {
  border-top: 0;
}
main article table th,
main article table td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* main article ul li {
  list-style: none;
}
main article ul li::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f138";
  font-size: .9em;
  color: #444;
  margin-right: .5em;
  display: inline-block;
} */
/* Pour l'extension markdown_checklists */
main article ul li.task-list-item {
  list-style: none;
}
main footer {
  padding-top: 4px;
  border-top: #eeeeee 1px solid;
}
main footer p {
  margin: 2px;
  text-align: center;
  padding: 0 40px 0 40px;
  color: #999999;
  font-size: 11px;
}
.tag-cloud a {
  background-color: #D9411E;
  padding: 0.2em 0.6em 0.2em;
  font-size: 0.74em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.tag-cloud a:hover {
  background-color: #FF5A09;
}
a.btn {
  /* background-color: #D9411E; */
  background-color: #A8BC53;
  padding: 0.6em 0.6em;
  font-size: 0.8em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.btn:hover {
  /* background-color: #FF5A09; */
  background-color: #92C2ED;
}

/* --- test effet bouton ---*/
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  background: #A8BC53;
  padding: 0.6em 0.6em;
  font-size: 0.8em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #92C2ED;
  border-radius: 0.25em;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* --- */
.center,
.text-center {
  text-align: center;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
div.related-posts {
  margin: 15px 0 15px 0;
  padding-bottom: 20px;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;
}
div.related-posts h4 {
  margin: 20px 0 25px 0;
}
div.related-posts ul {
  font-size: 1.1em;
  padding-left: 12px;
}
div.related-posts ul li {
  padding: 4px 0 4px 0;
}
ul.list,
ul.links,
ul.social,
ul.related-posts,
ul.tutelles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside nav {
  flex: 1;
  margin-top: 1em;
  border-top: 1px rgba(200,200,200,.8) solid;
}
aside > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
aside div > div.col-header {
  max-height: 150px;
  flex: 0;
}
div.tutelles {
  padding: 0;
  padding-bottom: 1em;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
}
a.logo-tutelle {
  display: block;
  text-decoration: none;
  max-width: calc(60%/3); # Divise par le nombre de logo de tutelles a afficher
}
a.logo-tutelle > img {
  border-radius: 0;
  display: block;
  width: 100%;
}
ul.links {
  padding: 1em 0 1em 0;
}
ul.links li {
  padding: 4px;
}
ul.links > li > a > i.fa {
  margin-right: .6em;
  font-size:.8em;
} 
ul.list {
  padding: 1em 0 1em 0;
}
ul.list li {
  padding: 4px;
}
ul.social {
  font-size: 1.6em;
  padding-top: 20px;
}
ul.social li {
  display: inline;
}
ul.social a:hover {
  z-index: 2;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
ul.social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 36px;
}
ul.social a.sc-facebook {
  background-color: #3e5b98;
}
ul.social a.sc-google {
  background-color: #d93e2d;
}
ul.social a.sc-instagram {
  background-color: #125688;
}
ul.social a.sc-pinterest {
  background-color: #c92619;
}
ul.social a.sc-linkedin {
  background-color: #3371b7;
}
ul.social a.sc-medium {
  background-color: #00ab6b;
}
ul.social a.sc-rss {
  background-color: #f26109;
}
ul.social a.sc-stack-overflow {
  background-color: #ff9900;
}
ul.social a.sc-tumblr {
  background-color: #36465d;
}
ul.social a.sc-twitter {
  background-color: #4da7de;
}
ul.social a.sc-youtube {
  background-color: #e02a20;
}
ul.social a.sc-github,
ul.social a.sc-github-alt {
  background-color: #111010;
}
ul.social a.sc-envelope-o {
  background-color: #578ad6;
}
ul.social a.sc-reddit {
  background-color: #ff4500;
}
ul.social a.sc-soundcloud {
  background-color: #ff5500;
}
ul.social a.sc-gitlab {
  background-color: #fca326;
}
ul.social a.sc-xing {
  background-color: #007575;
}
ul.social a.sc-bitbucket {
  background-color: #0747A6;
}
.ads-aside {
  display: inline-block;
  height: 90px;
  width: 70%;
}
.ads-responsive {
  display: inline-block;
  margin: 6px 0 6px 0;
  width: 90%;
  height: 70px;
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  aside {
    width: 25%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
  aside div.container {
    padding: 0 18px;
  }
  aside div.container nav ul li {
    padding: 0 !important;
    display: block;
  }
  aside div.container ul.social {
    padding-top: 32px;
  }
  main {
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
  }
  main article.single {
    min-height: 80%;
  }
  main article ul.list li {
    padding: 2px;
  }
  .ads-aside {
    height: 250px;
  }
  .ads-responsive {
    height: 90px;
  }
}

/* --- Tipue Search Engine --- */
/* navbar */

#tipue_search_input {
  font: 1em 'Open Sans', sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40%;
  background-color: rgba(200,200,200,.8);
  border: none;
  padding: .2em 0 .2em .8em;
  height: 2em;
  border-radius: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0;
  margin: 0;
}

.navbar-search-block input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(200,200,200,.8);
  border: none;
  border-radius: 0;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  height: 2em;
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  font-weight: 900;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  outline: 0;
  content: " ";
  display:inline-block;
}

.navbar-search-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
/* search page */

.entry-content .navbar-search-block {
  margin-top: 2em;
}

.tipue_search_content_title, .tipue_search_content_url, 
.tipue_search_note, .tipue_search_related, #tipue_search_error,
 #tipue_search_replace, .tipue_search_content_text {
  font-family: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
}

.tipue_search_content_title {
  font-size: 1.8em;
}

.tipue_search_content_url, .tipue_search_note, .tipue_search_related, #tipue_search_error, #tipue_search_replace {
  font-size: .9em;
  font-style: italic;
  margin-top: 0;
  padding-top: 0;
}

.tipue_search_content_text {
  font-size: 1em;
}
#tipue_search_results_count{
  display: block;
  text-align: center;
  margin: auto 0;
}

/* --- Coloration de code et copy to clipboard --- */

.highlight {
  border-radius: .2em;
}
.highlight pre {
  /* Avoid pushing up the copy buttons. */
  margin: 0;
}
.copy-code-button {
  color: #1C1C1C;
  background-color: #CCC;
  border: none;
  border-radius: .3em .3em 0 0;

  /* right-align */
  display: block;
  margin-left: auto;
  margin-right: 0;

  margin-bottom: -2px;
  padding: 3px 8px;
  font-size: .9em;
}

.copy-code-button:hover {
  cursor: pointer;
  background-color: #F2F2F2;
}

.copy-code-button:focus {
  /* Avoid an ugly focus outline on click in Chrome,
     but darken the button for accessibility.
     See https://stackoverflow.com/a/25298082/1481479 */
  background-color: #E6E6E6;
  outline: 0;
}

.copy-code-button:active {
  background-color: pink;
}

.copy-code-button.copied {
  background-color: #C5D97A;
  transition: all .6s ease-out;
}

/* Admonition styles */

.admonition.note, .admonition.warning, .admonition.tip, .admonition.info {
  display: block;
  width: 90%;
  border-radius: .3em;
  margin: 1em auto;
  padding: 0;
}
.admonition-title {
  font-weight: bold;
}
.admonition.note > p, .admonition.warning > p, .admonition.tip > p, .admonition.info > p {
  padding: .3em;
  margin:0;
}
.admonition-title {
  font-weight: bold;
}
.admonition.note, .admonition.info {
  background-color:  #92C2ED;
}
.admonition.warning {
  background-color: #FF7373;
  color: white;
}
.admonition.tip {
  background-color: #C5D97A;
}
/* Les titres des encarts admonition */
.admonition.note>.admonition-title,
.admonition.info>.admonition-title {
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  background-color: #4392DA;
  color: white;
}
.admonition.warning > .admonition-title {
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  background-color: #D10021;
  color: white;
}

.admonition.tip>.admonition-title {
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  background-color:rgb(153,177,66);
  color: white;
}
/* Icones d'en-tete */
.admonition-title::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: white;
  margin: 0 .5em 0 .5em;
}
.admonition.warning > .admonition-title::before {
  content: "\f071";
}
.admonition.note>.admonition-title::before,
.admonition.info>.admonition-title::before {
  content: "\f05a";
}
.admonition.tip > .admonition-title::before {
  content: "\f0a4";
}


/* -- TAGS -- */
.tag {
  background-color:#D9411E;
  padding: 0.2em 0.6em 0.2em;
  font-size: 0.74em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: .2em;
}
a.tag {
  color: white;
}
