html {
	scroll-behavior: smooth;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
}
strong {
	text-transform: uppercase;
}
h1, h3, h4, h5 {
	font-family: 'Noto Sans Mono', sans-serif;
	font-weight: normal;
	font-style: none;
}
h1 {
	font-size: 2.8rem;
	box-shadow: none;
	font-style: italic;
}
h1, .soustitre {
	padding-left: 15vw;
}
.soustitre {
	font-size: 1rem;
	background-color: rgba(252, 115, 7, 0.85);
	color: #FFF;
}
h2 {
/*	box-shadow: 2px 3px 0px 2px rgba(39, 139, 127, 0.5); */
	margin:0px 0px 20px 0px;
	padding: 10px 0px 10px 0px; 
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	background-color: rgba(252, 115, 7, 1);
	width: 100%;
	font-family: 'Noto Sans Mono', sans-serif;
	font-weight: normal;
/*	text-shadow: 0px 2px 4px #EEE, 0px 3px 4px #555; */
}
h3 {
	text-align: center;
	padding: 10px 25px 0px 25px;
	font-size: 1.2rem;
/*	text-shadow: 0px 2px 4px #EEE, 0px 3px 4px #555; */
}
h4 {
	text-align:center;
	margin: 0;
	padding: 15px 10px 10px 10px;
	font-size:0.8rem;
	color: #FFF;
}
h5 {
	text-align: left;
	margin: 25px 15px 5px 15px;
	font-size: 1rem;
	font-weight: bold;
	color: rgba(252, 115, 7, 1);
}
p {
	margin:0 0 10px 0;
	padding: 10px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover {
	box-shadow: 0px 5px 0px 0px rgb(252, 115, 7);
	transition: 0.3s;
}

.contactlink {
	font-weight: normal;
}
.pressit {
	background-color: rgb(252, 115, 7);
	text-align: right; 
}
.pressit a {
	padding: 13px;
	color: #FFF;
	background: linear-gradient(to right, #FC6007, #FC6007);
	background-repeat: no-repeat;
	background-size: 0 100%;
	font-size: 0.8rem;
}
.pressit a:hover {
	box-shadow: none;
	transition: 0.3s;
	background-size: 100% 100%;
}
header {
	height: calc(100vh - 47px);
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
section {
	min-height: 100vh;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 0px 50px 0px;
}
footer {
	background-color: rgba(252, 115, 7, 0.85);
}
.maintitle {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
	border-radius: 0px;
	width: 100%;
	padding: 20px 0px 20px 0px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
}
.article {
	padding: 0px;
	margin: 0px 10px 15px 10px;
	max-width: 700px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 0px;
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
}
.lilarticle {
	padding: 0px;
	margin: 0px 10px 15px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	max-width: 400px;
	border-radius: 0px;
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
}
.zonetexte {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.flexcontainer {
	padding: 30px 0px 30px 0px;
	width: 100%;
	display: flex;
	flex:1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
	justify-content: center;
}
.imagecontainer {
	padding: 5px 0px 30px 0px;
	width: 100%;
	display: flex;
	flex:1;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	justify-content: space-around;
}
.image {
	min-width: 200px;
	max-width: 30vw;
	height: auto;
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
	margin: 35px;
	border-radius: 0px;
}

.imagereal {
	min-width: 150px;
	max-width: 180px;
	height: auto;
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
	margin: 15px 35px 15px 35px;
	border-radius: 0px;
}

.socialnetwork {
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.socialnetwork ul {
	width: 100%;
	padding: 0;
}
.socialnetwork ul > li {
    display: inline-block;
    margin: 5px;
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}
.socialnetwork img, .cv img{
	width: 40px;
}
.socialnetwork img:hover {
	box-shadow: 0px 10px 0px 0px rgb(252, 115, 7);
	transition: 0.3s;
}
.reals {
	font-size: 0.8rem;
	margin: 15px 15px 0px 15px;
}
.studio {
	max-width: 280px;
}
/* IMAGES */
.contactimage {
	display: none;
}
/* NAVBAR */
/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: rgba(252, 115, 7, 0.85);
}

/* Navbar links */
#navbar a {
  float: right;
  display: block;
  color: #FFEBDC;
  text-align: center;
  padding: 14px;
  background: linear-gradient(to right, #FC6007, #FC6007);
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-weight: 300;
  
}
#navbar a:hover {
	transition: 0.3s;
	background-size: 100% 100%;
}
#navbar {
	z-index:1;
	box-shadow: 0px 5px 5px rgba(55, 55, 55, 0.5);
	font-size: 0.8rem;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 47px;
}
.content {
	z-index: 0;
}
/* CAROUSEL */
.main-carousel {
	  height: auto;
}
.slideshow {
	width: 100%;
	margin: 0px 10px 15px 10px;
}
.carousel-cell {
  width: 100%; /* full width */
  margin-right: 0px;
  margin-bottom: 25px;
}
/* no circle */
.flickity-button {
  background: rgba(252, 115, 7, 0.5);
}
.flickity-button:hover {
  background: #FC6007;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width: 40px;
  height: 40px;
}
/* icon color */
.flickity-button-icon {
  fill: #FFF;
  opacity: 1;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots up a bit */
.flickity-page-dots {
  bottom: 25px;
}



/* RESPONSIVE */
@media screen and (min-width: 768px){
	.h1 {
		font-size: 5rem;
	}
	h1, .soustitre {
		padding-left: 25vw;
	}
	h2 {
		font-size:1.4rem;
	}

	h3 {
		font-size:1.2rem;
	}
	.soundcloud {
		width: 600px;
	}
	.slideshow {
		width: 700px;
	}
	.contact {
		width: 500px;
	}
	.contactimage {
		display: block;
	}

}
@media screen and (min-width: 1024px) {
	.slideshow {
		width: 900px;
	}
}