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

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

* {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}

.titres sup, h2 sup {
    font-size: 14px;
    -webkit-text-stroke: 0.8px black;
    
}

.titres-yellow sup
{
	    font-size: 14px;
       -webkit-text-stroke: 1px #eebd31;
	
}

sup {
    line-height: 0px;
    font-size: 7px;
}


input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
}
section.error-404.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
html, body {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0px;
    background-color:black;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: rgba(238, 189, 49, 1);
    text-transform: uppercase;
    -webkit-overflow-scrolling: touch; 
    
}

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


h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
b{font-weight: inherit;}

ul{
	margin:0;
	padding:0;
}


i{
	font-style: normal;
}
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;
			            
}

a.text-link {
    border-bottom: 1px solid;
}

.artistes {
    float: left;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

.noms-artistes {
    float: left;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 40px 0;
}

.tlt {
    display: inline-table;
    font-size: 18px;
    margin: 6px 0px 0px 0;
}

.tlt:hover {
    color: #edbc33;
}


.tlt:after {
    content: ",";
    padding-right: 7px;
    margin-left: -5px;
}

.tlt:last-of-type:after {
	content:"…"
}



.alert-ticket {
    float: left;
    margin: 0 20px 80px 0;
    font-size: 14px;
    color: #af1c1e;
}


.alert-ticket2 {
    float: left;
    margin: 0 0 80px 0;
    font-size: 14px;
    color: #af1c1e;
}
.alert-ticket2 img {
    max-width: 300px;
    display: inline-table;
    margin: -5px 5px 0 0px;
}

.text-alert {
    display: inline-table;
    vertical-align: top;
    margin: 5px;
}

.alert-ticket:hover {
    color:rgba(175, 28, 30, 0.7);
}

.product_cat-early-birds .product_title {
    color: #c2270c!important;
}

.product_cat-early-birds button.single_add_to_cart_button.button.alt {
   
    border: 2px solid #c2270c!important;
    color:white!important;
    }
    
   .product_cat-early-birds button.single_add_to_cart_button.button.alt:hover {
    color: black;
    background-color: #c2270c!important;
}

.abonnements-early-birds {
    width: 100%;
}
.promotion-font {
    max-width: 400px;
    margin: 0 0 20px 0;
}

.promotion-font img {
    width: 100%;
}

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

.link-artistes {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px 0 0 0;
}
.link-artistes1 {
    border-bottom: 1px solid rgba(101, 172, 202, 0.3);
}
.link-artistes3 {
    border-bottom: 1px solid rgba(237, 188, 66, 0.3);
}

.link-artistes2 {
    border-bottom: 1px solid rgba(194, 39, 12, 0.3);
}
.concert1 .link-artistes:hover, .link-artistes1:hover {
    color: rgba(101, 172, 202, 0.7)!important;
    border-bottom:1px solid rgba(101, 172, 202, 0.7);
}
.concert2 .link-artistes:hover, .link-artistes2:hover {
    color: rgba(194, 39, 12, 0.7)!important;
    border-bottom:1px solid rgba(194, 39, 12, 0.61);
}

.concert3 .link-artistes:hover, .link-artistes3:hover {
    color: rgba(237, 193, 124, 0.7)!important;
    border-bottom: 1px solid rgba(237, 193, 124, 0.7);
}

.infos-artiste {
    float: left;
    margin: 0 0 40px;
}

ul{
	margin:0;
	padding:0;
	
}
li { 
	list-style: none;
		margin:0;
}

#pattern {
    height:100%;
}

.current-menu-item a {
    color: #edbc33!important;
}

a.menu-link {
    position: absolute;
    /* top: 21px; */
    /* left: 50%; */
    font-size: 30px;
    /* transform: translate(-50%, -50%); */
    display: block;
    margin: 80px;
    z-index: 2;
    color: white;
}

a.menu-link.active {
    display: none!important;
}

		nav[role=navigation] {
			clear: both;
					}
		.js nav[role=navigation] {
			overflow: hidden;
			max-height: 0;
		}
		
nav[role=navigation].active {
    max-height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    overflow: auto;
    padding: 80px 0 80px 80px;
}

nav[role=navigation].active #menunu li {
    display: block!important;
    margin: 10px;
}

nav[role=navigation] ul {
    margin: 0;
    padding: 3px 0;
}
		nav[role=navigation] li a {
			display: block;
			 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
		
		}
		
@media screen and (min-width: 900px) {
	
	
nav[role=navigation].active {
    position: absolute;
    z-index: 0;
    padding: 80px 0px 40px 80px;
    max-height: none!important;
    overflow: auto!important;
}

a.menu-link {
	display: none;
	}
			
.js nav[role=navigation] {
    max-height: none;
    height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
    padding: 80px 0px 40px 80px;
    overflow: auto;

}	

.page-template-accueil a.menu-link {
			   display: block;
			}

.page-template-accueil nav[role=navigation] {
    max-height: 0;
    overflow-y: hidden;
    padding: 0;
}
.page-template-accueil nav[role=navigation].active {
    padding: 80px 0px 40px 80px;
}
			
}
		
nav[role=navigation] ul {
    margin: 0;
    border: 0;
    font-weight: 200;
    line-height: 22px;
    font-size: 14px;
    padding: 0 0 8px 0;
}
	
			
nav[role=navigation] li {
    display: table;
}
nav[role=navigation] li a {
    border: 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
nav[role=navigation] li a:hover {
  
    color: white!important;
}

		
ul.sub-menu li a {
    font-size: 12px;
    font-weight: 100;
}

ul.sub-menu li a {
				color: #eebd31;
			}
			ul.sub-menu li a:hover {
				color: white;
			}
.sub-menu {
    line-height: 22px;
}		
.sub-menu li.menu-item a:before {
    content: '-';
    float: left;
    margin: 0 5px 0 0;
}		
.balise-soutien-menu {
    margin: 40px 0 0 0;
    max-width: 200px;
}

.balise-soutien-menu a:hover {
    opacity: 0.8;
}

.page-template-accueil .logo-athenee-small a{
	display:none;
}

.lb-data .lb-caption {
    font-size: 13px;
    line-height: 1em;
    position: absolute;
    bottom: 0;
    font-size: 12px!important;
    font-weight: 100!important;
    text-align: center;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.lightbox {
    margin-top: -4%!important;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background-size: 12px!important;
}

.description-festival{
    float: left;
    margin: 0 40px 20px 0;
    line-height: 22px;
   font-size: 14px;
   color:white;
}

.titre-athenee {
    font-size: 6.2vw;
    line-height: 7vw;
    margin: 0 0 20px 0;
    color: rgba(0, 0, 0, 0);
}

.dates-festival {
    font-size: 5.15vw;
    line-height: 4vw;
    margin: 0 0 20px 0;
    color: rgba(0, 0, 0, 0);
    float: left;
}


.single-reservations2017 li#menu-item-275 a {
    color: #eebd31;
}

#content {
    height: 100%;
}

#col-gauche {
    width: 25%;
    height: 100%;
    position: fixed;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}

#col-droite {
    width: 75%;
    float: right;
    display: inline-table;
    height: 100%;
    background-color: #eebd31;
    color: black;
    padding: 80px 80px 0 80px;
    position: relative;
}


p {
    margin: 0 0 12px;
    text-transform: initial;
    font-weight: 100;
    line-height: 19px;
}

strong {
    font-weight: 500;
}

.page-template-accueil #col-droite, .home #col-droite  {
	background-color:black;
	color:grey;
}
.post-type-archive-programme2017 #col-droite, .single-programme2017 #col-droite,  .page-template-evenements2017 #col-droite{
    background-color: white;
}

.post-type-archive-reservations2017 #col-droite, .single-reservations2017 #col-droite, .page-template-commandes #col-droite, .post-type-archive-galerie2017 #col-droite {
    background-color: black;
    color: white;
}


.container {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
    
}

.fp-tableCell .container{
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
margin: 0 0 80px 0;
min-height: calc(100% - 80px);
}

header.entry-header {
    margin: 0 0 40px 0;
    display: inline-table;
    width: 100%;
}
.titres {
    font-size: 30px;
    color: rgba(238, 189, 49, 0);
    -webkit-text-stroke: 1px black;
    margin: 0 20px 10px 0;
    line-height: 30px;
    display: inline-table;
    float: left;
}
.titres-yellow {
    font-size: 30px;
    color: rgba(238, 189, 49, 0);
    -webkit-text-stroke: 1px #eebd31;
    margin: 0 20px 10px 0;
    line-height: 30px;
}

span.salle {
    float: left;
    padding: 14px 0 0 0;
}
.link-to-tickets {
    float: right;
    display: inline-table;
    padding: 14px 18px 0 0;
}
.heure-programme {
    font-size: 30px;
    color: rgba(238, 189, 49, 0);
    -webkit-text-stroke: 1px black;
    margin: 0 20px 40px 0;
    line-height: 30px;
}

.verre {
    padding: 25px 0 25px 0;
}
h2 {
    font-size: 30px;
    color: rgba(238, 189, 49, 0);
    -webkit-text-stroke: 1px black;
    display: inline-table;
    line-height: 0px;
    float: left;
    margin: 0 10px 0 0;
}
.page-template-commandes h2 {
    font-size: 30px;
    color: rgba(238, 189, 49, 0);
    -webkit-text-stroke: 1px rgba(238, 189, 49, 1);
    display: inline-table;
    line-height: 30px;
    text-align: left;
    margin: 0 10px 10px 0;
}

h3 {
    margin: 0;
    }
#col-droite article {
    font-size: 13px;
    float: left;
    width:100%;
}

.entry-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 0 40px 0;
    clear: both;
}

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


.tarif{
	color:#e6b328!important;
}

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

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

a#link-to-program {
    float: right;
    background-color: rgba(230, 179, 40, 0);
    padding: 10px;
    color: #e6b328;
    border: 1px solid #e6b328;
    text-align: left;
}

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

.content p {
    font-weight: 400;
    text-transform: uppercase;
    clear: both;
}

.blank-div {
    line-height: 19px;
}

.col1 {
    float: left;
    width: calc(50% - 40px);
    margin: 0 40px 0 0;
}

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

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



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


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: #c2270c;
}

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

.sous-titre-concert {
    clear: both;
}


.artist-thumb img {
    max-width: 150px;
    height: auto;
    float: left;
    margin: 4px 22px 4px 0;
}
.artistes-details {
    float: right;
}
.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;
}

.info-supp {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 17px;
    font-weight: 100;
}

.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: right;
    margin: 0 0 20px 0;
}

.citations p strong {
    padding: 0 0 3px 0;
    font-size: 14px;
    display: inline-block;
}
.evenement {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 0;
    color: black;
    height: 100px;
    margin: 0 10px 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: rgb(238, 189, 49);
    position: relative;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.evenement:hover {
    color: white;
    background-color:black;

}

.date-soiree {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 600;
}

.toggle-conditions {
    cursor: pointer;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid;
}
.conditions-generales {
    display: none;
    color: white;
    text-transform: initial;
    margin: 10px 0 40px 0;
    float: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 200;
}
.content-tickets {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6b328;
}

.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;
    color: white;
    position: absolute;
    background-color: #c2270c;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.return {
    font-size: 18px;
    margin: 0;
    color: #e6b328;
    float: left;
}
.return-program {
    font-size: 18px;
    margin: 0;
    color: black;
    float: left;
}
.return-text {
    color: white;
	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: flex-start;
}

.logos {
    width: 33%;
    margin: 0 0 40px;
    padding: 10px;
}

.logos:nth-child(2) img {
    max-height: 95px;
}

.logos:nth-child(4) img  {
    max-height: 40px;
}

.logos:nth-child(5) img
{
    max-height: 45px;
}

.logos:nth-child(6) img{
	max-height:80px;
}


.logos:nth-child(9) img{
	max-height:45px;
}

.logos:nth-child(10) img {
    max-height: 28px;
}

.logos:nth-child(11) img {
    max-height: 80px;
}

.logos:nth-child(12) img {
    max-height: 40px;
}

.logos:nth-child(14) img {
    max-height: 100px;
}

.logos:nth-child(15) img {
    max-height: 40px;
}

.logos img {
    opacity: 0.8;
    max-height: 60px;
    max-width: 100%;
    mix-blend-mode: multiply;
}

.cart-contents:before {
    content: "panier";
    height: 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    padding-bottom: 3px;
    text-transform: capitalize;
    display: inline-table;
    vertical-align: top;
}


.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    border: 1px solid;
    font-weight: bold;
    padding: 2px 7px;
    text-align: center;
    font-size: 15px;
    vertical-align: top;
}
.panier {
    position: fixed;
    color: black;
    top: 2px;
    right: 2px;
    margin: 5px;
    z-index: 2;
    background-color: rgba(238, 189, 49, 0.9);
    padding: 6px 3px 3px 7px;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.post-type-archive-reservations2017 .panier, .single-reservations2017 .panier {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.page-template-accueil .panier {
    display: none;
}


.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;
}
.link-list-temporaire {
    margin: 5px 0 0 0;

}
.col-gauche-temporaire{
width: calc(25% - 100px);  
float:left; 
margin: 60px 40px 60px 60px;
    }
.col-droite-temporaire {
    width: calc(75% - 100px);
    margin: 50px;
    float: right;
}.description-festival-temporaire {
    float: left;
    margin: 0 40px 20px 0;
    line-height: 22px;
   font-size: 14px;
   color:white;
}

.titre-athenee-temporaire {
    font-size: 6.60vw;
    line-height: 6vw;
    margin: 0 0 20px 0;
    color: rgba(0, 0, 0, 0);

 
}

.dates-festival-temporaire {
    font-size: 5.55vw;
    line-height: 4vw;
    margin: 0 0 20px 0;
    color: rgba(0, 0, 0, 0);
    float: left;
}

.site-arrival {
    float: left;
    margin: 20px 0 0 0;
    clear: both;
    font-size: 14px;
}

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root i {
    -webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #eebd31;
color: rgba(0, 0, 0, 0);
text-shadow: 0 0 10px rgba(238, 189, 49, 0.76), 0 0 10px rgba(230, 161, 173, 0.69), 0 0 10px rgba(255, 194, 71, 0), 0 0 20px rgba(255, 217, 58, 0.6), 0px 0px 5px rgba(0, 0, 0, 0.63); 

}


i {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #eebd31;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 30px rgba(238, 189, 49, 0.76), 0 0 10px rgba(230, 161, 173, 0.41), 0 0 100px #edb442, 0 0 500px #d7b731, 0px 0px 5px rgba(0, 0, 0, 0);
 

}

i.off {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}

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

.logo-athenee-petit {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eebd31;
    color: black;
    font-size: 30px;
    padding: 40px;
}

.logo-athenee-small a {
    display: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eebd31;
    color: rgba(0, 0, 0, 0);
    font-size: 19px;
    padding: 11px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.logo-athenee-petit a{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eebd31;
    color: black;
    font-size: 30px;
}

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

.message-amis-temporaire {
    font-size: 13px;
}

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

.galerie-photos li {
    width: 100px;
    height: 100px;
    margin: 0px 20px 20px 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgba(231, 183, 47, 0.3);
}

.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: white;
    background-color: black;
    margin: 0px 0 0 0;
}
.texte-soutien-bancaire-temporaire {
    margin: 20px 0 40px 0;
}
span.wpcf7-list-item {
    display: block;
    margin: 0 0 20px;
    font-weight: 500;
}

.soutien-bancaire-temporaire {
    border-top: 1px solid;
    padding-top: 20px;
}

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: 20px;
    text-align: center;
    background-color: #eebd31;
    width: 100%;
    margin: -3px 0 0 0;
    cursor: pointer;
}

input.wpcf7-form-control {
    margin: 10px 0 0 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 0;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

input[type="checkbox"] {
    background-color: white;
    -webkit-appearance: inherit;
    color: black;
    margin: 0 10px 0 0;
}
input[type='checkbox']:checked{
	    background-color: 	#eebd31;
}

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;

}

@media screen and (max-width: 1200px) {
.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;
    
}

.list-artistes {
    width: 100%;
    margin:0 0 5px 0;
}

.evenement {
    width: calc(33% - 10px);
    }
    


}
@media screen and (max-width: 1100px) {
#col-gauche {
    width: 35%;
}

#col-droite {
    width: 65%;
    }
    
    .evenement {
    width: calc(50% - 10px);
    }
  .galerie-photos li {
    width: calc(25% - 20px);
}

    .citations {

    text-align: left;
}


}
@media screen and (max-width: 900px) {
	
	.evenement {
    width: calc(33% - 10px);
    }
	.panier {
    top: 4px;
    right: 4px;
}
a.menu-link {
	margin:0;
    position: absolute;
    top: 21px;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 2;
    color: white;
}

nav[role=navigation] ul {
    line-height: 30px;
    font-size: 20px;
}

nav[role=navigation].active {
    margin: 50px 0 0 0;

}
ul.sub-menu li a {
    font-size: 16px;
}
	.logo-athenee-small a{
		display:block;
		}
.page-template-accueil .logo-athenee-small a{
	display:none;
}
	
	#col-gauche {
    height: 50px;
    width: 100%;
    z-index: 2;
    background-position: center;
    overflow: visible;
}

#col-droite {
    width: 100%;
	    padding: 130px 80px 0 80px;
}

	a.menu-link.active {
    display: block!important;
}

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

i {
    -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;
}
.tlt {
    font-size: 15px;
}

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

.list-artistes {
    width: 100%;
    margin: 0 0 15px 0;
}

}


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

	.col1 {
    width: 100%;
}

.col2 {
    width: 100%;
}

#col-droite {
    width: 100%;
    padding: 130px 60px 0 60px;
}
.liste-evenements {
    display: block;
}
.evenement {
    width: calc(49% - 10px);
}


i{
text-shadow: 0 0 0px rgba(238, 189, 49, 0.76), 0 0 0px rgba(230, 161, 173, 0.41), 0 0 10px #edb442, 0 0 10px #d7b731, 0px 0px 0px rgba(0, 0, 0, 0);
}
.col-amis-temporaire {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
}

.balise-soutien-menu {
    margin: 40px 0 50px 0;
}

.entry-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.citations {

    text-align: left;
}

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


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


}
@media screen and (max-width: 650px) {
	
	nav[role=navigation] ul {

    line-height: 36px;
    font-size: 24px;
}
ul.sub-menu li a {
    font-size: 19px;
    line-height: 35px;
}
.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;
}

.photos-musiciens {
    margin: 0 18px 0 0;
        width: 22%;
}
.programme-infos {
    width: 68%;
}
#col-droite {
    width: 100%;
    padding: 90px 40px 0 40px;
}
.verre {
    padding: 10px 0 10px 0;
}
.return {
    max-width: 50%;
}
.return-text{
	margin:0;
}
a#link-to-program {
    width: 50%;
}
li.logos {
    width: 50%;
}
.col-amis-2 {
    padding: 20px;
}



}
@media screen and (max-width: 450px) {
	
	.titre-athenee, .dates-festival {
    font-size: 29px;
    line-height: 35px;
}
	.evenement {
    width: 100%;
    margin:0 0 10px 0;
}

nav[role=navigation].active {
    padding: 40px;
}

.bande-early {
    right: 0;

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















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


