@font-face{
	font-family: Avenir Next;
	src: url(typo/AvenirNext-Bold.woff);
	font-family: "bold";
}
@font-face{
	font-family: Avenir Next;
	src: url(typo/AvenirNext-Demi.woff);
	font-family: "demi";
}
@font-face{
	font-family: Avenir Next;
	src: url(typo/AvenirNext-Regular.woff);
	font-family: "normal";
}
body{
	font-family: 'Avenir Next', sans-serif;
	font-size: 18px;
	margin: 0;
	line-height: 1.44;
	color: #47250E;
}
.container{
	width: 90%;
	margin-left: 5%;
}
.hide{
	display: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #47250E;
	cursor: pointer;
}
.p--big{
	font-size: 20px;
}

/*title*/
.title--section{
	font-weight: 500;
	font-size: 32px;
}

/*header*/
.nav--header{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.nav--header img{
	width: 140px;
}
.nav--item{
	text-align: center;
	width: 20%;
	transition: 0.3s;
	margin: 40px 0 20px 0;
}
.nav--item_logo{
	margin-top: 10px;
	margin-bottom: -70px;	
}

.nav--item:nth-of-type(n+3) {
	order: 2;
}
.nav--item:hover{
	font-weight: bold;
}
.logo{
	order: 1;
}
main, section, footer{
	overflow: hidden;
}
main{
	background: url(img/bg-main2.svg) no-repeat center bottom ;
	background-size: cover;
	height: 735px;
}
.div--top{
	background: url(img/bg-presentation.svg) no-repeat center right;
	background-size: 40%;
	height: 735px;
}
.top--contenu{
	width: 40%;
	padding: 200px 10% 0 10%;
}
.accroche{
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 0;
}
.title--top{
	font-weight: 600;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 0;
}

/*Concept*/
.section-concept{
	padding: 100px 0 180px 0;
}
.title--concept{
	background: url(img/bg-title-concept.svg) no-repeat left;
	padding: 90px 40px 0 40px;
}
.txt--concept{
	padding: 0 40px;
}
.col--concept{
	width: 50%;
	margin-left: 25%;
}

/*Produits*/
.produits--infos{
	width: 100%;
	text-align: center;
}
.produits--title{
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.produits{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.produit--el{
	position: relative;
	width: 45%;
	margin: 5px 0;
}
.produit--el h4{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
}
.produit--infos{
	width: 70%;
}
.produit--prix{
	position: absolute;
	right: 0;
	top: 26.6px;
	margin-top: 0;
}
.btn-carte{
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background: #D4A683;
	border: solid 3px #D4A683;
	border-radius: 40px;
	transition: 0.3s;
	width: 250px;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
	margin-left: calc(50% - 125px);
	margin-top: 40px;
}
.btn-carte_active, .btn-carte:hover{
	background: #fff;
	color: #D4A683;
}
.prog--img{
	height: 225px;
	border-radius: 10px 10px 0 0;
}
.nav-produits img{
	width: 60%;
	margin: 20%;
	margin-top: -15px;
}
.nav-produits{
	display: flex;
	justify-content: space-around;
	position: relative;
	margin-bottom: 60px;
	margin-top: 60px;
}
.nav-produits li {
	width: 20%;
	cursor: pointer;
	height: 20%;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin: 0 10px;
}
.nav-produits p{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.prod--p{
	margin: 0;
	background-color: #fff;
	padding: 5% 0;
	border-radius: 0 0 10px 10px;
}
.produits_cafes{
	background-color: #BF8E63;
}
.produits_chocolats{
	background-color: #5F3310;
}
.produits_milkshakes{
	background-color: #C67C6B;
}
.produits_thes{
	background-color: #BB623F;
}
.produits_cookies{
	background-color: #985613;
}

/*Perso*/
.title--perso{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.section--perso{
	margin: 200px 0 100px 0;
}
.personnalisation{
	background: url(img/bg-perso.svg) no-repeat center center;
	background-size: 45%;
	height: 500px;
	position: relative;
}
.perso--div{
	width: 30%;
}
.perso--div_2{
	position: absolute;
	right: 0;
	top: 60px;
}
.perso--div_3{
	position: absolute;
	bottom: 75px;
}
.perso--num{
	font-size: 30px;
	font-weight: 500;
	border: solid 3px #47250E;
	text-align: center;
	border-radius: 50%;
	width: 43px;
}

/*Equipe*/
#equipe{
	background: url(img/bg-team.svg) no-repeat;
	background-size: 40%;
}
.team{
	width: 80%;
	margin-left: 10%;
	margin-top: -50px;
}
.prenom{
	font-weight: 500;
	font-size: 23px;
	text-align: center;
	margin-bottom: 0;
}
.fonction{
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
}
.equipe{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.equipe li{
	width: 30%;
	margin-top: 30px;
}
.equipe-p{
	text-align: center;
}

/*footer*/
footer{
	text-align: center;
	padding: 200px 0 300px 0;
	background: url(img/bg-magasin.svg) no-repeat center 85px,
				url(img/logo-footer.svg) no-repeat bottom center;
	background-size: 600px, 100px;
	margin-bottom: 50px;
}
footer h3{
	font-size: 20px;
	font-weight: 500;
}
footer p{
	margin: 0;
}

@media (max-width: 800px){

	.title--section{
		font-weight: 500;
		font-size: 28px;
	}
	
	/*header*/
	.nav--item_hide{
		display: none;
	}
	.nav--header img{
		width: 100px;
	}
	.nav--item{
		width: auto;
	}
	.div--top{
		background: url(img/bg-presentation.svg) no-repeat bottom center;
		background-size: 45%;
		height: 600px;
	}
	.top--contenu{
		width: 100%;
		padding: 50px 0 0 0;
	}
	.top--contenu p{
		text-align: center;
	}
	.accroche{
		width: 100%;
		text-align: center;
	}
	.title--top{
		width: 100%;
		text-align: center;
	}

	/*Concept*/
	.section-concept{
		padding: 50px 0 120px 0;
	}
	.title--concept{
		padding: 40px 20px 0 20px;
	}
	.col--concept{
		width: 100%;
		margin-left: 0;
	}

	/*Produits*/
	.produit--el{
		width: 100%;
	}
	.nav-produits li {
		width: 23%;
		height: 23%;
		margin: 0 2px;
	}
	.prod--p{
		display: none;
	}

	/*Perso*/
	.personnalisation{
		background: url(img/bg-perso.svg) no-repeat center top;
		background-size: 80%;
		padding-top: 50%;
		height: auto;
		position: static;
	}
	.perso--div{
		width: 100%;
	}
	.perso--div_2{
		position: static;
	}
	.perso--div_3{
		position: static;
	}

	/*Equipe*/
	.team{
		width: 90%;
		margin-left: 5%;
	}
	.equipe li{
		width: 45%;
	}
}

@media (max-width: 450px){
	body{
		font-size: 16px;
	}
	.div--top{
		background: url(img/bg-presentation.svg) no-repeat bottom center;
		background-size: 65%;
		height: 600px;
	}
	.team{
		margin-top: 0;
	}
	.equipe li{
		width: 100%;
	}
}