/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&family=Poppins:ital,wght@0,300;0,400;0,600;1,400&display=swap');

/*****************************/


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	background: #d4e4ef url("images/bg-lateral.svg") no-repeat;
	background-position: bottom 80px right;
	background-size: auto 500px;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #000;
	text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
	text-transform: none !important;
}
.ariane sup.typo_exposants {
	vertical-align: top;
	font-size: .8em;
	text-transform: none !important;
}

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	color: #ca9a42;
	background-color: #ca9a42;
	border: none;
}
hr.separe {
	margin: 0 0 .5em;
}
br.respire {
	margin: 0 0 .25em;
}

#top {
	position: fixed;
	bottom: 98px;
	right: 60px;
	display: none;
	cursor: pointer;
	z-index: 100;
}
#top img {
	width: 50px;
	transition: .3s ease-in-out;
}
#top:hover img {
	opacity: .7;
}

ul.spip, ol.spip {
	margin: 0 0 .5em 2em;
}
ul.spip li, ol.spip li {
	padding: .25em 0;
}

.wow {
	animation-delay: .25s;
	animation-duration: 1s;
}

/* cache-cache ***********************************************/

#menu-wrapper #hamburger-menu, .social-resp, .musiciens-resp, .intro-resp, .pied-resp, header h1.resp, .cycle-slideshow.resp {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* fin des généralités générales *****************************/

header {
    position: fixed;
	top: 0px;
	width: 100%;
	height: 78px;
	background-color: #fff;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation-duration: 2s;
	z-index: 10;
	transition: .4s ease;
}
header h1 {
	display: inline-block;
	width: auto;
	font-family: 'Barlow Condensed';
	font-size: 1.1em;
	font-weight: 500;
	color: #777;
	line-height: 1;
	margin: 0 0 0 220px;
}
header h1 strong {
	font-weight: 600;
	text-transform: uppercase;
}
a .donhello {
	position: absolute;
	top: 20px;
	left: 400px;
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	font-family: 'Barlow Condensed';
	font-size: 1.25em;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background-color: #ca9a42;
	transition: .25s ease-in-out;
	z-index: 20;
}
a:hover .donhello {
	background-color: #155a86;
}

.logo {
	position: fixed;
	top: 20px;
	left: 52px;
	display: inline-block;
	width: 112px;
	z-index: 20;
	animation-delay: .5s;
	animation-duration: .6s;
	transition: .4s ease;
}
.logo img {
	width: 100%;
}
.logo a img {
	opacity: 1;
	transition: .3s ease-in-out;
}
.logo a:hover img {
	opacity: .7;
}

.social {
	position: fixed;
	top: 22px;
	right: 190px;
	display: block;
	width: auto;
	height: 34px;
	z-index: 12;
	animation-delay: 1s;
	animation-duration: 1.5s;
}
.social a img, .social-resp a img {
	width: auto;
	height: 34px;
	margin-left: 15px;
	opacity: .5;
	transition: .3s ease-in-out;
}
.social a:hover img, .social-resp a:hover img {
	opacity: 1;
}

/* fin du header *****************************************/

.cache {
	position: fixed;
	top: 78px;
	display: block;
	width: 100%;
	height: 60px;
	background-color: #d4e4ef;
	z-index: 2;
}

/* menu **************************************/
nav {
	position: fixed;
	display: block;
    width: 80%;
	top: 65px;
	left: 220px;
	text-align: left;
	font-family: 'Barlow Condensed';
	font-size: 1.3em;
	font-weight: 500;
	z-index: 300;
    animation-delay: 1s;
    animation-duration: 2s;
}
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}
.cbp-tm-menu {
	display: block;
	position: absolute;
	z-index: 100;
	top: 10px;
	width: 100%;
	margin: 0;
}
.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 110;
}
.cbp-tm-menu > li > a {
	line-height: 1;
	display: block;
	color: #000;
	border-top: 2.5pt solid #000;
	padding: 4px 8px 0;
    text-transform: uppercase;
    transition: .25s ease-in-out;
}
.cbp-tm-menu > li > a .filet {
	display: inline-block;
	width: 50%;
	opacity: 0;
	border-right: 1pt dotted #155a86;
	height: 30px;
	margin: 5px 0 0;
    transition: .3s ease-in-out;
}
.cbp-tm-menu > li:hover > a, .cbp-tm-menu > li > a:hover, .cbp-tm-menu > li.on > a {
    border-top: 2.5pt solid #ca9a42;
    color: #155a86;
}
.cbp-tm-menu li a.on {
    color: #155a86;
}
.cbp-tm-menu > li:hover > a .filet {
	opacity: 1;
}

.cbp-tm-submenu {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	top: 52px;
	left: -30px;
	opacity: 0;
	color: #fff;
	font-size: .8em;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
	z-index: 800;
}
.cbp-tm-submenu a {
	display: block;
	position: relative;
	width: 190px;
	height: 21px;
	padding: 6px 0 6px 10px;
	border-right: 6px solid #d4e4ef;
	border-bottom: 6px solid #d4e4ef;
	border-left: 6px solid #d4e4ef;
	background-color: #155a86;
	color: #fff;
	transition: .25s ease;
	line-height: 1.1;
}
.cbp-tm-submenu a .noir {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	background-color: #ca9a42;
	opacity: 0;
	transition: .6s ease-in-out;
}
.cbp-tm-submenu a:hover .noir, .cbp-tm-submenu a.on .noir {
	width: 190px;
	color: #fff;
	opacity: 1;
}
.cbp-tm-submenu a:hover, .cbp-tm-submenu a.on, .cbp-tm-submenu a:hover .item {
	color: #fff;
}
.cbp-tm-submenu a .item {
	position: absolute;
	top: 6px;
	left: 15px;
	width: auto;
	color: #fff;
	z-index: 2;
	transition: .25s ease;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 12em;
	left: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/****************** fin menu ***************************/

.vilar {
	position: absolute;
	top: 140px;
	left: 30px;
	width: 160px;
	animation-delay: 1s;
	animation-duration: 2s;
}
.vilar .intro {
	display: inline-block;
	width: 100%;
	font-weight: 300;
	font-size: .8em;
	line-height: 1.3;
	text-align: justify;
	padding: 0 0 15px;
	margin: 0;
	border-bottom: 2.5pt solid #ca9a42;
}
.menu-left a .music {
	font-family: 'Barlow Condensed';
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #155a86;
	color: #fff;
	margin: 15px auto 0;
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 44px;
	transition: .2s ease-in-out;
}
.menu-left a:hover .music, .menu-left a.on .music {
	background-color: #ca9a42;
}
.menu-left.scrolled {
	position: fixed;
	top: 130px;
	width: 160px;
	left: 30px;
	transition: .3s ease-in-out;
}
.menu-left .search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 15px 0 0;
	transition: .3s linear;
}
.menu-left .search a img {
	width: 36px;
	transition: .3s linear;
}
.menu-left .search a:hover img {
	transform: rotateY(180deg);
}

.musiciens {
	position: fixed;
	width: 160px;
	top: 0px;
	right: 0px;
	background-color: #fff;
	text-align: center;
	z-index: 500;
	animation-delay: 1s;
	animation-duration: 1.5s;
}
.musiciens .don {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #155a86;
	text-align: center;
	width: 100%;
	height: 78px;
	color: #fff;
	font: 500 1.5em 'Barlow Condensed';
	line-height: 1.2;
	text-transform: uppercase;
	transition: .3s linear;
}
.musiciens .bas {
	display: block;
	width: auto;
	font-family: 'Barlow Condensed';
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
	/*background-color: #fff;*/
}
.musiciens .bas a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	/*margin: 15px 0 0;*/
	/*border-bottom: 1px dotted #666;*/
	padding: 15px 0;
	background-color: #CA9A42;
	transition: .3s ease-in-out;
}
.musiciens .bas a:hover, .musiciens .bas a.on {
	background-color: #155a86;
}
.musiciens .bas a:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

/* canevas central **************************/

main {
	display: block;
	width: auto;
	margin: 144px 190px 0 220px;
	flex: 1;
	animation-delay: .5s;
	animation-duration: 3s;
}
main.home {
	animation-delay: 2s;
}

.actus {
	width: 100%;
	margin: 0 auto;
}
.cycle-slideshow {
	display: block;
	width: 100% !important;
}
.cycle-slideshow .anim {
	position: relative;
	display: block;
	width: 100% !important;
}
.cycle-slideshow .anim span {
	position: absolute;
	bottom: 15px;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 6px 10px;
	font-size: 13px;
	color: #fff;
}
.anim img {
	display: block;
	width: 100%;
	min-width: 100% !important;
}
h2.main {
	font: 500 1.8em 'Barlow Condensed';
	margin: 0 0 30px;
	color: #155a86;
	text-transform: uppercase;
	border-bottom: 2px dotted #666;
	padding-bottom: 5px;
}
.gris {
	color: #303030;
}
.item-actu {
	background-color: rgba(255,255,255,0.6);
	margin-bottom: 20px;
	border-bottom: 2px solid #155a86;
}
.contenu-left, .contenu-right {
	background-color: rgba(255,255,255,0.6);
	padding: 20px 30px;
	font-size: .9em;
	line-height: 1.2;
	margin-bottom: 20px;
	border-bottom: 2px solid #155a86;
}
.contenu-left {
	text-align: left;
}
.contenu-right {
	text-align: right;
}
.contenu-left p, .contenu-right p {
	margin: 0 0 .6em;
}
.contenu-left p:last-of-type, .contenu-right p:last-of-type {
	margin: 0 !important;
}
.contenu-left h4, .contenu-right h4 {
	margin: 0 0 .6em;
	color: #155a86;
	font: 500 1.6em 'Barlow Condensed';
}
.contenu-left a, .contenu-right a {
	color: #000;
	border-bottom: 1px dotted #113059;
	transition: .25s ease;
}
.contenu-left a:hover, .contenu-right a:hover {
	color: #000;
	border-bottom: 1px solid #155a86;
}

.prochains h4 {
	font: 500 1.2em 'Barlow Condensed';
	background-color: #155A86;
	color: #fff;
	margin: 0 !important;
	padding: 10px;
	text-align: center;
}
a .item-agenda-court {
	display: inline-block;
	width: 90%;
	padding: 10px 5%;
	background-color: #CA9A42;
	color: #fff;
	text-align: left;
	line-height: 1.2;
	border-bottom: 1pt solid #fff;
	transition: .3s linear;
}
a .item-agenda-court strong.plus {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 1.2em;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
}
a .item-agenda-court small {
	display: inline-block;
	width: 100%;
	font-size: .85em;
}
a .item-agenda-court strong {
	color: #000;
	font-size: .9em;
	font-style: italic;
	transition: .2s linear;
}
a:hover .item-agenda-court {
	background-color: #155A86;
}
a:hover .item-agenda-court strong {
	color: #e5b869;
}

.news {
	background-color: rgba(255,255,255,0.6);
	padding: 0 20px;
	display: inline-block;
	height: 100%;
	text-align: left;
	transition: .3s ease;
}
.news h2 {
	margin: 5px 0 .5em;
}
.news h4 {
	color: #155a86;
	font-size: 17px;
	margin: 0 0 .25em;
	line-height: 1.2;
}
.contenu {
	display: inline-block;
	text-align: justify !important;
	color: #000;
	font-size: 14px;
	line-height: 1.25;
}
.news:hover {
	background-color: #fff;
}


/* agenda des concerts *************/
a .item-agenda {
	text-align: center;
	transition: .3s ease-in-out;
	overflow: hidden;
}
a .item-agenda .date {
	display: block;
	width: auto;
	padding: 15px;
	background-color: #ca9a42;
	color: #fff;
	border-radius: 12px 12px 0 0;
	transition: .3s ease-in-out;
	position: relative;
	z-index: 10;
}
a:hover .item-agenda .date {
	background-color: #155a86;
	color: #fff;
}
a .item-agenda .date big {
	font-family: 'Barlow Condensed';
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
}
a .item-agenda .date heure {
	font-family: 'Barlow Condensed';
	font-size: 1.2em;
	font-weight: 500;
}
a .item-agenda .date lieu {
	display: inline-block;
	font-size: 13px;
	color: #000;
	line-height: 1.25;
	transition: .3s ease-in-out;
}
a:hover .item-agenda .date lieu {
	color: #fff;
}
a .item-agenda img {
	overflow: hidden !important;
	transition: .3s ease-in-out;
	position: relative;
	z-index: 1;
}
a:hover .item-agenda img {
	transform: scale(1.05);
	transform-origin: center center;
}
a .item-agenda h4 {
	background-color: #155a86;
	font: 500 1.1em 'Barlow Condensed';
	text-transform: uppercase;
	margin: 0 !important;
	color: #fff;
	padding: 10px 15px;
	transition: .3s ease-in-out;
}
a:hover .item-agenda h4 {
	background-color: #303030;
}
a .item-agenda resume {
	display: block;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	text-align: left;
	font-size: 13px;
	line-height: 1.2;
	padding: 15px;
	transition: .3s ease-in-out;
	position: relative;
	z-index: 10;
}
a:hover .item-agenda resume {
	background-color: #fff;
}
a .item-agenda h6 {
	display: block;
	height: auto;
	background-color: #ca9a42;
	font: 400 14px 'Barlow Condensed';
	margin: 0 !important;
	color: #fff;
	padding: 10px 15px;
	border-radius: 0 0 6px 6px;
	transition: .3s ease-in-out;
}
a:hover .item-agenda h6 {
	background-color: #155a86;
	color: #fff;
}
a .item-agenda h6 span {
	white-space: nowrap;
}

.actus h3, h3.saison {
	font: 500 1.5em 'Barlow Condensed';
	margin: 30px 0;
	color: #155a86;
	text-transform: uppercase;
	border-top: 2px dotted #666;
	padding-top: 5px;
	text-align: right;
}
.actus a h3, a h3.saison {
	color: #155a86;
	transition: .3s ease-in-out;
}
.actus a:hover h3, a:hover h3.saison {
	color: #303030;
}


/* pied de page ***************************************/
footer {
	display: block;
	background-color: #155a86;
	color: #fff;
	padding: 20px 40px;
	height: 60px !important;
	width: auto;
	margin: auto 0 0;
	position: relative;
	font-size: .8em;
	z-index: 21;
	animation-delay: .5s;
	animation-duration: 1s;
}
footer a {
	color: #d4e4ef;
	border-bottom: 1px dotted #d4e4ef;
	padding-bottom: 1px;
	transition: .25s ease;
}
footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/* pages intérieures **********************************************************************/

.ariane {
	display: block;
	width: 97%;
	height: 44px;
	background: linear-gradient(to left, #fff, transparent);
	margin-bottom: 40px;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.15em;
	color: #303030;
	text-transform: uppercase;
	padding: 0 3% 0 0;
	text-align: right;
	line-height: 44px;
	white-space: nowrap;
	border-radius: 0 22px 22px 0;
}
.ariane strong {
	font-weight: 500;
	color: #155a86;
}
.ariane a {
	display: inline-block;
	color: #000;
	transition: .3s ease;
}
.ariane a:hover {
	color: #155a86;
}
.ariane span, h2.art span {
	display: inline-block;
	white-space: nowrap;
}
.ariane small {
	color: #666;
	text-transform: none;
	font-size: 1em;
}

section {
	display: inline-block;
	margin: 0 0 40px;
	text-align: left;
}
h2.art {
	font: 500 1.8em 'Barlow Condensed';
	margin: 0;
	color: #155a86;
	text-transform: uppercase;
	border-bottom: 2px dotted #666;
	padding-bottom: 5px;
}
h2.art .mince {
	font-weight: 400;
	color: 000 !important;
}
h2.results {
	font: 500 1.6em 'Barlow Condensed';
	margin: 1em 0 .5em;
	color: #155a86;
	text-transform: uppercase;
}
h4.results {
	font-weight: 400;
	margin: 0 0 .5em;
}
h4.results a {
	color: #155a86;
	transition: .25s ease-in-out;
}
h4.results a:hover {
	color: #000;
}
section h2.spip {
	font: 500 1.5em 'Barlow Condensed';
	color: #000;
	margin: 1.25em 0 .5em;
	text-align: left;
}
section h2.spip:first-of-type {
	margin: 0 0 .5em;
}
section .texte {
	display: inline-block;
	width: 95%;
	margin: 20px 0 20px 5%;
	text-align: justify;
	line-height: 1.4;
}
section .texte h2.spip {
	color: #155a86;
}
section .texte p {
	margin: 0 0 1em;
}
section .texte i {
	font-size: .9em;
}
section .texte.special i {
	font-size: 1em !important;
}
section .texte a {
	color: #155a86;
	transition: .25s ease;
}
section .texte a:hover {
	color: #000;
}
section .texte .event-right {
	float: right;
	width: 35%;
	margin: 0 0 20px 30px;
}
section .texte .event-right .date {
	display: block;
	background-color: #ca9a42;
	color: #fff;
	font: 500 1.3em 'Barlow Condensed';
	text-align: center;
	padding: 10px 0;
	border-radius: 12px 12px 0 0;
}
section .texte .event-right .date strong {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 500;
}
section .texte .event-right a .resa {
	display: block;
	background-color: #155a86;
	color: #fff;
	font: 500 1.8em 'Barlow Condensed';
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 12px;
	border-radius: 0 0 12px 12px;
	transition: .3s ease;
}
section .texte .event-right a:hover .resa {
	background-color: #ca9a42;
}
section .texte .event-right .free {
	display: block;
	background-color: #155a86;
	color: #fff;
	font: 500 1.8em 'Barlow Condensed';
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 1px;
	line-height: 1;
	border-radius: 0 0 12px 12px;
}
section .texte .event-right .free small {
	font: 400 .6em 'Barlow';
	text-transform: none;
}
section .texte .artistes {
	display: block;
	width: auto;
	background-color: #fff;
	padding: 15px;
	line-height: 1.2;
	text-align: center;
	border-right: 1px solid #155a86;
	border-bottom: 1px solid #155a86;
	border-left: 1px solid #155a86;
}
.artistes a .ligne {
	display: inline-block;
	width: 100%;
	margin-bottom: .5em;
}
.artistes a .noir {
	font-family: 'Barlow';
	font-size: .95em;
	color: #000 !important;
}
section .texte .pdfs {
	float: right;
	width: 120px;
	padding: 5px 10px 10px;
	margin: 0 0 1em 20px;
	font: 500 14px 'Barlow Condensed';
	color: #000;
	background-color: rgba(255,255,255,0.65);
	text-align: center;
	border-radius: 6px;
	transition: .3s ease;
}
section .texte .pdfs a img {
	width: 50px;
	margin: 10px auto 5px;
	opacity: 0.7;
	transition: .3s ease;
}
section .texte .pdfs:hover {
	background-color: #fff;
}
section .texte .pdfs a:hover img {
	opacity: 1;
}

.event-art {
	font-family: 'Barlow Condensed';
	font-size: 20px;
	padding-top: .5em;
	width: 100%;
}
.event-art strong {
	font-weight: 500;
}
.event p a.spip_in {
	background-color: #155A86;
	padding: 4px 8px;
	color: #fff;
	font-size: .9em;
	transition: .25s linear;
}
.event p a:hover.spip_in {
	background-color: #444;
}
section .event {
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
}
section .event.programme {
	background-color: #f4e9d0;
}
section .event.programme ul.spip li {
	font-size: .85em;
	padding-bottom: 0 !important;
}
section .event.programme p {
	margin: .7em 0 0;
}
section .event table.spip {
	width: 100% !important;
	margin-bottom: 20px;
}
section .event table.spip td {
	background-color: #fff;
}
section .event .spip_document {
	margin: 2px 0;
}
/*section .event .spip_document figure.spip_doc_inner{
	width: 30px;
}*/
section .event similaire {
	float: right;
	font-size: 14px;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	text-transform: uppercase;
	/*padding-top: 12px;*/
}
section .event similaire a {
	background-color: #155a86;
	color: #fff;
	padding: 4px 8px;
	transition: .3s ease;
}
section .event similaire a:hover {
	background-color: #303030;
}
.spip_document_right section figure.spip_doc_inner {
	float: right;
	margin: 0 0 20px 20px;
	width: 30%;
}
figure.spip_doc_inner img {
	width: 100% !important;
}
.spip_document_center figure.spip_doc_inner {
	float: none;
	margin: 0 20% 20px;
	width: 60%;
}
.spip_document_center figure.spip_doc_inner img {
	width: 100%;
	min-width: 100% !important
}
.spip_doc_titre strong {
	font: 400 13px Arial, Helvetica;
	color: #444;
}
section h2.table {
	font: 600 2.2em 'Poppins';
	margin: 0 !important;
	color: #155a86;
	text-transform: uppercase;
}
table.chiffres {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}
table.chiffres td {
	background-color: rgba(255,255,255,0.6);
	padding: 20px;
}

table.spip tr td figure.spip_doc_inner {
	float: none;
	margin: 0 !important;
	width: 150px;
}
table.spip tr td figure.spip_doc_inner img {
	width: 100% !important;
}
table.spip tr td {
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
}
section .event h2.spip {
	font: 500 1.6em 'Barlow Condensed';
	color: #155a86;
	margin: 0 0 .5em;
	text-align: left;
}

.intro-rub {
	font-family: 'Poppins';
	font-size: 14px;
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 40px;
}
.intro-rub strong {
	font-weight: 600;
}
.intro-rub h2, .texte h2.spip {
	font: 500 1.6em 'Barlow Condensed';
	margin: 0 0 15px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px dotted #666;
	padding-bottom: 5px;
	text-align: left;
}
.intro-rub a, .timeline .time-position a {
	color: #155a86;
	transition: .25s ease;
}
.intro-rub a:hover, .timeline .time-position a:hover {
	color: #000;
}
/*.intro-rub .spip_document figure.spip_doc_inner {
	width: 30px;
}*/
.intro-rub.lieux strong {
	font-weight: 600;
	font-size: 1.1em;
}
.intro-rub.lieux table.spip {
	width: 100% !important;
}
.intro-rub.lieux table.spip .spip_document figure.spip_doc_inner a img {
	cursor: default;
}
.intro-rub p {
	margin: 0 0 1em;
}


.timeline {
	display: inline-block;
	width: 100%;
	background: url("images/bg-timeline.png") top center repeat-y;
	font-size: .85em;
}
.timeline .time-position {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	overflow-x: hidden;
}
.timeline .line {
    width: 65%;
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
}
.timeline .line.left {
	float: left;
    text-align: right;
	border-right: 3px solid #155a86;
	margin-left: 5%;
	background-color: #fff;
	/*background-size: contain;*/
	border-radius: 6px 0 0 6px;
	overflow-x: hidden;
}
.timeline .line.left span {
	display: inline-block;
	margin: 15px 15px 15px 20px;
}
.timeline .line.right {
	float: right;
    text-align: left;
	border-left: 3px solid #155a86;
	margin-right: 5%;
	background-color: #fff;
	/*background-size: contain;*/
	border-radius: 0 6px 6px 0;
	overflow-x: hidden;
}
.timeline .line.right span {
	display: inline-block;
	margin: 15px 20px 15px 15px;
}
.timeline .line.left img.spip_logo {
	float: right;
	width: 30%;
	margin: auto 0 auto 20px;
}
.timeline .line.right img.spip_logo {
	float: left;
	width: 30%;
	margin: auto 20px auto 0;
}
.timeline .line h4 {
	margin: 0 0 10px;
	font: 500 1.4em 'Barlow Condensed';
	text-transform: uppercase;
	color: #155a86;
}

/* recherche musiciens ********************************/
.item-instrument {
	background-color: rgba(255,255,255,0.6);
	padding: 15px;
	transition: .3s ease-in-out;
}
.item-instrument.form {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
.item-instrument.form i {
	font-style: normal;
	font-weight: 600;
}
.item-instrument.form .formulaire_recherche {
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}
.item-instrument:hover {
	background-color: #fff;
}
.item-instrument h4 {
	margin: 0 0 10px;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.4em;
	color: #155a86;
}
.item-instrument a button {
	background-color: #303030;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	padding: 5px 8px;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	cursor: pointer;
	border: 0 !important;
	transition: .3s ease-in-out;
}
.item-instrument a:hover button, a:hover .item-alpha, h2.art a:hover button {
	background-color: #155a86;
}
h2.art a:hover button.gris2 {
	background-color: #000;
}
a .item-alpha {
	display: inline-block;
	background-color: #ca9a42;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin: 10px 5px 0;
	border-radius: 30px;
	transition: .3s ease;
}
a:hover .item-alpha {
	background-color: #155a86;
}

a .item-musicien span {
	display: block;
	width: auto;
	background-color: #ca9a42;
	color: #fff;
	font: 400 1.2em 'Barlow Condensed';
	padding: 10px;
	text-align: left;
	transition: .4s ease;
}
a .item-musicien img {
	width: 100%;
	min-width: 100%;
	filter: grayscale(100);
	transition: .4s ease;
}
a .item-musicien h5 {
	background-color: #155a86;
	color: #fff;
	font: 600 14px 'Poppins';
	padding: 10px;
	text-align: right;
	margin: 0;
	transition: .4s ease;
}
a:hover .item-musicien span {
	background-color: #155a86;
}
a .item-musicien span strong {
	font-weight: 500;
}
a:hover .item-musicien img {
	filter: none;
}
a:hover .item-musicien h5 {
	background-color: #303030;
}
a .item-musicien h5.esb {
	background-color: #444;
}
a:hover .item-musicien h5.esb {
	background-color: #000;
}

.centrer {
	text-align: center;
}

h2.art .item-alpha {
	display: inline-block;
	background-color: #155a86;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin: 10px 5px 0;
	border-radius: 30px;
}
.logo-art {
	float: right;
	display: block;
	width: 30%;
	margin: 0 0 1em 20px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #000;
}
.logo-art img, .logo-event img, .logo-alpha img {
	width: 100%;
	min-width: 100%;
}
.logo-event {
	display: block;
	width: auto;
	border-right: 1px solid #155a86;
	border-left: 1px solid #155a86;
}
.logo-event img {
	width: 100%;
	min-width: 100%;
}
.logo-alpha {
	float: right;
	display: block;
	width: 50%;
	margin: 0 0 1em 20px;
}
h2.art a button {
	float: right;
	background-color: #666;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	padding: 4px 8px 6px;
	margin-left: 6px;
	white-space: nowrap;
	cursor: pointer;
	border: 0 !important;
	transition: .3s ease-in-out;
}
h2.art a button i {
	font-style: normal;
	font-weight: 400;
}

/* ajout bouton mécène *******************/
.mecene {
	float: right;
	background-color: #155A86;
	font-family: 'Barlow Condensed';
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	text-transform: none;
	padding: 4px 8px 6px;
	margin-left: 6px;
	white-space: nowrap;
	border: 0 !important;
}
.mecene strong {
	font-weight: 500;
}
.mecene p {
	margin: 0 !important;
}

.temoignage {
	font-size: 1em;
	font-family: 'Poppins';
}
.temoignage p i, .temoignage i {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-style: italic;
	font-size: 1.05em;
	line-height: 1.25;
}
.temoignage strong {
	font-weight: 600;
}
/*********************************************/

h2.art small {
	text-transform: none;
	color: #666;
}
h2.art .gris {
	color: #000;
	text-transform: none;
}
h2.art a button.gris2 {
	background-color: #444;
}
.noir {
	color: #000;
	font-size: 1.2em;
}
.texte a button {
	background-color: #155a86;
	font-weight: 500;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	padding: 6px 12px 8px;
	cursor: pointer;
	border: 0 !important;
	border-radius: 4px;
	transition: .3s ease-in-out;
}
.texte a:hover button {
	background-color: #303030;
}
.red {
	color: #155a86;
}
.large {
	display: block;
	width: 100% !important;
}


/* pagination *-***************************************************************/
.pagination {
	margin: 1em 0;
}
.pagination .pagination-items {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-weight: 600;
}
.pagination .pagination-item {
	margin: 0em;
	flex-basis: 7.5%;
	display: flex;
	align-items: center;
}
.pagination .pagination_precedent_suivant .pagination-item {
	flex-basis: auto;
}
.pagination .pagination-item + .pagination-item {
	margin-left: 0.5em;
}
.pagination .pagination-item-label {
	display: block;
	flex-basis: 100%;
	background-color: #fff;
	color: #000;
	padding: .5em 0;
	text-align: center;
	border-radius: .3em;
	transition: .25s ease;
}
.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active {
	background-color: #666;
	color: #fff;
}
.pagination .pagination_precedent_suivant .disabled {
	visibility: hidden
}
.pagination .pagination-item.disabled {}
.pagination .pagination-item.disabled .pagination-item-label {
	color: #000;
	background-color: transparent;
	font-family: Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 2px;
}

/* formulaire de recherche des musiciens ***********************************/

.flexitarien {
	display: table;
	width: 100%;
	height: 60px;
	text-align: center;
}
/*.flexitarien p {
	display: table-cell;
    vertical-align: middle;
}*/
input.search {
	display: table-cell;
    vertical-align: middle;
	border: 2px solid #666;
	background-color: #fff;
	font: 400 1em 'Poppins';
	margin-right: 5px;
	width: 150px;
	padding: 4px 0 4px 4px;
	transition: .25s ease-in-out;
}
input.search:focus {
	border: 2px solid #155a86;
	width: 180px;
}
.flexitarien button {
	display: table-cell;
    vertical-align: middle;
	background-color: #666;
	color: #fff;
	font: 600 19px 'Poppins';
	padding: 3px 6px 2px;
	cursor: pointer;
	border: 0;
	transition: .25s ease;
}
.flexitarien button:hover {
	background-color: #155a86;
}

a .pdf-saison {
	display: block;
	text-align: center;
	transition: .3s ease;
}
a .pdf-saison img {
	width: 100%;
	opacity: 1;
	margin-bottom: 10px;
	transition: .3s linear;
}
a:hover .pdf-saison img {
	opacity: .7;
}

.warning {
	display: inline-block;
	margin: 0 0 40px;
	text-align: left;
	font-size: 1.2em;
	color: darkred
}

/* ajout On parle de nous */

a .item-news {
	text-align: left;
	position: relative;
}
a .item-news h4 {
	background-color: #155a86;
	text-align: right;
	font: 400 1.1em 'Barlow Condensed';
	color: #fff;
	line-height: 1.2;
	padding: 6px 10px 0;
	min-height: 3.2em;
	transition: .3s ease-in-out;
}
a:hover .item-news h4 {
	background-color: #000;
}
a .item-news .logo-news {
	position: relative;
	z-index: 1;
}
a .item-news .nom-media {
	position: absolute;
	top: 130px;
	left: -10px;
	background-color: #CA9A42;
	padding: 3px 10px;
	font-family: 'Poppins';
	font-size: .9em;
	color: #fff;
	z-index: 5;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.6);
	transition: .3s ease;
}
a .item-news .nom-media small {
	display: inline-block;
	margin: 3px 0 0;
	font-family: 'Barlow Condensed';
	font-size: 1em;
}
a:hover .item-news .nom-media {
	left: 10px;
}

h2.art-actu {
	font: 500 1.8em 'Barlow Condensed';
	margin: 0 0 -1em !important;
	color: #155a86;
	text-transform: uppercase;
	border-bottom: 2px dotted #666;
	padding-bottom: 5px;
}
.date-actu {
	display: inline-block;
	/*width: 100%;*/
	margin: 5px 0 1em;
	font: 600 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #155a86;
	padding: 5px 10px;
	text-align: right;
	text-transform: none;
}
.date-actu small {
	font-weight: 400;
	font-size: 14px;
}

/* ajouts rubrique actualités */
a .item-artnews {
	background-color: #155A86;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font: 600 1.2em 'Poppins';
	color: #fff;
	transition: .3s linear;
}
a .item-artnews p {
	margin: 0!important;
}
a .item-artnews p small {
	font-weight: 400;
	font-family: 'Barlow Condensed';
	font-size: .85em;
}
a:hover .item-artnews {
	background-color: #CA9A42;
}

/* ajouts rubrique photos *******************/

a .photos {
	position: fixed !important;
	width: 120px;
	top: 310px;
	right: 0px;
	background-color: #155A86;
	text-align: center;
	font: 500 1.2em 'Barlow Condensed';
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	z-index: 50;
	animation-delay: 1s;
	animation-duration: 1s;
	transition: .25s linear;
}
a:hover .photos, a:hover .videos, a.on .photos, a.on .videos {
	background-color: #CA9A42;
}
a .videos {
	position: fixed !important;
	width: 120px;
	top: 354px;
	right: 0px;
	background-color: #155A86;
	text-align: center;
	font: 500 1.2em 'Barlow Condensed';
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	z-index: 50;
	animation-delay: 1s;
	animation-duration: 1s;
	transition: .25s linear;
}

/* ajout dates de màj bios ************************************************/

p.date-maj {
	text-align: right;
	font-size: .85em;
	font-family: Verdana, Helvetica;
}
p.date-maj strong {
	font-weight: 400;
	font-size: 1.1em;
	background-color: #CA9A42;
	padding: 5px 10px;
	color: #fff;
}

.portrait {
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

/* ajout iframe feuilletable ***********************************************/

.pdfeuille {
	position: relative;
}

.pdfeuille iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo-mecene {
	background-color: #fff;
	padding: 20px 40px;
	height: 70%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo-mecene img {
	width: 100%;
}

.titre-mecene, a .titre-mecene {
	display: inline-block;
	width: 90%;
	padding: 10px 5%;
	text-align: center;
	background-color: #155A86;
	color: #fff;
	font: 500 1.2em 'Barlow Condensed';
	transition: .3s linear;
}
.item-mecene:hover .titre-mecene, a:hover .titre-mecene {
	background-color: #ca9a42;
}


/***************************************************************************/


@media (max-width: 1050px){
	
	body {
		background-blend-mode: soft-light;
	}
	
	#top {
		right: 10px;
	}
	
	header h1 {
		margin: 0 0 0 220px;
	}

	.logo {
		left: 42px;
	}
	
	nav {
		left: 220px;
		font-size: 1.05em;
	}
	.cbp-tm-submenu {
		top: 44px;
		font-size: .9em;
	}
	.cbp-tm-submenu a {
		width: 176px;
		height: 20px;
	}
	
	.vilar {
		left: 10px;
	}
	.menu-left.scrolled {
		left: 10px;
	}
	.musiciens, .social, .vilar, .photos, .videos {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.musiciens-resp {
		display: block;
		visibility: visible;
		opacity: 1;
		position: fixed;
		width: 230px;
		top: 0px;
		right: 0px;
		background-color: #fff;
		text-align: center;
		z-index: 500;
		animation-delay: 1s;
		animation-duration: 1.5s;
	}
	.musiciens-resp .search {
		float: left;
		display: block;
		margin: 0 18px 0 0;
		width: 60px;
		height: 58px;
		padding: 20px 10px 0 0;
		/*background-color: #d4e4ef;*/
	}
	.musiciens-resp .menu-resp {
		float: left;
		width: 130px;
		height: 58px;
		text-align: center;
	}
	.musiciens-resp .menu-resp span {
		display: inline-block;
		width: 100%;
		margin: 8px 0 0;
	}
	.musiciens-resp .menu-resp span a {
		font-family: 'Barlow Condensed';
		font-size: 15px;
		font-weight: 500;
		text-transform: uppercase;
		background-color: #155a86;
		color: #fff;
		padding: 4px 0;
		display: inline-block;
		width: 116px;
		transition: .25s ease;
	}
	.musiciens-resp .menu-resp span a:hover, .musiciens-resp .menu-resp span a.on {
		background-color: #ca9a42;
		color: #fff;
	}
	
	main {
		margin: 144px 65px 0 40px;
	}
	.actus {
		width: 100%;
	}
	.intro-resp {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		margin-bottom: 40px;
		font-weight: 300;
		font-size: .8em;
		line-height: 1.3;
		text-align: justify;
	}
	
	.social-resp {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 34px;
		text-align: center;
		margin: 0 0 30px;
		animation-delay: 1s;
		animation-duration: 1.5s;
	}
	
}


@media (max-width: 840px){

	nav {
		left: 164px;
	}
	
}

@media (max-width: 825px){
	
	footer {
		height: auto !important;
	}
	.pied {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.pied-resp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#top {
		bottom: 115px;
	}
	
}

@media (max-width: 770px){
	
	.logo {
		top: 10px;
		left: 40px;
		width: 60px;
	}
	header h1 {
		margin: 0 0 0 120px;
	}
	a .donhello {
		left: 280px;
	}
	nav {
		left: 40px;
	}
	.timeline .line {
		width: 95%;
	}
	
}

@media (max-width: 681px){
	
	nav, .musiciens-resp .menu-resp, .cache, .cycle-slideshow.normal {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.cycle-slideshow.resp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		width: 100%;
	}
	.musiciens-resp {
		width: 130px;
	}
	
	main {
		margin: 104px 65px 0 40px;
	}
	
	.ariane {
		font-size: 1em;
		color: #303030;
	}
	
	.news {
		margin-top: 30px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.news h4 {
		margin: .25em 0;
	}
	a .item-agenda, a .item-musicien {
		margin-bottom: 20px;
	}
	a .item-agenda h6 {
		font-size: 16px;
	}
	
	a .item-musicien span {
		font: 400 1.5em 'Barlow Condensed';
	}
	a .item-musicien h5 {
		font: 600 16px 'Poppins';
	}
	
	section .texte {
		width: 100%;
		margin: 20px 0;
		font-size: 15px;
		line-height: 1.35;
	}
	section .texte .event-right {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	h2.art span:last-of-type {
		margin-right: 20px;
	}
	h2.art a button {
		float: none;
		margin: 6px 0;
	}
	
	.logo-art, .logo-alpha {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	
	.cycle-slideshow .anim span {
		font-size: 11px;
	}
	
	#top {
		bottom: 155px;
	}
	a .item-news {
		margin-bottom: 20px;
	}
	
	.portrait {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	
}


@media (max-width: 520px){
	
	.gris {
		display: inline-block;
		width: 100%;
	}
	
	a .item-agenda .date big {
		font-size: 28px;
	}
	a .item-agenda .date heure {
		font-size: 22px;
	}
	a .item-agenda .date lieu {
		font-size: 16px;
	}
	
}



