/* Projet */


.projet {
	background-color: #322836;
}


.projet-header {
	width: 100%;
	height: 80px;
	background-color: #322836;
	position: fixed;
	z-index:100;
	border-bottom: 1px solid #D0BEA0;
}

.projet-logo {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	width: 120px;
	height: 70px;
	position: absolute;
	margin-left: calc(50% - 60px);
	margin-top: 15px;
}

.projet-title-img {
	background-color: #322836;
	background-image: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 200px;
	padding-top:80px;
}

.projet-desc {
		padding-top:58px; 

}

.projet-title {
	font-size: 26px;
	color: #ffffff;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
	margin: 0px;
}

.projet-line {
	background-color: #D0BEA0;
	width: 100px;
	height: 1px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

.background-explication {
	background-color: #f6f6f6;
	width: 100%;
}

.projet-explication {
	background-color: #f6f6f6;
	height: 100%;
	padding-top:30px;
	font-style: normal;
	max-width: 1280px;
	margin: 0 auto;
}

#explication {
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: #322836;
	padding-left: 30px;
	padding-right: 30px;
	padding-top:20px;
	padding-bottom:40px;
	text-align: center;
}

.projet-caract-title {
	font-size:18px;
	text-align: center;
	font-family: 'Muli', sans-serif;
}

.background-photos {
	background-color: #ffffff;
	width: 100%;
}

.photo1 {
	width: 80%;
	height: ;
	background-image: url();
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.photo1 img {
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}


.menu{
	width: 300px;
	height: 40px;
	color: red;
	position: absolute;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	top:40px;
	right:20px;
}

.menu ul {
	text-decoration: none;
	list-style: none;
	display: inline;
}

.menu li {
	display: inline;
	margin-right: 20px;
	color: #ffffff;
}

.menu li.menuhover:hover {
	display: inline;
	margin-right: 20px;
	color: #ddc8a8;
}

.menu li.menuhover-active {
	display: inline;
	margin-right: 20px;
	color: #ddc8a8;
}

a {
	text-decoration: none;
}









.return {
	width: 40px;
	height: 40px;
	background-image: url(../images/return.svg);
	position: absolute;
	top:20px;
	right:20px;
}

.retour-gal {
	color: #ffffff;
	width: 120px;
	position: absolute;
	right: 2px;
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	margin-top: 13px;
}

.return:hover {
	background-image: url(../images/return-hov.svg);
}



.return-txt {
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Muli', sans-serif;
  	width: 0;
  	white-space: nowrap;
  	height: 28px;
  	transition: width 0.5s linear;
  	overflow: hidden;
  	transition-delay: 0s; 
  	padding-top:4px;
  	padding-left:5px;
  	float: right;
	margin-right: 66px;
	margin-top: 27px;
}
a:hover .return-txt {
 	width: 84px;
  	padding-top:4px;
  	padding-left:5px;
}



.home {
	width: 40px;
	height: 40px;
	background-image: url(../images/home.svg);
	position: absolute;
	top:20px;
	left:20px;
}

.home:hover {
	background-image: url(../images/home-hov.svg);
}

.player-footer {
	width: 100%;
	height: 40px;
	background-color: #322836;
}

.player-footer p {
	text-align: center;
	color: #D0BEA0;
	font-size: 11px;
	margin: 0px;
	padding-top:14px;
}

.player-footer a {
	text-decoration: none;
}



/* SMARTPHONE */

@media (max-width: 640px) {
	

#explication {
	text-align: justify;
}

.photo1 {
	width: 98%;
}


a:hover .return-txt {
 	width: 0px;
  	padding-top:4px;
  	padding-left:5px;
}

.photo1 img {
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}

.galerie-logo {
	display: none;
}

.projet-logo {
	display: none;
}

.menu{
	right:0px;
	top:35px;
}

}
/* Grand écran */

@media (min-width: 2048px) {
	.photo1 {
	width: 55%;
}


	}







