:root {
	--fond-site: #fff;
	--couleur-txt: #000;
	--couleur-hover: #FF00E1;
    --vert-doux: #00C853;
    --vert-menthe: #4CAF72;
	--marge-ext: 30px;
}

body {
	background-color: var(--fond-site);
	color: var(--couleur-txt);
	font-family: 'PP Neue Montreal';
	line-height: 1.4;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
	-webkit-font-smoothing: antialiased;
}
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

a {
	color: var(--couleur-txt);
	text-decoration: none;
	transition: all 400ms;
}
a:hover {
	color: var(--couleur-hover);
	text-decoration: none;
	transition: all 400ms;
}
p {
    margin: 0 0 30px;
}
strong, b { color: var(--vert-menthe);} 
h1 { text-transform: uppercase; }
/* HEADER */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--fond-site);
    padding: 20px 0;
    z-index: 1000;
}
.logo-and-menu-container {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.logo-container {
    position: relative;
}
.logo-container h1 {
    margin: 0;
    padding: 0;
    font-family: 'BAYARD';
    font-weight: normal;
    font-size: 44px;
    line-height: 1;
}
.menu-container {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 3px;
}
.menu-container .menu {
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-container .menu > li {
    position: relative;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}
.menu-container .menu > li + li {
    margin-left: 15px;
}
.header-spacer {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

/* FOOTER */

footer {
    position: relative;
    width: 100%;
    background-color: var(--fond-site);
    z-index: 1;
}
.footer-container {
    position: relative;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1;
    border-top: 1px solid var(--couleur-hover);
}
.footer-container .footer-menu {
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-container .footer-menu > li {
    position: relative;
    text-transform: uppercase;
}
.footer-container .footer-menu > li + li {
    margin-left: 15px;
}
.footer-container .logo {
    font-family: 'BAYARD';
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
}

/* WRAPPER */

.wrapper {
    position: relative;
    padding: 0 var(--marge-ext);
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - ( 2 * var(--marge-ext)));
}

/* PAGE */

.main-container {
    position: relative;
    width: 100%;
    background-color: var(--fond-site);
    z-index: 1;
  flex: 1;
}
.main-content {
    position: relative;
    padding: 0 0 15px 0;
}

/* HOMEPAGE */

.home h2 {
    font-family: 'Quentin';
    font-weight: normal;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    padding: 40px 100px;
    margin: 0;
    color: var(--vert-menthe);
}

.home .swiper-container {
    position: relative;
    width: calc( 100% - 100px );
    max-width: 900px;
    margin: auto;
}
.home .swiper {
    width: 100%;
    height: 100%;
}

.home .swiper-slide {
    text-align: center;
}

.home .swiper-slide h3 {
    display: block;
    margin: 5px 0;
    font-family: 'Bayard';
    font-weight: normal;
    font-size: 48px;
    line-height: 1;
}

.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .swiper-button-next, .home .swiper-button-prev {
    color: var(--couleur-txt) !important;
}
.home .swiper-button-next {
    right: -45px !important; 
}
.home .swiper-button-prev {
    left: -45px !important;
}

/* SINGLE */

.swiper-single {
    position: relative;
    width: 100%;
    height: calc(100vh - 169px);
    margin: auto;
    transition: height 300ms;
}
.swiper-single .swiper {
    width: 100%;
    height: 100%;
}

.swiper-single .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
}

.swiper-single .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: contain;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--fond-site) !important;
}
/*.titre_single {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - ( 2 * var(--marge-ext)));
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.175) 50%, rgba(0, 0, 0, 0) 100%);
    padding: calc(1 * var(--marge-ext));
    z-index: 10;
}*/
.titre_single {
    position: relative;
    width: 100%;
    padding: 7px 0;
}
.titre_single h1 {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Bayard';
    font-size: 85px;
    font-weight: normal;
    line-height: 1;
    color: var(--couleur-txt);
    text-align: center;
}
.titre_single h2 {
    display: none;
    margin: 0;
    padding: 0;
    font-family: 'Bayard';
    font-size: 64px;
    font-weight: normal;
    line-height: 1;
    color: var(--fond-site);
}
.accroche {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - ( 2 * var(--marge-ext)));
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.175) 50%, rgba(0, 0, 0, 0.35) 100%);
    padding: calc( 1 * var(--marge-ext));
    z-index: 11;
    font-family: 'Quentin';
    font-size: 54px;
    font-weight: normal;
    line-height: 1;
    color: var(--fond-site);
    text-align: right;
}

.nav_single {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 65px;
}
.nav_single .btn_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: var(--couleur-hover);
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
}
.nav_single .btn_nav:hover {
    color: var(--couleur-txt);
}
.nav_docs, .nav_generique {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
/*.nav_docs .btn_nav + .btn_nav {
    margin-left: var(--marge-ext);
}*/
.intro {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    padding-top: 30px;
}
.single h3 {
    font-size: 32px;
    line-height: 1;
    margin: 20px 0 15px;
}
.intro h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--couleur-hover);
    margin: 0 0 15px;
}
h4 {
    font-size: 32px;
    text-transform: uppercase;
    color: var(--couleur-hover);
    margin: 20px 0 15px;
}
.generique {
    padding-left:28px;
    border-left: 3px solid #000;
}
.generique_txt {
    font-size: 16px;
}
.generique .btn_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: var(--couleur-hover);
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
}
.generique .btn_nav:hover {
    color: var(--couleur-txt);
}
.agenda, .presse {
    position: relative;
    border-top: 3px solid #000;
    margin: 18px 0 20px;
}
.agenda a {
    color: var(--couleur-hover);
    text-decoration: underline;
}
.agenda a:hover {
    color: var(--couleur-txt);
    text-decoration: underline;
}
.presse_grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc( 2 * var(--marge-ext)) calc( 1 * var(--marge-ext));
}
.presse_item {
    position: relative;
   /* border-top: 1px solid var(--couleur-txt);
    padding-top: 10px;*/
}
/*a.presse_item:hover {
    border-top: 1px solid var(--couleur-hover);
}*/
.revue_txt {
    margin-bottom: var(--marge-ext);
}
.revue_auteur {
    font-weight: bold;
}
.generique_overlay {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}
.generique_overlay.active {
    opacity: 1;
    pointer-events:auto;
}
.generique_container {
    position: fixed;
    top: 0;
    right: -720px;
    background-color: var(--fond-site);
    width: 100%;
    max-width: 720px;
    height: 100%;
    overflow-y: scroll;
    transition: all 1s;
    z-index: 1005;
}
.generique_container.active {
    right: 0;
    transition: all 1s;
}
.generique_content {
    position: relative;
    padding: calc( 2 * var(--marge-ext)) calc( 2 * var(--marge-ext)) calc( 2 * var(--marge-ext)) calc( 4 * var(--marge-ext));
}
.generique_close {
    position: absolute;
    top: calc((2 * var(--marge-ext)) + 27px);
    left: var(--marge-ext);
}
.wp-block-video {
    width: 100%;
    margin: 50px auto;
    max-width: 1024px;
}

/* CONTACT */
.wpforms-container .wpforms-title {
    font-size: 32px;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: var(--couleur-txt);
}

/* SPECTACLES */
.posts-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc( 4 * var(--marge-ext)) calc( 2 * var(--marge-ext));
}
a.post {
    position: relative;
    display: block;
    width: 100%;
}
.entry-thumbnail {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

.entry-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--couleur-hover);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.entry-thumbnail:hover {
  filter: grayscale(0%);
}

.entry-thumbnail:hover::after {
  opacity: .35;
}
.entry-title {
    font-family: 'Bayard';
    font-size: 28px;
    line-height: 1.1;
    font-weight: normal;
    margin: 2px 0 0px;
}
.posts-list h3 {
    margin: 0;
    font-size: 16px;
    color: var(--vert-menthe);
}

/* CALENDRIER */

.header-agenda {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header-agenda button {
    border: 0;
    background-color: var(--fond-site);
    color: var(--couleur-txt);
}
.header-agenda button:hover {
    border: 0;
    background-color: var(--fond-site);
    color: var(--couleur-hover);
}
a.titre-spectacle, .titre-spectacle {
    font-family: "Bayard";
    color: var(--couleur-txt);
    text-decoration: none;
    font-size:32px;
}
a.titre-spectacle:hover {
    color: var(--couleur-hover);
}
#past, .past {
    opacity: .25;
}
.spectacle {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--couleur-hover);
    padding-bottom: 15px;
}
.spectacle p {
    margin-bottom: 0;;
}

/* HAMBURGER */
.mobile-container {
    position: relative;
    display: none;
}
.hamburger {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: black;
  border-radius: 2px;
  transition: 0.3s;
}

/* Position initiale */
.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

/* Animation en croix parfaite */
.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
 /* NAV MOBILE */
.nav-mobile {
    position: fixed;
    display: block;
    background-color: var(--fond-site);
    top:0;
    left: 100%;
    transition: left .5s;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.nav-mobile.active {
    left:0;
}
.menu-mobile-container {
    position: relative;
    padding: 100px var(--marge-ext) 30px;
}
.menu-mobile-container ul {
    position: relative;
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.menu-mobile-container ul li {
    display: block;
    text-transform: uppercase;
}
.menu-mobile-container ul li + li {
    margin-top: var(--marge-ext);
}
.presentation_container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid #000;
    grid-gap: 30px;
    margin-bottom: 30px;
}
.presentation_container:last-child {
    border-bottom: 0px solid #000;
}
.presentation_container .titre_zone img { max-width: 100%; }
.presentation_container h4 { margin: 0 0 15px; }
.presentation_container .texte_zone img { display: none; float:left; max-width: 33%; margin: 0 10px 10px 0; }

@media (max-width: 768px) {
    :root {
        --marge-ext: 15px;
    }
    .titre_single h1 {
        font-size: 50px;
    }
    .titre_single h2 {
        font-size: 40px;
    }
    .accroche {
        font-size: 30px;
    }
    .presse_grid {
        grid-template-columns: 1fr;
    }
    .single h3 {
        font-size: 24px;
    }
    .single h4, .presentation_container h4 {
        font-size: 22px;
    }
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 1.5em;
    }
    .header-agenda {
        flex-direction: column;
    }
    .header-agenda button {
        text-align: left;
        padding: 0;
    }
    a.titre-spectacle {
        font-family: "Bayard";
        color: var(--couleur-txt);
        text-decoration: none;
        font-size: 26px;
    }
    .posts-list {
        grid-template-columns: 1fr;
    }
    .presentation_container .texte_zone img { display: block;  }
    .presentation_container .titre_zone img { display: none; }
    .presentation_container {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .presentation_container h4 { margin: 0; }
    .intro {
        grid-template-columns: 1fr;
    }
    .home h2 {
        padding: 40px 0px;
    }
}
@media (max-width: 992px) {
    .mobile-container {
        display: block;
    }
    .menu-container {
        display: none;
    }
    .nav_single .btn_nav {
        font-size: 16px;
    }
    .nav_single {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}
@media (max-width: 1250px) {
    .logo-container h1 {
        font-size: 34px;
    }
    .menu-container .menu > li {
        font-size: 20px;
    }
}



