/*
Theme Name: kcwp-mastertheme
Theme URI: https://www.kelcible.fr/
Description: Thème enfant du thème Twenty Nineteen
Author: Kelcible
Author URI: https://www.kelcible.fr/
Template: twentynineteen
Version: 1.0.0
*/

/** breadcrumb */
header nav {
	/*margin:0 auto;
    max-width:1300px;*/
	margin-left: 20%;
	font-size: 14px;
	color: #515151;
	font-family: 'Muli', sans-serif;
	line-height: 24px;
}
@media screen and (max-width: 1099px) {
	header nav {
		text-align: center;
		margin-left: 0;
		padding: 0 !important;
	}
	header nav ol {
		padding-left: 0;
	}
}

/** menu latéral gauche **/
.menu_fixe_gauche {
	width: 300px;
	/*height: 365px;*/
	top: 420px;
	position: absolute;
	z-index: 9999;
	margin: 0;
	margin-left: 135px;
	background-color: #f2f2f2;
}

.menu_fixe_gauche a {
	cursor: pointer;
}

@media screen and (max-width: 1199px) {
	.menu_fixe_gauche {
		display: none;
	}
}

/** Menu */
.taptap-widgets-wrapper .widget_nav_menu .menu-menu-haut-container .sub-menu,
.taptap-widgets-wrapper .widget_nav_menu .menu-menu-haut-en-container .sub-menu {
	display: none;
}

.taptap-widgets-wrapper span.taptap-submenu-active span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.taptap-widgets-wrapper span.taptap-submenu-active span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/** mots tableaux */
th,
td,
td strong {
	word-break: unset !important;
}

.dialog-type-lightbox.elementor-lightbox {
	z-index: 999999 !important;
}

.bloc-frise .elementor-widget-container {
	overflow-x: auto;
}

.bloc-frise .elementor-widget-container img {
	height: 300px !important;
	width: auto !important;
	max-width: unset !important;
}

.eael-filterable-gallery-item-wrap:is(.eael-cf-repu, .eael-cf-semae) .gallery-item-thumbnail-wrap {
	height: 120px;
}

.entry-content .green_zone a {
	color: #fff;
}

/** style glossaire */
.glossary-template-default .site-content {
	max-width: 100%;
	margin: 0 auto;
}

.glossary-template-default .entry-content {
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 80px;
}

.glossary-header {
	width: 100%;
	background-image: url(/wp-content/themes/kcwp-mastertheme2/img/actualite.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px 60px 0px;
}

.glossary-header-content {
	background-color: #8AC111CC;
	padding: 20px 20px 20px 20px;
	max-width: 1300px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.glossary-header-content h1 {
	font-family: 'Muli', sans-serif !important;
	color: #fff;
	font-size: 30px;
}

.content_zone.kc_zone_spec_home .eael-filterable-gallery-item-wrap{
	width: 100%!important;
}