@charset "UTF-8";
/*
Theme Name: Quiz Arena (FSE)
Theme URI: https://wpchannel.com/
Description: Made by WP channel
Version: 20240520
Author: Aurélien Denis
Author URI: https://wpchannel.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quizarena
*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  --wp--preset--box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.page:not(.home):not(.page-template-pleine-largeur) .entry-content h2, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h3, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h4, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h5, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h6, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .page:not(.home):not(.page-template-pleine-largeur) .entry-content h2, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h3, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h4, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h5, .page:not(.home):not(.page-template-pleine-largeur) .entry-content h6, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin: 3rem 0 0.75rem;
  }
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content h2, .single-post .entry-content h2 {
  font-size: 1.75rem;
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content h3, .single-post .entry-content h3 {
  font-size: 1.5rem;
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content h4, .single-post .entry-content h4 {
  font-size: 1.2rem;
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content p, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ul, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ol, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ul .page:not(.home):not(.page-template-pleine-largeur) .entry-content li, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ol .page:not(.home):not(.page-template-pleine-largeur) .entry-content li, .single-post .entry-content p, .single-post .entry-content ul, .single-post .entry-content ol, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ul .single-post .entry-content li, .page:not(.home):not(.page-template-pleine-largeur) .entry-content ol .single-post .entry-content li, .single-post .entry-content ul .page:not(.home):not(.page-template-pleine-largeur) .entry-content li, .single-post .entry-content ol .page:not(.home):not(.page-template-pleine-largeur) .entry-content li, .single-post .entry-content ul .single-post .entry-content li, .single-post .entry-content ol .single-post .entry-content li {
  line-height: calc(1.25em + 0.2vw);
  margin-bottom: 1rem;
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content a:not(.wp-element-button), .single-post .entry-content a:not(.wp-element-button) {
  font-weight: var(--wp--custom--font-weight--semi-bold);
  text-decoration-line: underline;
  text-decoration-color: var(--wp--preset--color--purple);
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.15rem;
}
.page:not(.home):not(.page-template-pleine-largeur) .entry-content a:not(.wp-element-button):hover, .page:not(.home):not(.page-template-pleine-largeur) .entry-content a:not(.wp-element-button):focus, .single-post .entry-content a:not(.wp-element-button):hover, .single-post .entry-content a:not(.wp-element-button):focus {
  text-decoration: none;
}

.wp-element-button:not(.wc-block-components-drawer__close) {
  font-weight: var(--wp--custom--font-weight--semi-bold);
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wp-element-button:not(.wc-block-components-drawer__close):hover {
  transform: translateX(0.2rem) translateY(0.2rem);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 578px) {
  .sticky-navbar {
    padding: var(--wp--preset--spacing--20);
    position: absolute;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  .sticky-navbar.scroll-down {
    animation: scrollDown 0.6s ease forwards;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-size: var(--wp--preset--font-size--small);
    padding-bottom: calc(var(--wp--preset--spacing--20) / 1.5);
    padding-top: calc(var(--wp--preset--spacing--20) / 1.5);
    position: sticky;
  }
  .sticky-navbar.scroll-up {
    animation: scrollUp 0.3s ease forwards;
    position: sticky;
  }
  .sticky-navbar > .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .sticky-navbar .cta {
    flex-basis: max-content !important;
  }
}
@keyframes scrollDown {
  from {
    transform: translateY(-90px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-90px);
  }
}
.wp-block-query-pagination {
  display: flex;
  gap: 0.5rem;
  margin: 3rem 0;
}

.wp-block-query-pagination-previous {
  background-color: var(--wp--preset--color--white);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
.wp-block-query-pagination-previous:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 0;
}

.wp-block-query-pagination-next {
  background-color: var(--wp--preset--color--white);
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
.wp-block-query-pagination-next:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--white);
  border-radius: 0.5rem;
  box-shadow: var(--wp--preset--box-shadow);
  padding: 1rem 1.5rem;
}
.wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item.active {
  max-width: 22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-item a {
  font-weight: var(--wp--custom--font-weight--semi-bold);
}

.wp-block-cb-carousel .slick-list {
  padding: 0 20% 0 0 !important;
}
.wp-block-cb-carousel .slick-prev {
  left: -3rem;
}
.wp-block-cb-carousel .slick-next {
  right: -3rem;
}
.wp-block-cb-carousel .slick-prev, .wp-block-cb-carousel .slick-next {
  height: 36px;
  width: 36px;
}
@media (max-width: 768px) {
  .wp-block-cb-carousel .slick-prev, .wp-block-cb-carousel .slick-next {
    display: none !important;
  }
}
.wp-block-cb-carousel .slick-prev::before, .wp-block-cb-carousel .slick-next::before {
  color: var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--x-large);
  opacity: 1;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  height: 32px;
  width: 32px;
}

@media (max-width: 1320px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
    height: 32px !important;
    width: 32px !important;
  }
  .sticky-navbar > div {
    align-items: center !important;
    column-gap: 1rem;
  }
  .sticky-navbar > div .site-logo {
    flex-basis: 120px !important;
    flex-grow: 0 !important;
  }
  .sticky-navbar > div .main-nav {
    flex-basis: 10% !important;
    order: 1;
  }
  .sticky-navbar .wp-block-column:has(nav) {
    flex-grow: 0 !important;
    order: 1;
  }
  .sticky-navbar .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    gap: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);
  }
  .sticky-navbar .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 10%;
  }
  .sticky-navbar .cta {
    flex-basis: max-content !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1 !important;
  }
}
@media (max-width: 578px) {
  .sticky-navbar .wp-block-column:has(nav) {
    order: 0;
  }
}
.wp-block-button .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--secondary);
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: 1rem;
}

.gform-button, .gform_button {
  background-color: var(--wp--preset--color--secondary) !important;
  font-size: var(--wp--preset--font-size--extra-small) !important;
  font-weight: var(--wp--custom--font-weight--semi-bold) !important;
  padding: 0.75rem 1.25rem !important;
  text-transform: uppercase !important;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--extra-small) !important;
  margin: 0 !important;
}

.wp-block-polylang-language-switcher {
  display: flex;
  gap: var(--wp--preset--spacing--20);
}
.wp-block-polylang-language-switcher li {
  padding: 1rem 0;
}
.wp-block-polylang-language-switcher li a {
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--custom--font-weight--semi-bold);
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
}
.wp-block-polylang-language-switcher li a:hover:before, .wp-block-polylang-language-switcher li a:focus:before {
  transform: scale3d(1, 1, 1);
}
.wp-block-polylang-language-switcher li a:before {
  background: var(--wp--preset--color--secondary);
  bottom: -0.15rem;
  content: "";
  height: 0.15rem;
  left: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}

@media (min-width: 1320px) {
  .wp-block-polylang-navigation-language-switcher {
    display: none !important;
  }
}
@media (max-width: 1320px) {
  .wp-block-polylang-language-switcher {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
