/* ============================================
    Général
=============================================*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	}
img { 
	vertical-align: middle;
	height:auto;
	}
a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
	}
a img { border: none; }

img, object, embed, iframe, canvas, video, audio, picture {
    max-width: 100%;
	}
.clearfix, .clearfix::before, .clearfix::after { clear:both; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; line-height: 0; }
#site{
	position: relative;
	margin: 0 auto 0;
	padding:0;
	min-height: 100%;
	}
#container {
	position:relative;
	margin: 0 auto 0;
	width: 97%;
	max-width: 1100px;
	overflow:hidden;
	display:block;
	z-index: 1;
	text-align:center;
	}
.themecolored {
	text-align:left;
	margin-bottom: 15px;
	}

/* ============================================
    Font
=============================================*/
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/gotham.eot');
    src: url('/fonts/gotham.eot?#iefix') format('embedded-opentype'),
         url('/fonts/gotham.woff') format('woff'),
         url('/fonts/gotham.ttf') format('truetype'),
         url('/fonts/gotham.svg#Gotham') format('svg');
    font-weight: normal;
    font-style: normal;		 
}
body {
	font-size: 1em; /* Ideal: 16px */
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	font-weight:normal;
	}
body, .date, .description, .black, .black a {
	color: #2D2D2D;
	}
.font, header, .theme-yf .nivo-caption, .menu, .menu ul, .pagination, .titre, .titre_article, .date, #colonne_droite, .titre_concerts, .titre_sorties, #navcontainer, .pseudo-commentaire-admin, .voir-commentaire a:link, .voir-commentaire a:visited, .list_derniers_articles, .erreur, .ok, #footer, .medias, .titre_admin, #categories, .legende {
	font-family: Gotham, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	}
header, .titre_article, .title_list_article, .titre_colonne, .list_derniers_articles, #navcontainer, .pseudo-commentaire-admin, .voir-commentaire a:link, .voir-commentaire a:visited, .erreur, .ok, #footer {
	font-weight:bold;
	}
.titre_article, .title_list_article {
	font-size: 1.1em;	
	text-shadow: -1px -1px 3px #999999;
	}
.titre_concerts, .titre_sorties {
	font-size: 1.6em;
	}
#article, #articleplus, .description_article {
	font-size: 0.9em;
	}
.themecolored .titre, #footer {
	color: #ffffff;
	}
.cadre_derniers_articles {
	font-size:0.8em;
	}
.color, input, a, .black a:hover, .favoris a:hover, .contact a:hover, .grid figure figcaption {
	color: #cc0000;
	}
a:hover, input:hover, .voir-commentaire a:hover { color:#666666; }

/* ============================================
    Couleurs
=============================================*/
body {
	background-color:#321a1a;
	}
#contenu, #colonne_droite {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.98);
	}
.themecolored {
	border-bottom: 4px solid #cc0000;
	}
.themecolored .titre {
	border:2px solid #cc0000;
	background-color:#cc0000;
	}
#title_derniers_articles, .cadre, .cadre-commentaire {
	background-color:#eeeeff;
	}
#contenu, #colonne_droite, .theme-slideryf .nivoSlider {
	-webkit-box-shadow: 1px 1px 12px 0px rgba(153, 153, 153, 1);
	-moz-box-shadow: 1px 1px 12px 0px rgba(153, 153, 153, 1);
	box-shadow: 1px 1px 12px 0px rgba(153, 153, 153, 1);
	}
.cadre_list_article {
	border-top: 1px solid #c9c9c9;
	}
.cadre_derniers_articles, .cadre {
	border: 1px solid #c9c9c9;
	}
#colonne_droite .date, #cadre_titre_article, #lien_cadre_titre_article {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;	
	}	
#lien_cadre_titre_article:hover, .cadre_list_article:hover {
    background-color: rgb(238, 238, 238);
	background-color: rgba(238, 238, 238, 0.8);
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	}
#lien_cadre_titre_article, .cadre_list_article {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	}

/* ============================================
    Header
=============================================*/
#header{
	margin:0;
	padding:0;
	width: 100%;
	height:auto;	
	max-height: 400px;	
	background: url(/images/index/header.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
#headerslider {
	position: relative;	
	margin: 0 auto 0;
	padding: 0.5% 0;
	width: 97%;
	max-width: 1000px;
	height:auto;
	}
#headerlogo {
	margin: 0 auto 0;
	padding: 0.5% 0;
	width: 100%;
	max-width: 1000px;
	text-align:center;
	}
#headerlogo img {
	max-width: 90%;
	}
#yomyfred img {
	margin: 1% auto 0;
	display:block;
	text-align:center;
	width: 50%;
	height:auto;
	z-index: 1000;
	}

/* ============================================
    Menu
=============================================*/
#sticky {
	width:100%;
	position:relative;
	margin:0;
	z-index:1001;
	}
#navresponsive, #menu-mobile, #navresponsive ul.menu, #navresponsive u.menu li ul.sousmenu {
	display:none !important;
	}
.menu, .menu ul, #navbar,  #navresponsive {
	background-color: #242424;
	}
.menu a:link, .menu a:visited {
	color: #FFF;
	}
.menu a:hover {
	color:#777777;
	}
.menu a {
    text-decoration:none;
	display:block; 
	}	
#navbar, #navresponsive, .menu, .menu ul {
	width: 100%;
	text-align:center;		
	margin:0;
	padding: 0;
	}
.menu, .menu ul {
	list-style-type: none;
	}
#navbar .menu, #navbar .menu ul {	
	-webkit-box-shadow: 3px 3px 5px 0px rgba(36, 36, 36, 0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(36, 36, 36, 0.5);
	box-shadow: 3px 3px 5px 0px rgba(36, 36, 36, 0.5);
	}
#navbar .menu {
	height: 50px;
	padding: 10px 0px;	
	transition: all 150ms linear;
	border-top:2px solid rgba(255, 255, 255, 0.4); 
	border-bottom:2px solid rgba(255, 255, 255, 0.4);
	z-index: 950;	
	}
#navbar .menu ul {
	padding: 0;
	position:absolute; 
	max-height:0;
	overflow:hidden;
	border-radius:0 0 10px 10px; 
	-moz-transition: .8s all .2s; 
	-webkit-transition: .8s all .2s; 
	-o-transition: .8s all .2s; 
	-ms-transition: .8s all .2s; 
	transition: .8s all .2s; 	 
	}
#navbar .menu li {
	display: inline-block;
	padding: 0 3%;
	}
#navbar .menu ul li {
	display:inherit; 
	}
#navbar .menu li:hover ul.sousmenu, #navbar .menu li.anim ul.sousmenu {
	max-height:15em;
	}
#navbar .menu li.private:hover ul.sousmenu, #navbar .menu li.private ul.sousmenu {
	width: 125px;
	}
#navbar .menu li.rubriques:hover ul.sousmenu, #navbar .menu li.rubriques ul.sousmenu {
	margin-left: 5px;
	width: 90px;
	}
#navbar .menu li.voyages:hover ul.sousmenu, #navbar .menu li.voyages ul.sousmenu {
	margin-left: -50px;
	width: 175px;
	}
#navbar .menu li ul li {
	padding: 5px 0;
	}
	
/* ============================================
    Pagination
=============================================*/
.pagination {
	margin:0;
	padding:0;
	line-height:2em;
	text-align:center;
	}
.pagination a,
.pagination span {
	padding: 0.2em 0.3em;
	}
.pagination span.disabled { 
	color:#828282;
	}
.pagination span.current {
	color:#000000;
	}
/********fin pagination***************/

			
/* ============================================
    Colonne gauche
=============================================*/
#contenu {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width: 74.21875%; /* Ideal: 760px -> 760 / 1024 */
	max-width: 760px;
	height: 100%;
	margin:0;
	padding:1%;
	padding-bottom:10px;
	/* Pour IE 7 */
	zoom: 1;
	*display: inline;
	}

/*Grid*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto 0;
	width: 97%;
	display:block;
	padding: 0;
	list-style: none;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	background: #2f3238;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.9;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption {
	padding: 3%;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
}
.grid figure figcaption .titre_article {
	text-shadow: 1px 1px 1px #ffffff;	
}
.grid figure figcaption .date_article{
	color: #fff;
	text-shadow: 1px 1px 3px #575757;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure .texte {
	display: inline-block;
	position:absolute;
	margin: 0;
	left:3%;	
	bottom:10%;
	width: 94%;
	padding: 0.4em 1em;
	letter-spacing: 1px;
	font-size: 68.5%;
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,0.6);
	text-transform: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-860px,0,0);
	transform: translate3d(-860px,0,0);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.grid figure:hover .texte {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}
.grid figure:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.une{
	text-align:left;
	}
.une a{
	text-decoration:none;
	}
.une .grid figure {
	margin-bottom: 15px;
	}
.multiple {
	display:inline-block;
	width: 49%;
	vertical-align:top;
	margin-bottom:15px;
	}
.multiple .titre_article {
	text-align:left;
	min-height:45px;
	margin-bottom:15px;
	}
.multiple .grid figure .texte { 
	text-align:center;
	bottom: 40%;
	}
	
/*articles*/
.precedent{
	float:left;
	}
.suivant{
	float:right;
	}
#cadre_titre_article, #lien_cadre_titre_article {
	clear:both;
	padding: 10px 0 20px 0;
	margin: 0 10px;
	text-align:left;
	}	
#article, #articleplus {
	padding-bottom: 10px;
	text-align:justify;
	}
#articleplus {
	padding-bottom: 30px;
	}
#article img, #articleplus img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	}
#article a img:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	}
#transition {
	margin: 0 auto 0;
	width: 0.5%;
	border-top:1px dotted #999999;
	margin-top:35px;
	margin-bottom:10px;
	}
.transition {
	margin: 0 auto 0;
	width: 0.5%;
	border-top:1px dotted #999999;
	margin-top:35px;
	margin-bottom:10px;
	}
.cadre {
	padding:10px 0;
	}
/*liens sociaux*/
.social{
	text-align:left;
	}

/*listes d'articles*/
.cadre_list_article{
	position: relative;
	clear: both;
	margin: 0 auto 0;
	margin-bottom:10px;
	width: 97%;
	display:block;
	padding:1%;
	font:0;
	text-align:center;
	}
.image_article{
	max-width: 115px;
	display: inline-block;
	vertical-align:middle;
	text-align:center;
	/* Pour IE 7 */
	zoom: 1;
	*display: inline;	
	}
.image_article img{
	width:110px;
	height:110px;	
	}
.date{
	margin-bottom: 15px;
	}
.description_article{
	display: inline-block;
	vertical-align:middle;
	text-align:left;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
	/* Pour IE 7 */
	zoom: 1;
	*display: inline;
	}	
.cadre_article{
	position:relative;
	margin: 0 auto 0;
	}
/*listes derniers articles*/
.derniers-articles li{
	margin:5px;
	list-style-type:none;
	font-weight:normal;
	}
.derniers-articles a{	
	text-decoration:none;
	}
.cadre_derniers_articles {
	margin-bottom:10px;
	}
#title_derniers_articles {
	padding: 5px 5px 10px 5px;
	text-align:center;
	}
#title_derniers_articles a {
	text-decoration:none;
	}
.padding {
	padding: 0 5px 0 5px;
	}

/*commentaires*/	
.cadre-commentaire{
	height: auto;
	margin:5px;
	padding:5px;
	border-radius:6px;
	}
.cadre-commentaire-admin{
	height: auto;
	background:#BBBBBB;
	margin:5px;
	padding:5px;
	border-radius:6px;
	}
.pseudo-commentaire-admin{
	color:#FFF;
	text-shadow:2px 2px 2px #000000;
	}
.voir-commentaire a {
	color:#000;
	text-decoration:none;
	}			
/******fin colonne gauche******/

/* ============================================
    Colonne droite
=============================================*/	
#colonne_droite {
	position:relative;
	display:inline-block;
	vertical-align: top;
	width: 22.46093%; /* Ideal: 230px -> 230 / 1024 */
	max-width: 230px;         
	padding:1%;
	margin:0 1%;
	text-align: center;
	/* Pour IE 7 */
	zoom: 1;
	*display: inline;	
	}
#colonne_droite a {
	text-decoration:none;
	}
#contenu_colonne {
	margin-bottom:30px;
	}	 		
#contenu_colonne.infos {
	text-align:left;
	}
#contenu_colonne .date {
	margin: 0;
	padding: 5px 0;
	}
#contenu_colonne .video_moment, .derniere_video {
	position:relative;
	}
#contenu_colonne .video_moment .play, .derniere_video .play{
	position:absolute;
	width: 100%;
	text-align:center;
	color: white;
	}
#contenu_colonne .video_moment .play{
	top: 15px;
	}
.derniere_video .play{
	top: 60px;
	}	

/*formulaire recherche + recherche colonne de droite*/
input, textarea, select, option, .recherche {
    background-color: #fff;
    border-color: none;
    border-image: none;
	margin:0px;
	padding:0;
	}
.recherche {
	margin-right: 10px;
	position:relative;
	}
.recherche [class*="fa-search"] {
    font-size: 1rem;
	}
input[type=text].input-recherche {
    border-color: transparent;
    box-shadow: none;
	height:23px;
	width:100%;	
	}
button[type=submit].submit-recherche {
	display:inline-block;
    background: none repeat scroll 0 0 transparent;
    border-color: transparent;
    color: #4d4d4d;
    cursor: pointer;
	position:absolute;
	right:0;	
    margin: 0;
	padding: 0;
	height:23px;
	width:23px;
    text-align: center;	
    transition: color 0.1s linear 0s, background-color 0.2s linear 0s;
	/* Pour IE 7 */
	zoom: 1;
	*display: inline;
	}
button[type=submit].submit-recherche:focus, button[type=submit].submit-recherche:hover, .recherche input:focus + .submit-recherche {
    background: #2d2d2d;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
	}

/*formulaire contact + commentaire*/
.form label,.form input,.form textarea{
	display: block;
	width: auto;
	min-height: 25px;
	float: left;
	margin-bottom: 10px;
	color:#000;
	}
.form label {
	text-align: right;
	width: 150px;
	margin-right: 20px;
	}
.form br{
	clear: left;
	}	
label.inline {
	width:30px;
 	display:inline;
 	}
input[type=radio] {
	background-color: transparent;
	width:15px;
	}		
input[type=submit], input[type=button], input[type=reset]{
	width:auto;
	background: #808080;
	font-weight:bold;
	color: #FFF;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 5px 10px;
	text-transform: uppercase;
	box-shadow: none;
	outline: none;
	position: relative;
	float:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align:center;
	}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover{
	background: #696969;
	}
input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
	background: #4D4D4D;
	color:#000000;
	}

/*captcha*/
.captcha{
	color:white;
	font-size:large;
	background-color:black;
	padding-left:5px;
	padding-right:5px;
	}
	
/*Erreurs*/
.erreur{
	font-size: large;	
	text-align:center;
	color:#C00;
	font-weight:bold;
	border-top:1px solid #C00;
	margin:0 5px;
	padding:5px;
	}
.ok{
	font-size: large;	
	text-align:center;
	color:#090;
	font-weight:bold;
	border-top:1px solid #090;
	margin:0 5px;
	padding:5px;
	}

/* ============================================
    Listes
=============================================*/	
#navtitlelist a {
	display: block;
	font-size: 1.1em;
	margin: 0 0 10px 0;		
	padding: 5px;
	text-decoration: none;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	}
#navtitlelist a:hover {
	background: rgb(233, 233, 233);
	}
#navtitlelist img {
	margin-left:10%;
	max-height:60px;
	}
.navlist ul {
	padding: 0;
	margin: 0 0 10px 10px;
	list-style-type: none;
	}
.navlist a:link, .navlist a:visited {
	color: #2D2D2D;
	}
.navlist a:hover {
	color:#666666;
	}
.navlist a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
	font-size:90%;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	-webkit-transition: all 200ms ease-out 0s;
	-moz-transition: all 200ms ease-out 0s;
	-o-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	}	
.navlist a:hover {
    background: rgba(238, 238, 238, 0.6) none repeat scroll 0 0;
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	}
	
/* ============================================
    Pied de page
=============================================*/		
#footer {
	clear:both;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 100%;
	height:40px;
	position: relative;
	bottom: 0;
	text-align: center;
	font-size: small;
	z-index:950;	
	}
#footer a {
	text-decoration:none;
	}

/* ============================================
    Responsive Design
=============================================*/	
@media screen and (max-width: 767px) {
#header{	
	background: none;
	}
#contenu, #colonne_droite {
	background-color: rgba(255,255,255,0.8);
	}
#contenu {
	padding:0;
	width:97%;
	}		
#navbar, #navbar ul, #yomyfred, #yomyfred img, #colonne_droite {
	display: none;
	}
#navresponsive, #menu-mobile, #navresponsive ul.menu, #navresponsive u.menu li ul.sousmenu {
	display:block !important;
	}
#navresponsive {
	border-top:1px solid rgba(255, 255, 255, 0.4);
	border-bottom:1px solid rgba(255, 255, 255, 0.4);
	z-index: 950;	
	}
#navresponsive .menu > li > a {
	height: 50px;
	padding: 10px 2%;	
	}
#navresponsive ul, #navresponsive ul li {
	border:0;
	outline:none;
	margin:0;
	padding:0;
	list-style: none;
	}
#navresponsive .accordion, #navresponsive .accordion li {
	margin: 0;
	padding: 0;
	border: none;
	}
#navresponsive .accordion li ul li a {
	padding: 5px 10px 5px 10px;
	background: #444444;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #222;
	border-top: 1px solid #777;
	}
#navresponsive .accordion ul a, #navresponsive .accordion ul li a {
	background-color: #424549;
	}
#navresponsive .accordion ul li ul a {
	background-color: #595959;
	}
#navresponsive .accordion a .dcjq-icon:before {
	font-family: FontAwesome; 
	content: "\f0d7"; 
	position:relative;
	}
#navresponsive .accordion > li > a .dcjq-icon:before {
    font-family: FontAwesome;
    content: "\f0c9";
	}
#navresponsive .accordion a.dcjq-parent.active .dcjq-icon:before {
	font-family: FontAwesome;
	content: "\f0d8";
	}
#navresponsive .accordion li ul a:hover {
	background: #171717;
	}
.logo-mobile {
	position:absolute;
	top: 10px;
	right: 2%;
	display:block;
	max
	}
.logo-mobile img {	
	max-height: 20px;
	}
#menu-mobile-link {
	text-align:left;
	}
.titre_article, .title_list_article, .grid figure figcaption{
	font-size: 1em;
	}
.date_article, .derniers-articles li {
	font-size: 0.85em;
	}	
.grid figure .texte {
	font-size: 80%;
	}
#lien_cadre_titre_article:hover, .cadre_list_article:hover {
	background-color: rgba(255, 255, 255, 0.9);
	}
.pagination {
	font-size:0.9em;
	}
}
@media screen and (max-width: 480px) {
#header {
	display:none;
	}
.logo-mobile img {
	max-width: 150px;
	}
.grid figure .date_article, .grid figure figcaption {
	font-size: 0.75em;
	}
.grid figure .texte {
	font-size: 0.9em;
	}
.multiple {
	display:block;
	width: 100%;
	}
.image_article{
	width:115px;	
	}
.description_article .description{
	display: none;
	}
.pagination {
	font-size:0.8em;
	}
}
@media screen and (max-width: 320px) {
.image_article{
	display: none;
	}
.date{
	margin-bottom: 0;
	}
.description_article{
    width: 100%;	
	display: block;
	text-align: center;
	font-size: 0.8em;	
	}
}
