/*
 Theme Name:   Animatou V3
 Description:  Devdummy Child Theme For Animatou, Boostrap V5
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.2.8
 Text Domain:  animatou
*/


/*

vive1		Couleur principale, Liens		rgba(var(--main-color-highlight),1)		#e50001	rgba(229,0,39,1)

Bleu 		rgba(37,114,132,1)

 		
Rouge foncé	#802b2e rgba(128,43,46,1)

LIGHT GRAY rgba(245,245,245,1)
DARK GRAY rgba(119,119,119,1)
STRAT TITEL GRAY rgba(85,81,79,1)
*/

:root {
	--main-color-highlight: 229, 0, 39;
	--tec-color-background-events-bar-submit-button: rgba(229, 0, 39, 0.8);
	--tec-color-background-events-bar-submit-button-hover: rgba(229, 0, 39, 1);
	--tec-color-background-events-bar-submit-button-active: rgba(229, 0, 39, 1);
	--tec-color-accent-primary: rgba(229, 0, 39, 1);
}


/* CUSTOM COLOR APPLIED*/
.has-blanc-color {
	color: rgba(255, 255, 255, 1);
}

.has-blanc-background-color {
	background-color: rgba(255, 255, 255, 1);
}

.has-noir-color {
	color: #000000;
}

.has-noir-background-color {
	background-color: #000000;
}

.has-rouge-color {
	color: #f9423a;
}

.has-rouge-background-color {
	background-color: #f9423a;
}

body .has-vivid-red-color {
	color: #f9423a !important;
}

body {
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: rgba(var(--main-color-highlight), 1);
	background: linear-gradient(165deg, rgba(var(--main-color-highlight), 1) 24%, rgba(128, 43, 46, 1) 77%);
	background-attachment: fixed;
}

canvas {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1
}

.site {
	display: block;
	min-height: auto;
}

body .sgpb-content {
	/*background: url(images/stars.png) rgba(var(--main-color-highlight),1)	 !important;
	/*background: linear-gradient(165deg, rgba(var(--main-color-highlight),1)	 24%, rgba(128,43,46,1) 77%) !important;
	color: white !important;
	*/
}

body .sg-popup-builder-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

hr.wp-block-separator {
	border-top: unset;
}

a,
a:link,
a:visited {
	color: rgba(var(--main-color-highlight), 1);
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.wp-block-button__link {
	background-color: rgba(var(--main-color-highlight), 1);
	color: white !important;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
}

.wp-block-button__link:hover {
	background-color: #404040;
	color: white !important;
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
	min-height: 100vh;
	/* = #big-video height */
	background: no-repeat center center;
	background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}

.fullscreen-banner .carousel-item-background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: radial-gradient(circle, transparent 50%, black 150%);

}

/* BIG VIDEO */
.fullscreen-banner #big-video {
	height: 100vh;
	/* = .carousel-item height */
	position: absolute;
	top: 0;
	width: 100%;
}

#big-video {
	height: 25vh;
	overflow: hidden;
	position: relative;
}

#big-video:after {
	content: " ";
	/*display: block;*/
	/* DISPLAY VIDEO OVERLAY */
	display: none;
	/* HODE VIDEO OVERLAY */
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
	background-size: 3px 3px;
}

#big-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}



/* SCROLL DOWN ICON */
.scrolldownbox {
	position: relative;
}

.scrolldownbox a {
	position: absolute;
	bottom: 7em;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.scrolldownbox a:hover {
	opacity: .5;
}

.scrolldownbox a {
	padding-top: 60px;
}

.scrolldownbox a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


/* HEADER */
.fullscreen_slider_banner_header {
	position: absolute;
	width: 100%;
	z-index: 1000000;
}

h1.site-title,
p.site-title {
	margin: 1em 0 0.5em 0;
	padding: 0;
	line-height: 1;
	font-size: 2em;

}

h1.site-title a,
p.site-title a {
	display: inline-block;
	width: 207px;
	height: 45px;
	background: url(images/logo-animatou.svg) no-repeat center center;
	background-size: contain;
	text-indent: -5000px;

	-webkit-filter: hue-rotate(40deg) saturate(0.5) brightness(390%) saturate(4);
	filter: hue-rotate(40deg) saturate(0.5) brightness(390%) saturate(4);
}

.site-header .container,
.site-header .container-fluid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.background--dark h1.site-title a,
.background--dark p.site-title a {
	background: url(images/logo-neg.svg) no-repeat center center;
}

/* MAIN NAV */
body .bg-light {
	background-color: transparent !important;
}

body .navbar-toggler .icon-bar {
	background-color: white;
	border-radius: 0;
}

body .navbar-toggler .white .icon-bar {
	background-color: rgba(var(--main-color-highlight), 1);
}

body .navbar-toggler {
	position: fixed;
	top: 40px !important;
	right: 25px !important;
	z-index: 20;
	border-radius: 0;
	width: 22px;
}

.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.midnightInner {
	overflow: hidden !important;
}


body .site-header .navbar {
	position: static;
}

.main-nav--sticky {
	position: absolute;
	top: -100%;
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
}

.header-sidebar-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-sidebar-1 .search-form {
	margin-bottom: 2rem;
}

.main-nav--sticky .header-sidebar-1 {
	display: none;
}

.main-nav--sticky .show .header-sidebar-1 {
	display: flex;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: rgba(var(--main-color-highlight), 1);
	background-color: rgba(var(--main-color-highlight), 0.15);
}

/* BURGER MENU */
.navbar-toggle {
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}

.navbar-toggle.x.collapsed {
	position: absolute;

}

.navbar-toggle.x {
	position: fixed;

}

.navbar-toggle .icon-bar {
	display: block;
	background-color: black;
	height: 1px;
}

.navbar-toggle.content-icon .icon-bar {
	background-color: black;
}

body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

.navbar-nav .nav-link,
a.dropdown-item {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.8rem;
	letter-spacing: 0.035em;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: -0.2rem;
}

body .dropdown-menu[data-bs-popper] {
	margin-top: 0;
	margin-left: -1px;
	border-top: 0;
}

a.dropdown-item {
	color: rgba(var(--main-color-highlight), 1);
}

.current-menu-item a.dropdown-item {
	color: black;
}


.menu-item:last-of-type .dropdown-menu[data-bs-popper] {
	left: -150%;
}

.site-description {
	display: none;
}

.home .site-content {
	background-color: transparent;
	padding: 0;
	margin-top: 0;
}

.home .site-content .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.home .entry-content {
	margin-top: 0;
}

.site-content {
	margin-left: var(--bs-gutter-x, .75rem);
	margin-right: var(--bs-gutter-x, .75rem);
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	background-color: white;
	padding: 1rem;
}

#primary {
	background-color: white;
}

.home #primary {
	background-color: transparent;
	padding: 0;
}

#secondary {}

.home #primary {
	width: 100%;
	max-width: none;
}

.home #secondary {
	display: none;
}



/* SIDEBAR */
#secondary .navbar-nav .nav-link {
	color: rgba(var(--main-color-highlight), 1);
}

#secondary .navbar-nav .nav-link:hover,
#secondary .navbar-nav .active .nav-link {
	color: black;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 5rem 0 0 0;
}

body .post-navigation {
	border-top-color: rgba(var(--main-color-highlight), 1);
}

.scrolldownbox+.site-content .content-area {
	padding-top: 5em;
}



/* TYPOGRAPHY */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-excerpt {
	line-height: 1.1;
}

.h1,
h1 {
	font-weight: 300;
}

.h2,
h2,
.entry-excerpt {
	font-weight: 300;
}

.h3,
h3 {
	font-weight: 300;
}

.h4,
h4 {}

.h5,
h5 {}

.h6,
h6 {}

.posted-on {
	font-size: 0.75rem;
	font-weight: 600;
}

.thumbnail-resized a,
.thumbnail-resized img {
	display: block;
}

figcaption {
	font-size: 0.75rem;
}

.bandeau-sous-titre h2,
.bandeau-sous-titre h3,
.bandeau-sous-titre h4,
.bandeau-sous-titre p {
	margin: 0;
}

/* FORM */
input[type="submit"] {
	padding: 0.4em 1em 0.4em;
	border: 0;
	background: rgba(var(--main-color-highlight), 1);
	color: white;
	transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
	background: black;
	color: white;
}

/* PAGES */
.home .entry-header h1 {
	display: none;
}

/* GALLERY */
.vbox-content>img {
	max-height: 85vh;
}

.post-navigation {
	border-top: 1px solid black;
	margin-top: 4rem;
	padding: 2rem 0;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: rgba(var(--main-color-highlight), 1);
	border-color: rgba(var(--main-color-highlight), 1);
}

.page-link:hover {
	z-index: 2;
	color: rgba(var(--main-color-highlight), 1);
	background-color: rgba(var(--main-color-highlight), 0.11);
	border-color: rgba(var(--main-color-highlight), 0.3);
}

.page-link:focus {
	z-index: 3;
	color: rgba(var(--main-color-highlight), 1);
	background-color: rgba(var(--main-color-highlight), 0.11);
	border-color: rgba(var(--main-color-highlight), 0.3);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(var(--main-color-highlight), 0.3);
}

/* FORM */
.wpcf7-form label,
.wpcf7-form label input {
	width: 100%;
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: rgba(37, 114, 132, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1em;
	line-height: 1;
	padding: 1em 2em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background: rgba(0, 0, 0, 1);
}


/* BREADCRUMBS */
#breadcrumbs {
	padding: 2em 0;
	font-size: 0.8em;
}




/* FORM */
.wpcf7 input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.wpcf7 textarea {
	background: transparent;
	border: 0;
	background-attachment: local;
	background-image:
		linear-gradient(to right, transparent 10px, transparent 10px),
		linear-gradient(to left, transparent 10px, transparent 10px),
		repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, #ccc 31px);
	line-height: 31px;
	height: 150px;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

select {
	border: 1px solid #ccc;
	background-color: white;
	padding: 6px;
}

/* SEARCH AND FILTER */
.searchandfilter li {
	margin-bottom: 20px;
	list-style: none;
}

.searchandfilter li:first-of-type,
.searchandfilter li:last-of-type {
	display: block;
}

.searchandfilter ul {
	margin-left: 0px;
	padding-left: 0;
}

.searchandfilter li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}

/* SEARCH */
.fa.fa-search {
	font-family: "Font Awesome 5 Free";
}

.header-sidebar-1 .search-form input {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 2px 8px;
	padding-right: 13px;
	padding-right: 55px;
}

.header-sidebar-1 .search-form button {
	width: 40px;
	color: white;
	font-size: 0.8rem;
}

.header-sidebar-1 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 1);
}

.header-sidebar-1 ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 1);
}

.header-sidebar-1 :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 1);
}

.header-sidebar-1 :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 1);
}

/* PARTENAIRES */
.block-logos-partenaires .wp-block-cover__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.block-logos-partenaires .wp-block-cover__inner-container .wp-block-image {
	align-self: center;
	margin: 1.5rem;
	place-self: center;
}

.block-logos-partenaires .wp-block-cover__inner-container .wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	max-height: 100px;
	width: auto;
}

/* ARCHIVE */
.post-thumbnail img,
.thumbnail-resized img {
	border: 1px solid #e5e5e5;
}

.archive-item {
	margin-bottom: 2rem;
}

.archive-item .entry-header {
	margin-bottom: 0.75rem;
}

.archive article,
.blog article {
	margin-bottom: 3rem;
}

.thumbnail-resized {
	margin-bottom: 0.5rem;
}

.cat-links {
	font-size: 0.8em;
}

.cat-links .fa {
	color: rgba(var(--main-color-highlight), 0.8);
}

p+.entry-footer {
	margin-top: -10px;
}


/* SEARCH RESULTS */
.search article {
	margin-bottom: 3rem;
}

/* SINGLE */
.entry-header,
.page-header {
	margin-bottom: 5rem;

}

.entry-header h1,
.page-header h1 {
	text-transform: uppercase;
	font-weight: 300;
}

.nav-subtitle {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

/* SINGLE FILMS*/

.single-film .entry-header {
	margin-bottom: 1em;
}

.realisateur-line {
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1.2em;
}

.single-film .public-info-box {
	margin-bottom: 3rem;
}

.info-box-line {
	font-size: 0.8em;
}

.public-info-box span {
	font-weight: bold;
}

.public-info-box span+span {
	font-weight: normal;
}

.english-content-box {
	margin: 2rem 0;
	font-style: italic;
}

.single-film-content .entry-content {
	margin-top: 0
}

.info-box-line-diffusion,
.production-group {
	margin-top: 1rem
}


/* PAGE */


/* SIDEBAR */

#secondary.widget-area .widget-title.srp-widget-title {
	color: white;
}

.srp-widget-singlepost {
	border-bottom: 0 solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

.srp-widget-singlepost h4 {
	font-size: 1.2rem;
	margin-bottom: 0.5em !important;
}

.srp-widget-singlepost h4 a {
	color: white;
	text-decoration: none;
}

.header-sidebar-1 #billetterie {
	margin: 0;
}

.header-sidebar-1 #billetterie a {
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

.header-sidebar-1 #billetterie a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3ff";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-left: 8px;
	transform: rotate(-25deg);
	font-size: 1.1em;
	transition: all 0.3s ease-in-out
}

.header-sidebar-1 #billetterie a:hover:after {
	transform: scale(1.3) rotate(-35deg);
}


/* BILLETTERIE */

.page-id-3735 .entry-header {
	display: none;
}

.page-id-3735 #secondary {
	display: none
}

.page-id-3735 #primary {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

#billetterie-box {
	border-radius: 10px;
	border: 1px solid rgba(var(--main-color-highlight), 1);
	overflow: hidden;
	margin-bottom: 3rem;
}

#tribe-events-content .billetterie-button-box {
	margin: 1rem 0;
	text-align: right
}

#tribe-events-content .billetterie-button-box a {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: rgba(var(--main-color-highlight), 1);
	color: white;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

#tribe-events-content .billetterie-button-box a:hover {
	background: black;
}


/* CALENDAR */
:root {
	--tec-featured-event-bg: #0ea0d7
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events .tribe-events-cal-links a {
	color: rgba(var(--main-color-highlight), 1)
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: rgba(var(--main-color-highlight), 1)
}

#tribe_events_filters_wrapper input[type=submit]:hover,
.tribe-events-button.tribe-active:hover {
	background-color: #0f3647
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
	color: #fff
}

#tribe_events_filters_wrapper h3 span:after {
	border-top-color: rgba(var(--main-color-highlight), 1)
}

#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
	border-left-color: rgba(var(--main-color-highlight), 1)
}

.single-tribe_events .tribe-events-cal-links a,
.single-tribe_events .tribe-events-cal-links a:hover {
	background-color: transparent;
	color: rgba(var(--main-color-highlight), 1);
	float: none;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	border-bottom: 1px solid #e0e0e0
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
	border-bottom: 0
}

.tribe-events-calendar thead th {
	background-color: #666;
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	white-space: nowrap;
	border-left: 1px solid #666;
	border-right: 1px solid #666
}

/*
   .events-archive .cat_jeune-public h3,
   .events-archive .tribe-events-category-jeune-public h3{
	   padding-bottom: 15px !important;
	   background: url(images/sourisverte.png) no-repeat 5px bottom;
	   background-size: auto 15px;
   }
   */

a.mouse-icon-link {
	display: inline-block;
	height: 42px;
	width: 120px;
	background: url(images/sourisverte.png) no-repeat center center;
	background-size: contain;
	text-indent: -50000px;
}

.tribe-events-month a.mouse-icon-link,
.tribe-events-list a.mouse-icon-link {
	height: 21px;
	width: 60px;
}

.tribe-events-month h3+.mouse-icon-link-box {
	margin-top: -5px;
}

.single-tribe_events a.mouse-icon-link {
	margin-bottom: 20px;
}

.single-tribe_events .tribe-events-schedule {
	background: transparent;
	border: 0px solid #eee;
	margin: 18px 0 8px;
	padding: 0px;
}

#tribe-mobile-container .tribe_events_cat-jeune-public h4 {
	padding-bottom: 15px !important;
	background: url(images/sourisverte.png) no-repeat 5px bottom;
	background-size: auto 15px
}

#tribe-mobile-container .tribe-events-event-schedule-details {
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
}

#tribe-mobile-container .type-tribe_events h4 {
	font-weight: bold
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
	margin-bottom: 15px;
}

.tribe-theme-twentyeleven.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.tribe-theme-twentyfourteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.tribe-theme-twentyten.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.tribe-theme-twentythirteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.tribe-theme-twentytwelve.single-tribe_events .tribe-events-schedule .tribe-events-divider {
	display: none
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(min-device-pixel-ratio:2) {
	.tribe-events-tooltip .tribe-events-arrow {
		background-image: url(../images/tribe-theme/tribe-theme-tooltips@2x.png)
	}
}

#tribe-events-content .tribe-events-calendar td {
	color: rgba(var(--main-color-highlight), 1);
	font-size: 12px;
}

.tribe-events-calendar thead th {
	background-color: rgba(var(--main-color-highlight), 0.7);
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	white-space: nowrap;
	border-left: 1px solid rgba(var(--main-color-highlight), 0.7);
	border-right: 1px solid rgba(var(--main-color-highlight), 0.7);
}

.tribe-events-notices {
	color: rgba(var(--main-color-highlight), 1);
	text-shadow: 0 1px 0 #fff;
}

.tribe-events-notices {
	background: rgba(var(--main-color-highlight), 0.1);
	border-radius: 4px;
	border: 1px solid rgba(var(--main-color-highlight), 0.1);
	color: rgba(var(--main-color-highlight), 1);
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 #fff;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
	background: rgba(var(--main-color-highlight), 0.05);
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: rgba(var(--main-color-highlight), 0.5);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

#tribe-events-content .tribe-events-calendar td:hover {
	background: rgba(var(--main-color-highlight), 0.10);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#tribe-events-content .tribe-events-calendar td {
	border-color: rgba(var(--main-color-highlight), 0.2);
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"]>a {
	background-color: rgba(var(--main-color-highlight), 0.3);
	color: #454545;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
	background-color: rgba(var(--main-color-highlight), 1);
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
	background-color: rgba(var(--main-color-highlight), 0.15);
	color: rgba(var(--main-color-highlight), 0.85);
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
	background-color: rgba(var(--main-color-highlight), 1);
	color: #fff;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1800px;
}

.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
	margin: 0 auto;
	max-width: 1320px;
}


#tribe-events-content .tribe-events-calendar .mobile-active:hover,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"],
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a,
.tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
.tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
.tribe-events-calendar td.mobile-active {
	background-color: rgba(var(--main-color-highlight), 1);
	color: #fff;
}

/*
  #tribe-bar-form {
	background: rgba(var(--main-color-highlight),0.1);
  }
  .tribe-bar-views-inner {
	background: rgba(var(--main-color-highlight),0.1);
  }
  */
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
	max-width: 1200px;
	margin: 0 auto;
}

body .tribe-events-list .type-tribe_events {
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #c2c2c2;
}

body #tribe-events-pg-template,
body #tribe-events {
	padding-top: 0;
}

body #tribe-events,
body #tribe-events-pg-template,
body .tribe-events-pg-template {
	padding: 0;
}

body .tribe-events-page-title {
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	font-size: 2.5rem;
}

.single-tribe_events .animatou-custom-content,
.single-programme .related-posts,
.programme-block {
	margin: 3rem 0;
	padding: 2rem 0;
	border-top: 1px solid rgba(var(--main-color-highlight), 1);
	border-bottom: 1px solid rgba(var(--main-color-highlight), 1);
}

.age-box {
	padding: 0.5rem 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.programme-block+.programme-block {
	border-top: 0px solid rgba(var(--main-color-highlight), 1);
}

.programme-block .progamme-dynamic-item h4 span {
	display: none;
}

.single-tribe_events .animatou-custom-content h4,
.single-programme .related-posts h2 {
	margin: 0 0 2rem 0;
}

body .animatou-custom-content .entry-header {
	display: block !important;
}

#tribe-events-content .animatou-custom-content a {
	color: rgba(var(--main-color-highlight), 1);
}

.progamme-dynamic-item-film {
	margin-bottom: 3rem;
}

body.single-tribe_events h1.tribe-events-single-event-title {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

body .tribe-events-schedule h2 {
	font-size: 1.75em;
}

body .tribe-events-schedule {
	margin: 1em 0 2.5em 0;
}

.single-tribe_events .tribe-events-event-meta {
	background-color: rgba(var(--main-color-highlight), 0.08);
	border: 0;
}

.tribe-events-list-separator-month {
	text-transform: capitalize;
}

.tribe-events-list-separator-month.day_separator {
	color: rgba(var(--main-color-highlight), 1);
	font-size: 20px;
	text-align: left;
	padding: 0;
}

.tribe-events-list-separator-month.day_separator span {
	background-color: #fff;
	padding: 0;
	text-transform: capitalize;
}

.tribe-events-list-separator-month.day_separator:after {
	display: none;
}


body #tribe-events-content a,
body .tribe-events-event-meta a {
	color: rgba(var(--main-color-highlight), 1);
	text-decoration: none;
}

/* SINGLE PROGRAMME */
.programme-content {
	margin: 3rem 0;
}

.programmes-related-event h4 {
	margin-bottom: 1rem;
}

.header-subtitle {
	font-size: 0.8em;
	font-weight: bold;
}


/* FOOTER */
.site-footer {
	padding: 0 0 1rem 0;
	color: white;
}

.site-footer .container {
	font-size: 0.85em;
}

.site-footer a {
	text-decoration: none;
	color: white;
}

.site-footer a:hover {
	color: white;
	text-decoration: underline;
}

.copyright-box,
.site-info {
	font-size: 0.6em;
}



.site-footer .widget_wysija input[type="text"] {
	margin-right: 1rem;
	margin-bottom: 0.5rem;
}

.site-footer .widget_wysija p.wysija-paragraph {
	margin: 0;
}

.site-footer .widget_wysija_cont .wysija-submit {
	margin-bottom: 0;
	margin-top: 0;
}

.widget_wysija input[type=text] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.widget_wysija input[type=submit] {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.widget_wysija input[type=submit]:hover {
	background-color: white;
	color: rgba(var(--main-color-highlight), 1);

}

.footer-sidebar-group:before {
	display: block;
	height: 1px;
	content: " ";
	border-top: 1px solid white;
	margin: 1rem 15px;
	width: 100%;
}

.sidebar-before-footer {
	color: white;
}

.sidebar-before-footer a {
	color: white;
}

.sidebar-before-footer:before {
	display: block;
	height: 1px;
	content: " ";
	border-top: 1px solid white;
	margin: 1rem 15px 2.2rem 15px;
}


.top-button.back-to-top {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 !important;
	outline: 0 !important;
	padding: 0.35rem .48rem;
	font-size: 1.1rem;
	line-height: 1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	z-index: 190;
}

body .dev_logos_block_item a:hover img {
	transform: scale(1.05);
}

.has-background {
	padding: 2rem;
}

.srp-thumbnail-box {
	max-width: 160px;
}

.image-button figure {
	position: relative;
}

.image-button figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
}

.image-button figure figcaption a {
	color: white;
	transition: all 0.3s ease-in-out;
	font-size: 1.8rem;
	font-weight: bold;
}

/* MEDIA QUERIES */
@media only screen and (min-width: 576px) {
	.scrolldownboxposition {
		bottom: 20px;
		/* 20px*/
	}

}

@media only screen and (min-width: 768px) {

	.block-thumbnail .row div:first-of-type {
		padding-right: 15px;
	}

	.block-thumbnail .row div:last-of-type {
		padding-left: 15px;
	}

	body .navbar-toggler {
		right: 40px !important;
	}

	/* PARTENAIRES */
	.block-logos-partenaires .wp-block-cover__inner-container .wp-block-image {
		margin: 1rem;
	}

	.site-footer form.widget_wysija {
		display: flex;
	}

}

@media only screen and (min-width: 992px) {

	.navbar {
		align-items: stretch;
		padding-bottom: 0;
	}

	.site-header .container-fluid {
		align-items: stretch;
	}

	.main-nav--sticky {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: linear-gradient(165deg, rgba(var(--main-color-highlight), 1) 24%, rgba(128, 43, 46, 1) 77%);
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		animation: slide-down 0.7s;
		z-index: 200;
	}

	.navbar-light .navbar-nav .nav-link,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
		color: white;
		border-bottom: 4px solid transparent;
		transition: all 0.3s ease-in-out;
	}

	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .current-menu-item .nav-link,
	.navbar-light .navbar-nav .current-menu-ancestor .nav-link,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-ancestor .nav-link {
		color: white;
		border-bottom: 4px solid white;
	}




	.main-nav--sticky h1.site-title a,
	.main-nav--sticky p.site-title a {
		display: inline-block;
		width: 200px;
		height: 50px;
	}

	.main-nav--sticky h1,
	.main-nav--sticky p {
		margin: 0.25em 0;
	}


	.navbar-expand-lg .navbar-collapse {
		flex-direction: column-reverse;
		align-items: flex-end;
		justify-content: space-between;
	}

	.header-sidebar-1 {
		flex-direction: row-reverse;

	}

	.header-sidebar-1 .widget {
		margin: 0 3rem;
	}

	.header-sidebar-1 .search-form {
		margin: 0rem;
	}

	.site-header::after {

		display: block;
		height: 1px;
		content: " ";
		border-top: 1px solid white;
		margin: 0 var(--bs-gutter-x, .75rem);

	}

	.site-header.main-nav--sticky::after {
		display: none;
	}

	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}

		100% {
			opacity: 0.9;
			transform: translateY(0);
		}
	}


	body .dev_logos_block_item {
		padding: 0;
	}


	body .srp-widget-container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	body .srp-widget-singlepost {
		width: 48%;
	}



}

@media only screen and (min-width: 1020px) {
	.site-content {
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	#primary,
	.single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
		padding: 5rem 3rem 3rem 1rem;
		width: 75%;
		max-width: 1000px;
	}

	#secondary {
		width: 25%;
		padding: 5rem 1rem 3rem 1rem;
	}

	#secondary .third-level-menu {
		position: sticky;
		top: 120px;
	}
}


@media only screen and (min-width: 1200px) {

	h1.site-title a,
	p.site-title a {
		width: 320px;
		height: 70px;
	}

	h1.site-title,
	p.site-title {
		margin: 1.2em 0 0.5em 0;
	}

	.main-nav--sticky h1.site-title,
	.main-nav--sticky p.site-title {
		margin: 0.25em 0;
	}

	/* PARTENAIRES */
	.block-logos-partenaires .wp-block-cover__inner-container {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.block-logos-partenaires .wp-block-cover__inner-container .wp-block-image {
		margin: 2rem;
	}

	.block-logos-partenaires .wp-block-cover__inner-container .wp-block-image img {
		height: auto;
		max-width: 199px;
		vertical-align: bottom;
		max-height: 100px;
		width: auto;
	}

}

@media only screen and (min-width: 1400px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	body .dev_logos_block_item img {
		max-width: 60%;
		max-height: 60%;
	}

	body .srp-widget-singlepost {
		width: 22%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

}



/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 1020px) {
	.navbar-header {
		float: right;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		transition: none !important;
	}

	.navbar-collapse.collapse.show {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;

		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;

		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;

	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
		margin-top: 8px;
		font-size: 0.9em;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
		white-space: normal;
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
		transition: none !important;
	}

	body .navbar-nav>li {
		float: none;
		margin-bottom: 1.25rem;
		text-align: center;
	}

	body #secondary .navbar-nav>li {
		float: none;
		margin-bottom: 1rem;
		text-align: center;
	}

	body #secondary {
		margin-bottom: 2rem;
	}

	body .navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 2.5rem;

	}

	body .navbar-light .navbar-nav .nav-link {
		color: white;
	}

	body .navbar-light .navbar-nav .nav-link:focus,
	body .navbar-light .navbar-nav .nav-link:hover {
		color: white;
	}


	.collapse.in {
		display: block !important;

	}

	.navbar-collapse,
	.navbar-collapse.collapse {
		background-color: rgba(var(--main-color-highlight), 1);
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		z-index: 200;
	}

	.navbar-collapse.collapse {
		opacity: 1;
		transition: opacity 0.15s ease-in-out !important;
		transition-delay: 0s !important;
	}

	.navbar-collapse.collapsing {
		opacity: 0;
	}




	.navbar-toggle {
		border: none;
		background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}


	.navbar-expand-lg .navbar-toggler {
		display: block;
		z-index: 300;
	}


	/* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}

	/* END ANIMATED X */


}