@charset "UTF-8";
/**
 * @brief Freelancer, a theme for Dotclear 2
 *
 * @package Dotclear
 * @subpackage Themes
 *
 * @author Philippe aka amalgame and contributors
 * @copyright GPL-2.0
 */


/* ------------------------------------------------------------
	1. HTML
------------------------------------------------------------- */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.5;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #18BC9C;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 20em;
  margin: 2em auto 4em;
}

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}

hr.star-light {
  border-color: white;
}

hr.star-light:after {
  background-color: #18BC9C;
  color: white;
}

hr.star-primary {
  border-color: #2C3E50;
}

hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}

.img-centered {
  margin: 0 auto;
}

/* ------------------------------------------------------------
	2. SIMPLE MENU
------------------------------------------------------------- */

.navbar-toggler {
  padding: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  position: fixed;
  right: 1rem;
  top: .8rem;
  color: #fff;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  text-shadow: 1px 1px 2px #000000;
  min-height: 2rem;
}

.navbar-custom.top-nav-collapse {
  background: #555 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQ0MjBCMjQ5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQ0MjBCMjU5NjIyMTFFNEEyRjNDRjM1Q0U4NDJEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRDQyMEIyMjk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRDQyMEIyMzk2MjIxMUU0QTJGM0NGMzVDRTg0MkQwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiaCVFIAAAAcSURBVHjaYvz//z8DDDCBCEZGRrAII7IMQIABAKIpBwFHizsqAAAAAElFTkSuQmCC") !important;
}

.navbar-custom.top-nav-collapse a {
  color: #fff !important
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 1em;
  color: #fff;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, .8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  background-color: transparent;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media(min-width:768px) {
  .navbar-custom {
    padding: 1.2em 0;
    border-bottom: 0;
    letter-spacing: 0.02em;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
  }
}

#prelude {
  position: absolute;
  margin: 0;
  padding: 0 0 0 4px;
  top: 0;
  left: 3px;
  color: #fff;
  list-style-type: none;
}

#prelude li {
  display: inline;
  text-transform: none !important;
}

#prelude a,
#prelude a:hover,
#prelude a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-image: none !important;
}

#prelude a:active,
#prelude a:focus {
  position: static;
  width: auto;
  height: auto;
}

/* ------------------------------------------------------------
	4. INTRO
------------------------------------------------------------- */

.masthead a {
  color: #fff
}

.masthead-avatar {
  object-fit: cover;
  width: 8rem;
  height: 8rem;
}

.dc-home .masthead-avatar {
  object-fit: cover;
  width: 15rem;
  height: 15rem;
}

/* ------------------------------------------------------------
	4. CONTENT
------------------------------------------------------------- */
section {
  padding: 100px 0;
}

section h2 {
  margin: 0;
  font-size: 3em;
}

section.success {
  background: #18BC9C;
  color: white;
}

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }

  section.first {
    padding-top: 75px;
  }
}

#content {
  width: 100%;
  padding: 2em 10% 6em;
  font-weight: normal
}

@media(max-width:767px) {
  #content {
    padding: 0 1em;
  }

  p.field,
  p.field textarea {
    width: 100%
  }

  p.field textarea {
    border: 1px solid #ccc
  }

  .blog-section {
    width: 100%;
    height: 100%;
    padding: 2em 0;
    color: #fff;
    background: #18BC9C
  }

  .blog-section a {
    color: #fff;
  }
}

.post {
  position: relative;
  padding: 0;
  text-align: left;
  margin: 3em 0
}

.day-date {
  display: none;
}

.post-title {
  margin: .5em 0;
  line-height: 1.17;
  font-size: 2.8em;
}

@media (max-width: 320px) {
  .post-title {
    font-size: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.post-title a {
  text-decoration: none;
  color: #2C3E50
}

.post h3,
.post h4,
.post h5,
.post h6 {
  font-weight: normal;
  font-variant: small-caps;
  margin: 1.5em 0 0.5em;
}

.post-infos {
  margin-top: 1em;
  margin-bottom: 8em;
  padding: .5em 1em;
  font-size: 0.875em;
  display: table;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  display: flex
}

.post-infos a {
  color: #555
}

.dc-post .post-infos {
  margin-bottom: 2em
}

.post-infos span {
  white-space: nowrap
}

.post-content img,
.post-excerpt img {
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 2px;
}

@media(min-width:768px) {

  .post-content img,
  .post-excerpt img {
    max-width: 100%;
  }
}

img.smiley {
  border: none;
  padding: 0;
}

.permalink a {
  padding-left: 20px;
}

.post-content,
.post-excerpt {
  font-size: 1.2em
}

.post-content p,
.post-excerpt p {
  font-size: 1em
}

.post-content ul,
.post-content ol {
  font-size: 1.2em;
}

.post-content ul {
  list-style-type: circle
}

.post-content ul,
.post-content ol {
  margin: .5em 0;
  font-size: inherit;
}

.post-content li {
  margin: .5em 0;
  font-size: inherit;
  list-style-type: inherit
}

.footnotes {
  font-size: .875em;
}

.footnotes h4 {
  font-variant: normal;
  font-weight: bold;
}

.read-it {
  margin: 0 0 1em;
  font-size: 1.5em
}

.post-info-co {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 1.2em;
  font-style: italic;
  padding-right: .5em;
  max-width: 80%;
}

.post-info-co a {
  text-decoration: none;
  padding-right: 1em;
  padding-left: 20px;
}

.dc-tags .tag0,
.tags .tag0 {
  font-size: 85%;
}

.dc-tags .tag10,
.tags .tag10 {
  font-size: 90%;
}

.dc-tags .tag20,
.tags .tag20 {
  font-size: 95%;
}

.dc-tags .tag30,
.tags .tag30 {
  font-size: 100%;
}

.dc-tags .tag40,
.tags .tag40 {
  font-size: 105%;
}

.dc-tags .tag50,
.tags .tag50 {
  font-size: 110%;
}

.dc-tags .tag60,
.tags .tag60 {
  font-size: 115%;
}

.dc-tags .tag70,
.tags .tag70 {
  font-size: 120%;
}

.dc-tags .tag80,
.tags .tag80 {
  font-size: 125%;
}

.dc-tags .tag90,
.tags .tag90 {
  font-size: 130%;
}

.dc-tags .tag100,
.tags .tag100 {
  font-size: 135%;
}

#attachments {
  margin: 3em 0;
}

#attachments ul,
#attachments li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em
}

#comments,
#ping-url,
#comment-form,
#comments-feed {
  color: #333;
  clear: both;
}

#comment-form,
#ping-url {
  padding: 1em;
  margin-top: 1em;
  color: #333;
  border: 1px solid #ddd;
}

#pr {
  padding: 1em;
  border: 1px dashed #ddd;
  margin-bottom: 1em;
}

#comments h3,
#ping-url h3,
#pr h3,
#comment-form h3 {
  margin-top: 2em;
  color: #666;
}

#comment-form h3,
#ping-url h3 {
  margin-top: 0;
}

#comments>ul {
  margin-left: .2em;
  padding-left: 0;
  list-style-type: none;
}

.comment,
.ping {
  clear: left;
  margin-left: 0;
  border-top: 1px solid #bbb;
}

.comment-info {
  padding-bottom: .2em;
  line-height: 1.25;
  color: #555;
}

#comments .me {
  color: #333;
}

#comments {
  font-size: 1em;
  color: #999;
}

#comments dl {
  font-size: 1.2em;
  margin: 3em 1em
}

#comments dd {
  margin-left: 1.2em;
  color: #555;
  font-size: 0.875em;
}

/* ------------------------------------------------------------
	5. BUTTONS
------------------------------------------------------------- */

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-default {
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #ccc;
  color: #000;
  background-color: #ccc;
}

.btn-circle,
.btn-circle.up {
  font-size: 2.5em;
  border: 1px solid #ccc;
  border-radius: 100% !important;
  width: 1.5em;
  height: 1.5em;
  margin: 1em;
  padding: 0.02em 0.2em;
}

/* ------------------------------------------------------------
	6. FORMS
------------------------------------------------------------- */

#post-comments,
#pings,
#attachments,
#pr {
  padding-top: 3em;
}

.field {
  margin-bottom: 1em;
}

.field label {
  display: block;
  font-size: .875em;
  color: #666;
  text-indent: 6px;
}

.field input,
.field textarea {
  display: block;
  font-size: 100%;
  border: 1px solid #ccc !important;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
}

.field textarea {
  padding: .5em 1em;
}

.field input:focus,
.field textarea:focus {
  background: #fff;
}

#c_content {
  width: 95%;
  padding: 4px;
}

.form-help {
  margin-top: 0;
  font-style: italic;
}

#comments-feed {
  margin-top: 2em;
}

#search p {
  background: #fff;
  text-align: right;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 0;
  width: 78%;
}

#search input {
  margin: 0;
  border: none;
  background: transparent;
  height: auto;
  line-height: 2em;
}

#q {
  float: left;
  width: 78%;
  font-size: 100%;
  padding-left: 2px;
  color: #000
}

#q:focus {
  background: #fcfcf9;
}

#search .submit {
  background: #706F6F;
  color: #fff;
  vertical-align: top;
  width: 20%;
  font-variant: small-caps;
  height: 2em;
}

#search .submit:hover,
#search .submit:focus {
  background: #333;
}

/* ------------------------------------------------------------
	7. MENUBAR
------------------------------------------------------------- */

#menubar {
  padding: 2em 0;
  font-size: 1.2em
}

.blog-section {
  width: 100%;
  height: 100%;
  padding: 2em 0;
  color: #fff;
  background: #2C3E50
}

.blog-section a {
  color: #ddd
}

.blog-section a:hover {
  color: #fff
}

.blog-section h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em
}

#blognav,
#blogextra,
#blogcustom {
  text-align: left;
  margin-top: 3em
}

#blognav>div,
#blogextra>div,
#blogcustom>div {
  margin-bottom: 3em
}

@media(min-width:767px) {
  .content-section {
    padding-top: 250px;
  }

  #blognav,
  #blogextra,
  #blogcustom {
    margin-top: 5em
  }
}

/* ------------------------------------------------------------
	8. FOOTER
------------------------------------------------------------- */

footer {
  padding: 0 0 2em
}

footer p {
  margin: 0;
}

footer {
  color: #233140;
  background: white
}

footer h3 {
  margin-bottom: 30px;
}

.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}

.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}

.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}