/*
Theme Name: Theme Cine Galeries 2021
Text Domain: cg2021
Version: 1.0
Description: based on twenty twenty one
Author: eZoulou
Author URI: https://eZoulou.be
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: twentytwentyone
*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
html {
  scroll-behavior: smooth;
}
.tw-header-padding-large,
:root {
  --yellow: #ffc174;
  /*--red: #cc3a00;*/
  --red: #ce0000;
  --pink: #f7e3df;
  --orange: #dd5656;
  --header--padding: 20px !important;
  --heading--font-size-h2: 2rem !important;
  --global--font-size-base: .9rem !important;
  --global--line-height-heading: 1 !important;
  --global--font-size-page-title: var(--global--font-size-xl) !important;
  --primary-nav--font-size: 1.685rem !important;
  }
@media (max-width : 651px) {
	:root {
		  --heading--font-size-h2: 1.7rem !important;
		  --global--line-height-heading: 0.8 !important;
    }
}
.is-dark-theme.is-dark-theme {
	--orange: #ad4742;
}
header#masthead, .cg-filters, .sticky {
	transition-duration: 200ms;
    transition-property: visibility, opacity, transform;
    transition-timing-function: ease-in-out;
}
@media (max-width:3000px) {
  header#masthead.header-partial {
     transform: translateY(-3.7rem);
  }
  #content.follow-partial .cg-agenda .followWrap .sticky.fixed  {
	  transform: translateY(-3.7rem);
  }
}
/* button CG-filters*/
.cg-filters {
	display: flex;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cg-filters .button {
	display: inline-flex;
	height: 50px;
	width: auto;
	align-items: center;
	border: solid 1px;
	padding: 13px;
	background: white !important;
	color: black !important;
}

.cg-filters .button:hover, .cg-filters .button:active, .cg-filters .button:focus, .cg-filters .button.active {
	display: inline-flex;
	height: 50px;
	width: auto;
	align-items: center;
	border: solid 1px;
	background: black !important;
	color: #f4f4f4 !important;
}
.is-dark-theme .cg-filters .button:hover, .is-dark-theme .cg-filters .button:active, .is-dark-theme .cg-filters .button:focus, .is-dark-theme .cg-filters .button.active {
	background: #ffffff21 !important;
} 

select.genres {
	display: none;
}
.site .button {
  margin: 0px .5em;
  padding: .6em .6em !important;
}
.bx-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.bxslider > li {
  display: block !important;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 2px;
}

.bxslider > li .desc {
  height: 33vw;
  padding: 20px;
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  position: relative;
  z-index: 2;
  transition-duration: 200ms;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
.bxslider > li .desc h2,
.bxslider > li .desc h3 {
  color: white;
  margin: 0;
  position: relative;
  z-index: 2;
}

.bxslider > li .desc h3 {
  font-size: 90%;
}

.bxslider > li .desc .cg-links-to-cineboutique {
  color: white;
  padding: 0;
}

.bxslider > li .desc .cg-links-to-cineboutique h2 {
  display: none;
}

.bxslider > li .bg {
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all .25s;
  width: 100%;
  z-index: 1;
  transition-duration: 200ms;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

.bxslider > li .bg:before {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 200ms;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
@media (hover: hover) {
	.bxslider > li:hover .bg:before {

	opacity: .3;
	}
	.bxslider > li:hover .bg, .bxslider > li:focus .bg {
	  transform: scale(1.1);
	}
}

.title-wrapper {
  position: relative;
}

.post-categories {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

.post-categories li {
  display: inline-block;
  margin: 5px 5px 0 0 !important;
  width: auto !important;
}

.post-categories li a {
  background: deeppink;
  color: black;
  display: inline-block;
  padding: 2px;
  text-decoration: none;
}

.post-categories:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ae0d64 #fff;
  transition: 0.2s ease-out;
}

.post-categories:before:hover {
  border: none;
}

li.post {
  position: relative;
  /* week etiquette */
}

.post .weeks-a-l-affiche {
  display: none;
}
li.post .poster {
  margin: 0 auto !important;
}

li.post > .inner > h2 {
  font-size: var(--heading--font-size-h3);
  line-height: 1;
}

li.post > .inner > h2 a {
  text-decoration: none;
}



ul.genres {
  display: block;
  padding-left: 0;
}

ul.genres li {
  display: inline-block;
  font-weight: 100;
  margin: 0 !important;
  text-transform: uppercase;
  width: auto !important;
}

ul.genres li:after {
  content: ' \00a0 ';
  display: inline-block;
  margin: 0 .3em;
}
ul.genres li:after {
  content: ' \00a0 ';
  display: inline-block;
  margin: 0 .2em;
}
ul.parent-id li.specials:after {
  content: ' \00a0 ';
  display: inline-block;
  margin: 0 .2em;
}

.cg-links-to-cineboutique {
  background: #ebebeb;
  border-radius: 0 0 1.5em 0;
  margin-top: 20px;
}

.cg-links-to-cineboutique h2 {
  font-size: 1.2em;
  margin: 0 0 .3em 0 !important;
}

.cg-links-to-cineboutique strong {
  display: block;
  font-weight: normal;
  margin-top: .1em;
}

.cg-links-to-cineboutique .btn {
  background: white;
}

ul.cg-movies-details {
  font-size: smaller;
  padding-left: 0;
  display: contents;
  font-family: 'Google Sans';
}

ul.cg-movies-details li {
  display: inline-block;
}

ul.cg-movies-details li:not(:last-child):after {
  content: ' \00a0 ';
  display: inline-block;
  margin: 0 .4em;
}

ul.cg-movies-details em {
  font-style: normal;
  font-weight: bold;
}
ul.cg-movies-details .lang b {
  display: none;
}

ul.cg-movies-details .lang span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
}

ul.cg-movies-details .subtitles b {
  display: none;
}

ul.cg-movies-details .year b {
  display: none;
}

ul.cg-movies-details .subtitles span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f037";
}

ul.cg-movies-details .country b {
  display: none;
}

ul.cg-movies-details .duration b {
  display: none;
}

ul.cg-movies-details .duration span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
}
ul.cg-movies-details .prices b {
  display: none;
}

ul.cg-movies-details .prices span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
ul.cg-movies-details .abonnement b {
  display: none;
}

ul.cg-movies-details .abonnement span:first-of-type:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
ul.cg-movies-details .patient_contribution b {
  display: none;
}

ul.cg-movies-details .patient_contribution span:first-of-type:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
ul.cg-events-upcoming {
  font-size: 110%;
}

ul.cg-events-upcoming li {
  list-style-type: none;
  margin-bottom: .7em;
}

ul.cg-events-upcoming li ul {
  margin-left: 0;
}

ul.cg-events-upcoming .day:not(:last-child) {
  margin-bottom: 2rem;
}

ul.cg-events-upcoming .day:not(:last-child):after {
  background-color: #aaa;
  content: '';
  display: block;
  height: 2px;
  margin-top: 2rem;
  width: 120px;
}

ul.cg-events-upcoming .the-date {
  display: block;
}

.cg-events-upcoming .button {
    display: inline-grid;
    text-align: center;
    line-height: 1em;
	margin: 0px 1em;
}

.version {
    font-size: 10px;
}

ul.cg-agenda {
  font-size: 110%;
}

ul.cg-agenda li {
  list-style-type: none;
}

ul.cg-agenda li ul {
  margin-left: 0;
  padding-left: 0;
}

ul.cg-agenda .the-date {
  display: block;
}

ul.cg-agenda img {
  max-width: 150px !important;
}

.tabs-nav {
  display: flex;
  margin-top: 30px;
  overflow: auto;
}
html.has-js .tabs-nav {
  overflow: hidden;
}

.tabs-nav strong {
  background-color: #ddd;
  display: inline-block;
  padding: 10px 20px;
}

.tabs-nav strong:not(:last-child) {
  margin-right: 2px;
}

.tabs-nav strong.active {
  background-color: var(--yellow);
}

.wp-block-latest-posts {
  margin-top: 30px;
  padding-top: var(--global--spacing-vertical) !important;
  justify-content: space-between;
}

.wp-block-latest-posts > li {
  display: block;
  margin:0 auto 30px !important;
  width: 100% !important;
}
.wp-block-latest-posts__featured-image.large {
  display: none;
}
a.large {
  display: none;
}
@media (min-width:1020px) {
  .wp-block-latest-posts > li {
    width: calc((100% - 80px)/3) !important;
  }
}
@media (min-width:481px) {
  .wp-block-latest-posts__featured-image.thumbnail {
	display: none;
  }
  a.thumbnail {
	display: none;
  }
  .wp-block-latest-posts__featured-image.large {
	display: block;
  }
  a.large {
	display: block;
  }
}

.page-header {
  border: none;
  margin-bottom: var(--global--spacing-vertical);
  padding: 0;
}

.site .site-content {
  padding-top: 0 !important;
}

.cg-filters {
  margin-bottom: 0;
  margin-top: 30px;
}

.cg-filters .button {
  padding: 10px !important;
}
.cg-filters.sticky {
  position: fixed;
  top: 115px;
  width: 100%;
  margin: 0;
  z-index: 10;
}
@media (max-width : 650px) {
	.cg-filters.sticky {
		top: 105px;
	}
}
.cg-filters.sticky + .wp-block-latest-posts {
  padding-top: 168px;
}
.cg-filters button.button.heuredete, .cg-filters button.button.heuredhiver {
	display: none !important;
}
body.category-cycle-galeries .cg-filters .heuredete, body.category-cycle-galeries .cg-filters .heuredhiver, body.category-galeries-series .cg-filters .heuredete,  body.category-galeries-series .cg-filters .heuredhiver, body.category-galeries-filmserie .cg-filters .heuredete, body.category-galeries-filmserie .cg-filters .heuredhiver {
		display: block !important;
}
body.category-cycle-galeries .cg-filters .expatcinema, body.category-cycle-galeries .cg-filters .events, body.category-galeries-series .cg-filters .expatcinema,  body.category-galeries-series .cg-filters .events, body.category-galeries-filmserie .cg-filters .expatcinema, body.category-galeries-filmserie .cg-filters .events {
		display: none !important;
}
/*
 * PAGES
 */
body.single .post_thumbnail {
    position: relative;
     width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body.single .post_thumbnail figure {
  position: relative;
  z-index: 2;
}

body.single .post_thumbnail #play_button, div.showcase #play_button {
  display: block;
  left: 50%;
  margin: -60px auto auto -60px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 120px;
}
body.single .post_thumbnail #play_button, div.showcase #play_button {
    margin: -35px 0 0 -35px;
    height: 70px;
    width: 70px;
    cursor: pointer;
    z-index: 15;
    transition-duration: 80ms;
    transition-property: background, opacity, transform;
    transition-timing-function: ease-in-out;
    border-radius: 100%;
    border: solid 2px white;
}
body.single div.play_button, div.showcase div.play_button {
    position: relative;
    display: flex;
    position: relative;
    min-height: 175px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 481px) {
	body.single div.play_button, div.showcase div.play_button {
		min-height: 130px !important;
	}
}
body.single .post_thumbnail #play_button:hover, div.showcase #play_button:hover {
	background: var(--red);
  border-radius: 100%;
	border: var(--red);
}
@media only screen and (max-width: 768px){
  body.single .post_thumbnail #play_button, div.showcase #play_button {
      height: 50px !important;
    width: 50px !important;
    margin: -25px 0 0 -25px !important;
  }
}
body.single .post_thumbnail iframe {
	z-index: 1;
}
body.single .cg-modal {
	visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
	-webkit-transition: .2s all;
    transition: .2s all;
	background: #000000e0;
	padding-left: var(--global--spacing-horizontal);
    padding-right: var(--global--spacing-horizontal);
	padding-top: var(--global--spacing-vertical);
}
body.single .post_thumbnail .close_button {
	position: absolute;
    z-index: 112;
    top: 60px;
    right: 70px;
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border: none;
    background: transparent;
}
@media (max-width : 768px) {
	body.single .post_thumbnail .close_button {
	top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
	margin-top: calc(1 * var(--global--spacing-vertical));
	}
}
body.single .post_thumbnail .close_button:before, body.single .post_thumbnail .close_button:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
	transition-duration: 200ms;
    transition-property: transform, background;
    transition-timing-function: ease-in-out;
}
body.single .post_thumbnail .close_button:before {
    transform: rotate(45deg);
}
body.single .post_thumbnail .close_button:after {
    transform: rotate(-45deg);
}
body.single .post_thumbnail .close_button:hover:before {
    transform: rotate(135deg);
	background: var(--red);
}
body.single .post_thumbnail .close_button:hover:after {
    transform: rotate(45deg);
	background: var(--red);
}
body.single .cg-modal .wp-block-columns {
	margin-left: var(--global--spacing-horizontal);
	margin-right: var(--global--spacing-horizontal);
	margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
body.single .cg-modal .wp-block-columns .wp-block-column:first-child{
	align-self: center;
	text-align: center;
}
body.single .cg-modal .wp-block-columns .wp-block-column:nth-child(2n){
	align-self: center;
	text-align: left;
	min-width: 33vw;
}
@media only screen and (max-width: 650px) {
	body.single .cg-modal .wp-block-columns .wp-block-column:nth-child(2n){
		align-self: flex-start;
	}
}
body.single .post_thumbnail .poster {
  position: absolute;
  right: 2vw;
  width: 20vw;
}

body.single .post_thumbnail .poster img {
  box-shadow: 0 0 10px black;
}

body.single .post_thumbnail .poster .genres {
  background: var(--yellow);
  padding: .2em 1em;
}

body.single .post_thumbnail .poster .genres li {
  font-weight: bold;
}

body.single .post_thumbnail.show-video figure {
  z-index: 1;
}

body.single .post_thumbnail.show-video iframe {
  z-index: 2;
}

body.single .post_thumbnail:not(.show_video) #play_button, div.showcase #play_button {
  opacity: 1;
}
body.single .post_thumbnail.show-video div.cg-modal {
	visibility: visible;
    opacity: 1;
}

/* CG-slider */
.bxslider > li .desc a {
  color: white !important;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://galeries.be/wp-content/uploads/2021/02/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://galeries.be/wp-content/uploads/2021/02/controls.png) 0 -32px no-repeat;
}
  .bxslider > li .desc {
    height: 85vh !important;
	min-height: 750px;
  }
  .bx-viewport {
    height: 85vh !important;
	min-height: 750px;
  }
@media screen and (max-width: 768px) {
  .bxslider > li .desc {
    height: 60vh !important;
	min-height: 100px;
  }
  .bx-viewport {
    height: 60vh !important;
	min-height: 100px;
  }
}

.bxslider > li .bg {
  background-position: center;
}
/* Dark mode */
.is-dark-theme {
  --global--color-background: #101214;
}

.is-dark-theme .editor-styles-wrapper {
  --global--color-background: #101214;
}
.is-dark-theme .menu-item.social-item svg,
.is-dark-theme .menu-item.social-item svg path { 
  fill :currentColor !important;
}



/* post categories etiquette */
/* genre etiquette*/
ul.genres {
  display: block;
  line-height: 1.5;
  padding: 5px 10px;
  background: var(--red);
  border-radius: 2px 2px 0 0;
  box-shadow: 0 1px 2px #0005;
  margin-bottom: 10px;
}

/* week # */
/*let's review */
.lets-review-block__user_rating .score-overlay {
  background: var(--red) !important;
}
/* live clock */
.live-clock {
    font-size: x-large;
	font-weight: bold;
}
.live-clock span{
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.live-clock span:first-child {
	margin-left: 0;
}
@media (max-width: 482px) {
	.live-clock span{
		margin-left: 0;
	}
}
@media (max-width:650px)  {
	.live-clock {
		font-size: large;
	}
}
/*pro download*/
.downloads a{
	display: block;
}
/*invisible*/
.genres.invisible {
	display: none;
}
/* post-content */
.post-content {
	max-width: none !important;
	padding-bottom: var(--global--spacing-vertical);
}
/* section post */
.section-container {
	display: block;
	padding-left: 2em;
    padding-right: 3em;
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.section-container .inner {
	padding-left: var(--global--spacing-horizontal);
	padding-right: var(--global--spacing-horizontal);
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	width: 65%;
}
@media only screen and (max-width: 1020px) {
	.section-container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-container .inner {
		width: 100%;
	}
}
@media only screen (min-width: 768px) {
	.section-container:first-of-type {
			padding-top: 100px;
	}
}
.section-container h2, .section-container h4 {
	margin-top: 0 !important;
}
.section-container .section-title h2, .section-container .featured-title h2 {
	color: gray;
	font-size: x-large;
	margin-bottom: var(--global--spacing-vertical);
}
.section-container div.cg-links-to-cineboutique, .cg-modal div.cg-links-to-cineboutique {
    background: none;
	box-shadow: none;
}
.section-container div.cg-links-to-cineboutique h2, .cg-modal div.cg-links-to-cineboutique h2 {
	display: block;
}
.section-container div.cg-links-to-cineboutique div.day strong, .cg-modal div.cg-links-to-cineboutique div.day strong {
	font-size: initial;
}
.section-container div.cg-featured {
	display: block;
	vertical-align: baseline;
  overflow: hidden;
	position: relative;
  width: 35%;
}
.section-container .CG_parents div.cg-featured {
	width: 100%;
	min-height: auto;
}
@media only screen and (max-width: 3020px) {
	.section-container div.cg-featured {
		width: 100%;
		min-height: auto;
	}
}
ul.featured-parent div.cg-featured a, ul.related-news div.cg-featured a, ul.related-exhibitions div.cg-featured a, ul.related-films div.cg-featured a  {
	  display: block;
    height: 100%;
    width: 100%;
}
/*section post special info / extra info*/
.section-container.special-info, .section-container.extra-info {
	border: solid;
}
body.single .section-container.special-info {
  border: solid;
	margin-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
}
.section-container.special-info {
	padding-left: var(--global--spacing-horizontal) !important;
    padding-right: var(--global--spacing-horizontal) !important;
	padding-bottom: var(--global--spacing-vertical) !important;
}
@media only screen and (max-width: 1020px) {
	.section-container.extra-info {
		padding-left: var(--global--spacing-horizontal);
		padding-right: var(--global--spacing-horizontal);
		padding-bottom:  var(--global--spacing-vertical);
		padding-top:  var(--global--spacing-vertical);
	}
}
/*section post Guests list*/
.section-container ul.guests-list {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 482px) {
	.section-container ul.guests-list {
		justify-content: left;
	}
	.section-container ul.guests-list div.guest-resume {
		margin-right: 10px;
	}
}
.section-container ul.guests-list div.guest-resume {
    margin-bottom: 10px;
    width: 180px;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
}
.section-container ul.guests-list div.guest-resume li {
	width: 100%;
    height: 100%;
    list-style: none;
    position: relative;
}
.section-container ul.guests-list div.guest-resume li div.guest-image {
	height: 150px;
	overflow: hidden;
}
.section-container ul.guests-list div.guest-resume li div.guest-image img {
	width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.section-container ul.guests-list div.guest-resume li div.author-bio-content {
	padding: 13px;
}
.section-container ul.guests-list div.guest-resume li div.author-bio-content h4.author-title {
	margin-bottom: calc(0.3 * var(--global--spacing-vertical));
}
.author-profession {
	margin-bottom: 0 !important;
}
/* Section specials */
.section-container.featured-taxonomies {
}
.section-container div.section-title h2 {
	margin-top: 0;
}
.section-container ul.taxonomies-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
	padding-left: 0;
}
.section-container ul.taxonomies-list li.taxonomy-resume {
    list-style: none;
    width: 100%;
    height: 78px;
    margin-bottom: 10px;
    display: inline-block;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
}
@media only screen and (min-width: 768px) {
	.section-container ul.taxonomies-list li.taxonomy-resume {
		width: 370px;
		margin-right: 10px;
	}
}
.section-container ul.taxonomies-list li.taxonomy-resume a {
    display: flex;
    height: 100%;
}
.section-container ul.taxonomies-list li.taxonomy-resume div.taxonomy-image {
	width: 94px;
    height: 100%;
    flex-shrink: 0;
}
.section-container ul.taxonomies-list li.taxonomy-resume div.taxonomy-image img {
	width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.section-container ul.taxonomies-list li.taxonomy-resume div.taxonomy-content {
	 padding: 12px 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
}
.section-container ul.taxonomies-list li.taxonomy-resume a div.taxonomy-content h4 {
	margin-top: 0;
}

/*Featured parent id*/
ul.featured-parent, ul.related-news, ul.related-exhibitions, ul.related-films {
	padding-left: 0;
	
}

ul.featured-parent li, ul.related-news li, ul.related-exhibitions li, ul.related-films li {
	list-style-type: none;
	margin-bottom: var(--global--spacing-vertical);
}

ul.featured-parent div.cg-featured img, ul.related-news div.cg-featured img, ul.related-exhibitions div.cg-featured img, ul.related-films div.cg-featured img {
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}

ul.featured-parent div.inner div.entry-title h2, ul.related-news div.inner div.entry-title h2,  ul.related-exhibitions div.inner div.entry-title h2,  ul.related-films div.inner div.entry-title h2 {
	margin-bottom: calc(0.3 * var(--global--spacing-vertical));
	margin-top: calc(0.7 * var(--global--spacing-vertical)) !important;
}
ul.featured-parent div.inner div.cg-post-excerpt, ul.related-news div.inner div.cg-post-excerpt, ul.related-exhibitions div.inner div.cg-post-excerpt, ul.related-films div.inner div.cg-post-excerpt {
	margin-bottom: calc(0.7 * var(--global--spacing-vertical));
}
ul.featured-parent li, ul.related-news li, ul.related-exhibitions li, ul.related-films li {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 18%);
	margin-bottom: var(--global--spacing-vertical);
}
@media only screen and (min-width: 768px) {
	ul.featured-parent li, ul.related-news li, ul.related-exhibitions li, ul.related-films li {
		display: inline-flex;
	}
}
ul.related-films div.cg-links-to-cineboutique {
	margin-left: 0;
}

/* archive featured */
body.archive header.page-header {
	margin-top:0;
}
body.archive main#main {
	padding-top: 0;
}
body.archive div.archive-image {
		position: relative;
    background: rgb(50, 50, 50);
    width: 100%;
    height: 275px;
    margin: 0px auto;
}
@media only screen and (min-width: 768px) {
	body.archive div.archive-image {
		height: 308px;
	}
}
body.archive div.archive-image .image-container {
	width: 100%;
  height: 100%;
  background-repeat: no-repeat;    background-position: 20% 50%;
  background-size: cover;
}
/* gallery slider */
.gallery {
	margin-top: var(--global--spacing-vertical);
}
.gallery .bx-wrapper {
margin-bottom:0;
}
.gallery .bx-wrapper li.thumbnail {
	height: 650px;
	overflow: hidden;
}
.gallery .bx-wrapper li.thumbnail img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.gallery .bx-wrapper li.thumbnail {
	height: 400px;
	overflow: hidden;
	}
	.gallery .bx-wrapper li.thumbnail img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
}
/*marquee*/
.marquee {
  width: 100%;
  max-width: none !important;
  margin: 0 auto !important;
  overflow: hidden;
  white-space: nowrap;
  border-top: solid 2px;
  border-bottom: solid 2px;
  will-change: transform;
  display: block;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-12.5% + var(--offset));
  --move-final: calc(-37.5% + var(--offset));
}
.marquee .inner {
	width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 10s linear infinite;
    animation-play-state: running;
}
.marquee .inner.reverse {
	animation-direction: reverse;
}
.marquee span {
  font-style: italic;
  font-size: 20px;
  margin-right: 40px;
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
/*Showcase shortcode + display category shortcode*/
div.showcase {
	width: 100%;
    margin-bottom: 0;
	margin-top: 0;
	display: block;
	overflow: hidden;
	position: relative;
	background: none;
}
div.showcase a.main_show_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
div.main_show_thumbnail {
    width: 100%;
    height: 100%;
	margin: 0;
	position: relative;
	max-width: var(--responsive--alignfull-width);
	background-color: black;
}
div.main_show_thumbnail .title-extended {
	height: auto;
}
div.main_show_thumbnail .title-extended .award-logo {
	margin-left: 0;
    padding-left: 0;
	position: relative;
	top: 0;
}
@media only screen and (min-width: 768px) {
	div.main_show_thumbnail .title-extended .award-logo {
	width: 250px;
}
}
div.main_show_thumbnail .title-wrapper .award-logo {
	margin-left: 0;
    padding-left: 0;
	position: relative;
	top: 0;
}
div.main_show_thumbnail .title-wrapper .entry-title {
    color: white !important;
}
div.main_show_thumbnail .title-wrapper .entry-title a {
	color: white;
}
div.main_show_thumbnail .title-wrapper .undertitle {
	margin-top: -0.7em;
    margin-bottom: var(--button--padding-vertical);
	opacity: 0.95;
}
div.showcase .title-wrapper {
	background-color: rgb(0 0 0 / 0);
	background-image: none;
}
div.main_show_thumbnail .title-wrapper .main_show_excerpt {
max-width: 500px;
opacity: 0.95;
}
div.showcase .large-visu {
	height: 100%;
  width: 100%;
  position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0.7;
}
div.showcase .large-visu img {
    object-fit: cover;
	  opacity: .85;
	  width: 100%;
}
div.showcase .large-visu:before {
	background: #000;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 100ms;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}

div.showcase .post_thumbnail figure {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
	div.showcase .large-visu img {
		height: 100% !important;
		width: 100%;
	}
	div.showcase .post_thumbnail figure {
    height: 100vh !important;
  }
	div.showcase {
		height: 100vh;
		min-height: 600px;
	}
}

@media only screen and (min-width: 767px) {
	div.showcase .post_thumbnail 	figure {
    min-height: 800px;
}
	div.showcase .large-visu img {
    object-fit: cover;
	height: 92vh;
	max-width: 100%;
	min-height: 800px;
	width: 100%;
}
	div.showcase {
	height: 92vh;
	min-height: 800px;
	}
}
@media only screen and (min-width: 1019px) {
	div.showcase .post_thumbnail 	figure {
    min-height: 800px;
}
	div.showcase .large-visu img {
    object-fit: cover;
		height: 92vh;
	  max-width: 100%;
		min-height: 800px;
		width: 100%;
}
	div.showcase {
		height: 92vh;
		min-height: 800px ;
	}
}
div.showcase div.cg-links-to-cineboutique {
	position: absolute;
    margin-left: var(--global--spacing-horizontal);
    margin-top: var(--global--spacing-vertical);
    background: none;
	z-index: 13;
	box-shadow: none;
}
div.showcase ul.showcase_slider div.cg-links-to-cineboutique {
	position: block;
}
div.showcase div.cg-links-to-cineboutique h2 {
	display: none;
}
div.showcase div.cg-links-to-cineboutique div.day strong {
	color: white;
	font-size: initial;
}
div.showcase div.cg-links-to-cineboutique div.day div.group {
	margin-top: var(--button--padding-vertical);
}
figure.showcase.wp-block-image img {
	max-width: 100% !important;
}
/*Showcase displaycategory & slider*/
div.showcase.displaycat {
	min-height: fit-content;
    height: auto;
	background-image: linear-gradient(rgb(254, 254, 254) 0%, rgba(254, 254, 254, 0.9) 30%, rgba(236, 236, 236, 0.6) 100%);
}
.is-dark-theme div.showcase.displaycat {
	background-image: linear-gradient(rgb(0 0 0) 0%, rgb(0 0 0 / 81%) 100%, rgb(37 37 37 / 60%) 100%);
}

.showcase .bx-wrapper {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
	margin-left: var(--global--spacing-horizontal);
	margin-right: var(--global--spacing-horizontal);
	z-index: 11;
	position: absolute;
    bottom: 0;
}
.showcase.displaycat .bx-wrapper {
	position: relative;
}
div.showcase.displaycat :not(.has-image) .bx-wrapper {
    position: absolute;
}
.showcase .bx-wrapper .bx-viewport {
    height: initial !important;
    min-height: initial !important;
}
ul.showcase_slider li {
	list-style-type: none;
	margin-bottom: calc(0.7 * var(--global--spacing-vertical));
	max-width: 300px;
    min-width: 300px;
}
ul.showcase_slider li a.slide_show_link {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 12;
}
ul.showcase_slider li div.play_button {
   position: absolute;
    top: 20%; 
}
@media only screen (min-width: 1020px) {
	ul.showcase_slider li div.play_button {
		top: 10%
	}
}
ul.showcase_slider li div.play_button #play_button {
	height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}
.showcase_slider .cg-links-to-cineboutique {
	margin-top: 0;
	z-index: 13;
}
.showcase_slider .cg-links-to-cineboutique .day {
	padding: 0.7em 1em;
}
.showcase_slider .cg-links-to-cineboutique h2{
	  background: var(--pink) !important;
	  color: var(--red) !important;
}
.is-dark-theme .showcase_slider .cg-links-to-cineboutique h2 {
	background: var(--red) !important;
	color: var(--pink) !important;
}
.showcase_slider li {
	box-shadow: none;
}
.is-dark-theme .showcase_slider li {
	background: none;
}
.showcase_slider .cg-featured {
	position: relative;
}
.showcase_slider .cg-featured .wrap-title {
	position: absolute;
  color: white !important;
	width: 100%;
  z-index: 5;
  bottom: 0;
    background-image: linear-gradient( 
180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100% );
    padding: .7em 1em;
    margin: 0;
}
.showcase_slider .cg-featured .wrap-title .undertitle {
font-size: initial;
}
.showcase_slider .cg-featured h4 a {
	color: white;
}
.showcase_slider .cg-featured {
    overflow: hidden;
}
/* go-to-schedule */
#go-to-schedule.fixed-bottom {
    position: fixed;
    bottom: 5px;
    right: 5px;
    transition: bottom 0.5s;
}
#go-to-schedule {
	margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--global--font-size-xs);
    padding: 0.5em;
    min-height: 44px;
    min-width: max-content;
    border: 2px solid currentColor;
    box-shadow: none;
    background: var(--button--color-text);
    color: var(--button--color-background);
    z-index: 9998;
}
#go-to-schedule:hover, #go-to-schedule:focus {
    color: var(--button--color-background-active);
    border: 2px solid var(--button--color-text-active);
    background-color: var(--button--color-text-active);
}
#go-to-schedule:hover a, #go-to-schedule:focus a{
    color: var(--button--color-background-active);
}
#go-to-schedule.fixed-bottom.hide:not(:focus) {
    bottom: -80px;
}
#CG_days_agenda {
  scroll-margin-top: 200px;
  scroll-margin-bottom: 200px;
  margin-top: 0;
}
.section-container.special-info .section-info strong {
	margin-right: 5px;
}
/* partners */
ul.partners {
    list-style-type: none;
    text-align: center;
    padding-top: var(--button--padding-vertical);
    padding-bottom: var(--button--padding-vertical);
    display: inline-flex;
    width: 100%;
    max-width: none !important;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 2px #ffffff6b;
	background: #00000021;
}
section.section-container.partners ul.partners {
	justify-content: flex-start;
	border-top: none;
	background: none;
}
@media only screen and (max-width: 1196px) {
	ul.partners {
		justify-content: center;
	}
}
ul.partners li.partner {
	display: inline-block;
    padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul.partners li.partner img {
	height: 40px;
    -webkit-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
    filter: grayscale(100%);
	opacity: 0.5;
}
section.section-container.partners ul.partners li.partner img {
	height: 60px;
	
}
ul.partners li.partner:hover img {
	opacity: 1;
}
.is-dark-theme ul.partners li.partner img {
	filter : invert(1);
}
/*footer fix*/
footer.site-footer div.site-info {
	display:none;
}
/* gallery slider on post */
div.gallery .bx-viewport {
    height: auto !important;
    min-height: auto;
}

/* Cinecheck */

ul.cinecheck {
	list-style-type: none;
	display: inline-flex;
	padding-left: 10px;
}

li.liste-cinecheck {
	display: inline-block;
    padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

@media only screen and (max-width: 1196px) {
	ul.cinecheck {
		padding-left: 0;
	}
}