@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:wght@300&family=Playfair+Display&display=swap');

/*--------------------------------------------------------------
# General Elements
--------------------------------------------------------------*/
* {outline: none;}

html {
	scroll-behavior: smooth;
}

h1 {
	font-family: 'Abril Fatface', cursive;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

b {
	font-weight: 900;
}

a {
	color:#00b300;
	text-decoration: none;
}

a:hover, a:focus {
	color: #00b300;
	text-decoration: none;
}

::selection {
	background-color: #eee;
}

body {
	color: #000;
	font-family: 'Lato', sans-serif;
}

p {
	font-family: 'Lato', sans-serif;
	word-spacing: 1px;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 12px;
}

#single p,
#page p {
	margin-bottom: 25px;
}

ul {
	font-family: 'Lato', sans-serif;
	word-spacing: 1px;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 25px;
}

.ul {
	border-left: solid 1px #00994d;
}

table {
	font-family: 'Lato', sans-serif;
	word-spacing: 1px;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 25px;
}

.page-title {
	text-align: center;
}
h1.entry-title a:hover {
	color: gray;
}

.title {
	margin-bottom: 30px;
}

figure {
	margin-bottom: 25px;
}

.height-40px {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-header {
	background-color: #FFF;
	padding: 25px 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	font-family: 'Playfair Display', serif;
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.logo h1 a {
    color: #000;
}

.logo h1 a:hover {
    text-decoration: none;
    border-bottom: none;
}

.logo h1 {
	margin: 0;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Main navigation
--------------------------------------------------------------*/
.main-nav {
	margin-top: 11px;
	max-width: 95%;
}

.main-nav a {
	color: #000000 !important;
	padding: 0 0 5px 0 !important;
	margin-right: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

.main-nav a:active,
.main-nav a:focus,
.main-nav a:hover {
	background-color: transparent !important;
	border-bottom: 0;
}

.navbar-toggle {
    margin: 0;
    border: 0;
    padding: 0;
    margin-right: 25px;
}

.navbar-toggle span {
    font-size: 2em;
    color: #000;
}

.dropdown-menu {
	padding: 1rem;
}

.dropdown-item a {
	font-size: 0.7rem;
}

.graph {
	padding-top: 10px;
	padding-bottom: 30px;
}

.title-word {
	color:#33CC00;
	font-size: 1em;
	font-family: 'Shadows Into Light Two', cursive;
}

.img-desc {
	font-size:0.9em;
}

.index-button {
	background-color: white;
	border: none;
	text-align: center;
}

.index-button {
  margin: auto;
  padding: 0;
  list-style: none;
  display: table;
  text-align: center;
}

.index-button a {
  color: #33CC00;
  font-size: 1.3em;
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px;
  position: relative;
}
.index-button a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #444; /**#00b300;**/
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.index-button a:hover:after {
  width: 100%;
  left: 0;
}

.aside {
	position: fixed;
    margin-left: -100px;
    /**background-color: #00b300;**/
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: solid 1px #d9d9d9;
}

.aside a{
	color:black;
}
.aside a:hover {
	color:#00b300;
}

.btn-success {
    color: #fff;
    background-color: #33CC00;
    border-color: #4cae4c;
    font-weight: 500;
}

.btn-light {
	color: #000;
  background-color: #f2f2f2;
  border-color: #4cae4c;
  font-weight: 500;
}

.card {
	padding: 10px;
}

#home {
	height:500px;
	background: rgb(31,121,24);
	background: linear-gradient(0deg, rgba(31,121,24,1) 0%, rgba(109,212,86,0.5802696078431373) 32%, rgba(255,255,255,1) 61%, rgba(255,255,255,0) 100%);
}

/*--------------------------------------------------------------
# Main Nav CSS 3 Hover Effect
--------------------------------------------------------------*/
.cl-effect-11 a {
	padding: 10px 0;
	color: #0972b4;
	text-shadow: none;
}

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0 0 5px 0 !important;
	max-width: 0;
	border-bottom: 1px solid #000;
	color: #000;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Read More button CSS style
--------------------------------------------------------------*/
.read-more {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	word-spacing: 1px;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 20px;
}

.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	color: #000;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 1px;
	background: #000;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	background: #000;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 30px;
  bottom: 25px;
  background: #00b300;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #00b300;
  transition: background 0.2s ease-in-out;
}

.back-to-top:focus {
	color: #fff;
	background: #00b300;
	transition: background 0.2s ease-in-out;
  }

#backtotop span.ion-arrow-up-c {
	position: fixed;
	font-size: 30px;
	right: 42px;
  bottom: 25px;
}

/*--------------------------------------------------------------
# Home/blog
--------------------------------------------------------------*/
.content-body {
	padding-bottom: 4em;
}

.post {
	background: #fff;
	padding: 30px 30px 0;
}

.entry-title {
	text-align: center;
	font-size: 5em;
	margin-bottom: 20px;
	line-height: 1.6;
}

.entry-meta {
	text-align: center;
	color: #DDDDDD;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.entry-content {
	font-size: 18px;
	line-height: 1.9;
	font-weight: 300;
	color: #000;
	padding-left: 100px;
	padding-right: 100px;
}

.entry-content_project {
	font-size: 18px;
	line-height: 1.9;
	font-weight: 300;
	color: #000;
}

.post-category,
.post-date,
.post-author {
	position: relative;
	padding-right: 15px;
}

.post-category::after,
.post-date::after,
.post-author::after {
	position: absolute;
	content: '.';
	color: #000;
	font-size: 30px;
	top: -22px;
	right: 1px;
}

/*--------------------------------------------------------------
# Query Cards
--------------------------------------------------------------*/
.card {
	margin: 20px;
	float: left;
	border: none;
	border-radius: 5%;
	background-color: #f2f2f2;
}

.card-body {
	margin-bottom: 8px;
}

.card-bis {
	margin: 20px;
	float: left;
	border: none;
	border-radius: 5%;
	background-color: #ebffe6;
}

.card-body-bis {
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
	padding-top: 10px;
	padding: 0 0 1.5em 0;
}

.copyright {
	text-align: center;
	padding-top: 1em;
	margin: 0;
	border-top: 1px solid #eee;
	color: #666;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.overlay .overlay-close {
	position: absolute;
	right: 25px;
	top: 10px;
	padding: 0;
	overflow: hidden;
	border: none;
	color: transparent;
	background-color: transparent;
	z-index: 100;
}

.overlay-hugeinc.open .ion-ios-close-empty {
    color: #000;
    font-size: 50px;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 36px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #000;
}

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media (max-width: 991px) {
	.main-nav a {
		margin-right: 20px;
	}
}

@media (max-width: 431px) {
	.logo h1 {
		margin-top: 8px;
		font-size: 24px;
	}

	.post {
		background: #fff;
		padding: 0 10px 0;
	}

	.more-link {
		font-size: 0.9em;
		line-height: 100%;
	}
	.aside {
		position:static;
	}
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
