body {
  padding-right: 0px;
  margin-right: 0px;
  font-family: "Open Sans", sans-serif;
  background-image:linear-gradient(#f39ca2,#fffba1);
  text-align:center;
}

h1, h2, h4, nav li a {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 48px;
  margin: 0px;
  color: #002e40; }

h1 img{
  max-width:80%;
}
@media screen and (min-width: 750px)
{
  h1 img{
    max-width:500px;
  }
}

h2 {
  margin: 0px;
  font-size: 22px; }

h4 {
  font-size: 20px;
  margin-bottom: 10px; }

.why-list {
  margin-top: 0px; }
  .why-list li {
    line-height: 28px; }

.logo_right
{
  float: right;
}
.logo_right img{
  height:180px;
}

/* On modifie le comportement et la couleur des liens */
a img {border:none;}
a {color:#037; text-decoration:none;}
a:link {color:#037;}
a:active { color: #037 }
a:visited {color:#138;}
a:hover
{
	color:#037;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* drapeaux de changement de langue */
.langues_drapeaux
{
	position : absolute;
	top:100px;
	margin-left:0px;
}
.langues_drapeaux img
{
	padding:1px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.langues_drapeaux strong img
{
    filter: grayscale(0.1);
    -webkit-filter: grayscale(0.1);
    -moz-filter: grayscale(0.1);
    -ms-filter: grayscale(0.1);
    -o-filter: grayscale(0.1);
}
.langues_drapeaux:not(strong) img:hover
{
	padding:1px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
}


/* agenda de l'accueil */
.date
{
	text-align: center;
	background-color: #037;
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 3px;
	height:70px;
	width:35px;
}
.groupe
{
	font-size: 1.0em;
}
.lieu
{
	font-size: 0.8em;
	font-weight:100;
}
.petit
{
	font-size: 0.6em;
}

.disque
{
  box-shadow: 5px 5px 8px #aaa;
}
.groupe_disque
{
	font-size: 1.4em;
	font-weight:bold;
}

/* images flottantes */
.imageflottante_left
{
    float: left;
	margin-right : 10px;
}
.imageflottante_right
{
    float: right;
	margin-left : 10px;
}
.dessous
{
    clear: both;
	margin: auto;
}

.image_left
{
	margin-top : 10px;
    float: left;
	padding : 5px
}
.image_right
{
	margin-top : 10px;
    float: right;
	padding : 5px
}

.nav-container {
  background-color: #002e40;
  width: 100%;
  position: fixed;
  left: 0px; }

nav {
  text-align: center;
  width: 81%;
  margin: 0px auto; }
  nav ul {
	list-style: none;
    padding: 0px; }
  nav li {
	font-weight:bold;
    width: 14%;
	display: inline-block; }
	nav li a {
	  font-size: 17px;
	  color: white; }
	nav li a.active {
	  color: #aaaaaa; }
	nav li a:hover {
		color: #EFEFFB;
		cursor: pointer ;	  }

.nav_icones
{
	display:none;
}

section
{
  padding-top: 40px;
  height: 130%;
  width: 100%;
}
section .content
{
    margin: 0px auto;
    max-width: 980px;
	width:95%;
}

section:nth-child(odd) {
  background-color: #000000;
  color: white; }
  section:nth-child(odd) a {
    color: #A9D0F5; }

section .content a
{
}

/* Corps */

article, aside
{
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
	text-align:justify;
  max-width:422px;
  margin:20px;
}

article
{
	margin-left:10px;
  margin-right: 10px;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_photos{
  max-width: 100% ;
  text-align: center;
  display: block;
  margin: auto;
  overflow: hidden;
  width:100%;
}
.article_photos div {
  display: inline-block;
  width:100%;
}
.article_photos img{
  max-width: 90%;
  max-height: 300px;
}
@media screen and (min-width: 750px)
{
  .article_photos{
    padding: 5px;
  }
  .article_photos img{
    max-width: 100%;
  }
}
article h2
{
  text-align:left;
  font-size: 1.4em;
	font-weight:bold;
}

article h3
{
  text-align:left;
  font-size: 1.3em;
	font-weight:normal;
}

.texte_accueil
{
	width : 75% ;
}

.texte_groupe
{
	width : 60% ;
}

.audio_CD
{
	width : 90% ;
}

.texte_CD
{
	margin:10px;
	text-align:left;
}
.titre_disque
{
	font-size: 1.2em;
	font-style: italic;
}

.image_disque
{
    float: right;
	padding : 5px;
	text-align: center;
}

.image_disque img
{
	max-width:350px;
	height:auto;
}

.video_article
{
    text-align:center;
	display:inline-block;
	margin-top: 0px;
	padding:10px;
}

.video_article img
{
	width:280px;
}

.video_groupe
{
    font-size: 1em;
	font-weight:normal;
}

.video_titre
{
    font-size: 0.8em;
	font-weight:normal;
}

.agenda
{
    text-align:left;
	display:block;
	width:auto;
	margin:auto;
}

.bottom-link {
  margin-top: 80px;
  font-style: italic; }

.gist-meta {
  display: none; }

.file-data {
  font-size: 14px; }


@media screen and (max-width: 1050px)
{
	nav
	{
		width: 100%;
	}
	.agenda_simple
	{
		display:none;
	}

	.video_article img
	{
		width:350px;
	}
}

@media screen and (max-width: 850px)
{
	nav
	{
	  width: 100%;
	}

	nav li a
	{
		font-size: 15px;
	}
	.texte_accueil
	{
		width : 98% ;
	}
	.texte_groupe
	{
		width : 98% ;
	}
	.texte_CD
	{
		width : 98% ;
	}

	img
	{
		max-width: 100%;
		height: auto;
	}

	.video_article
	{
		display: block;
		width: 100%;
		margin:0px;
		padding: 0px;
		padding-bottom: 15px;
		margin:0px;
	}

	.video_article img
	{
		width:auto;
	}
}


@media screen and (max-width: 750px)
{
	.nav_grand
	{
		display:none;
	}
	.nav_icones
	{
		display:block;
		margin-left: 10px;
		margin-right: 10px;
	}
}


@media screen and (max-width: 700px)
{
	.image_disque
	{
		float: none;
		padding : 5px;
	}
}

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

	section .content
	{
		width: 95%;
	}

	article, aside
	{
		/*margin-left: 0px;*/
	}
	article
	{
		margin-left:5px;
		margin-right:5px;
	}

	.image_disque img
	{
		max-width:100%;
	}

	.video_article img
	{
		width:auto;
	}
}


/* options lecteur */
div.jp-audio a.jp-volume-max{
	display: none !important;	
}
div.jp-audio a.jp-volume-bar{
	display: none !important;	
}
div.jp-audio a.jp-mute{
	display: none !important;	
}
div.jp-audio div.jp-volume-bar{
	display: none !important;	
}
div.jp-audio a.jp-repeat{
	display: none !important;	
}
div.jp-audio a.jp-shuffle{
	display: none !important;	
}

div.jp-audio {
  width: 350px !important;
}