@charset "UTF-8";
/*
Theme Name:  Athénéennes 2025
Description: Thème Athénéennes 2025
Author:      Pierre Schilling
Template:    twentysixteen
Version:     1.0.0
Text Domain: twenty-sixteen-child
*/


@font-face {
    font-family: 'halvar';
    src: url('fonts/Halvar-Engschrift-Bold.woff2') format('woff2'),
         url('fonts/Halvar-Engschrift-Bold.woff') format('woff');

}

@font-face {
    font-family: 'retroscope';
    src: url('fonts/retroscope-regular-webfont.woff2') format('woff2'),
         url('fonts/retroscope-regular-webfont.woff') format('woff');

}
@font-face {
    font-family: 'retroscope_italic';
    src: url('fonts/retroscopeitalic-regular-webfont.woff2') format('woff2'),
         url('fonts/retroscopeitalic-regular-webfont.woff') format('woff');

}



@charset "UTF-8";
/* CSS Document */
#wpadminbar {
  display:none!important
  }
  
  body:not(.custom-background-image).admin-bar:before {
    top: 0!important;
}

html {
   height: 100%;
}

html, body {
    width: 100%;
    margin: 0px;
    font-family: "Barlow", sans-serif;
    color: black;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;

}

body {
    width: 100%;
    background-color: #2ac3bb;

}

.ombre {
    box-shadow: inset 0px 100px 100px #00000054;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}
.grecaptcha-badge { 
    visibility: hidden!important;
}
.anchor {
    float: left;
    width: 100%;
    height: 20px;
}
body.home {
    background-position: center;
    background-size: 100% auto;
    background-repeat: repeat;
    height: 100%;
}

.alerte {
    width: 100%;
    padding: 20px;
    text-align: center;
}
* {
  box-sizing: border-box;
}
*:focus {
    outline: none;
}


#content {
    position: relative;
}


  .grille-horaire .fonction-musicien {
      display: none;
  }

.logo-typo {
    font-size: 3.6vw;
    float: left;
    width: 93%;
    width: calc(100% - 64px);
    color: white;
    margin: 0;
    display: none;
}

span.logo-typo-text {
    float: left;
    margin: 0 20px 0 0;
}
.home span.logo-typo-text {
    top: 50%;
    position: fixed;
}

span.logo-typo-text.logo-date {
    float: right;
    margin:0;
}


.par-jour {
    margin-top: 80px;
}
.embed-container.par-jour {
    height: 20vw;
}
.logo-container {
    position: fixed;
    z-index: 2;
    height: 150px;
    padding: 20px;
    width: 33.33%;
}
.logo {
    height: 100%;
}
.home .col-gauche{
  width:33.33%;
  padding:40px;
}
.col-gauche {
    background-position: left;
    overflow: hidden;
    position: fixed;
    display: flex
;
    align-items: center;
    height: 100%;
    top: 0;
    z-index: -1;

}
.col-gauche, .logo-container{
  width:33.33%;
}


.fenetre-accueil {
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    margin: 0 auto;
    position: absolute;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 40px 0 40px;
}
.fenetre-accueil-over{
  opacity:0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  
}
.fenetre-accueil-over.over{
  opacity:1;
  
}

.fond-programme {
    object-fit: cover;
    object-position: bottom right;
    width: 100%;
    height: 100%;
   display: none;
    -webkit-animation-name: apparition;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    background-color: #c5e4e1;
}

.fond-col-gauche {
    height: 100%;
}

@-webkit-keyframes apparition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}

.section.active .fond-programme {
    display: block;

}
.typo-jour{
position:absolute;
padding:20px;
bottom:0;
z-index: 1;
width:100%;
display:none;
}

.typo-jour-title {
    max-width: 250px;
    margin: 0 auto;
}
.section.active .typo-jour {
    display: block;

}


.col-droite {
    overflow: auto;
    color: black;
    margin-top: 0;
    position: relative;
    display: flex
;
    justify-content: center;
    min-height: 100vh;
}
.col-droite, .pages-footer{
    width: 66.66%;
margin: 0 0 0 33.33%;
}
.home .col-droite, .home .pages-footer {
    padding: 100px 30px;
}
.page-template-exposition2025 .pages-footer {
    width: 100%;
}

.col-droite.col-programme {
    min-height: auto;
}


.col-droite.single, .single .pages-footer {
    width: 100%;
    margin: 0;
}


.col-droite-content {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: inline-block;
}

.single-partie .infos-programme {
    padding: 40px;
}
.single-date {
    display: flex;
    gap: 8px;
}
.col {
    width: calc(50% - 10px);
    display: flex
;
    float: left;
    flex-wrap: wrap;
    gap: 10px;
}

.accueil-footer {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.video-first-page {
    height: 100%;
    width: 100%;
}

.menu-footer {
    font-family: "Barlow", sans-serif; font-weight:700;
    font-size: 1vw;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
span.copyright {
     font-family: "Barlow", sans-serif; font-weight:700;
    display: inline-table;
    font-size: 10px;
}
.menu-footer li {
    display: inline-table;
    border-right: 1px solid;
    padding: 0 20px;
}

.menu-footer li:first-child{
  padding-left:0;
  }
  .menu-footer li:last-child{
  padding-right:0;
  border-right:0;
  }


  ::i-block-chrome,
  #col-droite {
  width:86%;
  margin-left:350px;
  float:left;

  }

p, input[type="submit"] {
      margin: 0 0 12px;
      text-transform: inherit;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0 !important;
      font-size: clamp(1rem, 0.9722rem + 0.1481vw, 1.25rem);
      max-width: 800px;
  }
p:last-child {
    margin: 0;
}

strong, b {
    font-family: "Barlow", sans-serif;
}
a img{
  opacity:1;
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.pages-footer {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    float: right;
    background-color: rgb(17 52 89);
    padding: 20px;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.message-billetterie-homepage {
z-index: 11;
color: black;
text-align: center;
margin: 20px 0;
float: left;
 font-family: "Barlow", sans-serif; font-weight:700;
display: flex;
align-items: center;
position: fixed;
background-color: #fff800;
top: 75px;
left: 17%;
padding: 10px;
transform: rotate(-5deg);
}
.message-billetterie-homepage a {
    border-bottom: 1px solid;
}
img.billetterie-icon {
    max-height: 16px;
    margin: 0 20px 0 0;
}
a.lien-infomaniak {
    width: 100%;
    padding: 20px;
    border: 1px solid;
    float: left;
    background: linear-gradient(-45deg, #5a528c, #00a79c, #6d013b, #c42231);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 2em;
}

a.lien-infomaniak.abonnements {
    padding: 20px;
}

a.lien-infomaniak span{
  margin-left:5px;
     -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a.lien-infomaniak:hover, .bloc:hover {
    opacity: 0.7;
} {
   opacity:0.7;
}
a.lien-infomaniak:hover span {
    margin-left: 10px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}




li.date {
    display: inline-table;
    border-right: 1px solid;
    padding: 0 20px;
    text-align: center;

}

.number-date{ 
         -webkit-animation-name: date-spin;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: inherit;
    -webkit-animation-duration: 1s;
    -webkit-transform-style: preserve-3d;
    animation-name: date-spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    transform-style: preserve-3d;
    display: inline-block;
    }

    @-webkit-keyframes date-spin {
    from { -webkit-transform: rotateY(0deg); }
    to   { -webkit-transform: rotateY(360deg); }
  }
  @keyframes date-spin {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);

    }
    to {
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg);

    }
  }
  

li.date:nth-child(2n+0) .number-date{
           -webkit-animation-name: date-spin;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: inherit;
    -webkit-animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    animation-name: date-spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    transform-style: preserve-3d;
    display: inline-block;
}

    
        @-webkit-keyframes jour-spin {
    from { -webkit-transform: rotateX(0deg); }
    to   { -webkit-transform: rotateX(360deg); }
  }
  @keyframes jour-spin {
    from {
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      transform: rotateX(0deg);

    }
    to {
      -moz-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg);
      transform: rotateX(360deg);

    }
  }
.pop-up-newsletter {
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 20px;
      background-color: #0063B0;
      box-shadow: 0 5px 5px black;
      color: white;
      text-align: center;
      z-index: 1;
     -webkit-transition: .5s ease-in-out;
         -moz-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
         transition: .5s ease-in-out;
     animation-name: menuin;
     animation-duration: 1s;
  }
  
  
  @keyframes menuin {
      from {
        right:-100%;
      }
      to {
      right:0;
      }
  }
  
  
  .pop-up-newsletter a:hover{
    opacity:0.7;
  }
  .pop-up-newsletter.bye {
      opacity: 0;
      visibility: hidden;
  }
span.fermer {
      position: absolute;
      top: -10px;
      left: -10px;
      border-radius: 35px;
      background-color: #000000;
      width: 20px;
      display: flex;
      padding: 2px 2px 4px 2px;
      justify-content: center;
      align-items: center;
      height: 20px;
      cursor:pointer;
      -webkit-transition: .5s ease-in-out;
       -moz-transition: .5s ease-in-out;
       -o-transition: .5s ease-in-out;
       transition: .5s ease-in-out;
  }  
  span.fermer:hover{
    opacity:0.7;
  }
  
li.date:last-child {
    border-right: 0;
}
span.juin {
    display: block;
    line-height: -6px;
}

li.date:first-child{
  border-left:1px solid;
  }

i.logo-social {
      height: 40px;
      margin-right: 20px;
      margin: auto;
      display: flex
  ;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
li.logo-social a {
    line-height: 0;
}
li.logo-social img {
    max-height: 30px;
    height: 100%;
    width: auto;
}

.container {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section {
    width: 100%;
    padding-top: 100px;
}
.single-programme2025 .section, .single-programme-pga2025 .section, .section#exposition-marine-pierrot-detry-nocturnal-animal  {
    padding-top: 0;
}


.section-1.archive, .section.archive:first-child{
    padding-top: 150px!important;
}
.section.archive {
    padding-top: 60px;
}
.MD ike-navbar header .menu-container-desktop {
    z-index: 1!important;
}
input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid;
    padding: 5px;
    width: 100%;

        width: 100%;
        border: 1px solid;
        padding: 5px;
         font-family: "Barlow", sans-serif; 
         font-weight:700;
         font-size: clamp(1rem, 0.9722rem + 0.1481vw, 1.25rem);
}
section.error-404.not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #2b2549;
  padding: 40px;
  color: white;
}


::-webkit-scrollbar {
    width: 0px;
    color:white;
}

h1 {
     font-family: "Barlow", sans-serif; font-weight:700;
}

ul{
  margin:0;
  padding:0;
}

i {
    font-style: italic;
}
html {
    margin-top: 0!important;

}

a {
    color: inherit;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
p a {
    letter-spacing: 0;
}

a.yo:hover {
    opacity: 0.8;
}

p .yo, .single-partie .yo, input[type="submit"] {
    background-color: white;
    padding: 5px 10px;
    display: inline-block;
    clear: both;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: black;
    border-radius: 2em;
    border: 1px solid black;
    text-align: center;
}

input[type="submit"] {
  cursor: pointer;
  transition:0.5s;
}
input[type="submit"]:hover {
  opacity: 0.8;
}

a.return.yo {
    z-index: 1;
    font-size: 18px !important;
    font-weight: 700;
    padding: 5px 10px;
    height: auto;
    border-radius: 2em;
}
a.text-link {
    border-bottom: 1px solid;
}
.artistes {
    float: left;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width:100%;a
}


  ::i-block-chrome,
  .artistes {
    float: left;
    width:100%;
    clear: both;
   
}
.noms-artistes {
    color: white;
    padding-bottom: 20vh;
}
.noms-artistes a.yo:hover{
  opacity:1;
  color:rgba(255, 255, 255, 0.5);
  }


.oeuvres p .couleur, .couleur strong {
    font-family: 'halvar';
}
.oeuvre strong, .oeuvre b{
   font-family: "Barlow", sans-serif; font-weight:700;
  }
.list-artistes {
    margin: 15px;
     font-family: "Barlow", sans-serif; font-weight:700;
    width: 20%;
    width: calc(25% - 30px);
    height: 200px;
    display: inline-table;
}

.list-artistes:nth-child(15) {
    display: none;
}


.nom-artiste:last-child .artist-separation {
    display: none;
}


.photos-artiste-accueil {
    position: relative;
    width: 50%;
}

.photos-artiste-accueil:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.photo-artiste-accueil-container img {
    /*position: absolute;
    object-fit: cover;*/
    width: 100%;
    height: 100%;
}
.artistes-accueil {
    color: white;
    padding-bottom: 20vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.artiste-accueil {
    width: 102%;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}


.photo-artiste-accueil-container:before{
width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    }
    
  .photo-artiste-accueil-container img{  
    filter: grayscale(1);
    }
    
.artiste-accueil-container {
    width: 24%;
    width: calc(25% - 30px);
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin: 15px;
    color: white!important;
    background-color: rgb(255 255 255);
}
.artiste-accueil-container.concert1{ 
background-color:#6b66af;
}
.artiste-accueil-container.concert2{ 
background-color:#50aba9;
}

.artiste-accueil-container.concert3{ 
background-color:#c84924;
}

.artiste-accueil-container.concert4{ 
background-color:#c56983;
}


.artiste-accueil-container a:hover {
    opacity: 0.8;
}
.infos-artistes-accueil a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.photo-artiste-accueil-container {
    position: relative;
    width: 100%;
}
.photo-artiste-accueil-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.photo-artiste-accueil-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.bloc2 {
    background-color: #972880;
    color: white;
    word-break: break-word;
}
    
.bloc2 a:hover{
 color: white;
}
.partie p {
    margin-bottom: 0;
}


.link-artistes {
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    padding: 3px 0 0 0;
     font-family: "Barlow", sans-serif; font-weight:700;
}

.infos-artiste {
    float: left;
    margin: 0 0 40px;
}
.video-artiste {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

ul{
  margin:0;
  padding:0;
  
}
li { 
  list-style: none;
    margin:0;
    line-height:130%;
}



.article-presentation p i {
    font-style: italic;
    color: inherit;

}
.infos-billets {
    padding: 20px 0;
    border-top: 1px solid;
    text-transform: initial;
}
.infos-billets li {
    display: flex
;
    justify-content: space-around;
    max-width: 150px;
}
.infos-billets ul {
    margin: 0 0 10px 20px;
}
.col3.infos-billets {
    float: left;
    width: 100%;
}
h6 {
    margin: 0;
    text-transform: initial;
    font-size: 12px;
     font-family: "Barlow", sans-serif; font-weight:700;
}

header.entry-header {
    display: flex
;
    align-items: baseline;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
    justify-content: center;
    /* margin-bottom: -20px; */
}

.col-amis-2 .titres {
    font-size: 18px;
    color: black;
    margin: 0;
    display: inline-table;
    float: left;
    text-shadow: none;
    -webkit-text-stroke-width: 0;
}


span.salle {
    float: right;
    margin: 0 0 0 19px;
    font-size: 25px;
    right: 0;
    position: absolute;
    color: white;
    opacity: 0.95;
    bottom: -6px;
}






.blank {
    float: left;
    clear: both;
    height: 40px;
    width: 104%;
}

sup {
    line-height: 0;
    font-size: 55%;
    text-transform: lowercase;
}
ul.sub-menu li a sup {
    line-height: 0px;
    font-size: 6px;

}

ul#onglets-menu sup {
    font-size: 11px;
}

.link-to-tickets {
    float: right;
    display: inline-table;
    clear: both;
    padding: 14px 18px 0 0;
}

.programmation-row {
    float: left;
    width: 100%;
}

.infos-debut-programme {
    float: left;
    width: 100%;
}


.single-partie .heure-programme {
    font-size: 38px;
    left: -132px;
    top: -59px;
}


.grille-horaire .infos-programme {
    margin: 0;
}
.infos-programme-header {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom:5px;
}


.col-parente {
    width: calc(50% - 20px);
    display: flex
;
    flex-wrap: wrap;
    margin: 10px 0;
}
.col-enfant {
    width: 50%;
}
img.tarif-pga{
    width: 150px;
    margin: 10px 0 0 0;
}
.tarif {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}

.grille-tarif {
    display: flex
;
    align-items: start;
    flex-wrap: wrap;
    gap:10px;
}
.titre-grille {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: white;
    margin-bottom: 10px;
}

.description-tarif {
    font-family: 'retroscope';
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}
span.quoi {
    border: 1px solid;
    margin-left:10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50% 50%;
    width: 20px;
    height: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
span.quoi:hover {
    background-color: white;
}

.section.programme .date-infos-programme {
    display: none;
}
.section.programme, .section.programme-pga {
    padding-top: 150px;
}

.cachee{
      display: none;
}
.description-partie.cachee {
    float: left;
    margin: 20px 0;

}

.infos-musiciens h5 {
    color: black;
   font-family: 'halvar';
    font-size: 12px;
    margin: 0px 0 10px 0;
    line-height: 16px;
    font-weight: normal;
}

.open {
     font-family: "Barlow", sans-serif; font-weight:700;
    font-size: 16px;
    float: left;
    width: 100%;
}
span.more {
    text-transform: none;
  font-family: "Barlow", sans-serif; font-weight:400;
}
.morecontent span {
    display: none;
}
.morelink {
    display: table;
    color: black;
    font-size: 13px!important;
    border-bottom: 1px solid;
}
.paragraphe p {
    text-transform: initial;
    font-size: 15px;
}

.titre-soiree {
   font-family: 'halvar';
    font-size: 18px;
    line-height: 22px;
    clear: both;
    float: left;
}
.programme-liste-artistes p strong, .programme-liste-artistes p b {
    font-family: 'halvar';
}
.concert1 strong, .concert2 strong, .concert3 strong, .concert4 strong {
   font-family: 'halvar';
}


.artistes-associes p {
    font-family: 'retroscope';
}


.programme-liste-artistes {
    float: left;
    clear: both;
}

.programme-liste-artistes a {
    border-bottom: 0;
    text-decoration: underline;
}
a.link-artistes:hover {
    color: black;
}


.entry-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 0 40px 0;
    clear: both;
    max-width: 1500px;
}
.entry-content.artiste {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0;
    max-width: calc(66.66% - 20px);
    max-width: 100%;
    clear: none;
    text-transform: initial;
}
img.icon {
    max-width: 20px;
    float: left;
    margin-right: 10px;
}
a.website-artiste {
    float: left;
    clear: both;
    margin: 0 0 10px;
}


.signature {
    float: right;
    margin: -20px 0 0 0;
    width: 49%;
}

a.mail-equipe {
    text-transform: initial;
    border-bottom: 1px solid;
    margin: 0 0 8px 0;
    clear: both;
    display: inline-table;
}

.fonction-comite {
    font-family: "Barlow", sans-serif; font-weight:400;
}
.billets-single-programme {
    display: flex
;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: end;
    flex-wrap: wrap;
}
.liens-billets {
    display: flex
;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.bloc {
    color: white;
    font-size: 18px;
    font-family: 'halvar';
    padding: 10px 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2em;
}

p .bloc {
    padding: 0 2px;
}
.bloc a{
  border:0;
  text-decoration: none;
  font-size:20px!important;
  line-height:100%!important;
  }

.bloc.no-clear {
    clear: none;
    margin: 0 0 0 5px;
    padding: 5px;
}


.bloc:hover {
    background-color: black;
    color: white;
}

a#bloc {
    float: right;
    background-color: #972880;
    padding: 10px;
    color: white;
    border: none;
    text-align: left;
     font-family: "Barlow", sans-serif; font-weight:700;
}
a#bloc:hover{
  background-color: white;
  color:black;
  }
.fleche {
  -ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
    transform: rotate(180deg);
    float: left;
    font-size: 35px;
    vertical-align: middle;
    color: #972880;
}

.fleche2 {

    display:none;
}

span.sous-titres {
    color: #972880;
     font-family: "Barlow", sans-serif; font-weight:700;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}

div.wpcf7-response-output {
     clear: both;
}

.bottom-links-tickets {
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
}

.content p {
   clear: both;
}

#remerciements .content {
    max-width: 700px;
}

#remerciements strong, #remerciements b {
    color: #972880;
}

.cols {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: space-between;
}
.col1 {
    float: left;
    width:48%;
    width: calc(50% - 40px);
    margin: 0 40px 0 0;
}
.col2 {
    width: 50%;
    float: right;
}
.box-col {
    margin-bottom: 48px;
}

.mini-article {
    margin: 0 0 40px 0;
}
#adresses-2025 .col1 {
   width: calc(30% - 40px);
}

#adresses-2025 .col2 {
    width: 70%;
}


span.programme-instrument {
   font-family: 'retroscope';
}

.grille-horaire {
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    justify-content: center;
}
.partie {
    width: 50%;
    width: calc(50% - 40px);
    float: left;
    margin: 20px;
    display:flex;
}
.grille-horaire .partie {
    margin: 5px;
    width: calc(25% - 10px);
}
.single-partie .partie {
    width: 100%;
    background: none;
    margin: 0;
}
.partie a {
    display: flex
;
    flex-direction: column;
    width: 100%;
}
.infos-container {
    padding: 10px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    /* min-height: 50%; */
    flex: 1;
}
.infos-programme {
    margin: 5px 0 0 0;
    text-align: left;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.heure-programme {
    font-weight: 700;
    font-size: 25px;
    margin: 0 5px 0 0;
    line-height: 30px;
    text-align: center;
    width: 100%;
    font-family: "Roboto flex", sans-serif;
      font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings:
          "slnt" 0,
          "wdth" 151,
          "GRAD" -61,
          "XOPQ" 96,
          "XTRA" 603,
          "YOPQ" 79,
          "YTAS" 750,
          "YTDE" -203,
          "YTFI" 738,
          "YTLC" 514,
          "YTUC" 626;
      }

.infos-musiciens {
    display: flex
;
    align-items: center;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
}

.infos-musiciens p img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.single-programme2025 .infos-musiciens p img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

article {
    width: 100%;
    display: inline-block;
    padding: 0 40px 40px 40px;
}
.section:last-child article {
    margin-bottom: 80px;
}

.grille-horaire .partie .infos-container{
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}


.grille-horaire.dates-passees {
    opacity: 0.7;
}
.partie p, .genre, .oeuvres, .infos-programme, .tarif, .blank-div, .blank-div p {
    font-size: clamp(1.25rem, 1.1648rem + 0.4545vw, 1.875rem);
    line-height: 115%;
    font-family: 'retroscope';
}
.infos-single-musicien {
    border-top: 1px solid black;
    padding-top: 15px;
}
.infos-single-musicien >* {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.video-programme {
    border-bottom: 0;
}
.single-partie .infos-programme {
    line-height: 170%;
}
.single-partie-col {
    width: 50%;
}
.single-partie-col .partie {
    height: 100%;
    margin: 0;
    width: 100%;
    flex-direction: column;
}

.single-partie-col.droite {
    padding: 100px 30px 30px 30px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.programme span.date-programme {
    display: none;
}

.liste-musiciens p, .oeuvres p {
    font-family: 'retroscope';
    margin: 0;
    font-size: clamp(1.25rem, 0.625rem + 2vw, 1.75rem);
}

.infos-container {
    padding: 10px;
    background-color:white;
}
.partie p{
   font-family: "Barlow", sans-serif; font-weight:400;
}
p span.noms-titre {
    font-family: 'retroscope';
    color: #A1DAF8;
    text-transform: none;
}

span.genre {
    font-family: 'retroscope';
    text-transform: uppercase;
    width: 100%;
}
#infos-concert-col {
    width: 100%;
    padding: 5px 10px 10px 0;
    float: left;
}

.infos-musiciens h1 a {
    border-bottom: 1px solid;
    letter-spacing: 0;
}
.titres {
    color: white;
    display: block;
    font-family: 'retroscope';
    text-align: right;
    width: 100%;
    margin-bottom: 30px;
}
.titres.titre-centre {
    text-align: center;
}
.post-type-archive-programme-pga2025 .titres {
    text-align: center;
}
.programme .titres {
    margin: 0;
}

.titres i {
    text-transform: initial;
    line-height: 22px;
    width: 100%;
    display: block;
    clear: both;
    font-size: 15px;
}
.titres sup {
    font-size: 18px;
    -webkit-text-stroke: inherit;   
}

h1{
 font-family: halvar;
margin-top:0;
margin-bottom: 8px;
}
.infos-musiciens h1{
    font-family: 'retroscope';
  }
  
h1, .infos-musiciens p strong {
      font-size: clamp(1.25rem, 1.0119rem + 0.9524vw, 2.5rem) !important;
      font-size: clamp(1.5625rem, 0.3906rem + 3.75vw, 2.5rem) !important;
      line-height: 78%;
      font-weight:unset;
  }
  .col-concert.partie.partie1.jean-frederic-neuburger-amel-brahim-djelloul-felix-gygli-ensemble-vocal-de-lausanne-locg-raphael-merlin.sa-14-juin h1 p strong, .col-concert.partie.partie1.love-letters-christian-pierre-la-marca-jean-frederic-neuburger-xavier-gallais.je-12-juin h1 p strong {
      font-size: 25px !important;
      line-height: 78%;
  }
  

h2 {
    font-size: 25px;
    line-height:110%;
   font-family: 'halvar';
     font-weight: normal;
     margin:0 0 5px 0;
}
 .single-partie h2{
   margin-top:5px;
 }
h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 110%;
    font-family: "Barlow", sans-serif; font-weight:400;
    font-weight: normal;
}

.fonction {
    font-family: 'halvar';
    text-transform: uppercase;
    margin-left: 5px;
}
.fonction, .fonction strong {
font-size: 18px!important;
line-height: normal;
}

.grille-horaire .infos-musiciens h1, .infos-musiciens h1 strong, .infos-musiciens h1 b, .fonction strong {
    font-family: 'halvar';
    margin-bottom: 15px;
    margin-top: 5px;
}


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

 h2 {
     font-size: 18px;
     line-height:110%;
 }

 h3 {
     font-size: 17px;
 }
 
}

.grille-horaire span.fonction {
    display: none;
}


.me-4-juin .couleur{
    color: #1DB78B;
}
.me-4-juin .infos-container, .me-4-juin .bloc  {
    background-color: #0063B0;
}
.me-4-juin .couleur2, .me-4-juin .oeuvres .couleur, .me-4-juin .panel-title a{
  color:#0063B0;
}
.grille-horaire .partie.me-4-juin:hover .infos-container{
  background-color:rgba(0, 99, 176, 0.7);
}


.je-5-juin .couleur{
    color: #940461;
}
.je-5-juin .oeuvres .couleur, .je-5-juin .panel-title a {
    color: #950461;
}
.je-5-juin .bloc, .je-5-juin .infos-container{
  background-color: #AA96B6;
}
.grille-horaire .partie.je-5-juin:hover .infos-container{
  background-color:rgba(148, 4, 97, 0.7);
}

.ve-6-juin .couleur{
    color: #513318;
}
.ve-6-juin .bloc, .ve-6-juin .infos-container{
    background-color: #A27D64;
}
.ve-6-juin .oeuvres .couleur, .ve-6-juin .panel-title a{
  color:#A27D64;
}
.grille-horaire .partie.ve-6-juin:hover .infos-container{
  background-color:rgba(162, 125, 100, 0.7);
}

.sa-7-juin .couleur{
    color: #F9DF65;
}
.sa-7-juin .bloc, .sa-7-juin .infos-container{
    background-color: #00786E;
}
.grille-horaire .partie.sa-7-juin:hover .infos-container{
  background-color:rgba(0, 120, 110, 0.7);
}
.sa-7-juin .oeuvres .couleur, .sa-7-juin .panel-title a{
  color:#00786E;
}

.di-8-juin .couleur{
    color: #83151F;
}
.grille-horaire .partie.di-8-juin:hover .infos-container{
  background-color:rgba(215, 128, 65, 0.7);
}
.di-8-juin .bloc, .di-8-juin .infos-container{
    background-color: #D78041;
}
.di-8-juin .oeuvres .couleur, .di-8-juin .panel-title a {
    color: #83161f;
}


.lu-9-juin .couleur{
    color: #FBBF53;
}
.grille-horaire .partie.lu-9-juin:hover .infos-container{
  background-color:rgba(142, 28, 53, 0.7);
}
.lu-9-juin .bloc, .lu-9-juin .infos-container{
    background-color: #8E1C35;
}
 .lu-9-juin .oeuvres .couleur,  .lu-9-juin .panel-title a{
  color:#8E1C35;
}

.ma-10-juin .couleur{
    color: #8EAAB5;
}
.grille-horaire .partie.ma-10-juin:hover .infos-container{
  background-color:rgba(32, 63, 118, 0.7);
}
.ma-10-juin .bloc, .ma-10-juin .infos-container{
    background-color: #203F76;
}
.ma-10-juin .oeuvres .couleur, .ma-10-juin .panel-title a{
  color:#203F76;
}

.me-11-juin .couleur{
    color: #19BBEF;
}
.grille-horaire .partie.me-11-juin:hover .infos-container{
  background-color:rgba(100, 99, 127, 0.7);
}
.me-11-juin .bloc, .me-11-juin .infos-container{
    background-color: #64637F;
}
.me-11-juin .oeuvres .couleur, .me-11-juin .panel-title a{
  color:#64637F;
}

.je-12-juin .couleur{
    color: #541056;
}
.grille-horaire .partie.je-12-juin:hover .infos-container{
  background-color:rgba(187, 70, 147, 0.7);
}
.je-12-juin .bloc, .je-12-juin .infos-container{
    background-color: #BB4693;
}
.je-12-juin .oeuvres .couleur, .je-12-juin .panel-title a{
  color:#BB4693;
}

.ve-13-juin .couleur{
    color: #BEB463;
}
.grille-horaire .partie.ve-13-juin:hover .infos-container{
  background-color:rgba(0, 88, 68, 0.7);
}
.ve-13-juin .bloc, .ve-13-juin .infos-container{
    background-color: #005844;
}
.ve-13-juin .oeuvres .couleur, .ve-13-juin .panel-title a{
  color:#005844;
}

.sa-14-juin .couleur{
    color: #A5C715;
}
.grille-horaire .partie.sa-14-juin:hover .infos-container{
  background-color:rgba(56, 124, 143, 0.7);
}
.sa-14-juin .bloc, .sa-14-juin .infos-container{
    background-color: #387C8F;
}
.sa-14-juin .oeuvres .couleur, .sa-14-juin .panel-title a{
  color:#387C8F;
}

.exposition-marine-pierrot-detry-nocturnal-animal .couleur{
    color: #A5C715;
}
.grille-horaire .partie.exposition-marine-pierrot-detry-nocturnal-animal:hover .infos-container{
  background-color:rgba(56, 124, 143, 0.7);
}
.exposition-marine-pierrot-detry-nocturnal-animal .bloc, .exposition-marine-pierrot-detry-nocturnal-animal .infos-container{
    background-color: #387C8F;
}
.exposition-marine-pierrot-detry-nocturnal-animal .oeuvres .couleur, .exposition-marine-pierrot-detry-nocturnal-animal .panel-title a{
  color:#387C8F;
}



div#exposition-marine-pierrot-detry-nocturnal-animal .infos-container {
    background-color: #387C8F;
}

#exposition-marine-pierrot-detry-nocturnal-animal .partie a{
  width:auto;
}

.photos-musiciens {
    width: 100%;
    float: left;
    margin: 0 40px 0 0;
}

#photos-musiciens-evenements li {
    margin: 0 0 20px 0;
}
.photos-musiciens-evenements {
    width: 100%;
    float: left;
    margin: 0 40px 0 0;
}

.photo-artiste-container {
    position: relative;
    display: flex
;
    height: 300px;
}

.col-concert.partie.partie1.carte-blanche-a-ricardo-castro.ma-10-juin .trio .image-container {
min-height:50%;
}
.single .photo-artiste-container {
    height: 60vh;
}
.single .infos-container {
    justify-content: start;
    flex: 1;
}
.single .infos-musiciens {
    align-items: start;
    padding-top: 30px;
    height: auto;
}




.photos-musiciens a {
    font-size:0;
    line-height:0;
    float:left;
    width:100%;
}
.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
div#thomas-dunford-friends .image-container img {
    transform: scale(-1, 1);
}
div#luluxpo .image-container img {
    object-position: 10% 33%;
}


.description-partie {
    margin: 20px 0;
    display: block;
}

.jeremy-sunsets .description-partie {
    column-count: 1;
}
.description-partie {
    border-bottom: 0;
}
.paragraphes p, .description-partie {
    text-transform: initial;
    font-size: 16.5px;
    line-height: 120%;
font-family: "Barlow", sans-serif; font-weight:400;
    letter-spacing: 0 !important;
}


.onglets {
    position: fixed;
    top: 0;
    z-index: 5;
}



.programme-infos {
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 60%;
}


.artist-thumb-container {
    max-width: 33.33%;
    margin: 0 0 20px 20px;
    float: right;
}
.artist-thumb img {
    height: auto;
    float: left;
    max-width: 100%;
}


.artistes-details {
    width: 100%;
}
.artistes-links {
    float: right;
    background-color: rgba(230, 179, 40, 0);
    padding: 10px;
    color: black;
    border: 1px solid black;
    text-align: left;
    margin: 3px 0;
}



img.photo-artiste {
    float: left;
    margin: 2px 20px 20px 0;
    max-width: 120px;
}



img.enveloppe {
    margin: 0 auto;
    max-width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
      .embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p iframe {
    float: left;
    clear: both;
    width: 100%;
    height: 50vh;
}

.videos-gallery {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.video {
    width: 31%;
    width: calc(33.3% - 20px);
    margin: 10px;
    display: inline-table;
    vertical-align: top;
}
.video:nth-child(1) {
    margin: 10px 10px 10px 0px;
}
.video:nth-child(3n) {
    margin: 10px 0px 10px 10px;
}
span.video-title {
    margin-top: 10px;
    display: inline-table;
    font-size: 13px;
    color: #ffffff82;
}
span.videos-gallery-title {
    display: block;
   font-family: "Barlow", sans-serif; font-weight:400;
}

.info-supp {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 17px;
  font-family: "Barlow", sans-serif; font-weight:400;
}

.liste-evenements {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


a#abonnements, a#abonnements-early-birds {
    display: none;
}

.box {
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
}

.box-events {
    float: left;
    width: 100%;
}

.intro-artiste {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.musiciens {
    margin: 0 0 20px 0;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.musiciens p {
    text-transform: uppercase;
    font-size: 14px;
}
.citations {
    clear: both;
    text-align: left;
    font-style: italic;
    text-transform: initial;
    margin: 0 0 20px 0;
}

.citations p strong {
    padding: 0 0 3px 0;
    font-size: 14px;
    display: inline-block;
}
.evenement {
    display: inline-table;
    width: calc(25% - 10px);
    margin: 0;
    color: white;
    height: 100px;
    margin: 0 10px 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: #972880;
    position: relative;
         -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

::i-block-chrome,
.evenement {
  width:22%;
  }

.billetterie {
    height: auto;
    width: 100%;
}

.billetterie-client {
    height: auto;
    width: 100%;
}

    .evenement.billetterie-client {
    width: 100%;
}
.billetterie h1.titres {
    color: white;
    font-size: 15px;
    -webkit-text-stroke: 0;
    text-shadow: none;
    margin: 0;
    padding: 10px;
}

.billetterie-client h1.titres {
    display:none;
}

.billetterie-client .date-soiree {
   display:none;
}


.abonnements h1.titres {
    color: black;
    font-size: 16px;
    -webkit-text-stroke: 0;
    text-shadow: none;
    padding: 10px;
    text-align: left;
    line-height: 19px;
    padding: 0;
}


.abonnements {
    display: inline-table;
    border: 1px solid #972880;
    padding: 20px;
    vertical-align: top;
    width: calc(33% - 20px);
    background-color: #972880;
    margin: 0px 20px 30px 0;
}

.abonnements .date-soiree {
  float: left;
    -ms-transform: inherit;
-webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
    transform: inherit;
    position: inherit;
}

.abonnements form.cart {
    display: none;
}

.billetterie .date-soiree {
    float: left;
      -ms-transform: inherit;
-webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
    transform: inherit;
    position: inherit;
}


.abonnements p.price {
    display: block;
    text-align: left;
     font-family: "Barlow", sans-serif; font-weight:700;
    clear:both;
}


a.evenement:hover {
        background-color: black;
    color: white;

}


.date-soiree {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
      -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
     font-family: "Barlow", sans-serif; font-weight:700;
}



.toggle-conditions {
    cursor: pointer;

    font-size: 14px;
    border-bottom: 1px solid;
}
.conditions-generales {
    display: none;
    text-transform: initial;
    margin: 10px 0 40px 0;
    float: left;
    font-size: 15px;
    line-height: 18px;
    font-family: "Barlow", sans-serif; font-weight:400;
}
.content-tickets {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #972880;
}

.content-abonnements {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.bande-early {
    width: 76px;
    padding: 5px 10px 5px 10px;
    height: 30px;
    right: 30%;
    bottom: 0;
    position: absolute;
    background-color: #c2270c;
    transform: rotate(-20deg);
    
    -ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
    
}

.logos-partenaires {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logos {
margin: 0 0 40px;
padding: 10px;
text-align: center;
position: relative;
max-width:150px;
width: 20%;
max-height:150px;
}

img.lazy{
  min-height: unset!important;
}
.logos img {
width:100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  ::i-block-chrome,
  .logos {
    display:inline-table;
    
}
}


span.aide-mail {
  font-size:14px;
  width:100px;
    opacity:1;
    margin: 0 10px 0 0;
  color:black;
}

.footer-help {
    float: right;
    color: white;
    font-size: 20px;
        line-height: 40px;
    text-transform: initial;
}

.footer-help a.question {
    background-color: #eb328f;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 0 10px black;
    float: right;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, line-height 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, line-height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, line-height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, line-height 0.3s ease-in-out;
}
.footer-help:hover a{
  width: 50px;
    height: 50px;
    line-height:50px;
}


.content-area {
    width: 75%;
    padding: 40px 12.5% 100px 12.5%;
    display: inline-table;
    float: left;
}

.go-home-footer {
    float: left;
    width: 100%;
    height: 100px;
    position:relative;
}

.go-home-footer-text {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}


.toggle-archives {
    cursor: pointer;
    float: left;
}
.menu-archives {
    opacity: 0;
    height: 0;
    float: left;
    margin: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.menu-archives.appear {
    opacity: 1;
    height:auto;
}

.menu-archives-appear {
    display: block;
    float: left;
    margin: 0;
}
.menu-archives ul {
    display:none;
}

.menu-archives.appear ul{
  display:block;
}

.menu-archives li {
    margin: 0 0 5px 13px;
}


.galerie-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galerie-photos li {
    width: 100px;
    height: 100px;
    margin: 0px 20px 20px 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgb(228, 1, 124);
}

.galerie-photos li img {
    height: 100%;
}

.galerie-photos li img:hover {
     opacity:0.8;
}



.formfield-checkbox {
    float: left;
    clear: both;
    width: 100%;
    margin: 40px 0;
}


img.rond-amis.page-soutien {
    max-width: 100px;
    position: absolute;
    right: 10px;
}

.rond-amis {
    max-width: 100px;
    width: 100px;
    -webkit-animation: rotation 4s infinite linear;
    position: fixed;
    bottom: 10px;
    z-index: 10;
    left: 10px;
}
.header-container .rond-amis {
    position: static;
    display:none;
}

.rond-amis a img:hover{
opacity:1!important;
    
  }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}


.text-area-amis {
    text-align: left;
    float: left;
    clear: both;
    width: 100%;
}

.message-amis img {
    max-width: 150px;
}



span.wpcf7-list-item {
    display: block;
    margin: 0 0 20px;
     font-family: "Barlow", sans-serif; font-weight:700;
}
span.wpcf7-list-item {
    display: inline-table;
    margin-right: 20px;
}
.wpcf7-exclusive-checkbox.check-cool .wpcf7-list-item {
    display: block;
}

.soutien-bancaire-temporaire {
    border-top: 1px solid;
    padding-top: 20px;
    float: left;
    width: 100%;
}
span.wpcf7-list-item.last {
    margin: 0;
}
.texte-soutien-bancaire-temporaire {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

p.choix-soutien {
    margin: 40px 0 0 0;
}



.membres-du-festival {
    column-count: 2;
    column-fill: balance;
}
.blank-div {
     font-family: "Retroscope", sans-serif; 
    margin-bottom: 20px;
}

.fonction-membre {
    font-family: 'halvar';
    margin: px 0 0 0;
    font-size: 17px;
    display: inline-table;
}
.liens-archives {
     font-family: "Barlow", sans-serif; font-weight:700;
}



input.wpcf7-form-control {
}



input[type="checkbox"] {
    background-color: white;
    -webkit-appearance: inherit;
    color: black;
    margin: 0 10px 0 0;
    display: inline-table !important;
    border: 1px solid;
       width: 20px;
    height: 20px;
    vertical-align: top;
}
input[type='checkbox']:checked{
      background-color: 	#972880;
}

a.bouton-lien {
    background-color: rgba(255, 255, 255, 0.44);
    padding: 10px;
    border: 1px solid #000000;
    cursor: pointer;
    color: black;
    display: inline-block;
    margin: 20px 0 20px 0;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

a.bouton-lien:hover{
  background-color: black;
  color:white;

}




span.details-annonce {
    color: #ec328f;
    font-size: 13px;
}

span.description {
    font-size: 11px;
    display: inline-block;
}

form.cart {
    width: 100%;
}


.crossfade {
    height: 577px;
    position: absolute;
    width: 100%;
}


.crossfade-body {
    position: relative;
    width: 100%;
    height: 100%;
}

figure {
    margin: 0;
    height: auto;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    margin: 0;
}

figure img {
    width: auto;
    height: 100%;
}

span.titre-juin-avec {
    display: block;
}
span.titre-juin-avec span {
    display: none;
}
span.titre-juin-sans {
    display: none;
}
.photos-cachee{
  display:none;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
padding: 10px!important;
margin: 30px!important;
width: 30%!important;

}
#tarteaucitronAlertBig {
background: #26c3ba!important;
box-shadow: 0 0px 100px color(display-p3 0.277 0.549 0.532);
}
#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton {
background: black!important;
width:100%!important;
}
.tarteaucitronDeny {
background: white!important;
color:black!important;
width:100%!important;
}
#tarteaucitronRoot button.tarteaucitronCTAButton, #tarteaucitronRoot button#tarteaucitronCloseAlert, #tarteaucitronRoot button#tarteaucitronPrivacyUrl {
border-radius: 50px!important;
margin:0!important;
width:100%!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  border-radius: 50px!important;

}

#tarteaucitronRoot * {
    box-sizing: border-box!important;
}

.tac_activate {
  background: #000!important;
  }
  
  .youtube_player {
  width: 100% !important;
}

#tarteaucitronIcon{
  visibility:hidden;
}

span#tarteaucitronDisclaimerAlert {
  text-transform: initial!important;
}


@media screen and (min-width: 2000px) {	
.col-droite-content {
    max-width: 1800px;
}
}

@media screen and (max-width: 1900px) {	
 .image-fond img {
    width: auto;
}

}

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


    .menu-footer li:nth-child(n-6) {
    float: left;
}
.menu-footer li:nth-child(6) {
    float: left;
    clear: both;
}
.menu-footer li:nth-child(n+6) {
    float: left;
}
.menu-footer li {
    display: inline-table;
    border-right: 1px solid;
    padding: 0 20px 10px;
}


.menu-footer {
    margin-left: -20px;
        font-size: 1.5vw;

}
.menu-footer li:first-child {
   padding-left:20px;
}
}

@media screen and (max-width: 1700px) {
  
  .grille-horaire .partie {
      width: calc(33% - 10px);
  }
  
.grille-horaire.grille-horaire-du-jour .partie {
      width: calc(25% - 10px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio:)(max-width:1200px) { 
  ::i-block-chrome,
  .list-artistes {
    width: 45%;
    display:inline-table;
}
}
  
@media screen and (max-width: 1200px) {	
  h1, .infos-musiciens p strong {
  font-size: 28px;
}
  
  
  .cols-programmation {
    display: flex;
    flex-direction: column-reverse;
}

  .onglets-billets {
    font-size:15px;
}

.col-droite-une.deux {
    margin-bottom: 40px;
}

.col-gauche-deux.accueil {
    width: 100%;
}

div#infos-concert-col3 {
    width: 100%;
}


.artistes-details {
    float: left;
    clear: both;
    margin: 20px 0 0 0;
}
.link-to-tickets {
    padding: 14px 0px 0px 15px;
    float:right;
}

.artistes-links {
    float: left;
    margin:4px 0;
    
}


.evenement {
    width: calc(33% - 10px);
    }
    
.col-droite-content {
    max-width: none;

}
  .article-presentation {
    column-count:1;
}
    .grille-horaire .partie, .grille-horaire.grille-horaire-du-jour .partie {
    width: calc(50% - 10px);
}

.grille-horaire.grille-horaire-du-jour
    .embed-container {
    width: calc(100% - 20px);
    padding-bottom: 50%;
}
}


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

#tarteaucitronRoot #tarteaucitronAlertBig {
width: calc(100% - 40px)!important;
margin: 0px!important;
}
#tarteaucitronRoot #tarteaucitronAlertBig button {
  width:100%!important;
}
body.home {
    background-size: 120vh;
}	

.col-gauche {
    width: 100%;
    height: 75px;
    z-index: 1;
}
    .logo-container {
    z-index: 2;
    max-height: 75px;
    padding: 10px;
}
    .fond-col-gauche {
    height: auto;
    width: 100%;
}
.section.active .typo-jour {
    display: none;
}

.home .col-droite, .home .pages-footer, .col-droite, .pages-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fond-programme {
    object-position: top right;

}


.partie p {
    font-size: 18px;
}
.single-partie-col.gauche, .single-partie-col.droite {
    width: 100%;
}
.single-partie-col.droite {
    padding: 20px;
}


span.titre-juin-avec {
    display: none;
}
span.titre-juin-sans {
    display: block;
}


.message-billetterie-homepage {
    font-size: 15px;
    padding: 5px;
    margin: 0;
    left: 50%;
    transform: rotate(-5deg) translateX(-50%);
    top: 80px;
    position: fixed;
    justify-content: center;
}
.message-billetterie-homepage a.yo{
  border-bottom:0;
  margin-bottom:0!important;
}
img.billetterie-icon {
    margin: 0;
}
.logo-typo{
  display:block;
  }
  
.titres, .titre-noir {
    left: -1px;
}

.logo-typo {
width:100%;
}

.col-accueil-droite-logo{
  width:100%;
  margin-top:80px;
}
.embed-container.par-jour {
    height: 60vw;
    margin-bottom: 80px;
}
.entry-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width:100%;
}
  li.date {
    padding: 0 15px;
}
  #nav-icon3.open span:nth-child(2), #nav-icon3.open span:nth-child(3) {
    border: 2px solid;
}


.deux {
    width: 100%;
    float: left;
    padding: 0;
}


span.texte-soutien {
    width: 100%;
    float: left;
    font-size: 6.9vw;
}

#col-droite, .home #col-droite {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 100px;
}

.col-droite-content{
    padding: 0px 40px 40px 40px;
}



.onglets-billets {
    display: none;
}

#pattern {
    padding: 30px 15px;
}
#nav-icon3 {
    position: absolute;
    left: 47.5%;
    top: 28px;
}


    .home .col-gauche {
    width: 100%;
    position: initial;   
  }
.home .col-gauche {
      height: 88vh;
      width: auto;
  }
  img.fenetre-accueil {
      max-height: 88vh;
  }
  .bloc {
    float: left;
}

.bloc.blocdroite {
    float: right;
    clear: both;
}
  .bloc.no-clear {
    margin:0 5px 0 0;
}

  .titres-programme {
    float: left;
}
span.salle {
    clear: both;
}
header.entry-header {
    padding:0;
}
  .evenement {
    width: calc(33% - 10px);
    }
    
    

  .panier {
    top: 4px;
    right: 4px;
}


  .content-tickets {
    display:block;
}

  .content-area {
    width: 100%;
    padding: 40px 40px 200px 40px;
}


.description-festival {
    line-height: 21px;
    font-size: 13px;
}

.galerie-photos{
  
      justify-content:space-between;
}
.galerie-photos li {
    width: calc(16.6% - 20px);
    margin: 0px 10px 20px 10px;

}
.citations {
    text-align: right;
}

.crossfade {
    height: 100%;
}
figure {
    background-image: url('images/fonds/image-col-gauche1.jpg');
}
figure img {
    display: none;
}

  ::i-block-chrome,
  .list-artistes {
    width: 100%!important;
    display:inline-table;
}

  ::i-block-chrome,
  #col-droite{
    width:100%;
    margin:0;
}

  ::i-block-chrome,
  #col-droite {
  margin-left:300px;
  width:70%;

  }
.crossfade {
    height: 495px;
}



    .evenement {
    width: calc(50% - 10px);
    }
    
        .evenement.billetterie{
          width:100%;
          
          }
          
          
  .galerie-photos li {
    width: calc(25% - 20px);
}

    .citations {

    text-align: left;
}

form.wpcf7-form p {
    width: 100%;
    margin: 0 0 10px 0;
}



.page-template-accueil_2018 .balise-soutien-menu {
    max-width: 200px;
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: -11%;
}


.tickera tr {
    width: 100%;
    max-width:none;
}



.video {
    width: 49%;
    width: calc(50% - 20px);
}

.video:nth-child(3n) {
    margin: 10px 10px 10px 0;
}
.video:nth-child(2n) {
    margin: 10px 0px 10px 10px;
}
.cart-contents:before {
    color: white;
}
.pages-footer {
    width: 100%;
}


.home #col-droite {
    padding-top: 140px;
}
  
.logo-typo {
    display:block;
}

.home span.logo-typo-text.logo-name {
    left: -13%;
}
.home span.logo-typo-text.logo-date {
    right: -10%;

}


.section.programme {
    padding-top: 150px;
}

.section.programme.pga {
    padding-top: 200px;
}
img.logo-pga {
    padding: 5px;
}


 article {
    padding: 0;
}

.single #col-droite {
    padding: 85px 0 0 0;
}
.single-partie .infos-programme {
    margin-bottom: 10px;
    float: right;
    width: 100%;
}
.description-partie {
    column-count: 1;
}
a.return.yo {
    display: none;
}
    .partie {
    margin: 20px;
    width: calc(33.33% - 40px);
}
    header.entry-header {
    padding: 0 0 0 10px;
}
.cols {
    flex-wrap: wrap;
}
.col1, .col2{
  width:100%!important;
  margin-bottom:20px;
}

.col {
    width: 100%;
    margin-bottom: 40px;
}
.tarif .col {
    margin-bottom: 5px;
}

}

@media screen and (max-width: 750px) {
  
  
  .artiste-accueil {
    width: 100%;
    margin: 0;
}
  .artiste-accueil-container {
    width: 43%;
    width: calc(50% - 30px);
    margin: 15px;
}
.infos-artistes-accueil {
    font-size: 18px;
}



.liste-evenements {
    display: block;
}
.evenement {
    width: calc(49% - 10px);
}
 
.col-amis-temporaire {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
}

.citations {
    text-align: left;
}

.photos-cachee{
  display:block;
}
.list-artistes {
    width: calc(33.3% - 30px);
}


div#infos-concert-col1 {
    display: none;
}

.photos-musiciens {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom:5px;
}

.photos-musiciens a {
    width: 31.33%;
    width: calc(33.33% - 5px);
    margin: 0 5px 5px 0;
}

.photos-musiciens a:last-child {
    margin: 0 0 5px 0;
}

.artist-thumb-container {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
}
.artist-thumb img {
    width: 100%;
}

}
@media screen and (max-width: 700px) {
.titre-athenee-temporaire {
    font-size: 7.8vw;
    line-height: 8vw;
}


.galerie-photos li {
    width: calc(25% - 20px);
}
li.product-amis {
    width: 100%;
    margin: 0 0 20px 0!important;
}


}
@media screen and (max-width: 650px) {
  .col-parente {
      width: 100%;
  }
.grille-horaire .partie {
    width: calc(50% - 10px);
}

span.titre-juin-avec {
    display: none;
}
span.titre-juin-sans {
    display: block;
}


.content-area {
    margin: 0 auto;
    width: 100%;
    padding: 40px 40px 200px 40px;
}
.logo-athenee-small a {
    font-size: 12px;
    padding: 16px;
}
.link-to-tickets {
    float: left;
    clear: both;
    padding: 20px 0 0 0;
}

.programme-infos {
    width: 68%;
}


.col-amis-2 {
    padding: 20px;
}



#infos-concert-col1 {
    padding: 0;
}
.single-artistes2018 .entry-content {
    max-width: 95%;
}
.video {
    width: 100%;
        margin: 0 0 20px;
}
    .embed-container {
    height: 50vw;
    width: 100%;
}
.menu-footer {
    margin-left: 0;
}
.menu-footer li:first-child {
    padding-left: 0; 
}

.list-artistes {
    width: calc(50% - 10px);
    margin: 5px;
}


header.entry-header {
    padding: 0;
    text-align: center;
    position: relative;
}
.logo-texte {
    font-size: 3vw;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
text-align: center!important;
}

}
@media screen and (max-width: 550px) {
.post-type-archive-programme2025 #col-droite article {
    padding: 40px 10px 80px 10px;
}
  .logos-partenaires {
    padding: 0;
}
.col-droite-content{
    padding: 0 20px 20px 20px;
}
.entry-content.artiste {
    max-width: 100%;
    float: left;
}

ul.logos-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-footer {
    font-size: 7vw;
}
.menu-footer li {
    padding: 0 0 5px;
    width: 100%;
    border: 0;
}
.return {
    max-width: 100%;
}


.fleche2 {

    font-size: 20px;
    display: block;
    color: #972880;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.fleche2 span {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    bottom: 15px;
    right: 5px;
}
strong.titre-partie {
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin: 0 0 5px 0;
    line-height: 22px;
}


.toggle-infos {
    position: absolute;
    right: -10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
}

.fleche2 span.back-top {
    transform: rotate(-90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.open {
    text-decoration: underline;
    }



li.blox {
    margin: 10px 0;
}

.col-gauche-deux.accueil {
    padding: 60px;
}



header.entry-header {
    display: flex;
    align-items: baseline;
    text-align: left;
}
span.salle {
    line-height: 33px;
    font-size: 13px;
}

}
@media screen and (max-width: 450px) {
.pop-up-newsletter {
    right: 5px;
    bottom: 5px;
}
.grille-horaire .partie, .grille-horaire.grille-horaire-du-jour .partie {
    width: 100%;
}
li#menu-item-21914 img{
  max-width:200px;
}
    .col-droite-content {
    padding: 0 10px 10px 10px;
}

 #onglets-menu a {
font-size: 15px;
}
.menu a{
  font-size:25px;
}

  img.logo-2025-small {
    max-width: 120px;
    padding: 28px 10px;
}
  .home #nav-icon3 {
left: 9px;
top: 10px;
}



.artist-thumb {
    max-width: 100%;
    width: 100%;
}

h1.titres.titre-droit {
    float: left;
}


.single-partie .triangle {
    border: 85px solid transparent;
    border-left: 85px solid #c5e4e1;
    bottom: -85px;
}
    .single-partie .heure-programme {
    font-size: 28px;
    left: -104px;
    top: -45px;
}


    span.billets-link-container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.single-partie h2 {
    font-size: 20px;
    margin-top: 5px;
}


.bloc a {

    font-size: 18px !important;
}
    img.rond-amis.page-soutien {
    max-width: 80px;
}
img.rond-amis.page-soutien {
    right: 5px;
    top: -80px;
}	
.message-amis {
    width: 100%;
}
  

.message-amis img {
    max-width: 250px;
}


.galerie-photos li {
    width: calc(33% - 20px);
}



}





















/* ---------- */


