html, body {
  font-family : 'AmericanTypewriter', serif;
}

a,
a:visited,
a:hover {
  color : #000;
}

a,
a:visited {
  text-decoration: none;
}

a.no-click {
  pointer-events : none;
}



ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    padding: 0;
    margin: 0;
}

figure,
img {
  break-inside: avoid;
  page-break-inside: avoid;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex : initial!important;
}

/* MAINTENANCE */

.maintenance {
  font-size : 2rem;
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  margin-left : 20px;
}

/* HOME */

.site-title-home {
  font-family: 'AmericanTypewriter', serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 4.8rem;
  margin : 0;
  display: inline-block;
}

.site-title-home a:hover {
  text-decoration: none;
}

.site-branding {
  display: inline-block;
}

.home .site-header {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.home .site-main {
  display: flex;
  flex-direction: row;
}

.home .left-block,
.home .right-block,
.home .half-block {
  height : 100vh;
  width: 50vw;
  background-blend-mode: luminosity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.left-block:hover,
.right-block:hover {
  /* background-blend-mode: normal; */
}

.side-artiste p {
  margin : 0;
  font-size : 1rem;
  font-family: 'AmericanTypewriter', serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.side-artiste {
  background-color: #fff;
  padding-bottom : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-top : 12px;
  display: inline-block;
}





.side-title {
  font-size : 2rem;
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  margin-top : 0;
  background-color: #fff;
  padding-bottom : 10px;
  padding-left : 15px;
  padding-right : 15px;
  padding-top : 12px;
}

#bs_archive_title_block
{
  margin-bottom: 3.5rem;
}
.block-different {
  align-items: flex-start;
}

.block-title {
  margin-top: 30px;
  text-align: center;
  color : #000;
  cursor: pointer;
  line-height : 1;
}

.block-different .block-title {
  display: flex;
  flex-direction: column;
  margin-top : 60vh;
  align-self: flex-start;
  z-index: 8;
  position: absolute;
  align-items: center;
  width: 100%;
}

.block-different .side-artiste {
  margin-top : 50px;
}

.block-featured-image img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode : luminosity;
}

.block-featured-image {
  display: contents;
}


/* SINGLE POST */

.single .site-title,
.archive .site-title,
.page .site-title {
  font-family: 'AmericanTypewriter', serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 2.5rem;
  margin : 0;
  display: inline-block;
  position: fixed;
  left:50vw;
  transform: translateX(-50%);
  top : 5px;
}

.single .site-branding,
.archive .site-branding,
.page .site-branding,
.nav-down {
  display: flex;
  justify-content: space-between;
  padding : 20px;

}

.nav-down{
  padding-top : 17px;
  padding-bottom : 20px;

}

.single .nav-top-button,
.archive .nav-top-button,
.page .nav-top-button,
.home .nav-top-button {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  border: 0px solid;
  background: initial;
  color: #000;
  line-height: 1;
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}

.single .site-header,
.archive .site-header,
.page .site-header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-footer {
  position: fixed;
  width: 100vw;
  bottom : 0;
  left : 0;
  z-index: 2;
}

.single article {
  /* display: flex; */
  padding-bottom: 50px;
}

/* .single .half-block {
  width: 50vw;
  display: flex;
  padding-bottom : 50px;
} */

.single .left-block {
  width: 30vw;
  display: flex;
  padding-bottom : 50px;
}

.single .right-block {
  width: 70vw;
  display: flex;
  padding-bottom : 50px;
}

.single .site-main,
.archive .site-main,
.page .site-main {
  position: relative;
  top: 60px;
  color : #000;
  padding-left : 20px;
  padding-right : 20px;
}

.site-main p {
  text-align : justify;
}

.side-artiste a p {
  text-align: center;
}

.titre-item p {
  text-align : left;
}

.titre-item {
  margin-top : 4px;
}

.article-title,
.article-artist {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.letter-gothic {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-style: normal;

}

.article-title p{
  /* margin-bottom : 0; */
  margin-top : 50px;
}

.article-artist p{
  margin-top : 0;
}

.article-infos {
  padding-left : 50px;
  padding-right : 60px;
}

.article-notice {
  line-height: 0.95;
  font-size : 1.1rem;
  font-weight: normal;
  text-align : justify;
}

.single .site-main img {
  max-height : 90vh !important;
  max-width : 50vw !important;
  height : auto !important;
  width : auto !important;
  /* width : 90vw !important; */
  align-self: flex-start;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
  width : auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow : 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background : initial;
  position: relative;
  color : #000;
  padding : 0;
  text-align : left;
  margin-bottom : 15px;
}

.single .site-main figure figcaption,
.page .site-main figcaption {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size : 10px;
  padding : 0;
  text-align : left;
}

.half-block figure:last-child {
  padding-bottom : 50px;
}


/* ARCHIVE PAGE */

.entry-title {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size : 1.1rem;
}

.grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom : 50px;
  padding-left : 20px;
  padding-right : 20px;
}

.grid-item {
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
}

.grid-item a {
  display: flex;
  flex-direction: column;
}

.grid-item:hover img {
  mix-blend-mode: multiply;
  filter: grayscale(0%);
  mix-blend-mode: initial;

}

.item-wrapper {
  display: inline-block;  /* Container takes only as much width as its children */
  }

.image-item {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: auto;
  white-space: nowrap;

}

.grid-item img {
  max-height : 35vh !important;
  width : auto !important;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  transition : all 0.6s ease;
}

.titre-item {

}

.titre-item p {
  margin-top : 0px;
  font-size : 0.8rem;
}

.titre-item h3 {
  font-weight : normal;
  margin: 0;
  font-size : 1.5rem;
}

/* PAGE */

.page .site-main article {
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 50px;
}

.page .wp-block-pullquote {
  padding-top : 5px;
  padding-bottom : 5px;
}

/* MENU */

.menu-container,
.menu-sub-title .sub-menu {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  height : 100vh;
  top : 0;
  left : 0;
  transform: translateX(-1000px);
  transition: transform 0.5s ease;
  padding : 20px;
  box-sizing: border-box;
}

.menu-container {
  z-index : 5;
  position: fixed;
  width : 190px;
}

.menu-menu-2-container {
  position: absolute;
  bottom : 20px;
}

.menu-sub-title .sub-menu {
  z-index : 3;
  position: absolute;
  width : 280px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

.menu-sub-title .sub-menu::-webkit-scrollbar {
  display: none; /* WebKit (Chrome, Safari, etc.) */
}

.menu-sub-title .sub-menu li {
  margin-bottom : 7px;
}


.close_menu {
  cursor: pointer;
  margin-bottom : 20px;

}

.close_menu svg {
  width : 15px;
  height : 15px;
}

.sub-menu-artistes {
  background-color: #fff;
  height : 100vh;
  width : 30vw;
  position: fixed;
  top : 0;
  right : 300px;
  z-index : 10;
  display: none
}

.sub-menu-artistes a {
  display: block;
}

.menu-sub-container {
  margin-bottom : 20px;
}

.menu-container li .arrow {
  margin-right : 10px;
}

.menu-container li a {
  transition : color 0.2s ease;
}


.menu-break {
  margin-bottom : 20px;
}

.menu-sub-container .menu-sub-title {
  margin-left : 20px;
}

.export-pdf a p {
  margin-top: 5px;
  margin-bottom : 5px;
  margin-left: 20px;
}

/* .sub-menu {
  position: fixed;
  transform: translateX(-1000px);
  top: 0px;
  width: 20vw;
  background-color: #fff;
  height: 100vh;
  padding: 20px;
  transition : transform 0.5s ease;
  z-index : 4;
  box-sizing: border-box;
} */

/* NEWSLETTER */

.newsletter_container {
  position: fixed;
  /* height: calc(50vh + 40px); */
  display : none;
  width: calc(50vw + 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index : 50;
  background-color : white;
}

.newsletter_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding : 40px;
}


.newsletter_container fieldset {
  border : 0px;
  padding : 0;
  margin : 0;
}

.frm_form_field input,
.frm_form_field textarea {
  border-width : 0;
  background-color: initial;
  font-family: 'AmericanTypewriter', serif;
  font-weight: normal;
}

.frm_form_field textarea {
  resize : none;
}

.frm_form_field label {
  margin-right : 10px;
}

input:focus,
textarea:focus {
  border: 0px; /* Change border color to blue */
  box-shadow: 0 0 0px rgba(0, 123, 255, 0.5); /* Add a subtle shadow */
  outline: none; /* Remove default browser outline */
}

.frm_fields_container {
  display : flex !important;
  flex-direction : column !important
}

.frm_form_field {
  border-bottom : 1px solid black;
  padding-bottom : 10px;
  margin-top : 5px;
  display: flex;
  align-items: flex-start;
}

.frm_button_submit {
  background-color: initial;
  border : 0px;
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  font-size : 1.4rem;
  text-align: center;
  line-height: 0.8;
  color : #000;
}

.frm_submit {
  text-align: center;
  margin-top: 30px;
}

.newsletter_header {
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

.newsletter_cross {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index : 20;
}

.frm_error {
  font-size : 0.8rem;
}

.frm_message,
.frm_error_style {
  text-align: center;
  font-family: 'LetterGothicStd', sans-serif;
  font-weight: normal;
}



/* VIDEO PLAYER */

.video-player {
    position: relative;
    width: 100%;
    max-width: 800px; /* adjust as needed */
    margin: 0 auto;
}

#player {
    width: 100%;
}

.controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    box-sizing: border-box;
}

@media print {
  .no-print {
    display: none !important;
  }
}

/* GUTENBERG */

:where(.wp-block-columns) {
  margin-bottom : 1em;
}

.no-margin-bottom {
  margin-bottom : 0;
}

.no-margin-top {
  margin-top : 0;
}

@media screen and (max-width: 1000px) {
  .site-title-home {
    font-size : 4rem;
  }

  .side-title {
    font-size : 1.5rem;
  }

  .side-artiste p {
    font-size : 0.8rem;
  }

  .newsletter_content {
    font-size : 0.8rem;
  }

  .frm_button_submit {
    font-size : 0.9rem;
  }

  .site-main {
    font-size : 0.8rem;
  }



  .single .nav-top-button, .archive .nav-top-button, .page .nav-top-button,
  .menu-container  {
    font-size : 0.8rem;
  }

  .titre-item h3 {
    font-size : 1.2rem;
  }

  figcaption {
    font-size : 0.7rem !important;
  }

  .single .site-title, .archive .site-title, .page .site-title {
    font-size : 2rem;
  }



}

@media screen and (max-width: 820px) {
  iframe {
    max-width : 90vw;
    max-height : 90vh;
  }

  iframe embed {
    max-width : 90vw;
    max-height : 90vh;
  }
  .site-title-home {
    font-size : 3.8rem;
  }

  .menu-sub-title .sub-menu {
    width : 200px;
    }
  .page .site-main article {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 650px) {

  .home .site-main {
    flex-direction: column;
    height : 100%;
    position: absolute;
  }

  .home .left-block, .home .right-block, .home .half-block {
    height: 50%;
    width: 100vw;
  }

  .site-title-home {
    font-size : 3rem;
  }

  .home .site-header {
    display: block;
    position: absolute;
    top: 50%;
    left: 0; /* Align the left edge of the container */
    width: 100%; /* Make the container full width */
    text-align: center; /* Center the text horizontally */
    transform: translateY(-50%); /* Center vertically */
    z-index: 40;
  }

  .block-different .block-title {
    margin-top : 0;
    align-self: center;
    font-size : 0.8rem;
    top: 50%;
    transform : translateY(-50%);
  }

  .block-different .side-title {
    font-size : 1rem;
  }

  .block-title {
    align-self : center;
    margin-bottom : 0;
  }

  .newsletter_content {
    font-size : 0.7rem;
  }

  .frm_button_submit {
    font-size : 0.8rem;
  }

  .side-artiste p {
    font-size : 0.7rem;
  }

  .site-main {
    font-size : 0.7rem;
  }

  .single .nav-top-button, .archive .nav-top-button, .page .nav-top-button,
  .menu-container {
    font-size : 0.8rem;
  }

  .titre-item h3 {
    font-size : 1rem;
  }

  .titre-item p {
    font-size : 0.8rem;
  }

  .single .site-title, .archive .site-title, .page .site-title {
    font-size : 1.2rem;
    top : 7px;
  }

  figcaption {
    font-size : 0.6rem !important;
    scrollbar-gutter : auto !important;
  }

  .single .site-branding, .archive .site-branding, .page .site-branding, .nav-down {
    padding-top : 15px;
    padding-bottom : 15px;
  }

  .menu-menu-2-container {
    bottom : 15px;
  }

  .menu-container {
    padding : 15px;
    width : 170px;
  }

  .wp-block-gallery.has-nested-images {
    display: flex;
    flex-direction: column;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image {
    width : initial !important;
    margin-bottom : 10px !important;
  }

  .single .site-main img {
    max-height : initial !important;
  }

  .image-item {
    /* height : 25vh; */
  }

  .image-item img {
    max-height: 25vh !important;
  }

  .newsletter_container {
    width: calc(70vw + 40px);
  }

  .titre-item p,
  .titre-item h3,
  .titre-item {
    text-align : center;
  }

  .image-item {
    margin : 0 auto;
    width : fit-content;
    justify-content: center;
  }

  .item-wrapper {
    display: block;
  }


}

@media screen and (max-width: 350px) {
  .single .site-title, .archive .site-title, .page .site-title {
    font-size : 1rem;
  }

  .single .site-branding, .archive .site-branding, .page .site-branding, .nav-down {
    padding-top : 10px;
    padding-bottom : 10px;
  }

  .menu-menu-2-container {
    bottom : 10px;
  }

  .image-item {
    height : 15vh;
  }

  .single .nav-top-button, .archive .nav-top-button, .page .nav-top-button, .menu-container,
  .site-main, .titre-item p, .side-artiste p {
    font-size : 0.5rem;
  }

  .newsletter_content {
    font-size : 0.5rem;
  }

  .frm_button_submit {
    font-size : 0.6rem;
  }

  .menu-container {
    width : 120px;
  }

  .sub-menu {
    width : 160px;
  }

}
