.wpcf7 label {
  display: block;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1rem;
}
@media (min-width: 1024px) {
  .wpcf7 label {
    font-size: 1.125rem;
    padding: 0 0 1.5rem;
  }
}
.wpcf7 p {
  display: block;
  margin: 0;
  padding: 3rem 0 0;
}
.wpcf7 .wpcf7-footer p {
  padding: 0;
}
.wpcf7 textarea,
.wpcf7 input,
.wpcf7 select {
  background-color: var(--white);
  border: 0;
  border-bottom: 1px solid var(--greylight);
  border-radius: 0;
  box-shadow: none;
  color: var(--black);
  display: block;
  font-size: 1rem;
  font-weight: 300;
  height: 2.5rem;
  margin: 0;
  padding: 1rem 0;
  width: 100%;
}
.wpcf7 textarea::-moz-placeholder, .wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder {
  color: var(--grey);
}
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder,
.wpcf7 select::placeholder {
  color: var(--grey);
}
@media (min-width: 1024px) {
  .wpcf7 textarea,
  .wpcf7 input,
  .wpcf7 select {
    font-size: 1.125rem;
  }
}
.wpcf7 select {
  padding: 0;
}
.wpcf7 textarea {
  border: 1px solid var(--greylight);
  height: 20rem;
  padding: 1rem;
}
.wpcf7 input[type=radio], .wpcf7 input[type=checkbox] {
  flex-shrink: 0;
  height: 1.125rem;
  margin: 0 0.5rem 0 0;
  width: 1.125rem;
}
.wpcf7 input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--black);
  cursor: pointer;
  padding: 0;
  outline: 0;
  vertical-align: text-bottom;
}
.wpcf7 input[type=radio]:checked {
  background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23caac85%22/%3E%3C/svg%3E) center center no-repeat var(--white);
  background-size: 75% 75%;
  box-shadow: inset 0 0 0 2px var(--black);
}
.wpcf7 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  outline: 0;
  vertical-align: text-bottom;
}
.wpcf7 input[type=checkbox]:checked {
  background: var(--black);
  box-shadow: inset 0 0 0 2px var(--white);
}
.wpcf7 .wpcf7-list-item label,
.wpcf7 .inline label {
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  padding: 1rem 0 0 0;
  width: auto;
}
.wpcf7 .wpcf7-list-item label input,
.wpcf7 .inline label input {
  flex-shrink: 0;
  margin: 0 0.5rem 0 0;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .inline {
  justify-content: flex-start;
}
.wpcf7 .inline .wpcf7-form-control-wrap {
  flex: none;
}

.screen-reader-response {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.wpcf7-not-valid-tip {
  color: var(--color-alert);
  display: block;
  font-size: 1rem;
  padding: 0.5rem 0 0;
  width: 100%;
}

.wpcf7-validation-errors,
.wpcf7-spam-blocked,
.wpcf7-mail-sent-ng {
  background: var(--background-alert);
  border: 1px solid var(--color-alert);
  color: var(--color-alert);
  font-size: 1rem;
  margin: 1rem 0;
  padding: 0.5rem 1.25rem;
}

.wpcf7-response-output {
  font-size: 1rem;
  margin: 1rem 0;
  padding: 0.5rem;
  text-align: center;
}
.invalid .wpcf7-response-output {
  background: var(--background-alert);
  border: 1px solid var(--color-alert);
  color: var(--color-alert);
}
.sent .wpcf7-response-output {
  background: #dff2bf;
  border: 1px solid var(--color-confirm);
  color: var(--color-confirm);
}

.form-filter label {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  top: 1.5rem;
}
.js .form-filter .skin-select {
  visibility: hidden;
}

.custom-select {
  position: relative;
}

.custom-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mobile-nav .custom-select__option {
  text-transform: uppercase;
}

.custom-select__option-wrap {
  position: relative;
}

.custom-select__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  left: 0;
}

.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

.custom-select__option {
  position: relative;
  padding: 0.375rem 1.25rem;
  font-size: 0.875rem;
  color: var(--black);
  line-height: 1.5;
}
.wpcf7 .custom-select__option {
  font-size: 1rem;
}
.form-filter--retro .custom-select__option {
  font-size: 1rem;
  line-height: 2;
  padding: 0 1.25rem;
}

.custom-select__option:focus {
  outline: none;
}

.custom-select__option:hover,
.custom-select__option:focus {
  background: var(--sand);
}

.custom-select__option--value {
  padding-right: 1.875rem;
  background: none;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  color: var(--brownlight);
  min-height: 2rem;
  text-align: right;
}
.entry-header .custom-select__option--value {
  border-color: var(--white);
}
.entry-header .custom-select--year .custom-select__option--value {
  border-width: 0px;
  text-align: left;
  font-family: Tiempos Fine, Verdana, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  font-style: italic;
  color: var(--white);
}
@media (min-width: 1024px) {
  .entry-header .custom-select--year .custom-select__option--value {
    font-size: 8rem;
  }
}
.mobile-nav .custom-select__option--value {
  border: 0;
  text-align: left;
  text-transform: uppercase;
}
.wpcf7 .custom-select__option--value {
  border-bottom-color: var(--greylight);
  padding-left: 0;
  text-align: left;
}
.filter-container .custom-select__option--value {
  border: 0;
}

.custom-select__option--value::after {
  background: url(https://www.festival-cannes.com/wp-content/themes/fdc/images/icons/icon-arrow-down.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 11px;
  width: 7px;
  content: "";
}
.entry-header .custom-select__option--value::after, .mobile-nav .custom-select__option--value::after {
  background: url(https://www.festival-cannes.com/wp-content/themes/fdc/images/icons/icon-arrow-down-brownlight.svg) center center no-repeat;
}
.entry-header .custom-select--year .custom-select__option--value::after {
  background: url(https://www.festival-cannes.com/wp-content/themes/fdc/images/icons/icon-double-chevron.svg) center center no-repeat;
  background-size: cover;
  height: 19px;
  transform: rotate(90deg);
  width: 30px;
}

.custom-select--active .custom-select__option--value::after {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-select__option--value:hover,
.custom-select__option--value:focus {
  background: none;
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-top-color: transparent;
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select__option--selected {
  background-color: #fcfcfc;
}

.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}

.custom-select__option[disabled]:hover,
.custom-select__option[disabled]:focus {
  background-color: transparent;
}

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}

.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  transform: translateY(1px);
  font-size: 1rem;
  color: var(--black);
}

.custom-select__input:focus {
  outline: none;
}

.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0);
}

.custom-select__dropdown {
  overflow: hidden;
  padding: 1rem 0;
  z-index: 1;
  top: 2.5rem;
  background-color: var(--white);
  border-radius: 0.3125rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-height: 16rem;
  overflow-y: auto;
}
.custom-select--year .custom-select__dropdown {
  top: 90%;
}

.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 0.25rem 0.25rem 0 0;
  max-height: 250px;
  min-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-container .custom-select--dropup .custom-select__dropdown {
  min-height: 1rem;
  left: 1.5rem;
  width: calc(100% - 1.5rem);
}

.filter-item label,
.ais-RefinementList-item label {
  cursor: pointer;
}
.filter-item input[type=radio], .filter-item input[type=checkbox],
.ais-RefinementList-item input[type=radio],
.ais-RefinementList-item input[type=checkbox] {
  flex-shrink: 0;
  height: 1.125rem;
  margin: 0 0.5rem 0 0;
  width: 1.125rem;
}
.filter-item input[type=radio],
.ais-RefinementList-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--black);
  cursor: pointer;
  padding: 0;
  outline: 0;
  vertical-align: text-bottom;
}
.filter-item input[type=radio]:checked, .ais-RefinementList-item--selected .filter-item input[type=radio],
.ais-RefinementList-item input[type=radio]:checked,
.ais-RefinementList-item--selected .ais-RefinementList-item input[type=radio] {
  background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%2240%22%20height%3D%2240%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23caac85%22/%3E%3C/svg%3E) center center no-repeat var(--white);
  background-size: 75% 75%;
  box-shadow: inset 0 0 0 2px var(--black);
}
.filter-item input[type=checkbox],
.ais-RefinementList-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--black);
  border: 1px solid var(--white);
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  outline: 0;
  vertical-align: text-bottom;
}
@media (min-width: 1024px) {
  .filter-item input[type=checkbox],
  .ais-RefinementList-item input[type=checkbox] {
    background: var(--white);
    border: 1px solid var(--black);
  }
}
.filter-item input[type=checkbox]:checked,
.ais-RefinementList-item input[type=checkbox]:checked {
  background: var(--white);
  box-shadow: inset 0 0 0 2px var(--black);
}
@media (min-width: 1024px) {
  .filter-item input[type=checkbox]:checked,
  .ais-RefinementList-item input[type=checkbox]:checked {
    background: var(--black);
    box-shadow: inset 0 0 0 2px var(--white);
  }
}

.tags-container__footer {
  display: none;
}

.tags-container .default {
  display: block;
}
.tags-container .active {
  display: none;
}
.tags-container.active .default {
  display: none;
}
.tags-container.active .active {
  display: block;
}
.tags-container li {
  display: none;
}
.tags-container li:nth-child(-n+4) {
  display: block;
}
@media (min-width: 768px) {
  .tags-container li {
    display: block;
  }
}
.tags-container.active li {
  display: block;
}
