
body{
	margin: 0px;
	padding: 0;
	font-size: 18px;
	color: #696D70;
	font-family: 'Poppins', sans-serif;
}
p{
	margin: 0;
  	line-height: 28px;
}
ul{
	list-style: none;
	padding: 0;
}
section{
	margin: 50px 20px;
	position: relative;
}
#main{
	padding: 50px 0px 30px 0px;
}
.artos{
	position: absolute;
	top: 10px;
	left: 10px;
	text-decoration: none;
	color: #696D70;
	z-index: 20;
}
.artos:hover{
	color: black;
}
.title{
	font-size: 25px;
	color: black;
	margin: 40px 0px 20px 0px; 
	position: relative;
	font-family: 'Cinzel', serif;
}
.title:before{
	content: "";
	width: 35px;
	height: 5px;
	position: absolute;
	background-color: #2C596C;
	bottom: -2px;
}
.title--header{
	font-size: 100px;
	display: flex;
	margin: auto;
	color: #696D70;
	height: 100vh;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	font-weight: 400;
}
.title--oeuvre{
	font-size: 50px;
}
.title--header:before{
	display: none;
}
.title--slide {
    position: absolute;
    z-index: 10;
    color: #D0DDE6;
    margin: 20px 0px;
}
.pagedown{
	position: absolute;
	bottom: 10%;
	background-image: url(images/fleche.png);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}
.pagedown:hover{
	transform: scale(1.1);
}
.slideshow-container {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
	width: 100%;
	height: 200px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  font-size: 20px;
  padding: 10px 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-family: 'Cinzel', serif;
  color: #D0DDE6;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.list{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.list--collectif{
	flex-wrap: wrap;
}
.list--footer{
	margin: 0;
	height: 50px;
}
.list--footer__lien{
	position: relative;
}
.list--footer__lien a{
	text-decoration: none;
	color: black;
}
.list--footer__lien:hover:before{
	width: 100%;
	transition: 0.2s ease-out;
}
.list--footer__lien:before{
	content: "";
	width: 20px;
	height: 4px;
	position: absolute;
	background-color: #2C596C;
	bottom: -2px;
}
.list__nom{
	font-family: 'Cinzel', serif;
	background-color: #638490;
	width: 45%;
	text-align: center;
	margin: 5px;
	color: black;
}
.list__nom:hover{
	transform: scale(1.1);
}
.list__nom a{
	padding: 30px 0;
	display: block;
	text-decoration: none;
	color: black;
}
.img{
	width: 90%;
	display: block;
	margin: 20px auto 50px auto;
}
.img--vertical{
	width: 50%;
}
.video{
	width: 90%;
	display: block;
	margin: 50px auto 0px auto;
}
.footer{
	background-color: #696D70;
}

@media (min-width: 700px){	
	.title{
		font-size: 30px;
	}
	.title--header{
		font-size: 160px;
	}
	.title--oeuvre{
		font-size: 100px;
	}
	.artos{
		font-size: 25px;
		top: 20px;
		left: 20px;
	}
	section{
		margin: 80px 50px;
	}
	#main{
		padding: 80px 0px 30px 0px;
	}
	p{
		width: 600px;
	}
	.mySlides img {
    	height: 400px;
	}
	.slideshow-container {
	    width: calc(100% + 100px);
	    left: -50px;
	}
	.prev, .next {
	    margin-top: -35px;
	    padding: 20px;
	    font-size: 30px;
	}
	.text{
		font-size: 40px;
	}
	.list--collectif{
		margin: 50px 10px;
	}
	.list__nom{
		width: 35%;
		margin: 10px;
		font-size: 35px;
	}
	.list__nom a{
		padding: 40px 0;
	}
	.list--footer{
		height: 100px;
	}
	.video{
		height: 350px;
	}
}
@media (min-width: 1000px){
	body{
		font-size: 25px;
	}
	.prev, .next {
	    margin-top: -65px;
	    padding: 50px;
	}
	.mySlides img {
	    height: 500px;
	}
	.img{
		width: 60%;
		margin: 50px auto 100px auto;
	}
	.img--vertical{
		width: 40%;
	}
	.video{
		width: 70%;
		height: 400px;
	}
}
@media (min-width: 1200px){
	#main{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.noflex{
		display: block!important;
	}
	.flexdesktop{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	.flexdesktop p{
		width: 600px;
		display: block;
		margin: 50px auto;
	}
	.flexdesktop--reverse{
		flex-direction: row-reverse;
	}
	.img{
		width: 40%;
	}
	.img--vertical{
		width: 30%;
	}
	.video{
		height: 600px;
		width: 1000px;
	}
	section{
		margin: 150px 100px;
	}
	.title{
		font-size: 40px;
		margin: 40px 0;
	}
	.title:before{
		width: 100px;
		height: 7px;
		bottom: 0px;
	}
	.title--header{
		font-size: 150px;
	}
	.slideshow-container {
	    width: calc(100% + 200px);
	    left: -100px;
	}
	.mySlides img {
   	 	height: 800px;
	}
	.text{
		font-size: 50px;
		padding: 40px 0;
	}
	.list__nom{
		width: 25%;
		margin: 25px;
	}
	.list__nom a{
		padding: 60px 0;
	}
	.list--footer__lien::before {
	    bottom: 0px;
	}
	.prev, .next {
	    font-size: 100px;
	    margin-top: -135px;
	}
}