/*
Theme Name:     Artist_Website_theme_AD
Theme URI:      
Author:         AmelieDurand
Author URI:     
Description:    Artist Website Theme
Version:        2024
License:        GNU General Public License v3 or Later
License URI:    https://www.gnu.org/licenses/gpl.html
Tags:           responsive-layout, light, artist, tickets, show
*/
@import url("https://use.typekit.net/isy7zvn.css");
html, body, #wrapper {
  height: 100%;
  width: 100%;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, a {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

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

#container {
  background-color: #FBF4DC;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.fade-in-section.fade-in-section-delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in-section.fade-in-section-delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-section.fade-in-section-delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

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

header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: #000ACE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 120;
  border-bottom: 2px solid #fff;
}
header .marginDivider {
  width: 5%;
}
header .hbgrContainer {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  padding-top: 30px;
  z-index: 200;
}
header .hbgrContainer p {
  margin-top: 3px;
  margin-left: 1px;
  color: #fff;
  text-align: center;
  font-family: "Questrial", sans-serif;
}
header .hbgrContainer #nav-icon1 {
  width: 50px;
  height: 28px;
  position: relative;
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  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: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  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;
  -webkit-transform: rotate(135deg);
  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;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .logoArtist {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 25px;
}
header .logoArtist img {
  width: 100%;
}
header .menus {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .menus p, header .menus p a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
header .menus p:hover, header .menus p:hover a {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
  text-decoration: underline;
}
header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .social .icons {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .social .icons .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0px 15px;
}
header .social .icons .social-icon:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
header .social .icons .social-icon svg {
  width: 25px;
  height: 25px;
}
header .social .icons .social-icon svg g path, header .social .icons .social-icon svg path {
  fill: #fff;
}
header .social .icons .socialBorder {
  border-right: 2px #fff solid;
  height: 25%;
}

.menu-mobile {
  position: fixed;
  width: 0px;
  height: 100%;
  background-color: #000ACE;
  z-index: 105;
}
.menu-mobile .menus {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-mobile .menus p, .menu-mobile .menus p a {
  color: #fff;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.menu-mobile .social {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-mobile .social .icons {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.menu-mobile .social .icons .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0px;
}
.menu-mobile .social .icons .icon-row .social-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0px 15px;
}
.menu-mobile .social .icons .icon-row .social-icon:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}
.menu-mobile .social .icons .icon-row .social-icon svg {
  width: 25px;
  height: 25px;
}
.menu-mobile .social .icons .icon-row .social-icon svg path {
  fill: #fff;
}
.menu-mobile .social .icons .icon-row .socialBorder {
  border-right: 2px solid #fff;
  height: 35px;
}

.showImg {
  max-width: 100%;
}

.bioContainer {
  width: 100%;
  background-color: #FBF4DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bioContainer .bio {
  width: 90%;
  padding: 1.5% 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bioContainer .bio .bio-border {
  width: 98%;
  margin: auto;
  padding: 1% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bioContainer .bio .bio-border h1 {
  font-size: 50px;
  margin: 25px 0px 5px;
  color: #000;
  text-align: center;
}
.bioContainer .bio .bio-border h2 {
  font-size: 35px;
  margin: 5px 0px 10px;
  color: #000;
  text-align: center;
}
.bioContainer .bio .bio-border p {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  text-align: center;
}
.bioContainer .bio .bio-border p a {
  text-transform: unset;
  color: #000;
}

.divBorder {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.divBorder .goldBorder {
  width: 65%;
  border-top: 2px solid #000ACE;
}

.readmore {
  background: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.readmore .txt-production .pTextProduction p {
  width: 75%;
}
.readmore .txt-production .before::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(0deg, #000, transparent);
  height: 70px;
  width: 100%;
  display: block;
  position: absolute;
  margin-top: 220px;
}
.readmore .readMoreLessBtn {
  color: #000ACE;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 130px;
  width: 100%;
  text-align: center;
}
.readmore .readMoreLessBtn:hover {
  -webkit-filter: contrast(65%);
          filter: contrast(65%);
}

.infoTickets {
  display: none;
}

.list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-content .list {
  width: 100%;
  height: 300px;
  background-color: #FBF4DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-content .list h2 {
  color: #000;
  font-weight: bold;
  font-size: 40px;
}
.list-content .list select {
  width: 300px;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.list-content .souslist {
  width: 100%;
  background-color: #FBF4DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 75px;
}
.list-content .souslist .showContainer {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000ACE;
  padding: 50px 0px;
}
.list-content .souslist .showContainer .shows {
  width: 90%;
  background-color: #FBF4DC;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.list-content .souslist .showContainer .shows .dateContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 100%;
  color: #000;
}
.list-content .souslist .showContainer .shows .dateContainer p, .list-content .souslist .showContainer .shows .dateContainer h4 {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.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;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.list-content .souslist .showContainer .shows .dateContainer .m-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-content .souslist .showContainer .shows .dateContainer .logo-podcast-ticket {
  width: 85px;
  position: absolute;
  left: 0%;
  top: 2%;
}
.list-content .souslist .showContainer .shows .border {
  border-right: 2px solid #000ACE;
  height: 85%;
}
.list-content .souslist .showContainer .shows .venue-timeContainer {
  width: 50%;
  padding-left: 50px;
  color: #000;
}
.list-content .souslist .showContainer .shows .venue-timeContainer #ville {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.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: #000ACE;
}
.list-content .souslist .showContainer .shows .btnContainer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
.list-content .souslist .showContainer .shows .btnContainer .soldout {
  width: 200px;
  height: 60px;
  color: #fff;
  background: #666;
  border: none;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.list-content .souslist .showContainer .shows .btnContainer .salesoon {
  font-size: 20px;
  color: #EA3323;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.list-content .souslist .showContainer .shows .btnContainer .btn-achat {
  width: 200px;
  height: 60px;
  color: #000;
  background: #EA3323;
  border: 2px solid #EA3323;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.list-content .souslist .showContainer .shows .btnContainer .btn-achat:hover {
  background-color: #fff;
  color: #EA3323;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.newsletter {
  width: 100%;
  margin: 25px 0px 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
}
.newsletter .newsletter-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0% 5%;
  color: #000;
  text-align: center;
}
.newsletter .newsletter-ctn h2 {
  font-size: 35px;
}
.newsletter .newsletter-ctn p {
  font-size: 20px;
}
.newsletter .newsletter-ctn a {
  width: 200px;
  height: 50px;
  color: #fff;
  background: #EA3323;
  border: 2px solid #EA3323;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0px 25px 0px;
}
.newsletter .newsletter-ctn a:hover {
  background-color: #fff;
  color: #EA3323;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.podcastPersonnages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FBF4DC;
  color: #000ACE;
  padding: 50px 0px;
}
.podcastPersonnages img {
  width: 20%;
}
.podcastPersonnages .podcast-ctn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.podcastPersonnages .podcast-ctn h2 {
  font-size: 40px;
}
.podcastPersonnages .podcast-ctn p {
  padding: 0px 10px;
  font-weight: bold;
}
.podcastPersonnages .podcast-ctn iframe {
  margin: 15px 0px 25px 0px;
  width: auto;
  height: auto;
  min-width: 560px;
  min-height: 315px;
}
.podcastPersonnages .podcast-ctn img {
  width: 200px;
  margin: 25px 0px;
}
.podcastPersonnages .podcast-ctn .podcast-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.podcastPersonnages .podcast-ctn .podcast-socials a {
  width: 60px;
  height: 60px;
  padding: 10px;
}
.podcastPersonnages .podcast-ctn .podcast-socials a svg {
  width: 50px;
  height: 50px;
}
.podcastPersonnages .podcast-ctn .podcast-socials a svg path {
  fill: #EA3323;
}
.podcastPersonnages .podcast-ctn .podcast-socials a:hover svg path {
  fill: #000ACE;
}

.standup {
  width: 100%;
  background-color: #FBF4DC;
  margin: 75px 0px 25px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
}
.standup .standup-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0% 5%;
  color: #000;
  text-align: center;
}
.standup .standup-ctn h2 {
  font-size: 35px;
}
.standup .standup-ctn p {
  font-size: 20px;
}
.standup .standup-ctn iframe {
  margin: 15px 0px 55px 0px;
  width: auto;
  height: auto;
  min-width: 560px;
  min-height: 315px;
}

.videoContainer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 120px;
}
.videoContainer h2 {
  text-align: center;
  font-size: 35px;
  color: #000ACE;
}
.videoContainer .embedContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videoContainer .embedContainer iframe {
  width: 700px;
  height: 393.75px;
  border: ridge 4px #000ACE;
}

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

footer {
  width: 100%;
  background: #000ACE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  height: 300px;
  padding: 25px 0px 0px 0px;
}
footer .footerContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footerContainer .agence, footer .footerContainer .gerance, footer .footerContainer .relationdepresse {
  width: 33%;
  text-align: center;
}
footer .footerContainer h2, footer .footerContainer p {
  font-weight: bold;
  color: #fff;
}
footer .footerContainer a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
footer .footerContainer a:hover {
  text-decoration: underline;
}
footer .footerContainer .footerDivider {
  border-right: 2px solid #EA3323;
  height: 85%;
}
footer .copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  background-color: #000;
}
footer .copyright p {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 1300px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .logoArtist {
    width: 35%;
  }
  header .marginDivider {
    display: none;
  }
  header .menus, header .social {
    display: none;
  }
  header .hbgrContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    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: unset;
  }
  footer .footerContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footerContainer .agence, footer .footerContainer .gerance, footer .footerContainer .relationdepresse {
    width: 100%;
  }
  footer .footerContainer .footerDivider {
    border-top: 2px solid #EA3323;
    height: unset;
    width: 65%;
    margin: 10px 0px;
  }
}
@media screen and (max-width: 850px) {
  .bioContainer .bio .bio-border h1 {
    font-size: 35px;
  }
  .bioContainer .bio .bio-border 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .mobileDate #day, .list-content .souslist .showContainer .shows .dateContainer .mobileDate #month, .list-content .souslist .showContainer .shows .dateContainer .mobileDate #year {
    font-size: 25px;
    margin-right: 5px;
  }
  .list-content .souslist .showContainer .shows .dateContainer .logo-podcast-ticket {
    width: 100px;
    left: 1%;
  }
  .list-content .souslist .showContainer .shows .border {
    border-right: none;
    border-top: 2px solid #000ACE;
    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;
  }
  .podcastPersonnages {
    margin: 100px 0px;
  }
  .podcastPersonnages .bg-podcast {
    position: absolute;
    opacity: 0.5;
  }
  .podcastPersonnages .bg-podcast.bg-podcast-right {
    right: 0;
  }
  .podcastPersonnages .podcast-ctn {
    width: 100%;
  }
  .podcastPersonnages .podcast-ctn iframe {
    margin: 15px 0px 15px 0px;
    min-width: 300px;
    min-height: 169px;
  }
  .podcastPersonnages .podcast-ctn h2 {
    font-size: 35px;
  }
  .podcastPersonnages .podcast-ctn p {
    font-weight: bold;
  }
  .podcastPersonnages .podcast-ctn img {
    width: 200px;
    margin: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .podcastPersonnages .podcast-ctn .podcast-socials a {
    width: 50px;
    height: 50px;
  }
  .podcastPersonnages .podcast-ctn .podcast-socials a svg {
    width: 40px;
    height: 40px;
  }
  .standup .standup-ctn iframe {
    min-width: 300px;
    min-height: 169px;
  }
  .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, .menu-mobile .menus p a {
    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 .bio-border h1 {
    font-size: 24px;
  }
  .bioContainer .bio .bio-border 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, .list-content .souslist .showContainer .shows .dateContainer .mobileDate #month, .list-content .souslist .showContainer .shows .dateContainer .mobileDate #year {
    font-size: 20px;
  }
  .list-content .souslist .showContainer .shows .venue-timeContainer #ville {
    font-size: 20px;
  }
  .podcastPersonnages {
    margin: 75px 0px;
  }
  .podcastPersonnages .podcast-ctn h2 {
    font-size: 24px;
  }
  .podcastPersonnages .podcast-ctn .podcast-socials a {
    width: 40px;
    height: 40px;
  }
  .podcastPersonnages .podcast-ctn .podcast-socials a svg {
    width: 30px;
    height: 30px;
  }
  .videoContainer h2 {
    font-size: 24px;
  }
  footer {
    height: unset;
  }
  footer h2 {
    font-size: 20px;
  }
  footer .copyright {
    margin-top: 0px;
  }
  footer .copyright p {
    width: 50%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */