@charset "UTF-8";
/*
Theme Name: Lycée Victor Duruy (FSE)
Theme URI: https://lyceeduruy.fr/
Description: Made by WP channel
Version: 20250806
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: lvd
*/
::selection {
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--white);
  text-shadow: none;
}

:root {
  --drawer-width: 490px;
  --wp--preset--spacing--100: clamp(5rem, 14vw, 6rem);
}

html {
  scroll-behavior: smooth;
}

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

a[target=_blank]:not(.wp-block-outermost-social-sharing-link-anchor)::after {
  content: " ↗";
  font-size: 0.9em;
  line-height: 1;
}

input[type=search]::-webkit-search-cancel-button {
  background-color: var(--wp--preset--color--white);
}

@media (min-width: 1200px) {
  body:not(.block-editor-iframe__body) {
    padding-top: 151px;
  }
  .sticky-navbar {
    background: var(--wp--preset--color--white);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .sticky-navbar.scroll-down {
    box-shadow: 0px 4px 6px 0px var(--wp--preset--color--black-10);
  }
  .sticky-navbar .quick-links {
    overflow: hidden;
    max-height: 43.8px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 1;
  }
  .sticky-navbar .quick-links.is-hidden {
    max-height: 0;
    opacity: 0;
  }
}
.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);
  text-decoration: none;
}
.breadcrumb .breadcrumb-item::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M4.82967 4.37176L1.53809 7.34583C1.31058 7.55139 0.9427 7.55139 0.717613 7.34583L0.17063 6.85161C-0.0568766 6.64605 -0.0568766 6.31365 0.17063 6.11028L2.50378 4.00219L0.17063 1.8941C-0.0568766 1.68853 -0.0568766 1.35614 0.17063 1.15276L0.715193 0.654171C0.942699 0.44861 1.31058 0.44861 1.53567 0.654171L4.82725 3.62824C5.05718 3.8338 5.05718 4.1662 4.82967 4.37176Z' fill='white'/%3E%3C/svg%3E");
  margin: 0 0.5rem;
}

.wp-singular .entry-content a:hover, .wp-singular .entry-content a:focus {
  text-decoration: underline;
}
.wp-singular .entry-content h2, .wp-singular .entry-content h3, .wp-singular .entry-content h4, .wp-singular .entry-content h5, .wp-singular .entry-content h6 {
  margin: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--10);
}
.wp-singular .entry-content p, .wp-singular .entry-content ul, .wp-singular .entry-content ol, .wp-singular .entry-content ul .wp-singular .entry-content li, .wp-singular .entry-content ol .wp-singular .entry-content li {
  margin-bottom: var(--wp--preset--spacing--10);
}
.wp-singular .entry-content figure {
  background-color: var(--wp--preset--color--gray);
  border-radius: 0.75rem;
  padding: var(--wp--preset--spacing--10);
}
.wp-singular .entry-content figure figcaption {
  font-size: var(--wp--preset--font-size--small);
  margin: var(--wp--preset--spacing--0) 0 0;
}

.wp-block-search {
  background-color: var(--wp--preset--color--white);
  border-radius: 2rem;
  padding: var(--wp--preset--spacing--10);
}
.wp-block-search:has(.wp-block-search__input:focus) {
  outline: 2px solid var(--wp--preset--color--contrast);
}
.wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: transparent;
  font-size: var(--wp--preset--font-size--small);
  padding-left: var(--wp--preset--spacing--10);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--contrast);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  padding: 0;
}

.wp-block-archives-dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--wp--preset--color--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'><path d='M0.672861 0.5H9.32714C9.92584 0.5 10.2252 1.2649 9.80139 1.71316L5.47593 6.29188C5.21358 6.56937 4.78642 6.56937 4.52407 6.29188L0.198608 1.71316C-0.225193 1.2649 0.0741586 0.5 0.672861 0.5Z' fill='%232B3CB3'/></svg>") no-repeat right var(--wp--preset--spacing--20) center/10px 7px;
  border: 0;
  border-radius: 2rem;
  color: var(--wp--preset--color--contrast);
  cursor: pointer;
  padding: var(--wp--preset--spacing--20) calc(var(--wp--preset--spacing--20) * 3) var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
}
.wp-block-archives-dropdown select:focus {
  outline: 2px solid var(--wp--preset--color--contrast);
}

.wp-block-query-pagination {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
.wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-next {
  background-color: var(--wp--preset--color--white);
  border-radius: 0.25rem;
  height: 40px;
  line-height: 40px;
  padding: 0 var(--wp--preset--spacing--10);
  text-align: center;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover, .wp-block-query-pagination .wp-block-query-pagination-previous:focus, .wp-block-query-pagination .wp-block-query-pagination-next:hover, .wp-block-query-pagination .wp-block-query-pagination-next:focus {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--white);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--wp--preset--color--white);
  border-radius: 0.25rem;
  color: var(--wp--preset--color--contrast);
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--white);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:hover, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:focus {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--white);
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover, .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:focus {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--white);
}

footer .wp-block-query a {
  font-weight: var(--wp--custom--font-weight--regular);
}

.is-style-hover-gradient figure a {
  position: relative;
}
.is-style-hover-gradient figure a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19, 19, 136, 0.1) 0%, rgba(19, 19, 136, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.is-style-hover-gradient figure a:hover::before, .is-style-hover-gradient figure a:focus::before {
  opacity: 1;
}

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