@charset "utf-8";

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Medium.woff2') format('woff2'),
        url('Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-SemiBold.woff2') format('woff2'),
        url('Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.woff2') format('woff2'),
        url('Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Regular.woff2') format('woff2'),
        url('Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers Trial';
    src: url('TTTrailersTrial-Db.woff2') format('woff2'),
        url('TTTrailersTrial-Db.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers Trial';
    src: url('TTTrailersTrial-BlkIt.woff2') format('woff2'),
        url('TTTrailersTrial-BlkIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Trailers Trial';
    src: url('TTTrailersTrial-Blk.woff2') format('woff2'),
        url('TTTrailersTrial-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root{
    --background-color : #312b80;
    --title-color : #e61781;
    --color1 : #1f5da5;
    --color2 : #c20d19;
    --color-lien : #2ffdff;
}

html{
    color : white;
}


body {    
	background: var(--background-color);
    margin: 0;
    text-align: center;
    position: relative;
}


.sp-link-wrapper{display:none}

.formationTof{
	background : url(../images/2017/pitcoPhoto.png) no-repeat;
	width : 50px;
	height : 30px;
	background-size : 100%;
	display : block;
	float: right;
	margin-right: 15px;
	margin-left: -65px;
    filter: drop-shadow(2px 2px 6px black);
}
.dateAcacher{
	display : none;
}

div.yt-frame{
    text-indent: -9999px;
    position: relative;
    line-height: 0;
    margin-top: 10px;
    transition : filter 0.4s, opacity 0.4s;
    background: black;
}

div.yt-frame.loaded{
    position: relative;
    text-indent: 0;
    border-radius : 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #00000073;
    cursor: pointer;
}

div.yt-frame:hover{
    filter: contrast(1.4);
    opacity : 0.85;
}

.titleVideo{
    position: absolute;
    z-index: 27;
    top: 8px;
    left: 9px;
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
    font-family: "TT Trailers Trial";
    white-space: nowrap;
    display: block;
    width: calc(100% - 20px);
    padding-top: 15px;
    height: 26px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    text-shadow: 3px 2px 2px black, -1px 0 1px black, -1px -1px 1px black, 0px -1px 1px black, 1px -1px 1px black, 1px 0px 1px black, 1px 1px 1px black, 0px 1px 1px black;
    transform: skewX(-14deg);
}

.yt-img-frame{
    width: 100%;
    position: relative;
    opacity: 0;
    transition: opacity 0.4s;
    max-width: 600px;
    margin: auto;
    display: block;
}

div.yt-frame.loaded .yt-img-frame{
    opacity: 1;
}

div.yt-frame.loaded:before {
    width: 100%;
    content : "";
    height: 49px;
    position: absolute;
    background-repeat: repeat-x;
    z-index: 25;
    background-position: top;
    padding-bottom: 50px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

div.yt-frame.loaded:after {
    content : "";
    position: absolute;
    left: 50%;
    padding-bottom: 50px;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background: url(../images/yt_play.svg) no-repeat;
    background-size: 100%;
    transform-origin: 34px 24px;
	transition: all 0.3s;
}

div.yt-frame:hover:after{
    filter: grayscale(0.8);
	transform : scale(1.13);
}

#clear {
    clear: both;
    margin: 0;
}
.Style1 {
    color: #ffffff;
    font-size: medium;
}
input[type="radio"] {
    background-color: transparent;
    border: medium none;
}
.spacer {
    clear: both;
}
.separatorImage {
    background: rgba(0, 0, 0, 0) url("../images/2017/separator.png") repeat-x scroll 0 0;
    clear: both;
    height: 141px;
    width: 300px;
	background-size : 100px;
	margin : 40px auto;
	}
	
.separatorImageTest{
    background: rgba(0, 0, 0, 0) url("../images/2017/separatorTest.png") no-repeat scroll 0 0;
    clear: both;
    height: 25px;
    width: 100%;
	background-size : 100%;
	margin : 0 auto;
	}
	
	#remerciements{
    	font-size: 14px;
    	margin-left: 5%;
	}
	
	.textblanc{
		color: black;
		font-weight: bold;
	}
	
	.uneFormation{
    background: rgba(0, 0, 0, 0) url("../images/2017/fondEvangelisti.png") repeat scroll 0 0;
    border-radius: 10px;
    padding: 15px 0;
    font-size: 18px;
	}
	
	.anneeForm{
		text-align : left;
		color : #378aef;
		margin-left : 15px;
		margin-bottom : -15px;
		font-weight : bold;
	}
	
	#presentationGroupe{
		width : 90%;
		margin : auto;
		display: block;
		color : black;
		font-weight: bold;
		position: relative;
	}
	
	.formationImg{
		text-align : center;
	}

    body.formations::after{
        display: none;
    }
	
	.formations .prochainsConcerts{    
        margin-top: 30px;
        width: fit-content;
        margin: 30px auto 0 auto;
        line-height: 80px;
        display: block;
	}
	
	.formations .prochainsConcerts.titre2{
		margin-top : 70px;
        margin-bottom: 45px;
	}
	
	
	.formationImg img{
		width : 90%;
		margin : auto;
	}
	
	.desc_wamp{
        width: 90%;
        margin: 0 auto 30px auto;
        font-weight: bold;
        text-align: center;
        text-shadow: 1px 1px 3px black;
        font-size: 20px;
	}
	
	#presentationGroupe .unMemb{
		width : calc(20% - 4px);
		display : inline-block;
		vertical-align : top;
		position : initial;
	}
	
	#presentationGroupe .unMemb.forMobile{
		display : none;
	}
	
	
	#presentationGroupe a{
		text-decoration : none;
		color: #378aef;
	}
	
	#presentationGroupe u{
		text-decoration : none;
		border-bottom : 1px solid;
		margin-bottom : 5px;
		display : inline-block;
	}
	
	#presentationGroupe h4{
        background-color: var(--title-color);
        border-radius: 15px;
        font-size: 30px;
        font-weight: bold;
        margin: 0 0 20px;
        padding: 3px 0;
        text-align: center;
        transform: rotate(-2deg);
        position: relative;
        filter: drop-shadow(3px 4px 0px black);
        margin-top: 30px;
        text-shadow: 2px 2px 3px #94ffff, 2px 2px 3px #94ffff, 0px 0px 3px #94ffff;
        font-family: 'TT Trailers Trial';
        font-style: italic;
        color: black;
	}
	
	
#presentationGroupe h4 span.instru{
    display: block;
    font-size: small;
    opacity: 1;
    font-family: Oswald;
    text-shadow: none;
    margin-top: -5px;
}

	
	#presentationGroupe p{
		padding-left : 10px;
	}
	
	#le2, #le3, #le4, #le5, .le2, .le3, .le4, .le5{
		display : none;
	}

sup{line-height:0}
	
	#hover1{
    height: 100%;
    left: 5.4%;
    position: absolute;
    top: 7%;
    width: 21.7%;
	}#hover2{
    height: 100%;
    left: 27%;
    position: absolute;
    top: 8%;
    width: 16%;
	}#hover3{
   height: 100%;
    left: 42.6%;
    position: absolute;
    top: 7%;
    width: 14.5%;
	}#hover4{
    height: 100%;
    left: 57%;
    position: absolute;
    top: 2%;
    width: 15.2%;
	}#hover5{
   height: 100%;
    left: 72.6%;
    position: absolute;
    top: 3%;
    width: 14%;
	}
	
	
	#tableContact {
		font-size: 22px;
		color: black;
	}
	
	
	#tableContact tr td {
		padding: 10px 10px;
	}
	
	#tableContact a{
		color: var(--color-lien);
		text-decoration: none;
		border-bottom: dashed 1px;
	}
	
	#tableContact a:hover {    border-bottom: solid 1px;
    text-shadow: 1px 1px 2px var(--title-color);
	}
	
	#tableContact strong{
		color : #fff;
		font-size : 30px;
		font-family: 'TT Trailers Trial';
	}
	
#left {
    float: left;
    margin-left: 4%;
    width: 42.5%;
}

#right {
    float: right;
    margin-right: 4%;
    width: 42.5%;
}


#sousMenu{
    margin: 20px auto 30px auto;
    width: fit-content;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    height: auto;
    transform: rotate(-2deg);
}

h1.prochainsConcerts{
	display : none;
}

#sousMenu.noBottom{
	margin: 30px auto 30px auto; 
    transform: none;
    text-shadow: 0 0 2px black, 0 0 2px black;
}

#sousMenu.noBottom2{
	margin: 20px auto 0 auto;
}

#sousMenu a, .separatorSM{
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
	display : inline-block;
	padding : 8px;
    font-family: 'TT Trailers Trial';
    color: white;
    filter: drop-shadow(2px 2px 0px var(--color2));
}

#sousMenu a.active{
    color: var(--title-color);
    padding-bottom: 0;
    filter: drop-shadow(2px 2px 0px black);
    text-decoration: none!important;
    border-bottom: solid 3px;
}

#sousMenu a:hover{
    text-decoration: underline dashed 2px;
}

#menuDisco{
	background : black;
	top : 42px;
	left : 0;
	width : 100%;
	z-index: 1;
}

#menuDisco.fixed{
	position : fixed;
}


.cliquez{
	color : white;
}

.pochettes h3 {
    margin-left: 0 !important;
    color: var(--title-color);
    font-style: italic;
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 0px #000;
    filter: drop-shadow(2px 1px 1px black);
    font-family: "TT Trailers Trial";
    font-size: 45px;
    padding-top: 15px;
    margin-bottom: 0;
    clear: both;
    transform-origin: left top;
}

.titPar {
    margin: 30px 0 15px 5%;
    padding: 0;
    font-size: 17px;
}

.titPar strong {
    font-size: 45px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0 25px;
    margin: 5px 0 0 -20px;
    font-style: italic;
    transform: rotate(-1deg);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
    text-shadow: 2px 2px var(--color-lien);
    background-color: var(--title-color);
    border-radius: 15px;
}

p.paroles {
    font-size: 18px;
    margin-left: 5%;
    padding: 30px 8px 15px 15px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    box-shadow: 2px 2px 3px black;
    margin-top: -35px;
}

.tousAlbums {
    width: 66%;
    margin-top: 15px;
}

.tousAlbums h3 {
    margin-bottom: 5px;
}

.tousAlbums .otherAlbum {
    width: calc(20% - 10px);
}

.tousAlbums .otherAlbum img {
    width: 100%;
}

.lyrics .menuAlbum{
    background: none;
    box-shadow: none;
    padding: 0;
}

.albumIssu {
    text-align: center;
    margin-bottom: 13px;
}

.albumIssu a {
    font-size: 30px;
    margin-top: 4px;
    display: block;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
    color: var(--color-lien);
    font-family: "TT Trailers Trial";
    letter-spacing: 2px;
    font-style: italic;
}

.lienParoles {
    border-top: 1px dashed rgba(0, 0, 0, .3);
    padding: 3px 0;
}

.lienParoles a {
    text-decoration: none;
    font-weight: 300;
    color: white;
}

.lienParoles a:hover{
    color : var(--color-lien);
    text-shadow: 1px 1px 2px var(--title-color);
}

.lienParoles strong {
    color: var(--color-lien);
}

.lienParoles.activeSong{
    color: var(--color-lien);
}

.clips{
	float: left;
	width: 68%;
}



.clips .btPlay{
	background : url(../images/2017/btPlay.png) center center no-repeat;
	background-size : 100%;
	position : absolute;
	top :15px;
	bottom : 0;
	right : 0;
	margin : auto;
	left : 0;
	width : 40%;
	height : 100%;
}

.vw:hover .btPlay,
.vy:hover .btPlay,
.streamingLinks a:hover{
    filter: brightness(1.3);
}

.clips .tracklist{
margin-left: 0 !important;
    color: var(--title-color);
    font-style: italic;
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 0px #000;
    filter: drop-shadow(2px 1px 1px black);
    font-family: "TT Trailers Trial";
    font-size: 45px;
    margin-top: 35px;
    transform: rotate(-2deg);
    transform-origin: left top;
    width: fit-content;
}

.clips .col1, .clips .col2, .clips .col3{
	left : 0!important;
	width : 30.8%!important;
	margin-right : 2.5%!important;
	position : relative;
	float: left;
    color: white;
    font-family: 'TT Trailers Trial';
    font-size: 24px;
    font-style: italic;
    text-shadow: 2px 2px 0 var(--title-color);
}

.clips .col1 p, .clips .col2 p, .clips .col3 p{
	position : absolute;
	top : 0;
	left : 0;
	width : 95%;
	padding : 2.5%;
	background : rgb(0, 0, 0, 0.5);
	margin : 0!important;
	color : white;
}

#wrapperPS {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 198;
    width: 100%;
}

#wrapperPSBlack {
position: fixed;
    top: 80px;
    z-index: 199;
    background: #1f1b51;
    color: #fff;
    height: fit-content;
    bottom: 120px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    max-width: 90%;
    padding: 0;
    max-height: calc(100% - 180px);
    border-radius: 25px;
}

.texteMaxi .has_paroles {
    width: 30px;
    height: 22px;
    background: url(../images/micro_bleu.png) 0 0 / 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
}

.texteMaxi .has_paroles:hover {
    background: url(../images/micro_bleu.png) 0 0 / 100%;
    filter: hue-rotate(95deg);
}

#fermer_paroles {
    position: absolute;
    right: -16px;
    top: -15px;
    color: #fff;
    font-weight: 900;
    font-size: 34px;
    z-index: 200;
    cursor: pointer;
    display: block;
    background: #000;
    border-radius: 50px;
    width: 42px;
    text-align: center;
    font-family: 'TT Trailers Trial';
}

.pageSingles .uneChanson {
    display: none;
    overflow: auto;
    padding: 0 30px 20px;
    max-height: calc(100vh - 200px);
}

#menuDisco img{
	width : 6.26%;
	float : right;
	cursor : pointer;
}
#menuDisco img.active{
	background : #ea1d21;
}

#menuDisco2{
    width: 90%;
    margin: auto;
    z-index: 1;
	text-align: center;
}

.anAlbum{
    width: 23%;
    cursor: pointer;
    margin: 1%;
    display: inline-block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    transform: rotate(-2deg);
    filter: drop-shadow(3px 3px 3px black);
}


.anAlbum span{
    width: calc(100% - 27px);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 6px 14px;
    font-size: 16px;
    opacity: 0;
}

.anAlbum .anAlbum{
    transform: rotate(-2deg);
}



#menuDisco45, #menuDVD, #menuDisco2{
    width: 90%;
    margin: 40px auto 0 auto;
    z-index: 1;
	text-align: center;
	color : black;
	font-weight: bold;
}

.instructions{
	margin: 30px auto -20px auto;
    text-align: center;
    font-size: 14px;
}


#menuDisco45 .unMaxi, #menuDVD .unMaxi {
    width: 48%;
    z-index: 1;
    float: left;
    margin-left: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 0px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(-1deg);
    box-shadow: 2px 2px 3px black;
}

#menuDisco45 .unMaxi img, #menuDVD .unMaxi img{
	width: calc(50% - 3px);
    z-index: 1;
    float: left;
    border-radius: 20px;
    border: none;
}

 .texteMaxi{
	width: 47%;
    z-index: 1;
    float: left;
    text-align: left;
    margin-left: 3%;
    color: white;
}


.texteMaxi h4{
	margin : 0;
    font-size: 25px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -5px;
    color: var(--title-color);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
}

.texteMaxi span{
	font-style: italic;
    color: #999;
	margin-bottom: 15px;
    display: block;
}

.texteMaxi div[ytb_id]{
    cursor: pointer;
    display: table;
    color: white;
    position: relative;
    width: calc(100% - 35px);
    margin-bottom: 5px;
}

.clear{
    clear : both;
}

.texteMaxi div[ytb_id]:before{
background: url(../images/play.svg) 0 0/100% no-repeat var(--thumbBG);
top: 3px;
width: 17px;
height: 17px;
display: inline-block;
position: relative;
margin-right: 6px;
border-radius: 4px;
content: "";
}

.texteMaxi div[ytb_id].active{
	text-decoration: underline dashed 1px;
    text-shadow: 1px 1px 2px var(--title-color);
}

.texteMaxi div[ytb_id]:hover{
	text-decoration: underline dashed 1px;
    text-shadow: 1px 1px 2px var(--title-color);
}


.anAlbum:hover span{
    opacity: 1;
}

.anAlbum img{
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
}

#ftr, #ftr2, #ftr3, #nevertrustadvd{	
	margin-top : 80px;
}

.bandeau100 {
    background: #378aef none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 5px 0 3px 5%;
    text-transform: uppercase;
    width: 95%;
    text-align: left;
}

.musiciens{
    display: grid;
    grid-template-columns: 250px 200px 250px;
    align-items: center;
    grid-gap: 0px 10px;	
}

.albumPartDroite .musiciens i{
    margin-bottom : 0;
}

.listeChansons{
    column-count: 1;	
}

.chanson span{
    display: inline-block;
    width: 13px;
    vertical-align: top;
    font-size: 11px;
    position: relative;
    top: 2px;
}

.chanson .test_paroles p span {
    width: initial;
    font-size: 14px;
    top: initial;
    position: initial;
    margin-bottom: -10px;
    display: block;
    font-style: italic;
    color: #bbfbff !important;
}

.test_paroles em{
	
}

.chanson .aSong{
    display: inline-block;
    width: calc(100% - 40px);
	vertical-align : top;
}

.chanson .aTitre{
    width: calc(100% - 125px);
    padding-right: 10px;
    line-height: 20px;
    margin-top: 3px;
    margin-left: 0px;
    vertical-align: top;
    display: inline-block;
}

#lecteur {
    position: fixed;
    background: var(--color1);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 200;
	opacity : 0;
	transition : opacity 0.3s;
}

.lecteur{
    padding-bottom: 90px;
}

.lecteur 
#lecteur {
	opacity : 1;
}

#lecteur .thumb {
    height: 100%;
    float: left;
}

#showParoles{
	background: url(../images/micro.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    background-size: 100%;
}

.titleMorceau{
    position: absolute;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 5px;
    font-weight: bold;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#lecteur .bar {
    background-color: rgb(0, 0, 0, 0.44);
    width: 50%;
    padding: 0;
    margin: auto;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 33px;
    border-radius: 10px;
}
#lecteur #progressBar {
  height: 7px;
  cursor: pointer;
}
#lecteur #progressBar div {
  height: 7px;
  width: 0;
  background-color: #FFF200;
  border-radius: 10px 0 0 10px;
  position : relative;
  transition: width 1s cubic-bezier(1, 1, 1, 1);
}


/*#lecteur #progressBar div:after{
	position : absolute;
	right : -7px;
	top : -3px;
	content : "";
	width : 13px;
	height : 13px;
	border-radius : 13px;
	background-color: #FFF200;
}*/

#timer{
    position: absolute;
    left: 0;
    right: calc(50% + 60px);
    margin: auto;
    font-size: 14px;
    top: 25px;
    width: 30px;
    font-weight: bold;
}

#timerTot{
    position: absolute;
    right: 0;
    left: calc(50% + 60px);
    margin: auto;
    font-size: 14px;
    top: 25px;
    width: 30px;
    font-weight: bold;
}

#lecteur .controls {
  display: flex;
  justify-content: flex-end;
}
#lecteur .controls button#play {
	display: block;
    width: 50px;
    height: 50px;
	background : transparent;
    font-size: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 39px;
    z-index: -1;
}

#lecteur .controls button#pause {
	display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    cursor: pointer;
    position: absolute;
	background : transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: 39px;
	display : none;
    z-index: -1;
}

.icon-fast-backward, .icon-fast-forward{
	display: block;
    width: 35px;
    height: 35px;
    font-size: 0;
    border: none;
    cursor: pointer;
    position: absolute;
	background : transparent;
    left: 0;
    right: 0;
    margin: auto;
    top: 46px;
}

.icon-fast-backward{
	right : 90px;
}

.icon-fast-forward{
	left : 90px;
}

.icon-fast-forward svg{
    transform: rotate(180deg);
}

#player{
	display : none;
}

#lecteur .controls button svg{
  width: 50px;
  height: 50px;
}

#lecteur .controls button.change svg{
    width: 35px;
    height: 35px;
}

#lecteur .controls button.change.nope {
    opacity: 0.3;
    cursor: default;
}

/*
.parolestitres.listen:after {
    content: "";
    position: absolute;
    background: url(../images/play.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    right: -4px;
    top: 7px;
    bottom: 0;
	transition : all 0.4s;
}

.parolestitres.listen.active.paused:after {
    content: "";
    position: absolute;
    background: url(../images/play.svg) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100%;
    right: -4px;
    top: 7px;
    bottom: 0;
	transition : all 0.4s!important;
    animation: none;
}

.parolestitres.listen.active:after {
	content: "";
    position: absolute;
    background: url(../images/playing.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    right: -6px;
    top: 5px;
    bottom: 0;
	transition : none!important;
    animation: 3s ease-out 0s infinite  scaling;
}*/

.playing .uneChanson *{
	font-weight : normal;
}

.playing .uneChanson.isPlaying *{
	font-weight : bold;
}

@keyframes scaling {
	0% {
		transform:  scale(1) ;
	}
	50% {
		transform:  scale(1.1) ;
	  }
	100% {
	  transform:  scale(1) ;
	}
  }
  
  @keyframes rotate_you {
	0% {
		transform:  scale(1) ;
	}
	25% {
		transform:  scale(1.05) ;
	  }
	50% {
		transform:  scale(1) ;
	  }
	75% {
		transform:  scale(1.05) ;
	  }
	100% {
	  transform:  scale(1) ;
	}
  }


.parolestitres.listen:hover:after {
    transform: scale(1.2);
}

.menuAlbum{
    width: 90%;
    margin: auto;
    z-index: 1;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px black;
    padding: 0px 0px 0px 11px;
    border-radius: 15px;
}
.menuAlbum blockquote{
    font-size: 16px;    
	font-weight: 400;
    margin-left: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 19px;
}

.menuAlbum .clips{
    width: calc(100% - 10px);
    margin-bottom: 11px;
}

.uneChanson{
    break-inside: avoid;
    display: table;
    margin-bottom: 20px;
}

.uneChanson.thisOne{
    animation: 0.7s ease-out 0s 1 rotate_you;
}

.uneChanson p{
	margin : 0 0 10px 0;
}

.wrapperLyrics{ 
    column-count: 3;
}

.uneChanson .uup{
	display : none;
}

.uup {
    display: block;
    margin: 0px 0 40px 0;
    color: white;
    text-align: center;
	background: url(../images/up.png);
    width: 30px;
    background-size: 100%;
    height: 33px;
    text-indent: -9999px;
    cursor: pointer;
}

.gigaUp{
	display: block;
    color: white;
    text-align: center;
    background: url(../images/up.png);
    width: 50px;
    background-size: 100%;
    height: 53px;
    text-indent: -9999px;
    cursor: pointer;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 2;
}

.gigaUp:hover{
    filter: drop-shadow(3px 4px 3px black);
}

.historique .gigaUp{
    bottom: 20px;
}

.gigaUp.bottom{
    bottom: 40px;
}
	

.backAlbum{
    margin: 45px 5% 25px;
    display: inline-block;
    text-decoration: none;
}

.backAlbum:hover{
    text-decoration: underline;
}

.pochetteAlbum{
width: calc(32% - 11px);
    margin-left: 2%;
    float: right;
    margin-top: 25px;
    margin-right: 11px;
    margin-bottom: 10px;
}
.pochetteAlbum img{
    max-width: 100%;
}


.YACSSTooltip{
    position:fixed!important;
    z-index:500;
    border:none;
    font-size:14px;
    border-radius:7px;
    padding:2px 10px;
    font-weight:500;
    background:var(--title-color);
    text-shadow: 0 0 2px black;
}

.pochettes{
	width: 32%;
    margin-left: 2%;
    float: right;
}
.pochettes .currentAlbum{
    width: calc(100% - 10px);
    margin-bottom: 20px;
    border-radius: 7px;
    margin-top: 25px;
    margin-right: 10px;
    filter: drop-shadow(3px 3px 3px black);
}
.pochettes .nextAlbum{
	width : 30%;
    min-width: 110px;
	float : right;
	text-decoration : none;
	text-align : right;
	position : relative;
}
.pochettes .previousAlbum{
	width : 30%;
    min-width: 110px;
	float : left;
	position : relative;
	text-decoration : none;
}

.pochettes a img{
	width : 100%;
    border-radius: 7px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
	transition : all 0.4s;
}

.pochettes a:hover img{
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
}

.otherAlbum {
    width: calc(33.33% - 10px);
    display: block;
    float: left;
    margin: 5px;
}

.pochettes p{
    font-size: 34px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 34px;
    left: 0;
    right: 0;
    font-family: Arial;
    text-shadow: rgb(0 0 0) 2px 0px 0px, rgb(0 0 0) 1.75516px 0.958851px 0px, rgb(0 0 0) 1.0806px 1.68294px 0px, rgb(0 0 0) 0.141474px 1.99499px 0px, rgb(0 0 0) -0.832294px 1.81859px 0px, rgb(0 0 0) -1.60229px 1.19694px 0px, rgb(0 0 0) -1.97998px 0.28224px 0px, rgb(0 0 0) -1.87291px -0.701566px 0px, rgb(0 0 0) -1.30729px -1.5136px 0px, rgb(0 0 0) -0.421592px -1.95506px 0px, rgb(0 0 0) 0.567324px -1.91785px 0px, rgb(0 0 0) 1.41734px -1.41108px 0px, rgb(0 0 0) 1.92034px -0.558831px 0px;
    color: #fff;
}

.pochettes a:hover p{
    color: var(--color2);
}


.previousAlbum p:before{
    content : "<<";
}

.nextAlbum p:before{
    content : ">>";
}

.OneCol{
	width: calc(33.33% - 40px);
    display: inline-block;
    position: relative;
    left: 30px;
    vertical-align: top;
    padding-right: 40px;
    font-size: 18px;
}

.OneCol{
	line-height : 26px;
}

.OneCol a{
	line-height : 26px;
}

.trackliste{
	line-height : 26px;
}

.trackliste a{
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.trackliste .chanson{
    border-bottom : dashed 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 3px 5px;
}

.trackliste .chanson:last-child{
    border-bottom : none;
}


.trackliste .chanson:hover, .trackliste .chanson:hover a{
    color: var(--color-lien);
    text-shadow: 1px 1px 2px var(--title-color);
}

.trackliste .chanson.isPlaying,
.trackliste .chanson.isPlaying a{
    color: var(--color-lien);
    text-shadow: 1px 1px 2px var(--title-color);
}

.trackliste .chanson .see_paroles {
    display: inline-block;
    text-align: right;
    font-size: 11px;
    height: 23px;
    position: relative;
    top: -3px;
    vertical-align: bottom;
    padding: 0 10px;
    left: 15px;
}

.trackliste .chanson.no_par .see_paroles {
    display : none;
}

.trackliste .chanson:hover .see_paroles,
.trackliste .chanson.active .see_paroles {
    color : white;
    text-shadow: none;
}

.trackliste .chanson .see_paroles:hover {
    color: var(--color-lien);
    text-decoration: underline dashed;
}

.paroles_opened .see_paroles{
    text-decoration: underline;
    color :#378aef!important;
}

.test_paroles h3{
    display : none;
}

.test_paroles p{
    margin: 5px 0 -4px 0;
    padding: 10px 18px 17px 17px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #ffffff !important;
    cursor: initial !important;
    text-shadow: 0 0 2px black !important;
    background: #181741d4;
    display: block;
    border-radius: 15px;
    width: calc(100% - 42px);
}

.hidden{display:block;height:0;overflow:hidden}

.pageAlbum .bandeau100,
.pageAlbum .wrapperLyrics{
    display : none;
}

.trackliste .chanson:before {
    background: #378aef url(../images/play.svg) no-repeat;
    content: "";
    width: 17px;
    height: 17px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 6px;
    border-radius: 4px;
}

.trackliste .chanson.active:before {
    background: #378aef url(../images/pause.svg) no-repeat;
    content: "";
    width: 17px;
    height: 17px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 6px;
    border-radius: 4px;
}


.trackliste .chanson.no_play:before {
    display : none!important;
}
.trackliste .chanson.no_play{
    cursor: initial;
    color : white!important;
}


.albumPartDroite i{
    margin-bottom: 10px;
    font-weight: 400;
}

.descriptionAlbum {
	margin-top: 20px;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    padding-right: 9px;
	margin-bottom:20px;
}

.titreAlbum{
    background: #378aef none repeat scroll 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-left: 0;
    background-color: var(--title-color);
    left: -2.1%;
    position: relative;
    width: 100%;
    text-align: left !important;
    border: none !important;
    color: black;
    font-size: 45px;
    top: -15px;
    border-radius: 15px;
    overflow: hidden;
    font-weight: bold;
    padding: 0px 0 0px 2.1% !important;
    transform: rotate(-1deg);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
    text-shadow: 2px 2px var(--color-lien);
}

.streamingLinks{
    position: absolute;
    right: 5%;
    top: 80px;
}


.streamingLinks a{
	display : inline-block;
	text-indent : -9999px;
	border-radius : 9px;    
	width: 45px;
    height: 45px;
}

.streamingLinks .spotif{
	background : url(../images/streaming/spotify.jpg) no-repeat;
    background-size: 100%;
}

.streamingLinks .deezer{
	background : url(../images/streaming/deezer.jpg) no-repeat;
    background-size: 100%;
}

.streamingLinks .apple{
	background : url(../images/streaming/apple.jpg) no-repeat;
    background-size: 100%;
}

.streamingLinks .youtube{
	background : url(../images/streaming/youtube.jpg) no-repeat;
    background-size: 100%;
}

.albumPartDroite{
	width : 66%;
    display: inline-block;
	vertical-align: top;
    font-size: 16px;
}

.leBandeau {
    background: #378aef none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px 0 4px 25px;
    text-transform: uppercase;
    width: calc(90% - 25px);
    margin-left: 5%;
    text-align: left;
    border-radius: 100px 100px 15px 15px;
}

.pageDiscographie table{
	margin : 0 auto;
	color : white;
}

.oneAlbum{
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    display: block;
    margin: 0 auto 50px auto;
    overflow: hidden;
    padding: 40px 15px 15px;
    position: relative;
    width: 90%;
}

.oneAlbum.black{
background: black;
color: white;
}

.tracklist{
	color : #378aef;
	font-size : 18px;
	margin : 5px 0 10px 0;
}

.oneAlbum.black .tracklist{
	margin : 5px 0 10px 2%;
}

.table_son td{
    padding-bottom: 25px;
}

.table_son td.noPadding{
    padding-bottom: 5px;
}

.leSon strong{
    color: #378aef;
    margin-bottom: 2px;
    font-size: 17px;
    margin-bottom: 3px;
}


.leSon{
	color : black;
}

.leSon p{
	margin : 0;
}


.title_category{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase;
    background-color: var(--title-color);
    position: relative;
    width: calc(100% - 4px);
    text-align: center !important;
    border: none !important;
    color: black;
    font-size: 40px;
    border-radius: 15px;
    overflow: hidden;
    font-weight: bold;
    padding: 0;
    transform: rotate(-1deg);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
    text-shadow: 2px 2px var(--color-lien);
}

.entries{
    width: 80%;
    margin: 0 auto;
}

.col_left{
    width: 47.5%;
    float : left;
}

.col_right{
    width: 47.5%;
    float : right;
}

.one_category{
    width: 100%;
    margin-top: 20px;
}


.one_entry{
    position: relative;
    margin-bottom: 15px;
    padding: 5px 8px 5px 11px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(-1deg);
    box-shadow: 2px 2px 3px black;
}
.one_entry:last-child{
    border-bottom: none;
}

.one_entry a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    line-height: 25px;
}

.one_entry a::before{
display: inline-block;
    content: "";
    background: url(../images/play_bt.svg);
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 100%;
    margin-right: 7px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
   }

.one_entry a:hover{
    text-decoration: none;
    color : var(--color-lien);
    text-shadow: 1px 1px 2px var(--title-color);
}



.one_entry img{
    float: right;
    margin-left: 10px;
    border: 1px solid #000000;
    clear: right;
    margin-bottom: 5px;
}

.entries_sons img{
    border: none;
}


.one_entry strong {
    display: block;
    margin-bottom: 7px;
    text-align: left !important;
    font-size: 21px;
    font-weight: bold;
    color: var(--title-color);
    font-style: italic;
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 0px #000;
    filter: drop-shadow(2px 1px 1px black);
}

.one_entry::after{
    content: "";
    clear: both;
    display: block;
}

.liensons.listening{
    color: var(--color-lien);
    text-shadow: 1px 1px 2px var(--title-color);
}

.taillefichier{
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    opacity: 0.6;
    color: white;
}

.one_entry .taillefichier{
    display: block;
    margin-top: 4px;
}

.lineOne{
    background: #ea1d21 none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    padding: 3px 0 2px 15px;
    position: absolute;
    top: 0;
    width: 100%;
}

.oneAlbum i{
	color : #999;
	text-align : left;
}

.oneAlbum a{
	cursor : pointer!important;
}

.coverAlbum{
    float: right;
    width: 30%;
}

.oneAlbum.black .coverAlbum{
    float: left;
    width: 30%;
	margin-right: 1.5%;
}

.descrAlbum{
    margin-bottom: 20px;
    padding-right: 31.5%;
    text-align: justify;
}

.oneAlbum.black .descrAlbum{
    margin-bottom: 20px;
    padding-right: 0;
    text-align: justify;
}

.oneAlbum .col1, .oneAlbum .col2, .oneAlbum .col3 {
    float: left;
    margin-right: 3%;
    width: 20.333%;
    position : relative;
    left : 30px;
}

.oneAlbum.black  .col1, .oneAlbum.black  .col2, .oneAlbum.black  .col3 {
    float: left;
    margin-right: 2.5%;
    width: 20.333%;
}

.affiche {
    height: auto!important;
    visibility: visible!important;
}



	.subMenu {
		background-color:#f0f0f08f;
		padding:0;
		width: calc(100% + 77px);
		position : relative;
		padding: 10px 15px;
		border-radius: 10px;
		font-family: Oswald;
        color: black;
        text-shadow: none;
		font-size: 17px;
		display: none;
		padding-bottom : 10px!important;
		padding-bottom: 1px !important;
		margin-bottom: 5px !important;
	}
	
	.active .subMenu{
		display: block;
	}

.subMenu li {
    margin: 5px 0;
    padding: 5px 10px !important;
    width: 100%;
}

.infosConcerts b{
    font-family: "TT Trailers Trial";
    font-size: 25px;
}


.infosConcerts .flyer{
    position: initial;
    float: right;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-right: 20px;
    padding-left: 10px;
    background: none;
    margin-top: 4px;
    border-bottom: none !important;
}


.infosConcerts .flyer img{
    width: 100%;
}

#concerts3 {
    font-weight: 700;
    font-size: 17px;
    transform: rotate(-2deg);
    background: var(--title-color);
    text-align: center;
    margin: 50px auto;
    display: block;
    color : white;
    text-decoration: none;
    width: fit-content;
    border: dotted 5px white;
    border-radius: 15px;
    padding: 7px 15px 7px 15px;
    filter: drop-shadow(-2px -2px 7px var(--title-color)) drop-shadow(2px 2px 7px var(--title-color));
}


#concerts3:hover {
    transform : rotate(-2deg) scale(1.05);
    border: dashed 5px white;
    filter:drop-shadow(-2px -2px 7px var(--title-color)) drop-shadow(2px 2px 7px var(--title-color)) brightness(1.2);
}


#concerts3 strong{
    text-shadow: 0 0 5px #000;
}

.unConcert .billeterie{
    float: right;
    color: white;
    font-size: 20px;
    margin-top: 3px;
    padding: 1px 5px 0;
    text-shadow : none!important;
    color: var(--color-lien);
    text-decoration: none;
    margin-right: -83px;
}

.unConcert .billeterie:hover{    
    filter:drop-shadow(3px 2px 0px black); 
    text-decoration: underline dashed 3px!important;
}

.infosConcerts a{
	display : inline-block;
    margin: 10px 20px 0 0px;
    color: var(--color-lien);
    text-decoration: none;
    border-bottom: dashed 1px;
    text-shadow: 3px 2px 3px black;
}

.infosConcerts a:hover{
    border-bottom: solid 1px;
    text-shadow: 1px 1px 2px var(--title-color);
}


#concerts2.lienVersHistorique {
    background: url(../images/2026/macaron.png) center center / 0 auto no-repeat;
    opacity: 0;
    width: 580px;
    height: 516px;
}

#concerts2.lienVersHistorique, #concerts2.lienVersHistorique.active, #pageconcerts #concerts2.lienVersHistorique {
    font-size: 18px;
    text-align: center;
    padding-top: 0;
    display: block;
    overflow: hidden;
    margin: 20px auto 0;
    transition: background .3s, opacity .5s, transform 0.3s;
    font-weight: 700;
    line-height: 20px;
    transform : rotate(-2deg);
    filter: drop-shadow(4px 2px 0px white);
    position: relative;
}

#concerts2.lienVersHistorique.active, #pageconcerts #concerts2.lienVersHistorique {
    opacity: 1;
    background: url(../images/2026/macaron.png) center center / 100% auto no-repeat;
}

#concerts2.lienVersHistorique:hover{
    transform: scale(1.05);
}

#concerts2.lienVersHistorique span {
    position: absolute;
    left: 0;
    right: 20px;
    top: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    height: fit-content;
    width: fit-content;
    color: white;
    text-shadow: 0 0 4px black;
}

#concerts2.lienVersHistorique span b{
    font-family: "TT Trailers Trial";
    font-size: 42px;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 9px;
    display: block;
    color: var(--color-lien);
    filter: drop-shadow(4px 2px 0px black);
}

#concerts2.lienVersHistorique:hover span b{
    text-decoration: underline 3px;
}

#news {
    float: right;
    margin-left: auto;
    margin-top: 10px;
    padding: 0;
    text-align: left;
	width : 100%;
}
#news li {
    list-style-type: none;
    margin: 0 0 20px;
    overflow: auto;
    padding: 5px 8px 5px 11px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(-2deg);
    box-shadow: 2px 2px 3px black;
}
#news li:last-child{
    border-bottom: none;
}
#news ul {
    margin: 0;
    padding: 0;
}

#news a.lienImgNews{
	border-bottom: none !important;
}

.imagenews {
    display: block;
    float: left;
    margin: 7px 12px 5px 0;
    padding: 0;
    height: auto;
    width: 20%;
	border-radius : 7px;
    position: relative;
    z-index: 2;
}

iframe {
    height: 20vw;
    width: 100%;
}

.textNews {
    position: relative;
    top: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    letter-spacing: 0.2px;
    padding-bottom: 13px;
}

.hasTof{
	padding-left : calc(20% + 12px);
}

.textNews iframe{
	height : auto;
	aspect-ratio : 16/9;
	margin-top : 5px;
	border-radius : 10px;
}

#news a {
    color: var(--color-lien);
    text-decoration: none;
    border-bottom: dashed 1px;
}
#news a:hover{
    border-bottom: solid 1px;
    text-shadow: 1px 1px 2px var(--title-color);
}
#news .titre {
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 0px;
    color : var(--title-color);
    font-family: "TT Trailers Trial";    
    filter: drop-shadow(3px 4px 0px black);
}
.cadrenews {
    border-color: #eeeeee #000000 #000000 #eeeeee;
    border-left: 0 solid #eeeeee;
    border-style: solid;
    border-width: 0 1px 1px 0;
}
.cadrecommentaires {
    border-color: #eeeeee;
    border-left: 1px solid #eeeeee;
    border-style: solid;
    border-width: 1px;
}
.texte {
    font-weight: bold;
    padding-bottom: 20px;
}
.textesmall {
    font-size: 12px;
}
.textebig {
    font-size: 18px;
    font-weight: bold;
}
.textedate {
    color: #378aef;
    font-size: 11px;
    font-weight: bold;
    display: none;
}
.copyright {
    color: #999999;
    font-size: 11px;
}
.tips {
    color: #aaaaaa;
    font-size: 11px;
}
A.lien1 {
    color: #368dc5;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}
A.lien1:hover {
    color: #368dc5;
    text-decoration: underline;
}
A.lien2 {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: underline;
}
A.lien2:hover {
    color: #368dc5;
    text-decoration: none;
}
A.liencopyright {
    color: #999999;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}
A.liencopyright:hover {
    color: #368dc5;
    text-decoration: none;
}
input, select, textarea {
    background-color: #ffffff;
    border: 1px solid #368dc5;
    font-family: Verdana;
    font-size: 11px;
}
form {
    margin-bottom: 0;
}
#concerts {
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    font-size: 17px;
}

#concerts2 {
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    font-size : 16px;
    font-weight: bold;
}
#concerts ul {
    margin: 0;
    padding: 0;
}
#concerts li {
	font-weight : bold;
    list-style-type: none;
}
#concerts a {
    text-decoration: none;
}

.titleRubrique, .titreH3{
    color: white;    
    font-size: 75px;
    margin: 0 0 15px;
    padding: 0;
    font-family: "TT Trailers Trial";
    letter-spacing: 2px;
	font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-2deg);
    transform-origin: left center;
    text-indent: -9999px;
    font-style: italic;
    filter: drop-shadow(3px 4px 0px black) drop-shadow(2px 2px 0px var(--title-color));
    border-bottom: 9px white dashed;
}

    .titreH3:before{
        content: attr(title)"!";
        position: absolute;
        left: -0.8px;
        top: -0.3px;
        width: 100%;
        height: 100%;
        display: block;
        clip-path: rect(0 100% 50% 0);
        text-indent: 0;
    }

    .titreH3:after{
        content: attr(title)"!";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        clip-path: rect(50% 100% 100% -5px);
        text-indent: 0;
    }
		
	
	.titleRubrique{
		margin-top: 70px;
	}

    #boutique p{
        transform: rotate(-2deg);
    }
	
	#boutique .oneBoutique{
		display : inline-block;
		text-align : center;
        transform: rotate(-2deg);
        vertical-align: top;
	}
	
	#boutique .oneBoutique.first{
		margin-right: 13px;
	}
	
	
	#boutique .oneBoutique a{
        text-decoration: none;
        color: var(--color-lien);
        font-weight: bold;
        font-family: 'TT Trailers Trial';
        font-size: 29px;
        display: block;
	}
	
	#boutique .oneBoutique img{
		width: 180px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		height: auto;
		border-radius:7px;
        border : solid 2px black;
	}

    .nomBoutique{
        filter: drop-shadow(2px 4px 0px black) drop-shadow(2px 2px 0px var(--title-color));
        margin-top: -8px;
    }

    #boutique .oneBoutique:hover .nomBoutique{
        text-decoration: underline dashed 3px;
    }

    #boutique span{
        filter: drop-shadow(2px 2px 2px black);
        font-size: 15px;
    }

#video h3{
	position : relative;
}
#video span{
	display : inline-block;
	background : url(../images/2017/update.png) no-repeat;
	width : 40px;
	height : 40px;
	background-size : 100%;
	cursor : pointer;
	bottom : 11px;
	right : 0;
	position : absolute;
}

.prochainsConcerts {
    margin: 0 0 35px 0;
    text-align : center;
    padding: 0;
    text-transform: uppercase;
    font-style: italic;
    filter: drop-shadow(3px 4px 0px black) drop-shadow(2px 2px 0px var(--title-color));
    border-bottom: 9px white dashed;
    font-family: "TT Trailers Trial";
    letter-spacing: 2px;
    transform: rotate(-2deg);
    transform-origin: left center;
    font-size: 75px;
    display: none;
}


.couleurRouge {
    color: #ea1d21 !important;
    text-transform: uppercase;
}


#video, #boutique, #listenAlbum {
    margin: 0;
    width: 100%;
    color: white;
	font-weight : bold;
}

.listenerHome{
    width: 100%;
	position : relative;
    height: 120px;
    background: #378aef;
	opacity : 0;
	transition : opacity 0.4s;
    border-radius: 9px;
    overflow: hidden;
}

.listenerHome .spotif{
	position : absolute;
	right: 92px;
    top: 12px;
	background : url(../images/streaming/spotify.jpg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    text-indent: -9999px;
    border-radius: 8px;
	display : block;
}

.listenerHome .deezer{
	position : absolute;
	right: 12px;
    top: 12px;
	background : url(../images/streaming/deezer.jpg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    text-indent: -9999px;
    border-radius: 8px;
	display : block;
}

.listenerHome .apple{
	position : absolute;
	right: 52px;
    top: 12px;
	background : url(../images/streaming/apple.jpg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    text-indent: -9999px;
    border-radius: 8px;
	display : block;
}

#listenAlbum.ok .listenerHome{
	opacity : 1;
}

#listenAlbum p a{
	color : #378aef;
}

.listenerHome .thumb{
    height: 100%;
	width : auto;
}

.listenerHome #play, .listenerHome #pause{
	position : absolute;
	background : none;
	border : none;
	width : 45px;
	height : 45px;
    top: 64px;
    left: 126px;
	cursor : pointer;
}

.listenerHome .controls button.change.nope {
    opacity: 0.3;
    cursor: default;
}

.listenerHome #pause{
	display : none;
}

.listenerHome #play svg, .listenerHome #pause svg{
	width : 45px;
	height : 45px;	
}

.listenerHome .titleMorceau{
    position: absolute;
    margin: auto;
    left: 193px;
    font-size: 14px;
    right: initial;
    top: 64px;
	width: calc(100% - 277px);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listenerHome .icon-fast-forward {
	left: initial;
    width: 29px;
    height: 29px;
    top: initial;
    bottom: 9px;
    right: 16px;
}

.listenerHome .icon-fast-backward {
    left: initial;
    width: 29px;
    height: 29px;
    top: initial;
    bottom: 9px;
    right: 56px;
}

.listenerHome .icon-fast-forward svg,
.listenerHome .icon-fast-backward svg{
	width : 29px;
	height : 29px;
}


.listenerHome .bar {
    background-color: rgb(0, 0, 0, 0.44);
    width: calc(100% - 295px);
    padding: 0;
    margin: auto;
    height: 4px;
    position: absolute;
    left: 197px;
    bottom: 19px;
    border-radius: 10px;
}

.listenerHome #progressBar {
  height: 4px;
  cursor: pointer;
}

.listenerHome #progressBar div {
  height: 4px;
  width: 0;
  background-color: #FFF200;
  border-radius: 10px 0 0 10px;
  position : relative;
  transition: width 1s cubic-bezier(1, 1, 1, 1);
}

/*.listenerHome #progressBar div:after{
	position: absolute;
    right: -6px;
    top: -4px;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #FFF200;
}*/

.listenerHome #titreAlbum{
    position: absolute;
    left: 133px;
    top: 10px;
    color: #FFF200;
    font-size: 14px;
}

.listenerHome #nomGroupe{
	position: absolute;
    top: 30px;
    font-size: 14px;
    left: 133px;
}

.listenerHome #timer {
	position: initial;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 31px;
    text-align: right;
}

.listenerHome #timerTot {
    position: initial;
    font-size: 12px;
    width: 30px;
	display: inline-block;
    width: 20px;
    text-align: left;
}

.listenerHome #wrapperTimer{
    position: absolute;
    bottom: 40px;
    font-size: 12px;
    right: 17px;
}


#audio {
    clear: both;
    margin: 40px auto auto;
    width: 100%;
    color : white;
    font-size : 18px;
    display: none;
}
#audio i{
	color : #ea1d21;
}

#audio iframe{
	margin-top : 15px;
}

.footer{
	width : 100%;
    background: var(--title-color);
}

.footer img{
	max-width : 100%;
	width : 100%;
	height : auto;
    margin-top: -13vw;
    pointer-events: none;
}

.credits{
    padding: 5px 0;
}

.credits a {
    border-bottom: dashed 1px;
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
}

.credits a:hover {
    border-bottom: solid 1px;
}

body, td, th {    
    font-family: 'Oswald';
    font-weight: normal;
    letter-spacing: 0.5px;
}

body::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .1; 
    z-index: -2;
    background: var(--background-color) url(../images/2026/fond_bam.jpg) top repeat-y;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
    transition: opacity 0.2s;
}

body.hauteur::before{
    background-size: auto 100%;
}

body.home::before {
  opacity: 0.9; 
}

body.home.mobileGo::before {
  opacity: .1; 
}

body::after {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: .3; 
    z-index: -1;
    background: url(../images/2026/didier.png) no-repeat;
    background-size: auto calc(100% - 40px);
    background-attachment: fixed;
    background-position: center 40px;
    transition: opacity 0.2s;
}

body.hauteur::after{
    background-position: 65% 40px;
}


body.home::after {
  opacity: 1; 
}

body.home.mobileGo::after {
  opacity: .3; 
}

body.home.mobileGo::after {
  opacity: .3; 
}

.home #logoW{
	opacity : 0;
    transition: all 0.3s;
    left: -400px;
}

.home.yesLogo #logoW{
	opacity : 1;
    left: 9px;
}




.hasChild{
    list-style-type: none;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}
.hasChild:hover li{
	display : block;
}
.hasChild.isclicked li{
	display : block;
}
.isChild a{
    color : black;
}
.isChild{
    background: var(--thumbBG);
    color: black;
    display: none;
    left: -15px;
    padding: 5px 10px 5px 15px;
    position: absolute;
    text-align: left;
    width: 159px;
    font-size: 24px;
    z-index: 10001;
}

.menuMedias .isChild{
    width: 210px;
}

div#liensmenu a:hover,
#liensmenu td.active .isChild a:hover{
    color : var(--scrollbarBG);
}

.isChild:nth-child(2) {
    top: 35px;
}

.isChild:nth-child(3) {
    border-top: 2px solid;
    top: 74px;
}

.isChild:nth-child(4) {
    border-top: 2px solid;
    top: 117px;
}

.isChild:nth-child(5) {
    border-top: 2px solid;
    top: 157px;
}

.forMobile{
	display : none!important;
}

#idsVideos{
	display : none;
}

#facebook, #instagram, #dwpa{
	position : relative;
    top: 5px;
}

#facebook,  #instagram{
	margin-right : 10px;
}

#clear {
    clear: both;
    margin: 0;
}
a {
	font-weight : bold;
    color: var(--color-lien);
    text-decoration: none;
}


#scrollDown{
	position : absolute;
	bottom : 5px;
	right : 5px;
	width : 15px;
	height : 15px;
	cursor : pointer;
}

div#menu {
    height: 40vw;
    background-size: 100%;
    width: 100%;
    min-height: 70vh;
}


#burger_bt{
	background : url(../images/2017/menu-burger.png) no-repeat;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
	background-size : 100%;
	display : none;
}

.unConcert.noClick{
	cursor : default!important;
}

div#liensmenu {
    background: var(--thumbBG);
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    margin: 0 auto;
    padding: 10px 0 10px;
    position: fixed;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10001;
    text-shadow : 2px 2px 1px var(--color2), 2px 2px 6px black;;
}


div#liensmenu table {
    float: right;
    height: 46px;
    margin-right: 10px;
    margin-top: -8px;
}

div#liensmenu a {
	text-transform : uppercase;
    text-decoration: none;
    color: white;
}
.separatorMenu {
    color: #fabc90;
}

.home #bigLogo{
    display: block;
    background: url(../images/2026/logo_white.png) no-repeat;
    height: 29vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 19vh;
    width: 50vw;
    background-size: 100%;
    transition: all 0.4s;
    text-indent: -9999px;
}

#logoW{
    display: block;
    background: url(../images/2026/logo_droit_blanc.png) no-repeat;
    height: 93px;
    left: 9px;
    margin: auto;
    position: absolute;
    top: 9px;
    width: 263px;
    background-size: 100%;
    text-indent: -9999px;
    filter: drop-shadow(3px 3px 0px var(--color2)) drop-shadow(2px 2px 10px black);
}

div#contenu:before {
    content: "";
    height: 60px;
    width: 100%;
    background-image: url(../images/2017/header_without.png);
    background-position: 0 42px;
    background-size: 100% 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 42px;
    pointer-events: none;
    left: 0;
    z-index: 10000;
    filter: drop-shadow(-6px 0px 0px #fb6d03);
}

div#titrepage {
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 900px;
}
div#contenu {
    padding: 50px 0 30px 0;
    text-align: left;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 194px);
}



div#contenu.pageAlbum, .webp div#contenu.noHeader {
    margin: 40px 0;
    text-align: left;
    width: 100%;
}

.webp div#contenu.pageAlbum, .webp div#contenu.noHeader {
    margin: 40px 0;
    text-align: left;
    width: 100%;
}

div#contenu.pageAlbum{

    background-position: top!important;
    background-repeat: no-repeat!important;
    background-attachment: scroll!important;
}

#liensmenu td{
	padding : 0 7px;
	vertical-align : top;
    font-family: 'TT Trailers Trial';
    font-size: 30px !important;
    font-weight: 700;
    transform : rotate(-2deg);
}
.leMois{
    color: var(--title-color);
    font-size: 50px;
    font-weight: bold;
    margin-bottom: -8px;
    margin-top: 0;
    padding: 5px 0 5px 10px;
    transform: rotate(-2deg);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
}

.leMois:first-child{
	margin-top :-2px;
}

.unConcert{
    cursor: pointer;
    padding: 7px 91px 4px 15px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    transform: rotate(-2deg);
    box-shadow: 2px 2px 3px black;
    margin-bottom: 15px !important;
    font-size: 25px;
    font-weight: 700;
    font-family: 'TT Trailers Trial';
}

.unConcert:hover, .unConcert.active{
    background: var(--title-color);
    text-shadow : 3px 2px 2px black;
}

#logo.Discographie{
	display : none;
}


.texte {
    font-size: 14px;
    text-shadow: 0 0 2px black;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 35px;
    color: white;
}
.texte2 {
    color: #ffffff;
}
.titres1 {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.strong1 {
    color: #ea1d21;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.textenoir {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.textegris {
    color: #a5a5a5;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.texte2 {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.listeconcerts {
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}
.txtorange {
    color: #ea1d21;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.listenews {
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}
.lienconcertsalle {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.h3News {
    text-decoration: none;
}
a.lien1 {
    color: #ea1d21;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
a.lien1:link {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
a.lien1:hover {
    color: #ffffff;
    text-decoration: none;
}
a.lien1:visited {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
a.lienfichier {
    font-weight: normal;
    text-decoration: underline;
	font-weight : bold;
}
a.lienfichier:link {
    text-decoration: underline;
}

a.lien2:link {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
a.lien2:hover {
    color: #ffffff;
    text-decoration: none;
}
a.lien2:visited {
    color: #ea1d21;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}




a.lien6:link {
    color: #ea1d21;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
a.lien6:hover {
    color: #ffffff;
    text-decoration: underline;
}
a.lien6:visited {
    color: #ea1d21;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

a.lien1:link {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
a.lien1:hover {
    color: #ffffff;
    text-decoration: none;
}
a.lien1:visited {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

a.lienorangegras:link {
    color: #ea1d21;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a.lienorangegras:hover {
    color: #ffffff;
    text-decoration: none;
}
a.lienorangegras:visited {
    color: #ea1d21;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.lienorangegrassouligne:link {
    color: #ea1d21;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
a.lienorangegrassouligne:hover {
    color: #ffffff;
    text-decoration: underline;
}
a.lienorangegrassouligne:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a.lien3 {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
}
a.lien4:link {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.lien4:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
a.lien4:visited {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.lien5:link {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}
a.lien5:hover {
    color: #ea1d21;
    text-decoration: none;
}
a.lien5:visited {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.txtorangetitre {
    background: var(--title-color) none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 7px 0 5px 0;
    width: 100%;
    border-radius: 100px 100px 15px 15px;
    font-family: "TT Trailers Trial";
    text-transform: uppercase;
}
.txtorange2 {
    background: var(--title-color) none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 7px 0 5px 0;
    width: 100%;
    border-radius: 100px 100px 15px 15px;
    font-family: "TT Trailers Trial";
    text-transform: uppercase;
}


#lesParoles{
   	height: 100%;
    left: 0;
    position: fixed;
    top: 42px;
    width: 100%;
    z-index : 1000;
    display : none;
}


.parolestitres b{
margin : 10px 0 5px;
display: block;
}

#fermerParoles{
	position : fixed;
	top : 60px;
	right : 40px;
	font-size : 40px;
	cursor : pointer;
	color: #ea1d21;
}

#lesParoles iframe{
	border : none;
	width: 100%;
	height : 100%;
}

.annee {
    color: #378aef;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.paroles {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.parolestitres {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
	position : relative;
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-right: 0;
    display: inline-block;
    
    font-family: 'TT Trailers Trial';
    font-size: 50px;
    font-style: italic;
    filter: drop-shadow(3px 3px 0px var(--title-color));
    transform: rotate(-2deg);
    line-height: 47px;
}

.parolestitres.listen{
	cursor: pointer;
}

blockquote{
	color : #999!important;
	margin : 0 0 15px 0;
	font-size : 14px;
}

table.bordurenoire {
    background: url("../images/2014/noir.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.bordurenoire {
    border: 1px solid #000000;
}

a.lienquestion {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
a.lienquestion:link {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
a.lienquestion:hover {
    color: #ea1d21;
    text-decoration: none;
}
a.lienquestion:visited {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.madeby {
    color: #a80b0b;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}
.datenews {
    color: #999999;
    font-size: 10px;
    font-style: normal;
}
.textenoirtitre {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.texteblanctitre {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.titre {
    font-size: 18px;
    font-style: normal;
}
#CAR {
    background: none repeat scroll 0 0 #000;
    color: #b62022;
    font-size: 25px;
    font-weight: 900;
    margin: 0 auto;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 900px;
}

.titreGauche{
	background : black;
    margin-left: -40px;
    padding: 5px 5px 5px 40px;
    font-size : 16px;
}

.titreDroite{
	background : black;	    
    margin-right: -40px;
    padding: 5px 40px 5px 5px;
    font-size : 16px;
}

#concerts.pageGroupe{
	text-align : center;
	float : none;
	margin : 0 auto;
}

.grasSurRouge{

	color: #378aef;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;	
	
}

.titreSurRouge{
     background: none repeat scroll 0 0 black;
    border: 1px solid white;
    font-size: 18px;
    padding: 5px;
}

.up, .upTR{
	display : none;
	background: url(../images/up.png) no-repeat center;
    width: 40px;
    background-size: 40px 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer;
}

.upTR .up{
	position : relative;
	margin-top : 20px;	
}

.Style9 a, .Style2 a{
	color: #ea1d21;	
}

#lesSousLiens{
    font-size: 16px;
    margin: 10px auto 20px;
    text-align: center;
}

#lesSousLiens a{
	font-size: 15px;
}

#lesSousLiens a:hover{
	color : #c75c00;
}

#lesSousLiens .activeSS{
    padding: 0 5px;
    text-decoration: none;
}

.numerochanson{
	padding-left : 0;
	position : relative;
	margin-left : -10px;
    padding-right: 2px;
}

.numerochanson span{
    left: -20px;
    position: absolute;
    top: 0;
}

#googlemap.yesMobile{
	display : none;
}

/* PHOTOS */
#wampasGallerys{
	width : 95%;
	margin : 50px auto;
}



#wampasGallerys img{
	opacity : 0;
}

#wampasGallerys.galereya img{
	opacity : 1;
}




.load_more{
    background: #378aef;
    border-radius: 15px;
    padding: 5px 13px;
    float: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    right: 0;
	display : none;
	bottom : -50px;
	transition : transform 0.4s;
}


.load_more:hover{
	transform : scale(1.2);
}


/* PLAYER VIDEO */
#wrapper_video{
	position : fixed;
	width : 100%;
	height : 100%;
    top: 0;
	left : 0;
	display : none;
    z-index: 201;
	background : rgba(0, 0, 0, 1);
}

#wrapper_content_video{
    width: 70%;
    height: calc(85% - 60px);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#title_video {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    width: calc(100% - 110px);
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: calc(100% - 110px);
    margin-bottom: 45px;
    margin-left: auto;
    font-style: italic;
    margin-right: auto;
    font-family: 'TT Trailers Trial';
    text-shadow: 2px 2px 0 var(--title-color);
}


#wrapper_content_video #yt_player{
	width: 100%;
    height: calc(100% - 70px);
}

#fermer_pv{
	position: absolute;
    right: 0;
    top: -15px;
    display: block;
    cursor: pointer;
    background-size: 100%;
    color: white;
    font-weight: 900;
    font-size: 50px;
    font-family: 'TT Trailers Trial';
}


#fermer_pv:hover{
	opacity : 0.8;
}

@media all and (max-width: 1400px) {
.wrapperLyrics{ 
    column-count: 2;
}

.musiciens{
    grid-template-columns: 250px 200px;
}

.listeChansons{
    column-count: 1;	
}

}


@media all and (min-width: 1201px) {
	#googlemap {
		position: sticky;
		top: 90px;
	}
}
	

@media all and (max-width: 1200px) {
	
.tousAlbums .otherAlbum {
    width: calc(25% - 10px);
}

.titPar{
    margin: 50px 0 15px 5%;
}

.titPar strong {
    margin: 10px 0 0 -20px;
}

p.paroles {
    margin-left: 0;
}

.tousAlbums {
    width: 100%;
    margin-top: 15px;
}

    .infosConcerts b {
        font-size: 20px;
    }
	
	    .subMenu {
        font-size: 15px;
    }

.laVille{
	margin-left : 15px;
}

.anAlbum{
	width: 31.2%;
}

.home #bigLogo {
    height: 52vw;
    top: 21vh;
    width: 90vw;
        max-width: 590px;
        max-height: 340px;
}

.desc_wamp {
    font-size: 16px;
}

.formations .prochainsConcerts {
    line-height: 53px;
        font-size: 50px;
}

div#menu {
    height: 70vh;
    background-size: 100%;
    width: 100%;
    min-height: 510px;
}

	
.pochettes{
	width: 100%;
    margin-left: 0%;
    float: none;
}

.one_category {
    width: calc(100% + 4px);
    height: auto;
    margin-top: 0;
    overflow: hidden;
    max-height: 77px;
    transition: max-height 0.6s ease-in-out;
}


.one_category.active{
    max-height: 4200px;
    overflow: visible;
}

.col_left, .col_right {
    width: 100%;
    float: none;
}

.title_category{
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.title_category:after{
    content: " ";
    right: 25px;
    top: 17px;
    height: 0;
    width: 0;
    position: absolute;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.one_category.active .title_category:after {
    transform: rotate(180deg);
}
	
	
.historique .gigaUp{
    bottom: 20px;
    right: 5px;
}
	
#title_video {
    font-size: 25px;
    width: calc(100% - 36px);
    margin-left: 0;
    margin-bottom: 30px;
}

#fermer_pv {
    position: absolute;
    right: 0;
    top: -12px;
    display: block;
    cursor: pointer;
    background-size: 100%;
    color: white;
    font-weight: 900;
    font-size: 37px;
}

#wrapper_content_video {
    width: 90%;
    height: calc(75% - 60px);
}

#wrapper_content_video #yt_player {
    height: 100%;
}
	
#listenAlbum{
    margin-top: -30px;
    margin-bottom: 30px;
}
	
body #liensmenu .lienHome{
	   display: block!important;
    margin-top: 20px;	
}

.musiciens{
    grid-template-columns: 250px;
}

.listeChansons{
    column-count: 1;	
}

.gigaUp{
    right: 20px;
    width: 40px;
    height: 43px;
    bottom: 110px;
}

.backAlbum {
    margin: 65px 5% 30px;
}

.titreAlbum {
    font-size: 37px;
    text-align: center !important;
}

#timer, #timerTot{
	display : none;
}



#lecteur .bar {
    background-color: rgb(0, 0, 0, 0.44);
    width: 100%;
    padding: 0;
    margin: 0;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    border-radius: 0;
}

#lecteur #progressBar div {
    border-radius: 0;
}

#lecteur #progressBar div:after{
	display : none;
}

#lecteur .thumb {
    height: calc(100% - 7px);
    float: left;
    margin-top: 7px;
}

#lecteur {
    border-top: none;
}

.titleMorceau {
    top: 23px;    
	position: absolute;
    width: calc(100% - 180px);
    margin: 0;
    left: 110px;
    right: initial;
    text-align: left;
    font-weight: bold;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_son .titleMorceau {
    top: 23px;    
	position: absolute;
    width: 95%;
    padding : 0 2.5%;
    left: 0;
    text-align: center;
}

.icon-fast-backward {
    right: initial;
    margin: 0;
    left: 95px;
}

.page_son .icon-fast-backward {
    right: 95px;
    margin: 0 auto;
    left: 0;
}

#lecteur .controls button#play,
#lecteur .controls button#pause{
	margin: 0;
    right: initial;
    left: 132px;
}

.page_son #lecteur .controls button#play,
.page_son #lecteur .controls button#pause{
	margin: 0 auto;
    right: 0;
    left: 0;
}

.icon-fast-forward {
    right: initial;
    margin: 0;
    left: 185px;
}

.page_son .icon-fast-forward {
    right: 0;
    margin: 0 auto;
    left: 95px;
}

#showParoles { 
    right: 20px;
}

.streamingLinks {
    position: absolute;
    right: calc(5% - 10px);
    top: 66px;
}

.streamingLinks a {
    border-radius: 7px;
    width: 35px;
    height: 35px;
}

div#contenu.pageAlbum{
    background-position: center!important;
    background-repeat: repeat!important;
    background-attachment: fixed!important;
    margin-top: 10px!important;
}


.wrapperLyrics{ 
    column-count: 1;
}

div#contenu {
	background-size : 100%;
}

	.oneAlbum .col1, .oneAlbum .col2, .oneAlbum .col3 {
    float: left;
    margin-right: 2%;
    width: 67%;
	}
	
	.tracklist{
	margin : 5px 0 10px 0!important;
}
	.coverAlbum{
    float: right;
    width: 30%;
}

	.oneAlbum.black .coverAlbum{
		float: right;
		margin-right: 0;
	}
	
	.oneAlbum.black  .col1, .oneAlbum.black  .col2, .oneAlbum.black  .col3 {
    float: left;
    margin-right: 2%;
    width: 67%;
}
	.oneAlbum.black .descrAlbum{
		margin-bottom: 20px;
		padding-right: 31.5%;
		text-align: justify;
	}
	
	#left, #right{
		width : 92%;
	}
	
	#video, #instagram-feed{
		display : none;
	}
	
	.noPhone{
		display : none!important;
	}
	
	#concerts, #concerts2{
		margin-top : 10px;
	}
	
	.unConcert{
		margin-left : 0px;
	}
	.infosConcerts{
		margin-left : 1%;
		padding : 10px 1%;
	}
	
	#liensmenu table{
		display : none;
	}
	
	#burger_bt{
		display : block;
		cursor : pointer;
	}
	
	#concerts h3, #video h3, #news h3, .prochainsConcerts, #instagram-feed h3, .titleRubrique{
        font-size: 60px;
	}
	
	#boutique .oneBoutique {
		width: 45%!important;
	}
	
	#boutique .oneBoutique.first{
		margin-right: 5%!important;
	}
	
	#boutique .oneBoutique img {
		width: 100%;
		display: block;
	}
	
	#news .titre {
    font-size: 30px;
	}
	
	.textNews {
		font-size: 16px;
	}


	#logoW {
    height: 53px!important;
    top: 5px!important;
    width: 150px!important;
	}

	#news {
		margin-top : 50px;
	}
	
	.leMois {
		font-size: 40px;
	}
	
	.unConcert{
        font-size: 20px;
		text-align : left;
		margin-top : 8px;
	}

    .unConcert .billeterie {
        font-size: 17px;
        margin-top: -3px;
    }
        
	iframe {
    height: 50vw;
    width: 100%;
	}
	
	.infosConcerts div {
		padding: 0 60px 0 0;
	}
	
	.infosConcerts a {
		margin: 10px 10px 0 0; 
	}
	
	div#liensmenu table {
        margin-right: 10px;
        position: fixed;
        top: 0;
        background: rgba(49, 43, 128, 0.95);
        height: 100%;
        opacity: 1;
        width: 100%;
        margin-top: 0;
        display: block;
        left: 100%;
        font-size: 20px!important;
        overflow: auto;
	}
	
	div#liensmenu table 
	.isChild{
		background : none;
	}

    .menuMedias .isChild {
    width: 100%;
}
	
	#liensmenu td {
    display: block;
    text-align : left;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 25px!important;
	transform : rotate(0deg);
	}
	
	#liensmenu td a{
		transform : rotate(-2deg);
        display: inline-block;
	}
	
	
	
	.separatorMenu {
    display : none!important;
	}
	
	.isChild {
    background: white none repeat scroll 0 0;
    color: black;
    display: block!important;
    left: -15px;
    padding: 0px;
    position: static;
    text-align: left;
    width: 100%;
    font-size: 25px;
    margin-left: 0;
    margin-top: 15px;
}

#facebook, #instagram, #dwpa {
    height: 40px;
	width:40px;
	margin-right : 20px;
}

.hasChild {
    padding: 0;
}

.hasChild li{
    display : none;
}

.hasChild:hover li {
    display: none;
}

.isChild:nth-child(3), .isChild:nth-child(4), .isChild:nth-child(5) {
    border-top: none;
}

#menuDisco img {
    width: 19.56%;
    float: left;
}

#menuDisco.fixed {
    position: static!important;
}

.cliquez {
    padding-top: 0!important;
}

.lineOne { 
    padding: 3px 0 2px 4%;
    width: 96%;
}

.descrAlbum {
    padding-right: 0%!important;
}

.clips {
    width: 100%;
}

.coverAlbum {
    padding-left: 15px;
}

.oneAlbum .col1, .oneAlbum .col2, .oneAlbum .col3 {
    width: 94%!important;
}

.clips .col1, .clips .col2, .clips .col3 {
    width: 100%!important;
    margin-right : 0!important;
    margin-bottom : 10px;
}

.coverAlbum {
    width: 50%!important;
}

.tracklist {
    width: 100%;
}

div#contenu{
	padding-top : 20px;
}

.up{
	display : block;
	margin : -20px auto 20px auto;
	color : white;
	text-align : center;
}

.upTR{
	display : table-row;
}

.leSon .td1, .leSon .td2{
	display : block;
	width : 100%;
}

.leSon .txtorange2, .leSon .txtorangetitre{
	margin-top : 0;
}

div.content#gallery {
    display: none;
    float: right;
    width: 100% !important;
    color: white;
}

div.slideshow img {
    max-width: 97%!important;
}

.caption .download{
	display : none!important;
}

div#thumbs.navigation {
    margin-top: 105px!important;
    width: 100% !important;
}

div.image-title {
    padding: 3px 15%!important;
    width: 70%!important;
}


#presentationGroupe {
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

#presentationGroupe u{
	margin-top : -10px;
}

.anneeForm {
    margin-bottom: 9px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
}

.formationTof {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.yesMobile{
	display : block!important;
	visibility : visible;
	margin-top : 100px;
}

#tableFormations td{
	display : block;
	margin: auto;
	width : 50%;
}

#tableFormations td img{
	
	display : none;
	}
	
	
#pageconcerts {

    width: 100%;

}

#googlemap {
    float: right;
    width: 90%;
    height: 500px;
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
    border: 1px solid black;
    margin-top : 50px;
    margin-right: 5%;
}

.lienVersHistorique{
	display : none;
}

.concertsJours li {
    width: 80%;
}

#pageconcerts .leMois {
    width: calc(91% - 3px);
    text-align: left;
}

.dateAcacher{
	display : inline;
	visibility : hidden;
}

.presentationMusicien{
	text-align : left!important;
}


.pochetteAlbum {
        width: calc(100% - 11px);
        display: inline-block;
        margin-left: 0%;
        margin-top: 20px;
        float: none;
        margin-bottom: 10px;
}

.OneCol {
    width: calc(100% - 30px);
    padding-right: 0;
}

.albumPartDroite {
    width: 100%;
}

.sautLigne{
	display : block;
}

.fondAblum {
    background-size: 100%;
}

.clips .col1, .clips .col2, .clips .col3{
	float: none;
}

.anAlbum {
    width: 48%;
}

#menuDisco45 .unMaxi {
    width: 98%;
    margin-bottom: 25px;
}

.separatorSM {
    display: none;
}

#sousMenu {
    margin: 30px auto 40px auto;
}

#sousMenu.noBottom {
    margin: 30px auto 40px auto;
}

.noMobile,
#presentationGroupe .unMemb.noMobile{    
	display: none!important;
}

.forMobile{
	display : inline!important;
}

#presentationGroupe .unMemb{
    width: calc(33.3% - 4px);
}

#presentationGroupe .unMemb.forMobile {
    width: calc(33.3% - 4px);
    display: inline-block!important;
}


div#contenu:before{
	display : none;
}

.credits span{
    display: block;
    height: 0px;
    overflow: hidden;
}



}


.loader{
	display : none;
	background: rgba(0, 0, 0, 0.2) url(../images/loader.gif) no-repeat center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-size: 50px;
}



@media all and (max-width: 450px) {

.wampName{
	display : none;
}

.tousAlbums .otherAlbum {
    width: calc(33.33% - 10px);
}
	
#presentationGroupe h4 {
    border-radius: 15px 15px 15px 15px;
}

.title_category {
       font-size: 34px;
}

.title_category:after {
    content: " ";
    right: 19px;
        top: 19px;
    height: 0;
    width: 0;
    position: absolute;
    border-top: 7px solid white;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

}




@media all and (max-width: 420px) {
	
	.listenerHome .thumb {
		display: none;
	}
	
	.listenerHome #titreAlbum {
		left: 16px;
	}

	.listenerHome #nomGroupe {
		left: 16px;
	}
	.listenerHome #play, .listenerHome #pause {
		left: 9px;
	}
	
	.listenerHome .titleMorceau {
		left: 83px;
		width: calc(100% - 180px);
	}
	
	.listenerHome .bar {
		width: calc(100% - 180px);
		left: 82px;
		bottom: 19px;
	}
	
}


@media all and (max-width: 320px) {
	.streamingLinks {
		top: 75px;
	}
	.streamingLinks a {
		border-radius: 7px;
		width: 28px;
		height: 28px;
	}
}


@media all and (max-width: 500px) {
	#boutique .oneBoutique a {
		font-size: 24px;
	}
	
		.leJour{
        font-size: 35px;
	}
	
	.unConcert .billeterie {
		font-size: 17px;
        margin-top: -34px;
        transform: rotate(-90deg);
        margin-right: -31px;
    }
	
	.one_entry img {
		margin-bottom: 5px;
		margin: auto;
		float: none;
		text-align: center;
		display: block;
	}
		
		
	.one_entry strong {
		text-align: center;
	}
		
	.dateAcacher {
        display: none;
    }
	
	.laVille {
        margin-left: 0;
        display: block;
    }
	
	.unConcert {
		padding: 7px 10px 4px 15px;
	}
	
	body.home::after{
        background-size: 100% auto;
        background-position: center 60px !important;
		transition : background 0.3s;
	}
	
	body.home.mobileGo::after{
        background-size: 100% auto;
        background-position: center !important;
	}
	
	 body::after {
        background-size: 100% auto;
        background-position: center!important;
    }
	
	.subMenu {
		width: 100%;
	}
	#sousMenu a{
		display: block;
        width: fit-content;
        margin: auto;
        line-height: 26px;
	}
	#sousMenu a.active {
		border-bottom: none;
		margin-bottom: 8px;
	}
	
}
	
@media all and (max-width: 700px) {
	#news li {
		display: flex;
		flex-direction: column;
	}
	
	#news a.lienImgNews{
		order : 3;
	}

	.imagenews{
		width : 100%;
	}
	
	.hasTof{
		padding-left : 0;
	}
	
	#menuDisco45 .unMaxi {
		width: 98%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: inline-block;
        padding-bottom: 10px;
    }
	
	.texteMaxi h4{
    line-height: 30px;
	margin-bottom : 0;
}
	
	#menuDisco45 .unMaxi img {
    width: 100%;
	}
	
	.texteMaxi {
    width: 96%;
	}
	
}
	

/* SCROLLBAR */  
html {
   --scrollbarBG: #fff200;
   --thumbBG: #378aef;
}

::-webkit-scrollbar {
  width: 10px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lien) var(--color1);
}
::-webkit-scrollbar-track {
  background: var(--color1);
  
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
  border-radius: 6px;
  border : solid 0px black;
}
::-webkit-scrollbar-thumb {
  background-color: var(--title-lien) ;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--title-lien) ;
  border-radius: 6px;
  cursor : pointer;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}


.psycho-title{
	max-width : 70%;
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
}