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



@font-face {
    font-family: 'almarenadisplay_bold';
    src: url('fonts/almarena-display-bold-7744442-webfont.woff2') format('woff2'),
         url('fonts/almarena-display-bold-7744442-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'almarenadisplay_light';
    src: url('fonts/almarena-display-light-7744438-webfont.woff2') format('woff2'),
         url('fonts/almarena-display-light-7744438-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'almarenadisplay_regular';
    src: url('fonts/almarena-display-regular-7744440-webfont.woff2') format('woff2'),
         url('fonts/almarena-display-regular-7744440-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@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: 'almarenadisplay_regular', sans-serif;
    -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: #C4E4E1;
    height: 100%;
}
.grecaptcha-badge { 
    visibility: hidden!important;
}
.anchor {
    float: left;
    width: 100%;
    height: 20px;
    background-color: red;
}
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;
    min-height: 100vh;
}
.single #content{
  padding-top:20px;
}

  .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;
}



.col-gauche {
    background-position: left;
    width: 20%;
    overflow: hidden;
    position: fixed;
    height: 100%;
    top: 0;
}

.home .col-gauche {
    background-color: white;
}

.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;  
  
}

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

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

}

#col-droite {
    width: 80%;
    margin: 0 0 0 20%;
    overflow: auto;
    color: black;
    margin-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    padding:100px 0 0 0;
}


.single #col-droite {
    display: block;
}


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



.col{
  width:50%;
  float:left;
}

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

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

.menu-footer {
   font-family: almarenadisplay_bold;
    font-size: 1vw;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
span.copyright {
    font-family: almarenadisplay_bold;
    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 {
    margin: 0 0 12px;
    text-transform: inherit;
    font-family: 'almarenadisplay_regular';
    line-height: 19px;
    letter-spacing: 0!important;
}
p:last-child {
    margin: 0;
}

strong {
    font-family: almarenadisplay_bold;
}
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;
    width: 80%;
    float: right;
    background-color: rgb(17 52 89);
    padding: 20px;
    color: white;
    bottom: -200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.pages-footer.coucou{
	bottom:0;
}
.message-billetterie-homepage {
    z-index: 10;
    color: black;
    text-align: center;
    margin: 20px 0;
    float: left;
    font-family: almarenadisplay_bold;
    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: 40px;
    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;
}

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 {
    color: #e5007d;
}
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%
	}
}





ul.dates-container.accueil {
    font-size: 2vw;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.dates-container {
    font-size: 1.6vw;
    color: white;
    display: inline-table;
    float: left;
    margin-left: 40px;
}

a.lien-programme-accueil{
    font-family: 'almarenadisplay_regular';
    font-size: 1vw;
    display: inline-table;
    vertical-align: middle;
}
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);

    }
  }

li.date:last-child {
    border-right: 0;
}
span.juin {
    font-size: 12px;
    display: block;
    line-height: -6px;
}

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

li.logo-social {
    height: 40px;
    margin-right: 20px;
    margin: auto;
    display: flex;
    align-items: center;
}
li.logo-social a {
    line-height: 0;
}
li.logo-social img {
    max-height: 30px;
    width: auto;
}
.container {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.section {
    float: left;
    width: 100%;
}
.section-1 {
    padding-top: 100px;
}
.section:last-child {
    padding-bottom: 100px;
}


::i-block-chrome,
.container{
	max-width:800px;
	}

img.texte-soutien {
    max-width: 88%;
}
span.texte-soutien {
    width: 100%;
    float: left;
    font-size: 2.3vw;
    color: white;
    margin-bottom: 80px;
}
.balise-soutien-menu {
    display: none;
}
.page-template-accueil_2018 .balise-soutien-menu {
    display: block;
    max-width: 200px;
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: -9%;

}

.artiste-nom-big{
	font-size:100px;
	}




input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid;
    padding: 5px;
    width: 100%;
}
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: almarenadisplay_bold;
    font-weight:normal;
}
b, strong{
	font-weight:normal;
}
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.6;
}
.nom-artiste .yo:hover {
    color: white;
}
p .yo, .single-partie .yo {
    background-color: white;
    padding: 10px;
    display: inline-block;
    clear: both;
    font-family: 'almarenadisplay_bold';
    color: black;
}
.single-partie .yo {
    margin-left: -40px;
    font-size: 15px !important;
    padding: 7px;
}
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);
	}

.oeuvre {
    display: block;
    margin-top: 10px;
}
.oeuvre strong, .oeuvre b{
	font-family: almarenadisplay_bold;
	}
.list-artistes {
    margin: 15px;
    font-family: almarenadisplay_bold;
    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;
}

span.date-infos-artistes-accueil {
    font-size: 13px;
    letter-spacing: 0;
}

.infos-artistes-accueil {
    display: flex;
    font-size: 1.5vw;
        padding: 10px;
    flex-grow: 1;
}

.infos-artistes-accueil h1 {
    margin-bottom: 10px;
    letter-spacing: 0;
}

.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;
}

.link-accueil-billets {
    float: left;
    margin: 0 0 120px;
    color: white;
}

.link-accueil-billets a:hover{
    color: #972880;
}




.vignette-artiste-infos {
    float: left;
    width: 100%;
    text-align: left;
    min-height: 86px;
    padding: 10px;
}

.vignette-artiste-infos.bloc2 br {
    display: none;
}
.vignette-artiste-infos.bloc2 span {
    font-size: 12px;
}

.list-artistes:nth-child(30) .vignette-artiste-infos.bloc2 a {
    word-break: break-all;
}

.vignette-artiste-date {
    font-size: 12px;
    margin: 5px 0 0 0;
}
.vignette-artiste-image {
    float: left;
    width: 100%;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
a.vignette-artiste-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.vignette-artiste-image img {
    height: 100%;
    width: auto;
}
.vignette-artiste-image a {
    float: left;
    line-height: 0;
}

.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: almarenadisplay_bold;
}

.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;
}

.article-presentation {
    column-count: 2;
    column-fill: balance;
}


.article-presentation img {
    width: 100%;
    height: auto;
    float: right;
}

.article-presentation p {
    font-family: 'almarenadisplay_regular';
    text-transform: initial;
    line-height: 21px;
    font-size: 15px;
}

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

}

.infos-billets {
    padding: 20px 5px;
    border-top: 1px solid;
    text-transform: initial;
}
.col3.infos-billets {
    float: left;
    width: 100%;
}
h6 {
    margin: 0;
    text-transform: initial;
    font-size: 12px;
    font-family: almarenadisplay_bold;
}

header.entry-header {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 0 0 0 60px;
    position: relative;
}



.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: 50%;
}
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%;
}

.heure-programme {
    font-family: 'almarenadisplay_bold';
    color: inherit;
    font-size: 25px;
    margin: 0 5px 0 0;
    line-height: 30px;
    position: absolute;
    width: 100px;
    text-align: center;
    bottom: 12px;
    left: -100px;
    transform: rotate(45deg);
}
.single-partie .heure-programme {
    font-size: 38px;
    left: -132px;
    top: -59px;
}
.triangle {
    width: 500px;
    height: 0;
    border: 80px solid transparent;
    border-bottom: 0;
    border-left: 80px solid #c5e4e1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.single-partie .triangle{
    border: 120px solid transparent;
    border-left: 120px solid #c5e4e1;
    bottom: -120px;
}
.grille-horaire .triangle {
    border-left: 80px solid white;
}

.infos-programme {
    margin: 5px 0 0 0;
    text-align: right;
}
.grille-horaire .infos-programme {
    margin: 5px 0 0 0;
}
.cachee{
	    display: none;
}
.description-partie.cachee {
    float: left;
    margin: 20px 0;

}

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

.open {
    font-family: almarenadisplay_bold;
    font-size: 16px;
    float: left;
    width: 100%;
}
span.more {
    text-transform: none;
    font-family: 'almarenadisplay_regular';
}
.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: 'almarenadisplay_regular';
    font-size: 18px;
    line-height: 22px;
    clear: both;
    float: left;
}
.programme-liste-artistes p strong, .programme-liste-artistes p b {
   font-family: almarenadisplay_bold;
}
.concert1 strong, .concert2 strong, .concert3 strong, .concert4 strong {
    font-family: almarenadisplay_bold!important;
}


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


.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 0 40px 0;
    max-width: calc(66.66% - 20px);
    max-width: 60%;
    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: 'almarenadisplay_regular';
}
.bloc {
    background-color: #00866a;
    color: white;
    border: none;
    text-align: left;
    line-height: 0;
    display: inline-block;
    font-family: 'almarenadisplay_bold';
    margin: 0 0 5px 8px;
    padding: 7px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

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: almarenadisplay_bold;
}
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: almarenadisplay_bold;
}

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 {
   font-family: almarenadisplay_bold;
   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-2024 .col1 {
   width: calc(30% - 40px);
}

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


span.programme-instrument {
    font-family: 'almarenadisplay_regular';
}
.partie {
    width: 50%;
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
}
.single-partie .partie {
    width: 100%;
}

article {
    width: 100%;
    display: inline-block;
    padding: 40px;
}


.grille-horaire .partie {
    width: 30%;
    width: calc(33.33% - 20px);
    padding: 10px;
    background-color: #ffffff;
}

.partie p, .partie a, .genre{
    font-size: 18px;
    line-height: 115%;
}

.single-partie .infos-programme {
    line-height: 170%;
}

.single-partie .partie p, .single-partie .partie a, .single-partie .genre, .single-partie .infos-programme {
    font-size: 23px;
}

.partie p{
    font-family: 'almarenadisplay_regular';
}

.tatum-rush-lulu-di-lassu .texte-tarif, .di-2-juin .texte-tarif  {
    display: none;
}


span.genre {
    font-family: 'almarenadisplay_bold';
    text-transform: uppercase;
}
#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:black;
    margin-bottom: 10px;
    display: block;
}

.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: almarenadisplay_bold;
margin-top:0;
margin-bottom: 8px;
}
.infos-musiciens h1{
    font-family: 'almarenadisplay_regular';
  }
  
h1, .infos-musiciens p strong{
    font-size: 40px;
    line-height: 110%;
  }
  
.stephen-kovacevich-stephanie-argerich-jean-baptiste-doulcet-leo-tardin-aeroflot h1, .stephen-kovacevich-stephanie-argerich-jean-baptiste-doulcet-leo-tardin-aeroflot .infos-musiciens p strong{
  font-size:20px;
}
.infos-musiciens h1 {
   line-height: 2.4vw;
}

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

.fonction {
    font-size: 18px;
    line-height: normal;
    font-family: 'almarenadisplay_regular';
}

.grille-horaire .infos-musiciens h1, .infos-musiciens h1 strong, .infos-musiciens h1 b {
    font-family: 'almarenadisplay_bold';
    margin-bottom:0;
}


@media screen and (max-width: 1200px) {
h1, .infos-musiciens p strong {
    font-size: 35px;
    line-height: 110%;
}
.infos-musiciens h1{
   line-height: 25px;
 }
 
 h2 {
     font-size: 18px;
     line-height:110%;
 }

 h3 {
     font-size: 17px;
 }
 
.infos-musiciens p {
     font-size: 14px;
     line-height: normal;
 }
}

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

.je-30-mai .couleur,  .je-30-mai .genre, .je-30-mai .heure-programme, .je-30-mai .liste-musiciens{
    color: #01986E;
}
.ve-31-mai .couleur,  .ve-31-mai .genre, .ve-31-mai .heure-programme, .ve-31-mai .liste-musiciens{
    color: #712B90;
}
.sa-1er-juin .couleur,  .sa-1er-juin  .genre, .sa-1er-juin  .heure-programme, .sa-1er-juin  .liste-musiciens{
    color: #BE2360;
}
.di-2-juin .couleur,  .di-2-juin  .genre, .di-2-juin  .heure-programme, .di-2-juin  .liste-musiciens{
    color: #852742;
}

.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;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: flex;
}

.photo-artiste-container:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}
.duo-container {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: auto;
    align-items: baseline;
}
.duo-container:nth-child(2) {
    width: 80%;
}
.duo-container img {
    height: 100%;
    object-fit: cover;
    object-position:top;
    position: absolute;
    width: 100%;
}
.uno-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uno-container img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.photos-musiciens a {
    font-size:0;
    line-height:0;
    float:left;
    width:100%;
}

.uno-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
}

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

.jeremy-sunsets .description-partie {
    column-count: 1;
}

.paragraphes p, .description-partie{
    text-transform: initial;
    font-size: 17.5px;
    line-height: 115%;
    font-family: 'almarenadisplay_regular';
    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;
}

form#mc4wp-form-1 {
    width: 100%;
    max-width: 100%;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

label.inscription {
    margin-bottom: 40px;
    display: block;
}
form#mc4wp-form-1 input, textarea {
    text-align: center;
    font-size: 30px;
}

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: 30vh;
    }

.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: 'almarenadisplay_regular';
}

.info-supp {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 17px;
    font-family: 'almarenadisplay_regular';
}

.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: almarenadisplay_bold;
    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: almarenadisplay_bold;
}



.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: 'almarenadisplay_regular';
}
.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);
    
}
.return {
    font-size: 18px;
    margin: 0;
    color: #972880;
    float: left;
}
.return-program {
    font-size: 18px;
    margin: 0;
    color: black;
    float: left;
}
.return-text {
	opacity:0;
	height:0;
    float: right;
    margin: 0 0 0 10px;
    font-size: 14px;
    -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;
}

.return-text-program {
	opacity:0;
	height:0;
    float: right;
    margin: 0 0 0 10px;
    font-size: 14px;
    -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;
}

.return-text.appear {
    opacity: 1;
    height:auto;
}

.return-text-program.appear {
    opacity: 1;
    height:auto;
}

.return:hover{
	opacity:0.8;
	
}
.logos-partenaires {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 14% 0 14%;
}



.logos {
    width: 20%;
    margin: 0 0 40px;
    padding: 10px;
    text-align: center;
    display:inline-table;
}

.text-small {
    color: rgb(0 0 0)!important;

}

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



.logos img {
    opacity: 0.8;
    max-height: 45px;
    max-width: 100%;
}
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;
}

.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: 250px;
}



span.wpcf7-list-item {
    display: block;
    margin: 0 0 20px;
    font-family: almarenadisplay_bold;
}
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;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 99%;
}
input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    padding: 10px;
    font-size: 16px;
    font-family: almarenadisplay_bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #972880;
    width: 100%;
    margin: -4px 0 0 0;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: white;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: black;
    color: white;
}
.blank-div{
	font-family: almarenadisplay_bold;
	}
.blank-div.membres5 p, .blank-div.membres5 p{
    font-family: 'almarenadisplay_regular';
}
.blank-div.membres5 p strong, .blank-div.membres5 p b {
   font-family: almarenadisplay_bold;
}

.fonction-membre {
    font-family: almarenadisplay_bold;
    margin: px 0 0 0;
    font-size: 17px;
    display: inline-table;
}

.fonction-membre.un {
    color: #6b66af;
}
.fonction-membre.deux {
    color: #50aba9;
}
.fonction-membre.trois {
    color: #c84924;
}
.fonction-membre.quatre {
    color: #c56983;
}
.fonction-membre.cinq {
    color: black;
}
.liens-archives {
    color: #c56983;
    font-family: almarenadisplay_bold;
}



input.wpcf7-form-control {
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid;
    padding: 20px;
    font-size: 15px;
    font-family: almarenadisplay_bold;
}

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 {
  background: #e4007d!important;
}

#tarteaucitronRoot button.tarteaucitronCTAButton, #tarteaucitronRoot button#tarteaucitronCloseAlert, #tarteaucitronRoot button#tarteaucitronPrivacyUrl {
border-radius: 50px!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow {
  border-radius: 50px!important;

}

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

#tarteaucitronIcon{
	visibility:hidden;
}

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




@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 (-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: 25px;
}
	
	
	.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 {
    margin: 5px;
    width: calc(33.33% - 10px);
}
}


@media screen and (max-width: 900px) {
  
.col {
    width: 100%;
    margin-bottom: 40px;
}

svg.logo-texte-horizontal {
    max-width: 100%;
}
	
body.home {
    background-size: 120vh;
}	

.fond-programme {
    object-fit: cover;
    object-position: top 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;
}
.grille-horaire .partie {
    width: 48%;
    width: calc(50% - 10px);
}
    h1, .infos-musiciens p strong {
        font-size: 25px;
    }

.partie p, .partie a, .genre {
    font-size: 18px;
}

ul.dates-container.accueil {
   display:none;
}
a.lien-programme-accueil {

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

.logos-partenaires {
    padding: 40px;
}

.message-billetterie-homepage {
    font-size: 15px;
    padding: 5px;
    margin: 0;
    left: 50%;
    transform: rotate(-5deg) translateX(-50%);
    top: 75px;
    position: fixed;
}
.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;
}
	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 {
    width: 100%;
    max-width: 100%;
    margin: 0;
}


.col-droite-content {
    padding: 0px 40px 40px 40px;
}
#onglets-menu {
    width: 100%;
    margin-top: 85px;
    left: 0;
    top: 0;
    animation: none;
    text-align: center;
    padding: 0;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}




#onglets-menu li {
    font-size: 12px;
    border: 1px solid #b8e5e1;
    display: inline-table;
    margin: 2px;
}

.onglets-billets {
    display: none;
}

	ul.dates-container {
    display: none;
}

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


    
div.col-gauche {
    height: 85px;
    width: 100%;
    z-index: 10;
}
	.bloc {
    float: left;
}

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

	.page-template-accueil_2018 .balise-soutien-menu {
    max-width: 100px;
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: -53px;
}
	.titres-programme {
    float: left;
}
span.salle {
    clear: both;
}
header.entry-header {
    padding:0;
}
	.evenement {
    width: calc(33% - 10px);
    }
    
    

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



ul.sub-menu li a {
    font-size: 16px;
}
	.logo-athenee-small a{
		display:block;
		}
.page-template-accueil_2018 .logo-athenee-small a{
	display:none;
}



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

k {
    -webkit-text-stroke-width: 1px!important;
 
}

.col-gauche-temporaire {
    margin: 40px 0px 0px 60px;
    width: 100%;
    /* float: right; */
}
.col-droite-temporaire {
    width: calc(100% - 120px);
    margin: 60px 60px 0 60px;
}
.titre-athenee-temporaire {
    font-size: 8.2vw;
    line-height: 6vw;

}
.dates-festival-temporaire {
    font-size: 6.1vw;
    line-height: 4vw;

}
.balise-soutien-temporaire {
    float: left;
    clear: both;
      margin: 40px 0;
}


.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);
}
.embed-container {
    height: 53vw;
}
.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%;
}



	
.logo-typo {
    display:block;
}

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

}
	
.post-type-archive-programme2024 #col-droite article {
    padding: 40px 20px 80px 20px;
}

#col-droite article {
    padding: 20px;
}
}

@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;
}
	.col1 {
    width: 100%;
}

.col2 {
    width: 100%;
}


.liste-evenements {
    display: block;
}
.evenement {
    width: calc(49% - 10px);
}
 

k {
text-shadow: 0 0 0px rgba(195, 46, 74, 0.76), 0 0 0px rgba(230, 161, 173, 0.41), 0 0 10px #972880, 0 0 10px #ea58a5, 0px 0px 0px rgba(0, 0, 0, 0);
}

.dates-festival k {
    text-shadow: 0 0 0px rgba(195, 46, 74, 0.18), 0 0 0px rgba(230, 161, 173, 0.41), 0 0 10px #972880b3, 0 0 500px #ea58a5, 0px 0px 0px rgba(0, 0, 0, 0);
}
.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) {
  
  .partie {
      width: 100%;
      margin: 0 0 30px 0;
  }
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%;
}

.verre {
    padding: 10px 0 10px 0;
}
.return {
    max-width: 50%;
    margin-bottom: 10px;
}

a#link-to-program {
    width: 50%;
}
li.logos {
    width: 50%;
}
.col-amis-2 {
    padding: 20px;
}
.titre-athenee {
    font-size: 8.2vw;
}

.dates-festival {
    font-size: 9.35vw;
}

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

}
.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-programme2024 #col-droite article {
    padding: 40px 10px 80px 10px;
}
	.logos-partenaires {
    padding: 0;
}
.col-droite-content {
    padding: 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;
}
.home #col-droite {
    margin-top: 0;
    height: auto;
    min-height: auto;
}


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) {

	.home .col-droite-content {
    padding: 10px;
}

.post-type-archive-billetterie2024 ul#onglets-menu a {
    font-size: 13px!important;
    letter-spacing: 0;
}
		.artiste-accueil-container {
    width: 43%;
    width: calc(50% - 10px);
    margin:5px;
}
.archive .col-droite-content {
    margin-top: 200px;
    padding-top: 40px;
}
.section {
    padding-top: 0;
}
#col-droite article {
    padding: 40px 10px;
}	
.col-droite-content {
    padding: 60px 10px;
}
	img.logo-2024-small {
    max-width: 120px;
    padding: 28px 10px;
}
	.home #nav-icon3 {
left: 9px;
top: 10px;
}
.menu-2024-container {
    padding-top: 40px;
}


#onglets-menu {
    padding: 0 5%;
    }

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

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

    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;
        width: 100%;
    }


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



}








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


