/**
 * file : tekemat.css
 * @package : TeKeMaT
 * creation date : 2019-03-15
 * revision date : 2021-09-02
 * version : 0.3
 */

html,body {
    height:100%;
}

body {
	font-family: 'Oswald','Open Sans', sans-serif;
  font-weight: 400;
	background-color: #fff; /* 37474f */
	font-size: 100%;
  position: relative;

}

/*
* Chevrons CTA scroll down anime
*/

.tkmt-cta-down {
	z-index: 1;
  position: relative;
  color: #fff;
  top: -100px;
  display: none;
  animation-name: cta-down;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: cta-down; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */

  transition: 0.5s;
  -webkit-transition: 0.5s;
}

a .tkmt-cta-down:hover {
	color: #e00785;
  text-decoration: none;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes cta-down {
  0%   {top:-100px;}
  50%  {top:-80px;}
  100% {top:-100px;}
}

/* Standard syntax */
@keyframes cta-down {
  0%   {top:-100px;}
  50%  {top:-80px;}
  100% {top:-100px;}
}

@media (max-width: 576px) {
  .tkmt-cta-down {
      padding: 10px;
      padding-top: 100px;
    }
}

/*
* bouton back to top
*/

.tkmt-back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 20px;
	z-index: 1;
	color: #fff;
	background-color: #e00785;
	border-color: #e00785;
		border-top-color: rgb(224, 7, 133);
		border-right-color: rgb(224, 7, 133);
		border-bottom-color: rgb(224, 7, 133);
		border-left-color: rgb(224, 7, 133);
  display:none;
}

.tkmt-back-to-top:hover,
.tkmt-back-to-top:focus {
	color: #fff;
	background-color: #bc0785;
  	border-color: #bc0785;
  	border-top-color: rgb(188, 7, 133);
  	border-right-color: rgb(188, 7, 133);
  	border-bottom-color: rgb(188, 7, 133);
  	border-left-color: rgb(188, 7, 133);
}
/**
* Container general background
*/
.tkmt-container {
  background-color: rgba(255,255,255,0.0);
  text-align: center;

}

header {
  background-color: #000;
  text-align: center;
}


/**
* nav bar
*/
.bg-black {
	background-color: #000000 !important;
}

.tkmt-brand-logo{
  min-width: 80px;
}


.tkmt-navbar-social {
flex-direction: row;
ms-flex-direction: row;
}

.tkmt-navbar-social > li > a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.tkmt-navbar-social > li > a.active,
.tkmt-navbar-social > li > a:hover,
.tkmt-navbar-social > li > a:focus,
.tkmt-navbar-social > li > a:active {
  color: #e00785;

}

.tkmt-navbar-menu > li > a{
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  text-decoration: none;

}

.nav-link {
  color: #fff !important;
  padding-bottom: 0.2em;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:active
 {
  color: #e00785 !important;
  border-bottom: #fff solid 5px;

}


.tkmt-navbar-social-bas {
  flex-direction: row;
  ms-flex-direction: row;
}

.tkmt-navbar-social-bas > li > a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 2em;
}

.tkmt-navbar-social-bas > li > a.active,
.tkmt-navbar-social-bas > li > a:hover,
.tkmt-navbar-social-bas > li > a:focus,
.tkmt-navbar-social-bas > li > a:active {
  color: #e00785;

}

@media (max-width: 750px) {

  .tkmt-social-menu{
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

#logo-container{
  max-height: 100vh;
  background-color: #000;
  background-image: url("../img/TeKeMaT-Phonog@m-2025-Photo-Stephane-Pougnan_w.jpg");
  /*background-image: url("../img/Tekemat_BG_low.jpg");*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tkmt-logo{
  padding: 100px;
  min-height: 100vh;
}

@media (max-width: 576px) {

  #logo-container{
    max-height: 100vh;
  }
  .tkmt-logo{
    padding: 10px;
    padding-top: 100px;
  }
}


/**
* Concerts
*/
.tkmt-concerts{
  background-color: rgba(255,255,255,0.0);
  padding: 40px;
  /* padding-top: 10px; */
}

.tkmt-concerts-table{
  color: #000;
  text-align: center;
  background-color: rgba(255,255,255,1.0);
  /*padding-bottom: 25px;*/
}

.tkmt-concerts-table a{
  color: #000;
  text-align: center;
  transition: 1s;
  -webkit-transition: 1s; /* Safari */
}
.tkmt-concerts-table a:hover{
  color: #e00785;
}

.tkmt-concerts-cta-all {
  margin-top: 10px;
}

.tkmt-concerts-table .no-event {
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 576px) {
  .tkmt-concerts{
    padding: 0px;
    padding-top: 10px;
  }
}

/*
* Videos
*/
.tkmt-videos{
  background-color: #eeeeee;
  padding: 40px;
}
.tkmt-videos-page{
  background-color: #fff;
  padding: 40px;
}
.tkmt-home-video-tumb{
	margin-bottom: 20px;
}
@media (max-width: 576px) {
  .tkmt-videos{
    padding: 20px;
    padding-top: 10px;
  }
}
.video-cta {
  margin-top: 30px;
}

/*
* Grid Gallery
*/
.tkmt-galerie{
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 580px) {
  .tkmt-galerie{
    padding: 0px;
    padding-top: 10px;
  }
}

.gallery-block.grid-gallery{
  /* padding-bottom: 30px;
  padding-top: 30px; */

}

.gallery-block.grid-gallery .heading{
    margin-bottom: 25px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

.gallery-cta {
  margin-top: 20%;
}

.tkmt-home-gal {
  /* height: 100%; */
  /* o-object-fit: cover;
  object-fit: cover; */
}


@media (min-width: 580px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

@media (max-width: 576px) {
  .gallery-block.grid-gallery .item {
    padding: 10px;
    margin-bottom: 0px;
  }
}
/*
* A Propos
*/
.tkmt-about{
  background-color: #eee;
  padding: 40px;
}

.tkmt-about-txt{
  text-align: justify;
  font-size: 1.3em;
}
@media (max-width: 576px) {
  .tkmt-about{
    padding: 0px;
    padding-top: 10px;
  }
}

/*
* Contact
*/
.tkmt-contact{
  color: #fff;
  background-color: #222222;
  padding: 40px;
}

.tkmt-contact-txt{
  //text-align: left;
  padding: 10px;

}
@media (max-width: 576px) {
  .tkmt-contact{
    padding: 0px;
    padding-top: 10px;
  }
}

/**
* Footer
*/
footer {
  margin-top: 20px;
}

.tkmt-frk-copy{
  color: #dddddd;
  font-size: .8em;
  text-align: center;
}
.tkmt-frk-copy a{
  color: #dddddd;
  text-decoration: none;
}
.tkmt-frk-copy a:hover{
  color: #e00785;
}

/**
* Titres sections
*/

.tkmt-about h1,
.tkmt-contact h1,
.tkmt-galerie h1,
.tkmt-videos h1,
.tkmt-concerts h1
 {
	font-weight: 700;
  font-size: 2em;
  color: #fff;
	border-bottom: 6px solid #e00785;
  margin-bottom: 50px;
  margin-top: 30px;
}
.tkmt-about-title,
.tkmt-contact-title,
.tkmt-galerie-title,
.tkmt-videos-title,
.tkmt-concerts-title
{
  background-color: #e00785;
  padding: 0 10px;
}

@media (max-width: 576px) {
  .tkmt-about h1,
  .tkmt-contact h1,
  .tkmt-galerie h1,
  .tkmt-videos h1,
  .tkmt-concerts h1{
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/**
* Header page et single event
*/
#page-header-banner {
  height: 600px;
  max-height: 40vh;
  background-color: #000;
  background-image: url("../img/TekematBan1920x904.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center,center,bottom,bottom;
  background-repeat: no-repeat;

}

.tkmt-page-header-banner {

}

@media (max-width: 576px) {
  #page-header-banner{
    max-height: 30vh;
    //background-image: url("../img/TekematBan500x235.jpg");
  }
}

.tkmt-single-title {
  padding-top: 30px;
}

.tkmt-single-meta {
  border-top: 5px solid #e00785;
  padding-top : 20px;
  padding-bottom : 20px;

}

.tkmt-single-meta-infos {
  text-align: left;
  padding-left: 0px;
  background-color: #eee;
}

.tkmt-single-meta-infos a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Safari */
}

.tkmt-single-meta-infos a:hover {
  color: #e00785;
}

.tkmt-single-meta-infos >ul {
  padding-left: 10%;
}

.tkmt-single-meta-infos >ul >li {
  margin: 10px;
  list-style: none;

}

.tkmt-single-meta-infos >ul >li >i {
  margin: 10px;

}

.tkmt-single-meta-infos >ul >li.tkmt-nav-prev-next {
  margin-top: 30px;
  text-align: center;
}

.tkmt-nav-next {
  margin-right: 0px;
  margin-left: 10px;

}
.tkmt-nav-previous {
  margin-right: 10px;
  margin-left: 0px;

}

.tkmt-single-meta-img {

}

.tkmt-single-content {
  margin-top: 10px;
  padding-top : 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  background-color: #eeeeee;
}

.tkmt-single-content .wp-block-embed {
  text-align: center;
  margin-top: 1em;
}

/* WOOCOMMERCE */
