:root {
  --old-lace: #f4eddd;
  --old-lace-opacity50: #f4eddd80;
  --old-lace-opacity70: hsla(42, 51%, 91%, 0.7);
  --old-lace-opacity80: hsla(42, 51%, 91%, 0.8);
  --white: #fff;
  --white-opacity: #ffffffb3;
  --bone: #d6d0c5;
  --grey: #575866;
  --black: #000;
}

@font-face {
  font-family: 'BuloRounded';
  src: url('fonts/BuloRounded-Regular.woff') format('woff');
}

@font-face {
  font-family: 'BuloRounded';
  src: url('fonts/BuloRounded-RegularItalic.woff') format('woff');
  font-style: italic;
}

@font-face {
  font-family: 'BuloRounded';
  src: url('fonts/BuloRounded-Bold.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'BuloRounded';
  src: url('fonts/BuloRounded-Medium.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'BuloRounded';
  src: url('fonts/BuloRounded-MediumItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
/*
    1. Use a more-intuitive box-sizing model.
  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
  margin: 0;
}

/*
    3. Allow percentage-based heights in the application
  */
html,
body {
  font-family: 'BuloRounded', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  position: relative;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
  */
body {
  background-color: var(--old-lace);
  line-height: 1.5;
  padding-top: 53px;
  -webkit-font-smoothing: antialiased;
}
body.logged-in {
  padding-top: 53px;
}
body.logged-in header {
  top: 32px;
}
/*
    6. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
    7. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
select {
  background-color: #ccc;
  color: #111;
  /* -moz-appearance: none;
  -webkit-appearance: none; */
}

/*
    8. Avoid text overflows
  */
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/*
    10. Button focus for accessibility
  */
/* button:focus {
  outline: max(1px, 0.1em) solid currentColor;
  outline-offset: 0.25em;
} */

/* GENERIC */

ol,
ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}
/* remove white background for youtube link */

a[href]:where([href*="//www.youtube.com"])
{
  background: none !important;
  display: inline-block;
  padding: 0 !important;
}
.format_content p a[href]:where([href*="//www.youtube.com"]):hover
{
  background: var(--white) !important;
}
/* a[href$='.pdf']::before {
  background: url('https://i.imgur.com/n8EHrrI.png') 0 100% no-repeat !important;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
}
a[href$='.pdf']::before:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
} */

a .dashicons-search {
  width: 200px;
  height: 200px;
}
.displayscreenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.icon_mobile {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}

.border-table td {
  border: 1px #000 solid;
}

.width-table-50 {
  width: 50%;
}
.width-table-75 {
  width: 75%;
}

.full_width,
.sticky-wrapper {
  flex: 0 0 100%;
}

.wp-block-separator {
  margin: 0.8em auto;
  width: 40%;
}
.wp-block-spacer {
  width: 100%;
}
.cta-godown {
  background: #fff url(/wp-content/themes/FIF-Cube/assets/img/chevron-down.svg)
    no-repeat;
  display: block;
  height: 20px;
  margin: -17px auto 5px !important;
  width: 20px;
}
@media screen and (min-width: 1199px) {
  .responsive-only,
  .tablet-only,
  .mobile-only {
    display: none !important;
  }
}

/***** TRANSITIONS *****/
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

/**********************/

/* HEADER */

header {
  background-color: var(--white);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.shadow {
  box-shadow: 0 1px 9px rgb(0 0 0 / 25%);
}

.header__top {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 95%;
  min-width: 800px;
  width: 1200px;
}

.logo-container {
  padding: 8px 0;
  width: 5%;
}
.logo-container a .main-logo {
  width: 30px;
}

#site-header #nav-main:before {
  left: 0;
  transform: translateX(-50%);
}

#site-header #nav-main ul > li > a {
  color: black;
  font-size: 1rem;
  font-weight: 600;
  padding: 3px 5px;
  text-transform: uppercase;
}

#site-header #nav-main ul > li > ul > li a {
  font-weight: 300;
  line-height: 30px;
}

#site-header #nav-main ul > li > a:hover {
  background-color: var(--old-lace);
  box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
}

#site-header #nav-main {
  z-index: 20;
  background-color: #fff;
  position: relative;
  width: 65%;
}
#site-header a[href$='.pdf']::before {
  all: unset;
}
#site-header #nav-main ul {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 50;
}

#site-header #nav-main ul > li:not(:last-child) {
  margin-right: 1%;
}

#site-header #nav-main ul > li ul {
  background: #fff;
  display: none;
  width: clamp(220px, 250px, 350px);
  padding: 20px 5px 10px;
  position: absolute;
  top: 25px;
}

#site-header #nav-main ul > li:hover ul {
  display: block;
}

#site-header #nav-main ul > li {
  font-size: 1.1rem;
  line-height: 26px;
  position: relative;
}

#hamburger {
  margin-right: 0.5em;
}
#hamburger svg:last-of-type {
  display: none;
}
#hamburger.is-active svg:first-of-type {
  display: none;
}
#hamburger.is-active svg:last-of-type {
  display: block;
}

#hamburger,
#programme_livre {
  display: none;
}

.header__actions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.header__actions > a {
  display: block;
}
/* #cta-ticket,
#cta-programme {
  display: none !important;
} */
.header__actions a.programme,
.header__actions > p,
.header__actions .tablet-only > a {
  color: black;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-right: 0.8em;
  padding: 2px 0;
  max-width: 28.5%;
}
.header__actions > p {
  display: none;
}
.header__actions a.programme:before {
  all: unset;
}
.header__actions a.programme:hover {
  background-color: var(--old-lace);
  box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
}
a.programme span {
  display: block;
}
.header__actions #dates-festival {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 1em;
  min-width: 90px;
}

/* SOCIAL */
.social-list {
  display: flex;
  min-width: 135px;
  padding: 0;
  justify-content: space-between;
}

.social-list li a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 30px;
  padding: 3px;
  transition: all 0.3s ease;
  width: 30px;
}

.social-list li a:hover {
  box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);
  background-color: #f7eeddff;
}

header svg,
footer svg {
  height: 25px;
  max-width: 25px;
}

/* SEARCH */
.cta-search,
#cta-ticket,
#cta-programme {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 0 0.5em;
  transition: all 0.3s ease;
  width: 30px;
}
.cta-search {
  padding-top: 5px;
}
.cta-search svg {
  margin: auto;
  height: 18px;
  width: 18px;
  transition: all 0.3s ease;
  padding: 0;
}
.cta-search svg:last-child {
  display: none;
}

.cta-search:hover {
  background-color: var(--old-lace);
  box-shadow: 0 4px 12px rgb(0 0 0 / 16%);
}

#nav-mobile {
  display: none;
}

/* WRAPPER RECHERCHE */

#site-header #search-wrapper {
  position: absolute;
  /* height: 0; */
  display: none;
  overflow: hidden;
  background-color: var(--old-lace-opacity80);
  width: 100%;
  z-index: 100;
  height: 100vh;
}

#search-content {
  margin: auto;
  width: 20%;
  margin-top: 20%;
  padding: 10px;
}
#search-content h3 {
  display: none;
}
#search-form {
  align-items: center;
  display: flex;
  justify-content: center;
}
#search-form button {
  height: 25px;
  margin: 0 0 0 5px;
  padding: 3px;
  width: 25px;
}

#close {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  opacity: 0.7;
  background-color: #fff;
}

.close_bio {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
}

#close:hover {
  opacity: 1;
}

#close:before,
#close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close_bio:before,
.close_bio:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}

#close:before,
.close_bio:before {
  transform: rotate(45deg);
}

#close:after,
.close_bio:after {
  transform: rotate(-45deg);
}

/* CONTENT */
#content {
  margin: 30px auto;
  width: 1200px;
}

.page-wrapper,
.post_grid {
  padding: 0;
}
.post_grid {
  margin: 0 0 -15px;
}
.page-content p,
#post_content p,
.format_content p {
  font-family: 'Roboto Slab', serif;
  line-height: 1.3;
  margin: 0.8em 0;
}
.page-content p {
  padding: 0.15em 0.8em;
}
.format_content p a:first-of-type + a {
  margin-left: 0.8em;
}
/* .format_content p a {
  font-size: 1.2rem;
} */
.page-content a,
#post_content p a,
#synopsis p a,
.format_content p a {
  color: #000;
  padding: 2px 2px 2px 0;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.page-content a:hover,
#post_content p a:hover,
#synopsis p a:hover,
.format_content p a:hover {
  background: var(--white);
  text-decoration: none;
}
/* remove text-decoration for film atelier, etc. */
.page-content a.film,
.page-content a.atelier,
.page-content a.expo {
  text-decoration: none;
}
/* .page-content a.film:hover,
.page-content a.atelier:hover,
.page-content a.expo:hover {
  background: auto;
} */
.format_content ul li {
  list-style-type: disc;
}
/* .page-content a:hover {
  background: var(--old-lace);
} */
/* .wrapper_format_content p a:hover {
  background: var(--black);
  color: #fff;
} */
#under_content_links a,
#under_content_links a:visited {
  color: var(--black);
  padding: 2px 3px;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#under_content_links a:hover {
  background: var(--white);
}
.chapo {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 30px !important;
  padding: 0 !important;
}
/* .archive h2.page-title {
  margin: 4em 0 1em 0;
} */
h2.page-title {
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.atelier-template-default h2.page-title {
  margin: 0;
}
.page-title span {
  color: var(--white);
  display: table;
  padding: 2px;
}
.article-content > h2 {
  font-size: 1.5em;
  margin: 2em 0 0.8em 0;
}
.article-content h3 {
  font-size: 1.1em;
  margin: 2em 0 1em;
}
.article-content p {
  line-height: 1.4;
  margin: 0 0 1em;
}

.titre {
  margin: 1.6em 0 0.8em !important;
  padding: 3px 5px !important;
}

.fd_vert {
  background: #66c2bf;
  color: #fff;
}

.fd_orange {
  background: #e76342;
  color: #fff;
}

.fd_jaune {
  background: #fbd54c;
  color: #fff;
}

.fd_violet {
  background: #853f91;
  color: #fff;
}

.fd_bleu {
  background: #1b557a;
  color: #fff;
}

.fd_lavande {
  background: #b8a3ce;
  color: #fff;
}

input,
textarea {
  border: none !important;
}

/* VIDEO player */
.cta-play {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 35%;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 45px;
}
.cta-play img {
  height: 16px !important;
  width: 16px;
}
.cta-play:hover {
  background-color: var(--white);
}
.video-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: flex;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 500;
}
.video-overlay .overlay-content {
  margin: auto;
  width: 80%;
}
.overlay-content iframe {
  height: 600px;
  width: 100%;
}
.video-overlay .cta-close {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 50px;
  top: 140px;
  width: 32px;
}
.video-overlay .cta-close:after,
.video-overlay .cta-close:before {
  background-color: var(--white);
  content: ' ';
  height: 1px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  position: absolute;
  right: 0;
  top: 50%;
}
.video-overlay .cta-close:after {
  transform: rotate(-45deg) translateY(-50%);
}
.video-overlay .cta-close:before {
  transform: rotate(45deg) translateY(-50%);
}
/* Formulaires */
.password-form {
  margin: 1em 0;
}
div.wpforms-container-full {
  margin: 0 !important;
}
.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: var(--bone);
  border: 1px solid #3a3e36;
}
/*
.wpforms-form .wpforms-field {
  padding-top: 10px !important;
  display: flex;
  flex-direction: column;
}
.wpforms-form .wpforms-field-label {
  order: -1;
  padding-left: 5px !important;
  transition: all 0.3s ease;
  transform: translateY(10px);
  pointer-events: none;
  position: absolute !important;
}
.wpforms-form .wpforms-field-description {
  order: -1;
  padding-left: 5px !important;
  transition: all 0.3s ease;
  transform: translateY(5px) translateX(170px);
  pointer-events: none;
  position: absolute !important;
}
.label_input {
  bottom: -30px;
  margin: 0 0 0 10px !important;
  position: relative !important;
}
.description_input {
  left: 185px;
  position: relative !important;
  top: -35px;
}
.wpforms-form .wpforms-field input:focus + label {
  transform: translateY(-11px);
  font-size: 10px;
}
.fix {
  transform: translateY(-11px);
  font-size: 10px;
}*/
/* div.wpforms-container-full
  .wpforms-form
  .wpforms-field:hover
  .wpforms-field-label,
div.wpforms-container-full
  .wpforms-form:hover
  .wpforms-field-textarea
  .wpforms-field-description,
div.wpforms-container-full
  .wpforms-form:hover
  .wpforms-field-textarea
  .wpforms-field-limit-text {
  bottom: 25px;
} */
/* div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  .wpforms-field-description,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  .wpforms-field-limit-text {
  top: -115px;
} */
/* div.wpforms-container-full .wpforms-form:hover .wpforms-field-description,
div.wpforms-container-full .wpforms-form:hover .wpforms-field-limit-text {
  top: -75px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
  left: 185px;
  position: relative;
  top: -35px;
} */

div.wpforms-container-full .wpforms-form input[type='text']:focus {
  border-color: var(--black);
}
.wpforms-submit {
  all: unset;
  background-color: var(--white) !important;
  border: none !important;
}
.wpforms-submit:hover {
  background-color: var(--black) !important;
  color: #fff !important;
  font-weight: bold;
}

/* HOMEPAGE */
/* SLIDER */
#slider__hp {
  margin: 30px auto;
}

.wrapper_slide {
  flex: 1;
  height: 535px;
  padding: 15px;
}

.wrapper_slide div {
  display: flex;
  height: 100% !important;
  padding: 15px;
  position: relative;
}

.date_festival {
  display: none;
  /* color: var(--white);
  font-size: 2rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 1rem;
  right: 2rem; */
}

.slick-slide {
  min-height: 450px;
}
img.slide__img {
  height: auto;
  min-height: 150px;
  max-height: 200px;
}

/* position Logo */
.hg,
.hc,
.hd {
  align-items: start;
}

.mg,
.mc,
.md {
  align-items: center;
}

.bg,
.bc,
.bd {
  align-items: end;
  padding: 0.8em 2em 4em;
}

.hg,
.bg,
.dg {
  justify-content: start;
}

.hc,
.bc,
.dc {
  justify-content: center;
}

.hd,
.bd,
.md {
  justify-content: end;
}
.home .slick-arrow {
  display: none !important;
}

.slick-arrow {
  border: none;
  background: none;
  font-size: 0;
  width: 25px;
  height: 25px;
}
.slick-prev {
  background: url('/wp-content/themes/FIF-Cube/assets/img/left-chevron-arrows.png')
    0 0 / 100% no-repeat;
  position: absolute;
  left: -50px;
  top: 23px;
  width: 15px;
}
.slick-next {
  background: url('/wp-content/themes/FIF-Cube/assets/img/right-chevron-arrows.png')
    0 0 / 100% no-repeat;
  position: absolute;
  left: -20px;
  top: 23px;
  width: 15px;
}

/* GRILLE HP */

#grid_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0 -15px;
}

#grid_wrapper div {
  background-size: cover;
  height: 305px;
  margin: 0 0 15px 0;
  overflow: hidden;
  position: relative;
  width: 390px;
}

#grid_wrapper div a {
  animation-name: fadeInOpacity;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
  display: none;
  height: 100%;
  padding: 0.8em;
  /* position: absolute;
  top: 0; */
  width: 100%;
}

#grid_wrapper div:hover a {
  display: block;
}

#grid_wrapper div a h3 {
  background-color: var(--old-lace-opacity80);
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  padding: 0.8em 1.5em;
  text-transform: uppercase;
}

/* SEARCH */
#search_result .result_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tease-search {
  background: var(--white);
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 15px;
  width: 49.5%;
  flex-direction: column;
  justify-content: space-between;
}
.search-content {
  padding: 15px;
}
.tease-search img {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}
.tease-search a.read-more {
  color: var(--black);
  display: block;
  text-align: right;
}
.pagination-block .pagination {
  padding: 0;
}
.pagination-block .pagination li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.pagination li.btn a,
.pagination li a.page-number {
  background: var(--white);
  color: var(--black);
  padding: 2px 3px;
}
.pagination li.btn a:hover,
.pagination li a.page-number:hover {
  background: var(--black);
  color: var(--white);
}
.pagination li.btn.disabled button {
  border: none;
  background: var(--old-lace);
}

/* FOOTER */
footer {
  background-color: var(--bone);
  margin: 15px 0 0;
  width: 100%;
}

#footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.8em 0 1.3em;
  width: 1200px;
}

footer div {
  width: 32.5%;
}
footer #sib_signup_form_1 div {
  width: 100%;
}
footer div.sib_signup_box_inside_1 {
  font-size: 0.75em;
  padding-top: 0.5em;
  width: 100%;
}

footer h3 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}
footer #address p {
  /* font-family: 'Roboto Slab', serif; */
  font-size: 0.75em;
}

footer a,
footer a:visited {
  color: #000 !important;
}
#address a:hover,
#nav-footer a:hover {
  background: var(--old-lace);
}
.sib-email-area input[type='email'] {
  margin: 0 10px;
}
#dlProg {
  min-height: 120px;
}
#dlProg a {
  float: left;
  margin-right: 0.5em;
}
#dlProg a:before {
  all: unset;
}
#dlProg a img {
  min-width: 90px;
  max-width: 120px;
}

#nav-footer {
  margin: -45px 0 0;
}
#nav-footer ul {
  padding: inherit !important;
}
#nav-footer ul li a {
  color: #000;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: lowercase;
}
#nav-footer #billeterie {
  display: none;
}

/**********PAGE FILM*********/
.single-film #affiche {
  margin-top: 30px;
}
#affiche,
#wrapper_content {
  display: flex;
  flex-wrap: wrap;
  /* min-height: 20em; */
}

#breadcrumb {
  margin: 10px 0;
  width: 100%;
}

#breadcrumb nav {
  font-size: 0.85rem;
  text-align: right;
  padding-right: 0.8em;
}
#breadcrumb nav a {
  color: #000;
  text-decoration: none;
}
#breadcrumb nav a:hover {
  background: var(--white);
  text-decoration: none;
}

#affiche {
  align-items: flex-end;
  height: clamp(200px, 535px, 700px);
  width: 1200px;
  margin: 0 auto 30px;
}

#affiche h2 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 2rem 15px;
  text-transform: uppercase;
}
#affiche h2 span {
  display: table;
  padding: 0 3px;
}
.page-template-template-scolaire #affiche h2 {
  width: 290px;
}

#col_left {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
}

#col_left .wrapper {
  display: flex;
  margin: 0 0 2rem;
}

.title-block {
  align-items: start;
  display: flex;
  justify-content: flex-end;
  min-width: 300px;
  padding: 4px 0 0;
  width: 20%;
}
#bande-annonce .title-block {
  margin-top: -4px;
  padding-top: 0;
}

.title-block h3 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
}

#synopsis,
#info_sup,
.single-atelier #partenariat,
.single-atelier #price {
  padding: 0 0 0 0.8em;
  min-width: 300px;
  width: 64%;
}
.expo-full #synopsis {
  padding: 0;
  width: 100%;
}
#synopsis p,
#info_sup p {
  margin: 10px 0;
}
#synopsis p:nth-of-type(0n + 1),
#info_sup p:nth-of-type(0n + 1) {
  margin: 0;
}

#precisions_billet {
  margin: 20px 0;
}
#dossier_presse a {
  margin: 1em 0;
}
.seances {
  margin: 1em 0 2em;
}
.seances ul {
  padding: 0;
}
.seances ul li,
.seances li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-film .seances ul li,
.single-film .seances li a {
  font-size: 0.95em;
}
.seances ul li svg {
  display: inline-block;
  height: 15px;
  margin-left: 0.25em;
  width: 15px;
}
.single-film .seances ul li strong {
  font-size: 0.7em;
  margin-left: 5px;
  font-weight: 400;
}

.seances li a,
.seances li a:visited {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
.seances li a:hover {
  background: var(--white);
}
span.dashicons {
  display: inline-block !important;
}
span.date {
  display: block;
  text-transform: uppercase;
}
.seances li span {
  margin-left: 0.35em;
  text-transform: uppercase;
}
/* .seances li strong {
  margin-left: 5px;
} */
.seances li em {
  display: block;
}
span.more_seances {
  background: url(/wp-content/themes/FIF-Cube/assets/img/fuseau-horaire.png)
    center 5px no-repeat;
  margin: -45px 0 0 175px;
  padding: 40px 5px 5px;
  text-align: center;
  width: 70px;
}
span.more_seances:hover {
  background-color: var(--white);
}
.tag-seance {
  margin-left: 10px;
}
#description {
  display: flex;
  flex-direction: column;
  padding: 0 0 2em 15px;
  width: 35%;
  align-items: flex-start;
}
#wrapper_tags {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#description .wrapper {
  margin-top: 1em;
}
#description .title-block {
  align-items: start;
  font-family: 'BuloRounded', sans-serif;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#description_mobile {
  display: none;
}

.tags {
  margin: 0;
  padding: 0;
}

.tags li {
  color: #000;
  background: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-right: 0.8em;
  padding: 2px 0 2px 2px;
  text-align: center;
}

a.category,
span.category {
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 1px 3px;
  text-align: left;
}
.display-row {
  margin-top: 1em;
  width: 100%;
}
.display-row span {
  margin-right: 5px;
}
.display-row span:last-child {
  margin-right: 0;
}
#author {
  margin-top: 1rem;
}
#synopsis,
#info_sup,
#description,
#biographie {
  font-family: 'Roboto Slab', serif;
  text-align: justify;
}
#bande-annonce {
  display: flex;
  height: 15em;
  overflow: hidden;
}
.expo-full #affiche {
  height: inherit;
  margin-right: 15px;
  max-width: 300px;
  width: inherit;
}
.expo-full #bande-annonce {
  margin: 3em 0 0;
}
.expo-full #description img,
.expo-full #description #price,
.expo-full #description .lieu_expo {
  margin-bottom: 1em;
}
.expo-full #description span {
  margin: 0.5em 0;
}
.expo-full #description span.dashicons {
  margin: 2px 0 0;
}
.expo-full #description .wrapper_dates {
  display: flex;
}

#wrapper_gallery {
  height: 245px;
  padding-left: 15px;
  /* width: 100%; */
}

#bande-annonce #img-bande-annonce .slick-slide {
  height: inherit;
  min-height: inherit !important;
}
.img-gallery {
  height: 243px;
  margin-right: 15px;
  position: relative;
}
.img-gallery img {
  height: 243px;
}
#biographie_wrapper {
  display: flex;
}

#biographie {
  padding-left: 15px;
  width: 80%;
}

#pagination {
  display: flex;
  justify-content: space-around;
  margin: 2em 0 0;
  padding: 0;
  width: 100%;
}
#pagination li {
  width: 33%;
}
#pagination li#prev {
  text-align: left;
}
#pagination li#all {
  text-align: center;
}
#pagination li#next {
  text-align: right;
}
#pagination span.dashicons {
  margin-top: 2px;
}
#pagination a,
#pagination a:visited {
  align-items: center;
  color: var(--black);
  font-size: 0.85rem;
  padding: 2px;
  text-transform: uppercase;
}

#pagination a:hover,
#pagination a:focus {
  background: var(--white);
}

#ticket,
#dossier_presse a,
.liens_relatifs a {
  background-color: var(--black);
  color: var(--white);
  display: inline-block;
  font-weight: 700;
  margin: 1em 0 0;
  padding: 0.25em 0.5em;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
}

/********* PAGE CATEGORIE ************/

#presentation {
  height: 8em;
}
#category-description {
  font-weight: 600;
  margin: 0 0 25px;
}

/************* PAGE ************/
#post_content {
  margin: 2rem 20%;
}

.wrapper_format_content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2em;
}

.title_left {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding: 3px 1.5rem 0 0;
  text-align: right;
  width: 20%;
}

.title_left span {
  line-height: 1;
  text-transform: uppercase;
}

.title_left span:first-child {
  font-weight: 700;
}

.format_content {
  margin: 0;
  padding-right: 20%;
  width: 80%;
}
.format_content p {
  margin: 0 0 0.8em;
}

/*********** INVITES **********/

#filters_invite form {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#filters_invite form label {
  display: block;
  font-size: 0.9em;
  margin: 0 0.3em 0 0.5em;
}
#filters_invite input,
#filters_invite select {
  border: none;
  font-size: 0.8em;
  margin: 0 0.3em 0 0;
  min-width: 65px;
  padding: 1px 1px 1px 5px;
  text-align: left;
}
#filters_invite select {
  padding: 3px 0;
}
#filters_invite #name {
  max-width: 250px;
}
#filters_invite select[name='categorie'] {
  max-width: 250px;
}
#filters_invite select[name='ordre'] {
  max-width: 350px;
}
#filters_invite input[type='submit'] {
  text-align: center;
}
#filters_invite input[type='submit']:hover {
  background: var(--black);
  color: var(--white);
}

section#wrapper_invite {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* section#wrapper_invite .invite {
  margin-right: 15px;
} */
section#wrapper_invite .invite:nth-child(3n + 0) {
  margin-right: 0;
}

.invite {
  background: #fff;
  width: 390px;
  margin: 0 0 0.8em;
  height: min-content;
}

.invite .image {
  aspect-ratio: 1/0.61;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}
.invite .description {
  padding: 30px;
}

.invite .annee {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 800;
  margin: -5px 1em 0 0;
}

.invite .bio {
  font-size: 16px;
  line-height: 1.2em;
  scrollbar-color: rgba(0, 0, 0, 0.5);
  scrollbar-gutter: auto;
  scrollbar-width: thin;
}
/* .invite .bio::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.invite .bio::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
} */

.wrapper_link {
  display: flex;
  flex-direction: column;
  padding: 0.8em 0;
  overflow: hidden;
}

.description h2 {
  text-transform: uppercase;
  font-size: 1.2em;
}

.wrapper_link a {
  color: var(--black);
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
  margin: 0.25em 0;
  padding: 2px 3px;
  text-decoration: none;
  width: fit-content;
  word-break: break-word;
}
.wrapper_link a:hover {
  background: var(--old-lace);
}
.description .lien_bio {
  float: right;
  margin: -25px 0 0;
  padding: 0;
  width: inherit;
}
.description .lien_bio img {
  height: 20px;
  width: 20px;
}

.hidden_bio {
  display: none;
  font-family: 'Roboto Slab', serif;
  font-size: 0.9em;
  margin: 15px 0 0;
}

/* ** FILTERS ** */
.filters {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 10px;
}

.filters a {
  color: #000;
  font-size: 0.9rem;
  margin: 0 8px 3px 0;
  padding: 1px 3px;
  text-decoration: none;
}

.filters .is-checked,
.filters a:hover {
  background-color: var(--white);
}

/************* FILMS ************/

.post_grid {
  display: flex;
  flex-wrap: wrap;
}

.film {
  background-size: cover;
  display: flex;
  height: 305px;
  justify-content: flex-start;
  margin: 0 0 15px;
  width: 592px;
}

.film .description_film {
  background-color: var(--old-lace-opacity70);
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  margin: 0.8em;
  padding: 1.5em 0.8em 0.8em;
  width: 50%;
}
.film .description_film .title_film {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.row_film {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom:5px; */
}
.description_film h3 {
  color: var(--black);
  /* margin-bottom: 0.5em; */
  text-transform: uppercase;
}

.film .description_film div span {
  display: block;
}
.film .description_film span.annee {
  float: left !important;
}
.film .description_film div span.category {
  display: inline-block;
}

.row_film .annee {
  margin-right: 15px;
}

.seances ul li a {
  color: var(--black);
  font-weight: 700;
  margin: 0.5em 0.35em 0.5em 0;
  text-decoration: none;
  text-transform: uppercase;
}

.film .seances {
  font-size: 0.9rem;
  margin: 0 !important;
  padding: 0.5em 0 0 1.6em;
}

.film .seances .dashicons {
  float: left;
  margin-left: -1.25em;
  margin-top: -4px;
}

.film .seances li {
  margin-bottom: 0.5em;
  padding-left: 0;
}

.film .tags {
  margin: 0;
}

.film .tags li {
  background: inherit;
  color: #111;
  text-transform: uppercase;
}
.description_film .tags li {
  margin: 5px 0 0 -2px;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em -1px 0;
}
.category {
  margin: 1px 10px 1px 1px !important;
}

/* LIEUX */

/* MAP */

#map {
  height: 535px;
  margin-bottom: 30px;
  width: 1200px;
}

.mapboxgl-popup {
  max-width: 400px;
}

#wrapper-salle,
#wrapper-lieu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1em;
}

.salle,
.lieu {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 0 15px;
  overflow: hidden;
  width: 49.5%;
}
.content-lieu {
  padding: 2em 2em 1.5em;
}
.salle img,
.lieu img {
  width: 100%;
  height: 305px;
}
.salle .content-lieu > h3 > span,
.content-lieu h4 {
  display: block;
  font-weight: 700;
  font-size: 14px;
}

.content-lieu h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.content-lieu h4 {
  padding: 0 0 1em 0;
}
.content-lieu div {
  padding: 1.1em 0 1.5em;
}

.content-lieu span {
  font-size: 0.8em;
  font-weight: 100;
  text-transform: inherit;
}

.content-lieu span.dashicons {
  font-size: 1.3rem;
}
.marker {
  background-size: contain;
  cursor: pointer;
  height: 40px;
  width: 31px;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.mapboxgl-popup-content p a {
  color: #000;
}
.content-lieu p {
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
  font-size: 0.9em;
}

.content-lieu p.address a {
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  font-size: 0.8em;
}
.content-lieu p.address a:hover,
.content-lieu > a:hover {
  background: var(--old-lace);
}

.content-lieu a,
.content-lieu a:visited {
  color: #a8946e;
}
.content-lieu > a,
.content-lieu > a:visited {
  text-transform: uppercase;
  padding-left: 1.8em;
  font-size: 0.8em;
  font-weight: 700;
}

/* .content-lieu a:hover,
.content-lieu a:focus {
  color: #111;
} */

/* PARTENAIRES */

.partner-gallery {
  margin: 1.5em auto 2em;
}
.partenaire_logo a img {
  height: clamp(100px, 1em, 200px) !important;
  margin: 0 auto;
  width: clamp(200px, 1em, 300px) !important;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a {
  justify-content: center !important;
}
.page-id-803 .page-content a {
  background: var(--white);
  color: #000;
  padding: 0 5px;
  transition: all 0.3s ease;
}
.page-id-803 .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: flex-start !important;
}
.page-id-803
  .wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  height: 200px !important;
  max-height: 200px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  margin: 0 auto;
  max-width: 90% !important;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a {
  align-items: center;
  padding: 20px;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a
  picture {
  max-height: 100%;
}
/************ ACCOMPAGNEMENT ************/
#mansonry_grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  width: 100%;
}
/***********PAGE PROGRAMMATION***********/
.page-id-789 .page-content::after {
  content: '';
  width: 32.5%;
}
/***********PAGE ATELIERS EXPOS***********/
.page-id-5530 .default_block_topimage,
.page-id-5530 .default_block {
  height: 525px;
}
.page-id-5530 .default_block_topimage .content_default,
.page-id-5530 .default_block .content_default {
  height: 160px;
}
#wrapper_exposition {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1em;
}
#wrapper_expos,
#wrapper_ateliers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -15px;
}
div#wrapper_expos::after,
div#wrapper_ateliers::after {
  content: '';
  flex: 0 1 32.4%;
}
.exposition_square,
.atelier {
  display: flex;
  flex-direction: column;
  height: 300px;
  margin: 0 0 15px;
  padding: 0 !important;
  width: 32.5%;
  transition: opacity 1s;
  text-decoration: none !important;
}
.exposition_square h3,
.atelier h3 {
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 1;
}
.exposition_square a,
.atelier a {
  height: 305px;
  background-size: cover;
}
/* .atelier,
.exposition {
  background: var(--white);
  display: flex;
  margin: 0 0 15px;
  height: 305px;
} */
/* .atelier{
  background: var(--white);
  display: flex;
  margin: 0 0 15px;
  height: 305px;
}  */
.seances_list {
  width: 100%;
}
.description_expo .lieu_expo {
  display: flex;
  margin-bottom: 10px;
}
#wrapper_agenda {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  /* justify-content: space-between;
  margin: 0 auto; */
}
#sep {
  margin: 0.65em 1em 0 !important;
  border: 1px solid #000;
  width: 1px;
  height: 50%;
}
.wrapper_day {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.dates_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
/* .wrapper_day:not(:last-child) {
  margin-bottom: 1em;
} */
.wrapper_day h2.full_width,
.sticky-wrapper {
  background: var(--old-lace);
}
.is-sticky h2.full_width {
  margin-top: -20px;
}
.wrapper_day h2.full_width {
  padding-top: 30px;
  width: 100% !important;
}

.seance_agenda {
  background: var(--white);
  display: flex;
  margin: 0.8em 0;
  min-height: 300px;
}

.atelier picture,
.exposition picture,
.seance_agenda picture {
  overflow: hidden;
  width: 50%;
}
.atelier img,
.exposition img,
.seance_agenda img {
  aspect-ratio: 1/0.51;
  height: auto;
  object-fit: cover;
}
.description_atelier,
.description_expo,
.description_seance {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5em;
  width: 50%;
}
.atelier h3,
.exposition h3,
.atelier h4,
.exposition h4 {
  text-transform: uppercase;
}
.atelier p,
.exposition p {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9em;
  line-height: 1.2;
}
.description_atelier span,
.description_expo span {
  font-weight: 800;
  margin: 0 0 0.8em 0;
}
.description_expo span.date {
  font-weight: 400;
  margin: 0 0 0 15px;
}

.description_expo > div p > a {
  background-color: var(--old-lace);
  color: #000;
  padding: 0 2px;
}
.description_expo > div p > a:hover {
  background-color: #000;
  color: var(--white);
}
.atelier_content {
  height: 120px;
  overflow: scroll;
}
.expo_content {
  height: 170px;
  overflow: scroll;
  scrollbar-color: rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
}
.single-atelier #price,
.single-atelier #partenariat {
  width: 100%;
}

.description_atelier .atelier_lieu {
  font-style: italic;
  font-weight: 600;
  margin: 0.8em 0;
}
.description_atelier .tarif {
  margin: 0 0 10px;
}
.atelier .classe {
  font-size: 0.8em;
  font-weight: 600;
}
.atelier span {
  font-size: 0.8em;
}
.atelier .atelier_lieu {
  font-style: inherit;
}
.atelier .atelier_lieu em {
  font-weight: 400;
}
.atelier .atelier_lieu em,
.atelier .tarif em,
.atelier .duree em {
  margin-right: 10px;
}

.liens_relatifs {
  align-items: flex-end;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0;
  /* height: 100%; */
  width: 100%;
}
.description_expo a.cta-expo {
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  padding: 0 3px;
  transition: color 0.2s ease-in-out;
  width: fit-content;
}
.liens_relatifs a:not(:last-child) {
  margin-right: 15px;
}
.description_expo a.cta-expo:hover {
  background: var(--old-lace);
}

/* ÉVÈNEMENTS */
.evenement-full #description picture {
  align-self: flex-end;
}
.evenement-full #description img {
  max-height: 350px;
  max-width: 410px;
}
.evenement-full .seances .tag-seance {
  display: block;
  border: 1px solid #000;
  padding: 2px 5px;
  margin: 20px 0;
}

/*********PAGE ACTUALITÉS****************/
#wrapper_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
div#wrapper_news::after {
  content: '';
  flex: 0 1 32.4%;
}
.tease-post {
  background-color: var(--white);
  /* height: 550px; */
  margin: 0 0 0.8em 0;
  overflow: hidden;
  position: relative;
  width: 32.4%;
}
.tease-post:nth-of-type(3n) {
  margin-right: 0;
}
.news {
  /* height: 200px; */
  padding: 1.5em;
}
article .h2 {
  line-height: 1;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
article .h2 a {
  color: var(--black);
  text-transform: uppercase;
}

/* .tease-post img {
  bottom: 0;
  position: absolute;
} */
.news p {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9em;
}
.news p a.read-more {
  color: var(--black);
  display: block;
  font-family: 'BuloRounded', sans-serif;
  font-size: 0.8em;
  margin-top: 0.8em;
  padding: 2px 2px 2px 0;
  text-transform: uppercase;
  width: fit-content;
}
.news p a.read-more:hover {
  background: var(--old-lace);
}
.article-body {
  font-family: 'Roboto Slab', serif;
  padding: 0 0 0.8em;
  font-size: 0.9em;
  line-height: 1.2em;
  column-count: 2;
}
.single-format-aside .article-body {
  column-count: 1;
}
.article-body p img {
  display: initial;
}
.article-body a {
  color: #000;
  font-weight: 200;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
/***********En IMAGE****************/
.mgl-root {
  margin-top: 1em;
}
.mgl-square-container {
  width: 1200px;
}
.mgl-square .mgl-item {
  padding-bottom: 22% !important;
}
.page-id-805 .mgl-masonry .mgl-item,
.page-id-805 .mgl-square .mgl-item img {
  padding: 0 7.5px !important;
  margin: 0 0 -7px;
}
.block_image_gallery {
  align-items: center;
  aspect-ratio: 1/0.78;
  display: flex;
  height: 305px;
  justify-content: center;
  margin: 0 0.8em 0.8em 0;
  text-decoration: none !important;
  transition: background-color 1s;
  width: 390px;
}
.block_image_gallery:nth-of-type(3n) {
  margin-right: 0;
}
.block_image_gallery h3 {
  color: var(--white);
  font-size: 3em;
  font-weight: 100;
  height: 92%;
  padding-top: 27%;
  text-align: center;
  width: 93%;
}
/* .page-id-805 section .page-content {
  justify-content: flex-start !important;
} */
.block_image_gallery:hover h3 {
  background: var(--old-lace-opacity80);
  color: var(--black);
}

a.programmation_block:last-of-type {
  margin-right: auto;
  margin-left: 1em;
}