
html,
body {
  
  	padding: 0;
  	margin: 0;
	height: 100%;
}
html {
	scroll-padding-top: 160px; /* hauteur du menu fixe */
}
body {
	font-family: 'Alegreya Sans', serif;
	font-weight: 300;
	background-color: #FFF;
	display: flex;
	flex-direction:column;
}

section#menu {
	position: fixed;
    top: 0;
    left: 0;
    height: 160px;
    padding: 0;
    background-color: rgb(24,24,24);
    background-color: #000;
    z-index: 1000;
    width:100%;
	display: flex;
	flex-direction:row;
	justify-content: center;
}

section#menu .main-container {
	display: flex;
	flex-direction:row;
}

section#menu .submenu {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

section#menu .acces {
	width: 100%;
	text-align: center;
}

section#menu .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section#menu a {
	text-decoration: none;
	color: #FFF;
	padding: 10px 20px;
	border:none;
}

section#menu a.active {
	background-color: #FFF;
	color:#000;
	/* border-bottom:1px solid white !important; */
}

section#menu .active:hover {
	background-color: #FFF;
	color:#000;
}

section#menu a:hover:not(.logo) {
	background-color: #FFF;
	color:#000;
	/* border-bottom:1px solid white !important; */
	transition: all 0.4s ease-out;
	
	/* transition: border-width 6s linear;
	animation-duration:1s;
	animation-fill-mode: both;
	animation-name: fadeInTop; */
}

section#menu a:before {
	content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 1px;
}


section#menu a.logo img {
	max-height: 90px;
	padding: 10px 0 10px 40px;
}


.description {
	width:75%;
	margin:30px auto 60px auto;
}



/* .height-100vh {

  height: 100vh;

  display: flex; establish flex container
  flex-direction: column; stack flex items vertically
  position: relative; establish neares positioned ancenstor for absolute positioning
} */

.historique {
	width:80%;
	padding: 30px 0;
	margin: auto;
}

.main {
	margin: 160px auto 0px;
	width:90%;
	color:#000;
	flex: 1 0 auto;
}

.accueil {
	display:flex;
	 height: 100vh;
	 margin-top:160px;
}
.accueil img {
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* .height-100v img {
	display: flex;
    margin: auto;
    background-size: cover;
    
    
    justify-content: center;
}*/
h1 {
	margin-top:0;
}

h3 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /* font-family: 'Alegreya Sans', serif; */
  font-family: 'Oswald', sans-serif;
  margin:40px auto 0px auto;
  padding: 30px 0;
  font-size: 1.8em;
  width:75%;
}

h3 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h3:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
  left:0;
}

.tracklist {
	font-family: 'Josefin Slab', serif;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin:10px auto 50px auto;
	padding: 30px 0;
	background-color: #e1e1e1;
	width:75%;
}

.text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  background-color: rgba(0,0,0,0.3);
  padding:50px 70px;
  border:1px solid white;
}
.text > p:first-child {
	font-size: 2.3em;
}
/*
.center-aligned {
	margin: 150px auto 0px;
 display:flex;
  align-items:center;
  justify-content:shrink;
} */

p.resultat {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Roboto';
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	padding: 20px;
	margin: auto;
	margin-top:10px;
	margin-bottom:80px;
	border: 1px solid black;
	display: table;
	color:#F00;
	background-color: #E5E5E5;
}

.container .date {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top:-40px;
	font-size:0.8em;
}
.container-album {
	display: flex;
	margin-bottom: 40px;
	flex-direction:row;
	background-color: #DBDBDB;
	padding: 1px;
}

.container-album > img {
	margin-right: 20px;
	max-height:250px;
	object-fit:scale-down;
	/* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5); */
}

.container-album > div {
	/* border-left : 1px solid black */;
	padding-left: 20px;
	padding-top:10px;
	flex-grow:2;
	overflow:hidden;
}

.container-album h2 {
	margin-top:0px;padding-top:0px;font-family:'Roboto';
	vertical-align: middle;
}

.container-album h2 span {
	margin-left:15px;
	padding:5px 10px;
	color:#FFF;
	background-color: #000;
}
.container-album h2 span.nouveaute {
	color:#FFF;
	background-color: #F00;
}
.container-album .reference span, .container-album-detail .reference span {
	margin-left:10px;
	padding:5px;
	padding-left: 10px;
	border-left: 1px solid black;
	display:inline-block;
}

.container-album .reference p {
	vertical-align: middle;
}
	
.container-album .reference img {
	vertical-align: middle;
	height:34px;
}
.container-album .first_paragraph {

}

.container-album-detail h2, .container-album-detail .reference, .container-album-detail .image  {
	text-align: center;
	font-family: 'Josefin Slab', serif;
	font-family: 'Oswald', sans-serif;
	font-size:1.3em;
}
.container-album-detail .image img{
	border:2px solid black;
	padding: 2px;
	max-height:400px;
	margin: 10px 0;
}

.container-album-detail .en-tete {
	
	border-bottom: 1px solid black;
	margin:-10px 0 20px 0;
	padding: 20px;
}

.myButton {
	/* box-shadow: 0px 1px 14px -2px #324d26; */
	background-color:#9e9e9e;
	/* border-radius:4px; */
	border:1px solid #363636;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:7px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d3d3d;
}
.myButton:hover {
	background-color:#3d3d3d;
}
.myButton:active {
	position:relative;
	top:1px;
}


section#footer {
	height: 150px;
	display: flex;
	flex-direction:row;
	background-color: rgb(24,24,24);
	background-color: #000;
	align-items: center;
	color: #FFF;
	width:100%;
	flex-shrink:0;
}



section#footer div {
	width:calc(100%/2);
	text-align: center;
}
section#footer div img {
	max-height:70px;
}


@media screen and (max-width: 575px) {
	.container-album {
		flex-direction:column;
	}
	section#footer {
		flex-direction:column;
	}
}