/*!
Theme Name: Tekuteku
Theme URI: https://www.tekuteku-japan.com/
Author: TekuTeku Japan
Author URI: https://www.tekuteku-japan.com/
Description: Theme Officiel TekuTeku Japan
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: TekuTeku
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.navigationLink {
	color: #c4b300 !important;
	text-decoration: none !important;
}

.navigationBtn {
	color: #c4b300 !important;
	text-decoration: none !important;
	border-color: #c4b300; 
}

.navigationBtn:hover {
	color: #fff !important;
	text-decoration: none !important;
	border-color: #fff; 
	background-color: #c4b300;
}


.navigationBtn {
	color: #c4b300 !important;
	text-decoration: none !important;
}

.separateur {
    background-color: #2f2f2f;
    color: #35373a;
    height:10px;
}

.separateur:before {
	content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 100%;
    height: 7px;
}

/*.separateur {
    margin-bottom: 40px;
    margin-top: 16px;
}

.separateur:after {
    content: '';
    display: block;
    margin: 0px 0px 0px auto;
    background-color: #e5d524;
    width: 190px;
    height: 15px;
}


.separateur:before {
    content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 190px;
    height: 15px;
}
*/

.separateurh1 {
    margin-bottom: 40px;
    margin-top: 16px;
}

.separateurh1:after {
    content: '';
    display: block;
    margin: 0px 0px 0px auto;
    background-color: #e5d524;
    width: 110px;
    height: 15px;
}


.separateurh1:before {
    content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 110px;
    height: 15px;
}

.separateurMini {
    margin-left: 10px;
}

/*.separateurMini {
    margin-bottom: 0px;
    margin-top: px;
    margin-left: 20px;
}*/

/*
.separateurMini:after {
    content: '';
    display: block;
    margin: 0px 0px 0px auto;
    background-color: #e5d524;
    width: 40px;
    height: 10px;
}*/


.separateurMini:before {
    content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 40px;
    height: 15px;
}

/*.separateurMini:before {
    content: '';
    display: block;
    margin: 0px auto -60px -10px;
    background-color: #e5d524;
    width: 70px;
    height: 70px;
}*/

.main-footer {
    background-image: url(wp-content/themes/tekuteku/images/Logo_tekuteku_circle.png);
    
/*    width: 85px;
    height: 85px;
    right: 0;
    left: 0;*/
    
}

.position-absolute {
    position: absolute!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}





.tag-links a {
    color: #999;
}


.photo-caption {
    position: absolute;
    bottom: 1rem;
    color: #fff;
    text-shadow: 1px 1px #000000;
}

.article-container {
    overflow: hidden;
    position: relative;
}

.dark-container {
    background-color: #2f2f2f;
    color: #35373a;
}

.dark-container:before {
	content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 100%;
    height: 7px;
}

.menuSpace {
	content: '';
    display: block;
    margin: 0px auto 0px 0px;
    width: 100%;
    height: 70px;
}


.bg-image {
	width: 100%;
	height: 100%;
	background-size: cover; 
	background-position: center center;
	transition: all 1s;
}


.bg-image::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 100px -100px rgba(52,73,94,0) inset; 
  transition: box-shadow 1s;
}

.article-container:hover .bg-image:before,
.article-container:focus .bg-image:before {
  box-shadow: 0px -250px 100px -100px rgba(204,187,0,0.75) inset; 
}

.text-shadow {
    text-shadow: 1px 1px #000000;
}

.dark-bg {
	background-color: #2f2f2f!important;	
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wp-caption-text {
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
}

figcaption {
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
}

h4 {
	margin-top: 3rem !important;
	margin-bottom: 1.5rem !important;
}

h4:before {
	content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 40px;
    height: 10px;
}


h4:after {
	content: '';
    display: block;
    margin: 0px auto 0px 0px;
    background-color: #e5d524;
    width: 100%;
    max-width: 400px;
    height: 2px;
}