/*
Theme Name: 2013
Description: YOUN 2013 - Les petites mains
Author: Les petites mains
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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

/* * 8.0 - Media Queries à la fin !!! --> */

@import url('../twentythirteen/style.css');
@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');

   

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}





article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

div, p, a, li, td { -webkit-text-size-adjust:none; }


body {
	margin:0px auto;
	width:100%;
	padding:0;
    background:black;
	/*background:url(images/fond_2022.jpg) no-repeat #dcdcdc;*/
   /* background:url(images/fond_2023.jpg) no-repeat #dcdcdc;
	background-position: 12% 90%;
	background-attachment:fixed;
	-webkit-background-size: fixed; /* pour Chrome et Safari */
  	/*-moz-background-size: fixed; /* pour Firefox */
 	/* -o-background-size: fixed; /* pour Opera */
 	/*background-size: cover; /* version standardisée */	
	/*position:absolute;
    top:0px;
    left:0px;
    bottom:0px;*/
	font-family: 'Raleway', sans-serif;
	color:#4a4a4a;
	
	
}
#bg {
  background:url(images/fond_2025.jpg) ;
  background-position: 0% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top:0;
}

a, .entry-content a, .comment-content a {
	color:#4a4a4a;
	text-decoration: none;
}

a:visited {
	color: #4a4a4a;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #4a4a4a;
	outline: 0;
	text-decoration: none;
}
a {
	outline-style: none;
	border: none;
	border:0px solid black;
}
:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}

a:hover {
	text-decoration: none;
}




/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background: none;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
clear: both;

font-family: Arial, Helvetica, sans-serif;

/*font-weight:bold;*/
line-height: 1.3;
color:#4a4a4a;
}
h3 {
	font-size:20px;
	margin-bottom:20px;
}
/**
 * Header
 * ----------------------------------------------------------------------------
 */
.site-header {
 	background: rgba(255, 255, 255, 0);
	z-index: 10;
 	position: fixed;
 	top: 0;
	width: 100%;
}
.site-header .site-title:hover {
	text-decoration: none;
}

.site-header .home-link {
    width: 41%;
    min-height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 19px;
}
.site-title {
	color: #fff;
	font-size:50px;
	font-weight:700;
    padding: 0;
	float:left;
    /*line-height: 107px;*/
}

.site-description  {
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 113px;*/
	font-size: 30px;
	margin-left: 12px;
	color: #fff;
	float:left;
	/*letter-spacing: 4px;*/
	font-style: normal;
	
}
.site-title a:hover{
	text-decoration: none;
}


	/*  header */
#navbar {
  /*  menu centre en 1200 */
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#site-navigation{
	width: 59%;

}
#menu-main{
	/*display: block;*//* à conserver pourle voir au foirmat mobile*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fixNavigation {
	/*background:#FFF;*/
	/*background: rgba(96, 98, 97, 0.9);*/
	background: rgba(255, 255, 255, 0.5);
}
.nav-menu li {
	display: block;
    text-align: right;
    width: 100%;
	font-weight:400;
	padding: 40px 0px 0px 0;
}
.nav-menu a:visited{
	color: #fff;
}

.nav-menu li a ,.nav-menu li a:visited{
	font-size:18px;
	color: #fff;
	background:none;
	text-decoration: none;
    padding: 15px 0px;
}

.nav-menu .current-menu-item a:active, .nav-menu .current-menu-item > a, 
.nav-menu .current-page-item > a, 
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:focus{
	color:#666; 
	font-style: normal;
    background-color: transparent!important;
    outline: none;
}
.nav-menu .current-page-item > a,  .nav-menu .current-menu-item > a {
    font-weight:700;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background: rgba(255, 255, 255, 0);
	color:#fff;  
	text-decoration:none;	
}

ul.nav-menu, div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
}


#main{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	height:  auto;	
}
#main h1{
	font-size:20px;
	font-weight:bold;
}
#primary{
	padding-top:120px;
	padding-bottom: 40px; /*pour ne pas etre caché par le footer;*/
	margin-top: 40px;
    margin-left: 0%; /* 45%  avant  */
	
	width: 55%;
	height:  auto;	
}
#content{
	padding:4%;
	background: rgba(255, 255, 255, 0.5);
	height:  auto;
	overflow: auto; /* pour etre de la hauteur du flux des enfants*/
}

/* home*/
#home{
	overflow: auto;
	margin-bottom: 5%;
}
#home article {
    padding:5%;
    background:rgba(255,255,255,0.5);
    margin-bottom: 20px;
}
#home:nth-child(n) {
	filter: none;
}
#news{
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom:#999 solid 1px;
}
.vignette-home, .vignette-news{
	width:160px;
	margin-right:20px;
	/*display:table-cell;*/
}
.vignette-home {
	float:right;
}

.texte-news{
	display:table-cell;
	font-size: 16px;
	line-height: 1.6;
	
}
.moretext {
	color:#656464;
	font-weight:bold;
	font-size:12px;
}
.vignette-home img, .vignette-news img{
	max-width:100%;
	margin-right:20px;
	float:left;
	height: auto;
}
.titre-home{
	font-size:20px;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.titre-news{
	font-size:20px;
	font-weight:bold;
	line-height: 1.2;
}
.date-news{
	font-size:14px;
	font-weight:normal;
	color: #656464;
	margin-bottom: 10px;
}
.nav-links a{
	font-size:12px;
	color: #656464!important;
}


.next {
float: right;
}
.prev {
float: left;
}
.next, .prev {
width:30%;
}
.titre-home a:visited, .titre-home a, .more-link a, .more-link a:visited, .more-link a:active{
	color: #212121;
}
.hentry {
padding: 0px 0;
}
#content a, #content a:visited, #content a:active {
    text-decoration: none;
}

/* pages */

.entry-header, .entry-content, .entry-summary, .entry-meta {
margin: 0 0 0 0;
max-width: 604px;
width: 100%;
}

/* page bio */
.col1{
	width:68%;
	float: left;
	margin-right: 20px;
	font-size:16px;
	line-height: 1.5;
}

.col2{
	width:25%;
	float: right;
}
.col2 img{
	max-width:100%;
	height: inherit;
}


/* flux facebook  */

.cff-event-meta,/* #cff .cff-meta-wrap,*/ .cff-end-date, .cff-dot, .cff-desc   {
	display:none;
}
#cff .cff-meta-wrap {
float: left;
    clear: none;
    width: 17%;
}
#cff .cff-post-links  {
/*float: left;*/
}
#cff .cff-event .cff-details {
        width: 60%;
}
.cff-meta-wrap .cff-post-links  {
	
	 background: #333;
    border: none;
    border-bottom: 0px solid #b93207;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 10px;
    cursor: pointer;
}
#cff .cff-item {
	padding: 10px 0 5px 0;
}
#cff.cff-thumb-layout .cff-date {
    margin-bottom: 20px;
}
.cff-details .cff-date {
	    margin-bottom: 0px!important;
}


/* photos */
#content .gallery_box_single .gallery .gllr_image_block p {
border: none;
margin: 5px 10px 0 0;
padding: 0;
}

#content .picture{
	width: 130px;
float: left;
margin-left: 10px;
margin-right: 11px;
margin-bottom: 10px;
}
#content .picture a{
font-size:12px;
}
/* gallery photo */
.photo-image {
	/*width: 120px;*/
}

/* discography */

#discography-first{
	min-height:305px;
	margin-bottom:40px;
}
.img-disco-first img{
	max-width:323px;
	margin-right:17px;
	float:left;
	/*margin-left: 8px;*/
}

pre {
	background: none;
    color:inherit;
    font-family:inherit;
	font-size: inherit;
}
.disco-name-first{
	/*display:none;*/
	font-size: 20px;
font-weight: bold;
/*margin-bottom: 10px;*/
}
.disco-description-first{
	/*min-height:305px;*/
	margin-bottom: 20px;
	font-size:14px;
	float: left;
	/*width: 240px;*/

}
.disco-description-first pre{
	font-size: 12px;
	margin-top:10px;
	font-family:"Courier New","Arial", monospace;
}
.disco-description-first img {
filter: invert(1);
-webkit-filter: invert(1);
}


.disco-description-first p{	
	margin-bottom: 20px;
}
.details-first{
	max-width:340px;
	float:left;
	height:	50px;
	font-size:12px;
	font-weight:bold;
}
.details-video{
	max-width:100%;
	float:left;
	height:	50px;
	font-size:12px;
	font-weight:bold;
}
/* liste des albums */
/*
*/
.discography-liste-disco{
	float: left;
	background:#000;
	max-width: 130px;
	margin-right: 29px;
	margin-bottom: 25px;
	min-height:118px;
}
.discography-liste-disco-dernier{
	float: left;
	background:#000;
	max-width: 130px;
margin-bottom: 25px;
min-height:118px;
}
.margedroite {
	margin-right: 26px;
}
.discography-liste-video{
	float: left;
	background:#000;
	max-width: 185px;
	/*margin-left: 8px;*/
	margin-right: 26px;
	margin-bottom: 25px;
}
.discography-liste-video-dernier{
	float: left;
	background:#000;
	max-width: 185px;
	/*margin-left: 8px;*/
	margin-right: 0px;
	margin-bottom: 25px;
}

.discography-liste-disco-actif {
	background: rgba(255, 255, 255, 0.6);
	float: left;
	max-width: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.discography-liste-video-actif {
	background: rgba(255, 255, 255, 0.6);
	float: left;
	max-width: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*ici css au survol titre de l'album*/
/*le div avec l'image et le titre */

.video-description-first {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-description-first iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-disco-liste-disco{	
	width:130px;
	margin-right:10px;
}
.img-disco-liste-video{	
	width:185px;
	margin-right:10px;
}
.img-disco-liste-disco img{
	opacity:1;	
	float : left;
	max-width:130px;
	max-height: 120px;
	height: 120px;
	position: relative; 
	top: 0px; 
	left: 0px;	
}
.img-disco-liste-video img{
	opacity:1;	
	float : left;
	width:185px;
	height: 120px;
	
	position: relative; 
	top: 0px; 
	left: 0px;	
}
.disco-name-liste-disco .centre, .disco-name-liste-video .centre {
	text-align:center;
}

.img-disco-liste-disco:hover img, .img-disco-liste-video:hover img{
	opacity:0.5;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;	
	/*opacity:0.5;*/
}

.img-disco-liste-disco:hover .disco-name-liste-disco, .img-disco-liste-video:hover .disco-name-liste-video {
	display: block;
	
}
.disco-name-liste-video{
		position: absolute;
	font-size:16px;
	color:white;	
	padding:80px 0px 40px 0px;
	z-index: 10;
	text-transform:uppercase;
	font-weight:bold;
	display:none;
	width: 185px;
	height: inherit;

}

.disco-name-liste-disco {
	position: absolute;
	font-size:16px;
	color:white;	
	padding:80px 0px 40px 0px;
	z-index: 10;
	text-transform:uppercase;
	font-weight:bold;
	display:none;
	width: 130px;
	height: inherit;
}
.album1, .mea1{
	display: block;	
}

.album1 img, .mea1 img{
	opacity:0.5;
}

.disco-name-liste-disco a:hover, .disco-name-liste-disco a:visited, .img-disco-liste-disco:visited .disco-name-liste-disco, .disco-name-liste-video{
	color:white;
}

.disco-button-liste-disco{
	display: none;
}
.details-liste-disco{
	display: none;
}
.disco-description-liste-disco{
	display: none;
}


/* accordeon buy tickets */

/*#lightbox {
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
   background:url(overlay.png) repeat; 
	background: rgba(255,255,255,.7);.
    text-align:center;
	z-index:1000;
}

#lightbox p {
    
   font-size: 14px;
text-align: center;
font-weight: bold;
}
.lightbox-in{
	background: rgba(255,255,255,0.9);
	width: 200px;
	height: 200px;
	margin: 120px auto auto auto;
	padding: 20px;
	z-index:1000;
}*/

#accordeonbuy {
	width:300px;
}
#accordeonbuy li, #accordeonbuy ul{
	display: block;
	float:none;
	}

#accordeonbuy li a{
	color: darkgrey;
}

#accordeonbuy .details-dates {
	/*background: rgba(255, 255, 250, 0.3);*/
	padding:10px 20px 10px 20px;
	font-size:14px;
	line-height:20px;
	/*background:#d0cfcf;	*/
}

.ui-accordion-header-active{
	/*background: rgba(255, 255, 250, 0.5);*/
}





/* dates */

.archive-link{
	margin-bottom:20px;
}

.dates-liste li > a > div{
	font-size:16px;
	color:#4a4a4a;
}
#content ul{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#accordeon li, #accordeon ul{
    float: left;
    width: 100%;
	}

/*#accordeon li a{
	color: darkgrey;
}*/
 li.dates-liste {
		height: 35px;
		padding: 10px 5px 10px 5px;
}

.details-dates {
	background: rgba(255, 255, 250, 0.8);
	padding:10px 20px 10px 20px;
	font-size:14px;
	line-height:20px;
	color: black;
}
#accordeon li.details-dates a{
	color: black;
}
 li.dates-liste:hover {
	 background: rgba(255, 255, 255, 0.5);
	/*background:#d0cfcf;	*/
	transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
}
a.bouton:active, li:active, #accordeon .ui-accordion-header-active, .dates-liste, .ui-accordion-header, .ui-helper-reset, .ui-state-default, .ui-accordion-icons, .ui-corner-all{
	outline-style:none;
	border:none;
	}

#accordeon .ui-accordion-header-active{
	background: rgba(255, 255, 250, 0.5);
}


#content .date-col1, #content .date-col2, #content .date-col3 {
	/*margin-bottom:20px;*/
}

input[type="submit"]{
	background: #c4b7ac;
/*background: -webkit-linear-gradient(top, #c4b7ac 0%, #d94412 100%);
background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);*/
border: none;
border-bottom: 0px solid #b93207;
border-radius: 0px;
color: #fff;
display: inline-block;
padding: 10px 20px 10px 20px;
text-decoration: none;
/*text-transform:uppercase;*/
margin-right:10px;
font-size: 12px;
}
input[type="submit"]:hover, button:hover{
	background: #5f863d;
}


button, input[type="button"], input[type="reset"] {
background: #91bc6b;
/*background: -webkit-linear-gradient(top, #c4b7ac 0%, #d94412 100%);
background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);*/
border: none;
border-bottom: 0px solid #b93207;
border-radius: 0px;
color: #fff;
display: inline-block;
padding: 3px 5px 3px 5px;
text-decoration: none;
text-transform:uppercase;
margin-right:10px;
font-size: 10px;
cursor:pointer;
}

.full{
	background: #C00;
}


/*.imgnews  {
	
	width: 200px;
	float: left;
}
.titlenews{
	float:left;
	max-width:400px;
}*/



/* contact */


.wpcf7-form-control  {
	line-height: 30px;
	margin-bottom: 10px;
}




/* footer */
.site-footer {
	width: 100%;
	background-color:#000!important;
	font-weight:bold;
	bottom :0px;
	position: fixed;
	z-index: 9999;
	height:40px;
	color: #adadad;
	font-size: 12px;
	filter: none;

}
.footer-content{
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 10px;
padding-top: 2px;
	
}
.ml{
	float: left;
  	width: 20%;
	font-size:10px;
	color:#e6e6e6;;
	font-weight:normal;
	margin-top: 13px;
}
.ml a{
	color:#e6e6e6;
}
.ml a:hover{
	color:#e6e6e6;
}

#newsletter{
  float: left;
  width: 8%;
  padding-top: 11px;
  text-align: right;
  padding-right: 5px;
}
#form-newsletter{
	float:left;
	width:25%;
}
#form-newsletter .wpcf7-form-control-wrap {
	margin-top: 4px;
	float: left;
	position: relative;
}
#form-newsletter .wpcf7-form-control-wrap input{
	width:200px;
	background:#1b1b1b;
	border: solid 0px;
	height:27px;
	font-weight: bold;
	color: #adadad;
	font-size: 12px;
	margin-right:10px;
	padding-left:10px;
	border-radius:5px;
}
#form-newsletter input[type="submit"]{
	/*background:url(images/submit-ok.jpg) no-repeat;*/
	color: #adadad;
	background:#000;
	width: 40px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	cursor: pointer;
	line-height: 17px;
}
#form-newsletter  input[type="submit"]:hover{
	opacity: 0.5;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size:12px;
margin-top: -10px;

display: block;
}



#partage{
	float:right;
	width:10%;
}
#partage img{
	width: 36px;
height: 36px;
}
#partage a:hover{
	opacity: 0.5;
}
#player{
	float:left;
	width:30%;
}
.ttw-music-player {
	width: 100%;
	
}
.ttw-music-player .album-cover {
	display:none;

}

.player-controls-fa {
	width: 100px 
}
.ttw-music-player .player-controls-fa {
		width: 215px;
		height: 30px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
        border-radius: 6px;
		background: transparent url(../images/player-bg.png) repeat 0 0 scroll;
		float: left;
		margin: 0px 0 0 0px;
}

.ttw-music-player .player-controls-fa .main {
		width: 52px;
		height: 12px;
		margin: 9px 9px;
		float: left;
}
.ttw-music-player .player-controls-fa div {
    float: left;
    cursor: pointer;
}


.ttw-music-player .player-controls {
	margin: 0px 0 0 0px;
}
.ttw-music-player .artist-outer {
	display: none;
}
.ttw-music-player .track-info {
	margin: 0px 0 0 0px;
	width: 52px; /*!important*/
	font-size: 12px;
	height: 0px;
}
.ttw-music-player .player .title {
	color: #737373;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	adding-right: 5px;
	margin-top: 6px;
}



.site-footer .sidebar-container {
	background: none;
	padding:0;
}
.site-footer  li{
	float:left;
}



/* style du menu déroulant */
.toggled-on,
.toggled-on > ul {
		background: rgba(0, 0, 0, 0.5);
}

.nav-menu.toggled-on > li {
		/*display: block;*/
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	/*float: inherit;*/
}
.nav-menu.toggled-on li a {
	color: #ccc;
}
.nav-menu.toggled-on li a:hover {
	color: #fff;
}
@media screen and (min-width: 769px) { 
    #toggle {
        display:none;
    }
} 

			
/*@media (max-width: 376px) {
			   .site-title {
				color: #fff;
			   font-size: 25px;
				font-weight: bold;
				line-height: 37px;
				padding-left: 10px;
				
			}
}*/


@media (max-width: 540px) {
	#bg {
  background:url(images/fond_mobile.jpg) ;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: 130%;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top:0;
  background-attachment: unset;
}
	.borderImage
        {
          -webkit-tap-highlight-color:rgba(0,0,0,0);
        }  
	
		
		 .menu-toggle {

			cursor: pointer;
			float:right;
			width:3em;
            display: block;
			font: bold 16px/1.3 Arial, Helvetica, sans-serif;
             /* background:#b0b0b2;*/
			background-color: rgba(0, 0, 0, 0.5);
            font-size:1.35em;
            text-align: center;
			padding: 10px;
			color:white;
		 }
		   .site-header .home-link {
               width: 100%;
			   padding: 15px 10px 0 10px;
		   }
			.site-title {
				font-size: 30px;
				padding: 0px;
			}
			.site-description {
				font-size: 16px;

			}
	
			.vignette-home {
				width: 100%;
				    margin-right: 0;			
			}		
			.site-header { /* pour faire slider le header*/
				z-index: 100;
			    position: absolute;
			    /*background: #000;*/
			}
			#site-navigation {
				height: auto;
				padding-bottom: 5px;
				margin-left: auto;
				margin-right: auto;
				width: 100%;
				position: absolute;
				top: 45px;
			}
		   #menu-main{
			      padding-left: 35px;
                 flex-direction: column;
               
		   }
		   
			.nav-menu li a {
				padding: 5px 20px 0 0px;
				-webkit-tap-highlight-color: rgba(0,0,0,0);
			}
		   .nav-menu mobile{
		   }
		   ul.nav-menu {
			   display:block;
		   }
		  #news  .vignette-news img {
			  display:none;
		   }
		  #news .vignette-home img {
			  width:100%;
		    
			}
			.titre-home {
			    margin-top: 20px;
			}
		   #primary {
				padding-top: 0px;
				padding-bottom: 40px;
				margin-top: 17%;
				margin-left: 0%;
				width: 100%;
				height: auto;
				background: #fff;
			}
           
            .home #primary {
                margin-top: 85%;
             }
            /*body.home {
               background-size: auto;
                background:url(images/fond-mobile.jpg) no-repeat #dcdcdc;
			   background-position: 50% 0%;
                 background-attachment: unset;

             }*/
            body {
                background-image: none;
           }

			
			#discography-first {
				min-height: 0;
				margin-bottom: 10%;
				
			}
			.disco-name-first {
				margin-top:20px;
			}
			.mea {
				display: none;
			}
			.mea1 img{
				opacity:1;
			}
			.mea1 p, .disco-name-liste-disco .centre{
				display:none;
			}
			.mea1 p:hover{
				display: block;
			}
			.details-video {
			}
			
			.img-disco-first img {
				max-width: 100%;
				margin-right: 0px;
			}
			.disco-description-first {
				width: 100%;
			}
			.disco-name-liste-disco {
				font-size: 12px;
				width: 90px;			
				padding: 7% 0px 7% 0px;
			}
			.disco-name-liste-video{
				font-size: 15px;
				width: 40%;
				padding: 15% 0px 7% 0px;
			}
			.discography-liste-disco, .discography-liste-disco-dernier {
				max-width: 26%;
				min-height: 70px;
				margin-right: 3%;
				margin-left: 3%;
				margin-bottom: 3%;
				height: auto;
			}
			.discography-liste-video, .discography-liste-video-dernier {
				max-width: 45%;
				min-height: 108px;
				margin-right: 2%;
				margin-left: 2%;
				margin-bottom: 5%;
				height: auto;
			}
			.img-disco-liste-disco {
				width: 100%;
				margin-right: 0px;
				}
				.img-disco-liste-video {
				width: 100%;
				margin-right: 0px;
				}
			.img-disco-liste-disco img {
					max-width: 100%;
					max-height: 80px;
					height: 70px;
			}
			.img-disco-liste-video img {
					max-width: 100%;
					height: auto;
			}
			#content .picture {
					width: 28%;
					margin-left: 2%;
					margin-right: 2%;
					margin-bottom: 2%;
				}
				#content .picture a {
				font-size: 11px;
				}
			.photo-image {
				width: 100%;
				}
			#content a{
					-webkit-tap-highlight-color: rgba(0,0,0,0);
				}
			li.dates-liste {
				height: 60px;	
			}

		#content .date-col1 {
		width: 100%;
		float: left;
		font-size:14px;
		font-weight:bold;
		}

		
		#content .date-col2{
			width:50%;
			float: left;
			
		}
		#content .date-col3{
			width:40%;
			float: left;
			
		}
		#content .date-col4{
			width:10%;
			float: left;
			opacity:0.3;
			font-size:12px;
			
		}
		.ml{display:none;}
		
			 .site-footer {
				 height:40px;
			 }
			 #newsletter{
				 display:none;
				 width: 100px;
			 }
			 #form-newsletter {
				 display:none;
				float: left;
				width: 60%;
				}
			#form-newsletter .wpcf7-form-control-wrap input {
				display:none;
					width: 120px;
				}
			#partage {
				/*display:none;*/
                float: right;
                width:150px;
                margin-left:100px;
			}
			#myplayer {
				float: left;
				width: 370px;
				    padding-top: 5px;
			}
			#myplayer .ttw-music-player {
				padding: 0px 30px;
			}
			.ttw-music-player .player-controls-fa .main {
				/*margin: 3px 0 0 20px;*/
				margin: 3px 0 0 0px;
			}
			.ttw-music-player .progress-wrapper {
				display:none;
			}
			.ttw-music-player .track-info {
				margin: 5px 0 0 80px;
			}
			.moretext {
				/*display:none;*/
				}
	

  
}

@media screen and (max-width: 768px) { 
		#popout {
		position: fixed;
		height: 100%;
		width: 175px;
		background: #111;
		color: #b0bbbf;
		top: 0px;
		left: -250px;
		overflow:auto;
		}


		#toggle {
		float: right;
		position: fixed;
			top: 19px;
			right: 25px;
		width: 28px;
		height: 24px;
		
		}
		
		.nav-menu li { 
				border-bottom: 1px solid #000;
			padding: 18px 0;
			width: 80%;
		}
		
		.nav-menu li:hover { 
		background:#646464;
		}
		
		.nav-menu li a , .nav-menu li a:visited, .nav-menu li a:active{ 
		color:#b0bbbf;
		text-decoration:none;
		width:100%;
		}
		} 

/* format samsung horizontal */	

@media (min-width: 540px) and (max-width: 767px) {
	.borderImage
        {
          -webkit-tap-highlight-color:rgba(0,0,0,0);

        }  
	body {
	    background-image: none;

   }
    .site-title {
        font-size: 30px;
        padding: 0px;
    }
    .site-description {
        font-size: 18px;
          /*  line-height: 59px;*/
    }
    #site-navigation {
        height: 30px;
        float: left;
    }
    .nav-menu li {
        padding: 11px;
    }
    .nav-menu li a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        }
    #partage {
        float: right;
        width: 20%;
        padding-left: 20px;
    }
    #primary {
       margin-left: 0%;
       width: 100%;
       padding: 50px;

    }
    .disco-description-first {
    width: 100%;
    }
    .disco-name-first {
        margin-top:20px;
    }

    .ml{display:none;}
    
	#form-newsletter .wpcf7-form-control-wrap input {
				display:none;
					width: 120px;
	}
	 #newsletter{
				 display:none;
				 width: 100px;
	 }
	#form-newsletter {
				 display:none;
				float: left;
				width: 60%;
	}
	#content a{
					-webkit-tap-highlight-color: rgba(0,0,0,0);
				}
    
	#content .date-col1 {
		width: 30%;
		float: left;
		font-size: 80%;
	}

		
		#content .date-col2{
			width:40%;
			float: left;
			font-size: 80%;
			
		}
		#content .date-col3{
			width:25%;
			float: left;
			font-size: 80%;
			
		}
		#content .date-col4{
			width:5%;
			float: left;
			opacity:0.3;
			font-size:12px;
			
		}
		
}

/* format ipad  */	 
@media (min-width : 768px) 
and (max-width : 1024px) 
    {
	
	

    #bg {
          background-position:  50% 0%;
          background-size: contain;
          background-attachment: unset;
          background-repeat: no-repeat;
     }

	#menu-toggle {
		  display:none;
	  }
	  #menu-main{
		  background: rgba(0, 0, 0, 0);
	  }
    .site-title{
          font-size: 1.8em;
    }
    .site-description {
        font-size: 1.4em;
    }
	/*#primary {
		margin-left: 25%;
		width: 73%;
		}*/
		 #primary {
				padding-top: 0px;
				padding-bottom: 40px;
				color: #6a6a6a;
				margin-top: 60%;
				margin-left: 0%;
				width: 100%;
				/*height: auto;*/
				background: whitesmoke;
		}
		#home{
			min-height: 400px;
		}
		#site-navigation {
            height: 40px;
            float: left;
            margin-left: 10px;
		}
		
		#content .date-col1 {
            width: 28%;
            float: left;
		}
		#content .date-col2 {
            width: 28%;
            float: left;
		}
		#content .date-col3 {
            width: 30%;
            float: left;
		}
		#content .date-col4{
			width:6%;
			float: left;
			opacity:0.3;
			font-size:12px;	
		}
		.ml{display:none;}
	.nav-menu li {
		padding: 15px 0px 0px 0;
	}
	.nav-menu li a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	/* page album */
	.hentry {
		/*min-height: 320px;*/
	}
	.img-disco-first img {
		max-width: 280px;
	}
	.disco-description-first {
		width: 400px;
	}
/*	.img-disco-first img {
				max-width: 100%;
				margin-right: 0px;
			}
			.disco-description-first {
				width: 100%;
	}*/
		.disco-name-liste-disco {
			width: 115px;			
			padding: 7% 0px 7% 0px;
		}
		.disco-name-liste-video{
			font-size: 15px;
			width: 158px;
			padding: 7% 0px 7% 0px;
		}
		
		.discography-liste-disco, .discography-liste-disco-dernier {
			max-width: 115px;
			min-height: 104px;
			margin-right: 14px;
			margin-bottom: 14px;
			height: auto;
		}
		.discography-liste-video, .discography-liste-video-dernier  { 
			max-width: 157px;
			min-height: 79px;
			margin-right: 20px;
			/*margin-left: 2%;*/
			margin-bottom: 20px;
			height: auto;
		}
		/*.discography-liste-video-dernier {
			max-width: 157px;
			min-height: 79px;
			margin-bottom: 21px;
			height: auto;	
		}
		.discography-liste-video-dernier {
			margin-right: 18px;
		}*/
		.img-disco-liste-disco {
			width: 100%;
			margin-right: 0px;
			}
		.img-disco-liste-video {
			width: 100%;
			margin-right: 0px;
			}
		.img-disco-liste-disco img {
				width: 100%;
				/*height: auto;*/
				max-height: 104px;
		}
		.img-disco-liste-video img {
				max-width: 100%;
				height: auto;
		}

		#content .picture {
				width: 20%;
				margin-left: 2%;
				margin-right: 2%;
				margin-bottom: 2%;
			}
		#content .picture a {
			font-size: 12px;
		}
		.photo-image {
			width: 100%;
			}
	
	#form-newsletter {
		float: left;
		width: 30%;
	}

	#myplayer {
	  float: left;
	  width: 370px;
	}
	#newsletter {
		width: 8%;
	}
	#form-newsletter .wpcf7-form-control-wrap input {
		width: 137px;
	}
	#form-newsletter input[type="submit"] {
		background: url(images/submit-ok.jpg) no-repeat;
		padding-left:10px;
	}
	#partage {
		float: right;
		width: 13%;
	}
	.col1 {
		font-size: 18px;
	}
	.texte-news {
		font-size: 18px;
	}
	.moretext {
		font-size: 16px;
	}
}
/*@media (max-width : 1200px) {
    #site-navigation {
        width: 53%;
    }
    .site-header .home-link {
        width: 45%;
    }
}*/

 @media (min-width: 1024px) {
	  #menu-toggle {
		  display:none;
	  }
	  #menu-main{
		  background: rgba(0, 0, 0, 0);
	  }

		/* gestion liste des dates pour s'afficher correctement  */	 
		#content .date-col1 {
		width: 28%;
		float: left;
		}

		
		#content .date-col2{
			width:38%;
			float: left;
			
		}
		#content .date-col3{
			width:28%;
			float: left;
			
		}
		#content .date-col4{
			width:6%;
			float: left;
			opacity:0.3;
			font-size:12px;
			

		}
		#myplayer {
				float: left;
				width: 370px;
			}
}





