/*
 Theme Name: Kadence Child
 Theme URI: https://www.kadencewp.com/
 Description: Thème enfant pour Kadence
 Author: Ton Nom
 Template: kadence
 Version: 1.0
*/

/* Header */
.site-title {
	margin-bottom: 0 !important;
}
.site-header-wrap,
.kadence-header-wrap {
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.kadence-sticky-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Marges */
.entry-content-wrap,
.content-area {
	margin: 0 !important;
}
.entry-content-wrap {
    padding: 0 1.5rem !important;
}
ul > li {
	text-align: left !important;
}

/* Menus */
.menu-title > a {
    cursor: default;
    pointer-events: none;
}

/* Forms */
.forminator-input,
.forminator-textarea {
	background-color: #FFF !important;
	color: #000 !important;
}

/* Blog */
body.blog .content-area,
body.blog .site-content,
body.archive {
	background-color: #F6F9F4 !important;
	padding: 2rem 0;
}
.entry-taxonomies {
	margin-top: 1rem !important;
}
.entry {
	border-radius: 1rem !important;
}
.post-thumbnail-inner img {
	border-radius: 1rem 1rem 0 0;
}

/* Post */
.post-thumbnail-inner {
	max-width: 600px;
	margin: 1rem auto;
}
.post-top-featured.wp-post-image {
	border-radius: 12px;
}
.entry.single-entry {
	background-color: #F6F9F4;
}
.entry.single-entry .entry-title {
	font-size: 42px;
}

/* Vidéo */

/* Pagination */
#main > nav {
	display: flex;
	justify-content: center;
}

/* MailPoet */
.mailpoet_form {
    border-radius: 1rem !important; 
    overflow: hidden;
	padding: 1rem;
	
}
#mailpoet_form_1 .mailpoet_column_with_background {
	border-radius: 1rem;
}
.mailpoet_form_columns .mailpoet_paragraph .mailpoet_column_with_background .newsletter-form {
	padding: 2rem;
}
.mailpoet_text {
	font-family: 'poppins', 'sans-serif';
	color: #000 !important;
	font-size: 16px;
}

/* Calendar */
.tribe-events-header {
	padding-top: 1rem !important;
}
.tribe-events-header__events-bar.tribe-events-c-events-bar,
.tribe-events-calendar-list__event-datetime-wrapper,
.tribe-event-date-start,
.tribe-event-time {
	display: none;
}
.tribe-events-c-top-bar__today-button,
.tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-c-top-bar__datepicker-mobile,
.tribe-events-calendar-list__event-title-link,
.tribe-events-calendar-list__event-date-tag-daynum,
.tribe-events-calendar-list__month-separator-text,
.tribe-events-c-subscribe-dropdown__list-item-link {
    color: #2D6E02 !important;
}
.tribe-events-c-subscribe-dropdown__button-text {
	padding: 1rem !important;
}

/* Footer */
footer a, footer p {
	font-size: 16px;
}
.footer_nav_ul {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
}
.footer_nav_li {
	display: flex;
	flex-direction: column;
}
.site-middle-footer-inner-wrap .widget {
	margin: 0.25em !important;
}
/* Ombre sur le footer */
.site-footer {
  position: relative;
  z-index: 5;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

/* Bandeau parteanires */
.partners-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
	justify-content: space-around;
}
.partner-item img {
    max-height: 80px;
    width: auto;
    display: block;
}
.partner-item:hover img {
    transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
	.partners-inline {
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

/* Animation fluide infinie */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 640px) {
  .marquee-item img {
    height: 40px;
  }
  .marquee-item {
    padding: 0 20px;
  }
}

/* Tags */
.visual-tag {
	cursor: default !important;
}

/* Vidéo BTR vu du ciel */
.btr-sky {
	max-width: 1242px !important;
}