@charset "UTF-8";
/*
Theme Name:     Jpr_theme_artiste
Theme URI:      https://hahaha.com
Author:         Équipe Numérique Juste pour rire
Author URI:     https://hahaha.com
Description:    Thème site artiste
Version:        2021
License:        GNU General Public License v3 or Later
License URI:    https://www.gnu.org/licenses/gpl.html
Tags:           responsive-layout, light
*/
html, body, #wrapper {
  height: 100%;
  width: 100%;
  margin: 0px auto;
  font-family: "Arial", sans-serif;
}

#wrapper, header {
  max-width: 1920px;
}

.scrollarrowContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.scrollarrowContainer #scrollarrow {
  display: none;
  position: fixed;
  padding: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 200;
}
.scrollarrowContainer #scrollarrow:hover {
  filter: contrast(30%);
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: black;
  display: flex;
  z-index: 120;
}
header .marginDivider {
  width: 25%;
}
header .hbgrContainer {
  display: none;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
  padding-top: 30px;
  z-index: 200;
}
header .hbgrContainer p {
  margin-top: 3px;
  margin-left: 1px;
  color: bla;
  text-align: center;
  font-family: "Questrial", sans-serif;
}
header .hbgrContainer #nav-icon1 {
  width: 50px;
  height: 28px;
  position: relative;
  /* margin: 50px auto; */
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .hbgrContainer #nav-icon1 span, header .hbgrContainer #nav-icon3 span, header .hbgrContainer #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .hbgrContainer #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header .hbgrContainer #nav-icon1 span:nth-child(2) {
  top: 13px;
}
header .hbgrContainer #nav-icon1 span:nth-child(3) {
  top: 26px;
}
header .hbgrContainer #nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
header .hbgrContainer #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .hbgrContainer #nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}
header .menus {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
header .menus p {
  color: white;
  font-size: 20px;
  cursor: pointer;
}
header .menus p:hover {
  filter: contrast(65%);
}
header .social {
  width: 25%;
  display: flex;
  justify-content: center;
}
header .social .icons {
  width: 35%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
header .social .icons .socialBorder {
  border-right: 2px #ce9f51 solid;
  height: 25%;
}
header .social .icons a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
header .social .icons a:hover {
  filter: contrast(65%);
}

.menu-mobile {
  position: fixed;
  width: 0px;
  height: 100%;
  background-color: black;
  z-index: 105;
}
.menu-mobile .menus {
  opacity: 0;
  display: flex;
  flex-direction: column;
  height: 75%;
  justify-content: center;
  align-items: center;
}
.menu-mobile .menus p {
  color: white;
  font-size: 30px;
}
.menu-mobile .social {
  opacity: 0;
  display: flex;
  justify-content: center;
}
.menu-mobile .social .icons {
  width: 65%;
  display: flex;
  justify-content: space-evenly;
}
.menu-mobile .social .icons a {
  color: white;
  font-size: 30px;
  text-decoration: none;
}
.menu-mobile .social .icons .socialBorder {
  border-right: 2px solid #ce9f51;
  height: 35px;
}

.showImg {
  max-width: 100%;
  margin-top: 99px;
}

.bioContainer {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
.bioContainer .bio {
  width: 75%;
}
.bioContainer .bio h1, .bioContainer .bio p {
  color: white;
}
.bioContainer .bio h1 {
  font-size: 50px;
  margin-bottom: 10px;
}
.bioContainer .bio p {
  font-size: 20px;
  line-height: 25px;
}

.divBorder {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
}
.divBorder .goldBorder {
  width: 65%;
  border-top: 2px solid #ce9f51;
}

.readmore {
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
  font-size: 20px;
  line-height: 25px;
}
.readmore #vfbio {
  font-size: 40px;
  width: 75%;
}
.readmore .txt-production {
  height: 290px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.readmore .txt-production .pTextProduction {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.readmore .txt-production .pTextProduction p {
  width: 75%;
}
.readmore .txt-production .before::before {
  content: "";
  background: linear-gradient(0deg, #000, transparent);
  height: 70px;
  width: 100%;
  display: block;
  position: absolute;
  margin-top: 220px;
}
.readmore .readMoreLessBtn {
  color: #ce9f51;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 130px;
  width: 100%;
  text-align: center;
}
.readmore .readMoreLessBtn:hover {
  filter: contrast(65%);
}

.infoTickets {
  display: none;
}

.list-content {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.list-content .list {
  width: 100%;
  height: 300px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list-content .list h2 {
  color: #ce9f51;
  font-weight: bold;
  font-size: 40px;
}
.list-content .list select {
  width: 300px;
  font-size: 20px;
  text-align: center;
}
.list-content .souslist {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
}
.list-content .souslist .showContainer {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 50px 0px;
}
.list-content .souslist .showContainer .shows {
  width: 90%;
  background-color: black;
  height: 200px;
  display: flex;
  margin: 10px 0px;
  align-items: center;
}
.list-content .souslist .showContainer .shows .dateContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  color: #ce9f51;
}
.list-content .souslist .showContainer .shows .dateContainer p, .list-content .souslist .showContainer .shows .dateContainer h4 {
  margin: 0px;
}
.list-content .souslist .showContainer .shows .dateContainer #weekday {
  font-weight: bold;
}
.list-content .souslist .showContainer .shows .dateContainer #day {
  font-size: 60px;
  margin: 0px;
  text-align: center;
}
.list-content .souslist .showContainer .shows .dateContainer .m-y {
  display: flex;
}
.list-content .souslist .showContainer .shows .border {
  border-right: 2px solid #ce9f51;
  height: 85%;
}
.list-content .souslist .showContainer .shows .venue-timeContainer {
  width: 50%;
  padding-left: 50px;
  color: white;
}
.list-content .souslist .showContainer .shows .venue-timeContainer #ville {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}
.list-content .souslist .showContainer .shows .venue-timeContainer #salle {
  font-size: 20px;
  margin: 0px;
}
.list-content .souslist .showContainer .shows .venue-timeContainer #heure {
  font-weight: bold;
}
.list-content .souslist .showContainer .shows .venue-timeContainer #rodage {
  color: white;
}
.list-content .souslist .showContainer .shows .btnContainer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.list-content .souslist .showContainer .shows .btnContainer .btn-achat:hover {
  filter: contrast(65%);
}
.list-content .souslist .showContainer .shows .btnContainer .soldout {
  width: 200px;
  height: 60px;
  color: white;
  background: #68a499;
  border: none;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.list-content .souslist .showContainer .shows .btnContainer .salesoon {
  font-size: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}
.list-content .souslist .showContainer .shows .btnContainer .btn-achat {
  width: 200px;
  height: 60px;
  color: white;
  background: #ce9f51;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.videoContainer {
  background: black;
  padding-top: 30px;
  padding-bottom: 120px;
}
.videoContainer h2 {
  text-align: center;
  font-size: 35px;
  color: white;
}
.videoContainer .embedContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoContainer .embedContainer iframe {
  width: 1000px;
  height: 562.5px;
  border: ridge 4px #ce9f51;
}

#n2-ss-3 .nextend-bullet-bar .n2-bullet {
  padding: 8px 8px 8px;
}

footer {
  width: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  height: 400px;
}
footer .footerContainer {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .footerContainer .agence, footer .footerContainer .gerance, footer .footerContainer .relationdepresse {
  width: 33%;
  text-align: center;
}
footer .footerContainer h2 {
  font-weight: bold;
  color: #ce9f51;
}
footer .footerContainer a {
  color: white;
  text-decoration: none;
}
footer .footerContainer a:hover {
  text-decoration: underline;
}
footer .footerContainer .footerDivider {
  border-right: 2px solid #ce9f51;
  height: 85%;
}
footer .copyright {
  width: 200px;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
footer .copyright a {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
footer .copyright svg {
  fill: #ffffff;
}

@media screen and (max-width: 1300px) {
  header .marginDivider {
    width: 90%;
  }
  header .menus, header .social {
    display: none;
  }
  header .hbgrContainer {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .list-content .souslist .showContainer .shows .dateContainer {
    width: 30%;
  }
  .list-content .souslist .showContainer .shows .dateContainer #day {
    font-size: 50px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer {
    width: 30%;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #ville {
    font-size: 25px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #salle {
    font-size: 18px;
  }
  .list-content .souslist .showContainer .shows .btnContainer {
    width: 40%;
  }
  .list-content .souslist .showContainer .shows .btnContainer .btn-achat {
    width: 190px;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    height: 900px;
  }
  footer .footerContainer {
    flex-direction: column;
    text-align: center;
  }
  footer .footerContainer .agence, footer .footerContainer .gerance, footer .footerContainer .relationdepresse {
    width: 100%;
  }
  footer .footerContainer .footerDivider {
    border-top: 2px solid #ce9f51;
    height: unset;
    width: 65%;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 850px) {
  .bioContainer .bio h1 {
    font-size: 35px;
  }
  .bioContainer .bio p {
    font-size: 18px;
  }
  .readmore #vfbio {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .readmore .txt-production .pTextProduction {
    font-size: 18px;
  }
  .list-content .list {
    height: 200px;
  }
  .list-content .list h2 {
    font-size: 35px;
  }
  .list-content .souslist .showContainer .shows {
    flex-direction: column;
    justify-content: center;
    height: 400px;
  }
  .list-content .souslist .showContainer .shows .dateContainer {
    width: unset;
    height: unset;
  }
  .list-content .souslist .showContainer .shows .dateContainer #weekday {
    font-size: 25px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .mobileDate {
    display: flex;
    font-size: 25px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .mobileDate #day {
    font-size: 25px;
    margin-right: 5px;
  }
  .list-content .souslist .showContainer .shows .border {
    border-right: none;
    border-top: 2px solid #ce9f51;
    height: unset;
    width: 65%;
    margin-top: 20px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer {
    width: unset;
    height: unset;
    text-align: center;
    padding-left: 0px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #ville {
    margin-top: 20px;
    font-size: 25px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #salle {
    font-size: 16px;
  }
  .list-content .souslist .showContainer .shows .btnContainer {
    width: unset;
    height: unset;
    margin-top: 15px;
  }
  .list-content .souslist .showContainer .shows .btnContainer a .btn-achat {
    height: 45px;
  }
  .videoContainer h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 80px;
  }
  header .hbgrContainer {
    padding-top: 25px;
  }
  .showImg {
    margin-top: 80px;
  }
  .menu-mobile .menus p {
    font-size: 22px;
  }
  .menu-mobile .social .icons a, .menu-mobile .social .icons .socialBorder {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .bioContainer {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .bioContainer .bio h1 {
    font-size: 24px;
  }
  .bioContainer .bio p {
    font-size: 16px;
  }
  .readmore {
    padding: 25px 0px;
  }
  .readmore .readMoreLessBtn {
    padding-bottom: 25px;
  }
  .readmore #vfbio {
    font-size: 24px;
  }
  .readmore .txt-production .pTextProduction {
    font-size: 16px;
  }
  .list-content .list {
    height: 165px;
    padding-bottom: 10px;
  }
  .list-content .list h2 {
    font-size: 24px;
    width: 75%;
    text-align: center;
  }
  .list-content .souslist .showContainer .shows .dateContainer #weekday {
    font-size: 20px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .mobileDate {
    font-size: 20px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .mobileDate #day {
    font-size: 20px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #ville {
    font-size: 20px;
  }
  .videoContainer h2 {
    font-size: 24px;
  }
  footer {
    height: 1000px;
  }
  footer h2 {
    font-size: 20px;
  }
  footer .copyright {
    margin-top: 0px;
  }
  footer .copyright p {
    width: 50%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */