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

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

}


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

}


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

}

@font-face {
    font-family: 'edu_favoritmedium';
    src: url('fonts/edufavorit-medium-webfont.woff2') format('woff2'),
         url('fonts/edufavorit-medium-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: 'edu_favoritregular', sans-serif;
    font-family: "helvetica", sans-serif;
    color: black;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
   
    -moz-osx-font-smoothing: grayscale;
     text-transform: uppercase;
    font-kerning: auto;

}

body {
    width: 100%;
    background-color: black;
    height: 100%;
}
.grecaptcha-badge { 
    visibility: hidden!important;
}
.anchor {
    float: left;
    width: 100%;
    height: 20px;
    background-color: red;
}
body.home {
    background-image: url(images/fonds/1.jpg);
    background-color: black;
    background-position: center;
    background-size: 100% auto;
    background-repeat: repeat;
    height: 100%;
}

.post-type-archive-presentation2023 #col-droite-extra {
	    background-image:url(images/fonds/1.jpg);
}

.post-type-archive-programme2023  #col-droite-extra {
	    background-image:url(images/fonds/3.jpg);
}


.post-type-archive-billetterie2023  #col-droite-extra {
	    background-image:url(images/fonds/1.jpg);
}

.post-type-archive-infos2023 #col-droite-extra {
	    background-image:url(images/fonds/2.jpg);
}

.post-type-archive-galerie2023 #col-droite-extra {
	    background-image:url(images/fonds/1.jpg);
}
 .page #col-droite-extra {
	 background-image: url(images/fonds/rotate.php);
}

 .single #col-droite-extra {
	 background-image: url(images/fonds/rotate.php);
}


.post-type-archive-presentation2023 .col-droite-content {
    background-color: rgb(215 108 165 / 80%);
}
.post-type-archive-programme2023 .col-droite-content {
    background-color: rgb(142 155 232 / 80%);
}

.page-id-18324 .col-droite-content {
    background-color: rgb(255 233 100 / 80%);
}
.post-type-archive-infos2023 .col-droite-content {
    background-color: rgb(62 201 177 / 80%);
}
.post-type-archive-presentation2023 #onglets-menu, .post-type-archive-presentation2023 .pages-footer {
    background-color: #8e3a8a;
}
.post-type-archive-programme2023 #onglets-menu, .post-type-archive-programme2023 .pages-footer {
    background-color: #5766bc;
}
.post-type-archive-infos2023 #onglets-menu, .post-type-archive-infos2023 .pages-footer {
    background-color: #17956e;
}       

a#essai {
    display: none;
}

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



span.fichier-title {
    max-width: 100px;
    display: inline-table;
}


#content {
    position: relative;
    height: 100%;

  }


.home .footer-help {
    display: none;
}


#col-gauche {
    width: 100%;
    z-index: 1;
    padding: 40px;
}

.logo-texte-container.logo-container-accueil {
    height: 90vh;
    height: calc(100vh - 280px);
    align-items: center;
    margin: 0;
}

.logo-texte-container {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 20px;
    transform: translatey(0px);
}
.logo-texte.logo-accueil {
    font-size: 3.5vw;  
}
.logo-texte {
    position: absolute;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 1.5px;
    }
    
    .logo-texte {
	    font-family: 'edu_favoritbold';
    position: absolute;
    font-size: 1vw;
    line-height: 120%;
    letter-spacing: 1.5px;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    -webkit-transform-style: preserve-3d;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    transform-style: preserve-3d;
    display: inline-block;
    -webkit-transform: translate3d(0,0,0);
    will-change: transform;
}
m, s{
	text-decoration:none;
}
/*m{
	-webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.9s;
    -webkit-transform-style: preserve-3d;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2.9s;
    transform-style: preserve-3d;
    display: inline-block;
    -webkit-transform: translate3d(0,0,0);
}
s{
	-webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2.9s;
        -webkit-animation-direction: alternate;
    -webkit-transform-style: preserve-3d;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2.9s;
    animation-direction: alternate
    transform-style: preserve-3d;
    display: inline-block;
    -webkit-transform: translate3d(0,0,0);
	text-decoration:none;
    }
    
  .logo-texte.deux m{
	   -webkit-animation-duration: 2.5s;
	   animation-duration: 2.5s;
  } 
  
  .logo-texte.trois s{
	  -webkit-animation-duration: 2.7s;
	   animation-duration: 2.7s;
  } 
  
  .logo-texte.quatre m{
	  -webkit-animation-duration: 2.8s;
	   animation-duration: 2.8s;
  } */

m, s{
	text-decoration:none;
}

.logo-texte.un{
	color:white;
	z-index:3;

}

.logo-texte.deux{
	animation-delay: 0.1s;
	opacity:0.8;
	color:blue;
	z-index:2;

}

.logo-texte.trois{
	animation-delay: 0.2s;
	z-index:1;
	opacity:0.8;
	color:red;
}

.logo-texte.quatre{
	animation-delay: 0.25s;
	z-index:0;
	opacity:0.8;
	color:yellow;
	
}
  
  @-webkit-keyframes spinner {
   0%{ -webkit-transform: rotateY(0deg);    }
   20%{ -webkit-transform: rotateY(360deg); }
   80%{ -webkit-transform: rotateY(360deg); }
   100%  { -webkit-transform: rotateY(360deg); }
  }

  @keyframes spinner {

    0%{
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    20%{
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg);

    }

     80%{
      -moz-transform: rotateY(360deg);
      -ms-transform: rotateY(360deg);
      transform: rotateY(360deg);

    }

    100%{
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
  }
  
  


.col-accueil-droite-logo {
    float: left;
    width: 25%;
}

.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.header {
    
    background-position: left;
    width:20%;
    overflow:hidden;
    z-index:2;
    
    
}
#col-gauche.header, #col-droite-extra {
    top: 0;
    position: fixed;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}




.col-gauche-deux{
	float:left;
	}




#col-droite {
    width: 75%;
    max-width: 1500px;
    margin: 0 0 0 20%;
    overflow: auto;
    color: black;
    margin-top: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}
#col-droite-extra {
    background-position: center;
    width: 100%;
    right: 0;
    z-index: -1;
}

.col-droite-home {
    margin-bottom: 20vh;
    display: inline-block;
}
.col-droite-une {
    float: left;
    width: 33.33%;
    height:100%;
}
.col-droite-deux {
    float: right;
    width: 66.66%;
    padding-left: 60px;
      height:100%;
}


.col-droite-deux.deux {
    padding-top: 0;
    height: 80%;
}
.col-droite-une.deux{
	height: 80%;
	}
	
	
.video-accueil {
    clear: both;
        max-width: 33.33%;
    margin: 40px 0;
}

.col-droite-content {
    padding: 60px 60px 60px 60px;
    margin-top: 200px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    width: 100%;
    display: inline-block;
}

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

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

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

strong {
    font-family: 'edu_favoritbold';
}
a img{
	opacity:1;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.home #col-droite {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: auto;
    min-height: unset;
    background: none;
}

.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: 100%;
    width: 100%;
    background-color: rgb(17 52 89);
    padding: 20px;
    color: white;
    bottom: -200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pages-footer.coucou{
    height: auto;
    overflow:auto;
	bottom:0;
}

.message-billetterie-homepage {
    color: white;
    text-align: center;
    margin: 20px 0;
    float: left;
    font-family: 'edu_favoritbold';
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
}
.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: 'edu_favoritmedium';
    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%;
    padding: 0 0 80px 0;
    position: relative;
}

.section {
    float: left;
    width: 100%;
}
#onglets-menu {
    position: fixed;
    min-width: 160px;
    max-width: 170px;
    top: 60px;
    left: 14%;
    left: calc(20% - 80px);
    text-align: left;
    background-color: #5a528c;
    z-index: 2;
    color: white;
    padding: 10px;
    animation-name: fadein;
    animation-duration: 1s;
}

li.highlight a {
    color: red;
}

@keyframes fadein {
    from {
        top:-200px;
    }
    to {
        top:60px;
    }
}
@-moz-keyframes fadein {
    from {
        top:-200px;
    }
    to {
        top:60px;
    }
}
@-webkit-keyframes fadein {
   from {
        top:-200px;
    }
    to {
        top:60px;
    }
}
@-o-keyframes fadein { 
    from {
        top:-200px;
    }
    to {
        top:60px;
    }
}

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

#onglets-menu li {
    padding: 8px;
}


::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-size: inherit;
    font-family: 'edu_favoritbold';
    margin: 0;
    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;
    letter-spacing: 1px;
}
p a {
    letter-spacing: 0;
}

a.yo:hover {
    opacity: 0.6;
}
.nom-artiste .yo:hover {
    color: white;
}
	p .yo{
		border-bottom:1px solid;
		}
	

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: 'edu_favoritbold';
	}
.list-artistes {
    margin: 15px;
    font-family: 'edu_favoritbold';
    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;
}
.col-concert p {
    margin-bottom: 0;
}


.link-artistes {
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    padding: 3px 0 0 0;
    font-family: 'edu_favoritbold';
}

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

header.entry-header {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 0 0 0 60px;
    position: relative;
}
.titres, .titre-noir {
    font-size: 30px;
    color: white;
    opacity: 0.95;
    margin: 0;
    font-family: 'edu_favoritbold';
    position: absolute;
    bottom: -6px;
    line-height: 100%;
}

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

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

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

.titres-programme {
    float: right;
}

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

.titres-yeah {
    font-size: 30px;
    color: #972880;
    margin: 0 20px 10px 0;
    line-height: 30px;
    font-family: 'edu_favoritbold';
}


.titres sup {
    font-size: 18px;
    -webkit-text-stroke: inherit;   
}

.titres-yeah sup
{
	    font-size: 12px;
    color: #972880;

}

.blank {
    float: left;
    clear: both;
    height: 40px;
    width: 104%;
}
.titres-programme sup {
    line-height: 0px;
    font-size: 15px;
}
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 {
    color: inherit;
    font-size: 30px;
    margin: 0 5px 0 0;
    line-height: 30px;
    display: inline-table;
}

.infos-programme {
    display: flex;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    float: left;
    margin-bottom: 5px;
}
.cachee{
	    display: none;
}
.description-partie.cachee {
    float: left;
    margin: 20px 0;

}

.infos-musiciens h5 {
    color: black;
    font-family: 'edu_favoritmedium';
    font-size: 12px;
    margin: 0px 0 10px 0;
    line-height: 16px;
    font-weight: normal;
}
div#samedi-3-juin .concert3 .texte-tarif, div#jeudi-8-juin .concert3 .texte-tarif  {
    display: none;
}
span.fonction-musicien {
    font-size: 12px;
}
.concert1 {
    color: #6b66af;
}



.bloc.concert1{
	background-color:#6b66af;
}

.concert2{
    color: #50aba9;
}
.bloc.concert2{
	background-color:#50aba9;
}
.concert3 {
    color: #c84924;
}
.bloc.concert3{
	background-color:#c84924;
}	 
.concert4 {
    color: #c56983;
}
.bloc.concert4{
	background-color:#cbc7c7;
}
.open {
    font-family: 'edu_favoritbold';
    font-size: 16px;
    float: left;
    width: 100%;
}
span.more {
    text-transform: none;
    font-family: 'edu_favoritmedium';
}
.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: 'edu_favoritmedium';
    font-size: 18px;
    line-height: 22px;
    clear: both;
    float: left;
}
.programme-liste-artistes p strong, .programme-liste-artistes p b {
   font-family: 'edu_favoritbold';
}
.concert1 strong, .concert2 strong, .concert3 strong, .concert4 strong {
    font-family: 'edu_favoritbold'!important;
}


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

.verre{
    padding: 20px 0;
}
.concert1 .verre {
    display: none;
}
.programme-liste-artistes {
    float: left;
    clear: both;
}

.programme-liste-artistes a {
    border-bottom: 0;
    text-decoration: underline;
}
a.link-artistes:hover {
    color: black;
}
h2 {
    font-size: 30px;
    color: #972880;
    display: inline-table;
    line-height: 0px;
    float: left;
    margin: 0 10px 0 0;
}
.page-template-commandes h2 {
    font-size: 30px;
    display: inline-table;
    line-height: 30px;
    text-align: left;
    margin: 0 10px 10px 0;
        width: 100%;
}

h3 {
    margin: 0;
    }
#col-droite article {
    float: left;
    width: 100%;
    background-color: rgb(255 255 255 / 95%);
    padding: 40px 40px 40px 60px;
}

.post-type-archive-billetterie2023 #col-droite article {
    background-color: #000000;
}
.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;
}

#intro {
    border-top: 0;
    padding-top: 0;
}
.presentation2018 .entry-content {
    padding-top: 55px;
    margin: 0 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}


.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: 'edu_favoritmedium';
}
.bloc {
    float: right;
    background-color: #00866a;
    color: white;
    border: none;
    text-align: left;
    font-family: 'edu_favoritbold';
    margin: 0 0 5px 0;
    padding: 5px;
    clear: both;
    -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;
	padding:5px;
	}

.bloc.blocdroite {
    padding: 0;
}
.bloc.no-clear {
    clear: none;
    margin: 0 0 0 5px;
    padding: 5px;
}
.postid-2570 .bloc.no-clear {
    display: none;
}

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

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: 'edu_favoritbold';
   clear: both;
}

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

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

.blank-div {
    line-height: 19px;
}
.cols {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}
.col1 {
    float: left;
    width: calc(50% - 40px);
    margin: 0 40px 0 0;
}

.col2 {
    float: right;
    width: 50%;
}

.box-col {
    margin-bottom: 48px;
}

.mini-article {
    margin: 0 0 40px 0;
}



span.programme-instrument {
    font-family: 'edu_favoritmedium';
}
.col-concert {
    width: 40%;
    padding: 0 10px;
    float: left;
}

.col-concert.evenements {
    width: 75%;
    float: right;
}
#infos-concert-col1.evenements {
    width: 25%;
}
.col-concert p, .col-concert a, .genre, .tarif {
    font-size: 14px;
    line-height: 18px;
}

.col-concert p{
    font-family: 'edu_favoritregular';
}
span.genre {
    margin-right: 10px;
}
#infos-concert-col1 {
    width: 15%;
    padding: 5px 10px 10px 0;
    float: left;
    max-width: 180px;
}

div#infos-concert-col3 {
    width: 45%;
    padding-top: 0;
}
.infos-musiciens a {
    font-family: 'edu_favoritbold';
    border-bottom: 1px solid;
    letter-spacing: 0;
}

.infos-musiciens h1 {
    font-size: 16px;
    line-height: 30px;
    font-family: 'edu_favoritmedium';
    margin-top: 5px;
    margin-bottom: 8px;
}
.infos-musiciens h1 a, .infos-musiciens h1 strong {
    font-size: 20px;
}
.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-artist-container {
    width: 100%;
    position: relative;
}
.photo-artist-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.photo-artist-container:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
  
}

#photos-musiciens1 .photo-artist-container:before, .concert1 .photo-artiste-accueil-container:before {
    background-color: rgb(107 102 175 / 40%);
}
#photos-musiciens2 .photo-artist-container:before, .concert2 .photo-artiste-accueil-container:before {
    background-color: rgb(80 171 169 / 40%);
}
#photos-musiciens3 .photo-artist-container:before, .concert3 .photo-artiste-accueil-container:before {
    background-color: rgb(200 73 36 / 40%);
}
#photos-musiciens4 .photo-artist-container:before, .concert4 .photo-artiste-accueil-container:before {
    background-color: rgb(197 105 131 / 40%);
}


.photos-musiciens img {
    width: 100%!important;
    height: 100%;
    position: absolute;
    object-fit: cover;
      filter: grayscale(1);
}
	

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

.photos-musiciens-evenements img {
    width: 100%;
    height: auto;
    display: grid;
}	


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

.paragraphes p, .more{
    text-transform: initial;
    font-size: 14.5px;
    line-height: 18px;
    font-family: 'edu_favoritmedium';
    letter-spacing:0!important;
}


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

ul.photo-musiciens1 img, ul.photo-musiciens2 img, ul.photo-musiciens3 img {
	width:100%;
	}
ul.photo-musiciens1 li, ul.photo-musiciens2 li, ul.photo-musiciens3 li{
	display:grid;
}	


.programme-infos {
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 60%;
}
.titres-concerts1 {
    color: #65acca;
}

.titres-concerts2 {
    color: #e63a2b;
}

.titres-concerts3 {
    color: #edbc42;
}
.titres-concerts1, .titres-concerts2, .titres-concerts3{
margin: 2px 0 2px 0;
}

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

span.wp-caption-text {
    float: left;
    clear: both;
    display: block;
    font-family: 'edu_favoritmedium';
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}

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

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

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

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



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


.go-home {
    padding: 40px 0 40px 0;
    float: right;
}

.message-amis-temporaire {
    font-size: 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;
}


.col-amis {
    float: left;
    width: 50%;
    padding:0 40px 0 0;
}

.col-amis-2 {
    padding: 40px;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 40px 0 0 0;
    display: inline-table;
}


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


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


.home .menu-rond {
    display: none;
}
.menu-rond {
    margin: 20px 0 0 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.rond-amis {
    max-width: 100px;
    width: 100px;
    -webkit-animation: rotation 4s infinite linear;
}

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



span.wpcf7-list-item {
    display: block;
    margin: 0 0 20px;
    font-family: 'edu_favoritbold';
}
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: 'edu_favoritbold';
    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: 'edu_favoritbold';
	}
.blank-div.membres5 p, .blank-div.membres5 p{
    font-family: 'edu_favoritmedium';
}
.blank-div.membres5 p strong, .blank-div.membres5 p b {
   font-family: 'edu_favoritbold';
}

.fonction-membre {
    font-family: 'edu_favoritbold';
    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: 'edu_favoritbold';
}



input.wpcf7-form-control {
}

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

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-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 (min-width: 1440px) {
.col-droite-content {
  max-width: 1500px;
  width: 100%;
}


}
@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) {	
	
.page .logo-texte, .archive .logo-texte{
		animation-play-state: paused;
	}
	.home .logo-texte{
		animation-play-state:running;
	}
	.page .logo-texte.deux, .page .logo-texte.trois, .page .logo-texte.quatre, .archive .logo-texte.deux, .archive .logo-texte.trois, .archive .logo-texte.quatre{
		display:none;
	}
	
.home .logo-texte.deux, .home .logo-texte.trois, .home .logo-texte.quatre {
    display: initial;
}
	
	
	.cols-programmation {
    display: flex;
    flex-direction: column-reverse;
}
.cachee {
    display: block;
}

#infos-concert-col2.visible {
    display: none;
}
	.onglets-billets {
    font-size:15px;
}

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

.col-gauche-deux.accueil {
    width: 100%;
}
.col-concert {
    float: right;
    width: 85%;
}
div#infos-concert-col3 {
    width: 100%;
}

.verre {
    padding: 5px 0 5px 0;
    }
.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;
}
}



@media screen and (max-width: 900px) {
	.post-type-archive-presentation2023 #col-gauche.header {
	    background-image:url(images/fonds/1.jpg);
}

.post-type-archive-programme2023 #col-gauche.header{
	    background-image:url(images/fonds/3.jpg);
}


 .post-type-archive-billetterie2023 #col-gauche.header{
	    background-image:url(images/fonds/1.jpg);
}

.post-type-archive-infos2023 #col-gauche.header{
	    background-image:url(images/fonds/2.jpg);
}

.post-type-archive-galerie2023 #col-gauche.header{
	    background-image:url(images/fonds/1.jpg);
}

	
body.home {
    background-size: 120vh;
}	
.logo-texte.un{
    opacity: 1!important;
}	
.logo-texte.logo-accueil {
    font-size: 6.5vw;
}
	
	.logo-texte-container {
    margin: 0 0 0 20px;
}

span.logo-infos {
    display: none;
}
.home span.logo-infos {
    display: inherit;
}
.logo-texte {
    font-size: 2vw;
}
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;
}
.noms-artistes {
    position: initial;
    transform: none;
}
.message-billetterie-homepage {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.message-billetterie-homepage a{
	border-bottom:0;
	margin-bottom:10px;
}
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: 94%;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 20px 20px 20px;
}
.archive .col-droite-content {
    margin-top: 200px;
}

.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.header {
    height: 85px;
    width: 100%;
}
	.bloc {
    float: left;
}

.bloc.blocdroite {
    float: right;
}
	.bloc.no-clear {
    margin:0 5px 0 0;
}
.menu-rond {
    left: auto;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding: 10px;
    width: 85px;
}
	
img.rond-amis {
    height: 100%;
    width: 100%;
}
	.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-programme2023 #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) {
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-programme2023 #col-droite article {
    padding: 40px 10px 80px 10px;
}
	.logos-partenaires {
    padding: 0;
}
.col-droite-content {
    padding: 80px 10px;
}
.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;
}

.col-concert {
    position: relative;
    padding: 5px;
}
.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;
    padding: 0 60px 60px 60px;
    height: auto;
    min-height: auto;
}

h1.titres-programme.titre-noir, .titres {
    font-size: 7.1vw;
    bottom: -8px;
}
h1.titres-programme.titre-noir{
	max-width:50%;
}

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-billetterie2023 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-2023-small {
    max-width: 120px;
    padding: 28px 10px;
}
	.home #nav-icon3 {
left: 9px;
top: 10px;
}
.menu-2023-container {
    padding-top: 40px;
}

.titres-programme.titre-noir, .titres {
    font-size: 7.1vw;
    left: -1px;
    bottom: -6px!important;
}

#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%;
}
	
	.page-template-accueil_2018 .balise-soutien-menu {
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
    position: fixed;
}
.tlt {
    margin: 0;
    text-align: left;
    width: 100%;
    font-family: 'edu_favoritbold'!important;
    white-space: pre-line;
    line-height: 28px;
}

.tlt:after{
	display:none;
	}
	.titre-athenee, .dates-festival {
    font-size: 29px;
    line-height: 35px;
}
	.evenement {
    width: 100%;
    margin:0 0 10px 0;
}


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



}








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


