/* Couleurs */
	.g-color-dark-yellow {
		color: #CCA243 !important;
	}

	.g-brd-dark-yellow {
		border-color: #CCA243 !important;
	}

	.g-bg-dark-yellow {
		background-color: #CCA243 !important;
	}

.fa-tiktok:before {
  content: "\e07b";
}

#participer [class*="u-block-hover__additional"], #partenaires [class*="u-block-hover__additional"] {
	position: absolute !important;
	opacity: 1 !important;
}

/* Page Festival Story */
.g-color-story {
	color:#780d77 !important;
}

.g-color-story-title {
	color:#ed0d32 !important;
}

.g-bg-story {
	background:linear-gradient(to bottom, #ed0d32 0%, #780d77 75%);
}

#semi-bar::before, #semi-bar::after {
  display:none !important;
}

.u-btn-outline-story {
	border: 1px solid #780d77;
	color: #780d77;
}

.u-btn-outline-story:hover {
	background-color: #780d77;
	color: white;
}



@media (max-width: 768px) {
  #semi-bar::before, #semi-bar::after {
    width: 30% !important;
  }
}
/* Fin Page Festival Story */

/* Gestion filtres Compétition sur mobile  */
#filtre-selection .u-nav-v2-1, #filtre-selection .u-nav-v2-2,
#section_jurys #filtre_cat_jurys {
	display: block!important;
	text-align:center;
}

#filtre-selection .js-tabs-mobile-control, #filtre-selection>a,
#section_jurys > a {
	display: none!important;
}

#filtre-selection .u-link-v2:hover + article {
	background-color: #333 !important;
}

#filtre-selection .u-link-v2:hover + article h2, #filtre-selection .u-link-v2:hover + article em {
	color: white !important;
}

@media (max-width: 768px) {
	.filtre_cat_jurys .nav-link.active {
	  color: #fff !important;
	  background-color: #da0d15 !important;
	}

	#filtre-cerem ul.nav, #filtre-transports ul.nav, .filtre-galerie ul.nav {
		display: flex!important;
	}

	#filtre-cerem > a, #filtre-transports > a, .filtre-galerie > a {
		display: none!important;
	}

	#filtre-cerem ul.nav .nav-link.active, #filtre-transports ul.nav .nav-link.active, .filtre-galerie ul.nav .nav-link.active {
		color: #fff;
	  background-color: #da0d15;
	}

	/*
	.filtre_name_jurys[data-tabs-mobile-type="accordion"] {
		display: flex !important;
	}

	.filtre_name_jurys li {
		flex-basis: unset !important;
	}

	.tab-content > a {
		display: none !important;
	}*/
}

input:checked + .g-bg-gray-light-v4--checked {
  background-color: #eee;
}


@media (max-width: 768px) {
	#filtre-selection .u-nav-v2-1 li, #filtre-selection .u-nav-v2-2 li {
		display: block;
		margin-bottom: 15px;
	}

	.mobile-column {
    	flex-direction: column;
  	}

	.cp-first {
    	width: 60px !important;
	}

	.cp-segond {
	    width: 300px !important;
	}

	.cp-title {
	    flex-direction: column;
	}

	.cp-title > div {
	    text-align: left;
	}


	#participer .u-block-hover, #partenaires .u-block-hover {
		transform: none !important;
	}

	#participer h2 {
		font-size: 14px !important;
	}

}
