body{
	margin: auto;
	font-family: "Now-Medium";
}
@font-face{
	font-family: "Now-Regular";
	src: url("font/Now-Regular.otf");
}
@font-face{
	font-family: "Now-Medium";
	src: url("font/Now-Medium.otf");
}
@font-face{
	font-family: "Now-Bold";
	src: url("font/Now-Bold.otf");
}
@font-face{
	font-family: "Now-Light";
	src: url("font/Now-Light.otf");
}
@font-face{
	font-family: "Roboto-Regular";
	src: url("font/Roboto-Regular.ttf");
}
@font-face{
	font-family: "Roboto-Bold";
	src: url("font/Roboto-Bold.ttf");
}
@font-face{
	font-family: "Roboto-Light";
	src: url("font/Roboto-Light.ttf");
}
::selection{
	background: #AF5D41;
}
.menu ul li a.current{
	border-bottom: 1px solid white;
}
a:-webkit-any-link{
	outline: none;
}
body, nav, .real-item, #projets a, .project-img img, div#about, div#temoignages ul, div#chiffres div.text{
	width: 100%;
}
#projets a p, body, .menu ul li:hover{
	color: #201F25;
}
.menu a, div.text, div#temoignages, footer p, ::selection, div.policy,  div.policy a{
	color: white;
}
body, nav{
	background-color: #201F25;
}
div.text, div.text ul, div.text li, .menu ul, #projets, div#chiffres div.text, div#chiffres, nav div, div#temoignages ul, div#about, #projets a, .project-img, div.slider-controls{
	display: flex;
}
#projets a p span, div.policy h1, div.policy h2, div.policy h3{
	font-family: "Now-Bold";
}
nav div, #projets a p, h2, h4{
	font-family: "Now-Regular";
}
div.text li, div#temoignages p, div#chiffres li, div#header li{
	font-family: "Roboto-Regular";
}
nav{
	position: fixed;
	z-index: 1;
	padding: 10px 30px;
}
nav div{
	align-items: center;
	justify-content: flex-end;
	width: 90%;
}
.logo, .logo a, .logo img{
	height: 35px;
	width: 35px;
}
div.logo{
	display: flex;
	width: 100%;
}
div.logo a{
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
	width: 100%;
}
div.logo p{
	margin-left: 20px;
}
.menu ul{
	list-style-type: none;
	padding: 0px;
	display: flex;
	align-items: center;
}
#menu-responsive, .menu-burger, div#temoignages li.hidden, div#temoignages.mobile{
	display: none;
}
.menu ul li{
	margin-right: 50px;
}
.real-item{
	margin: 0px 50px 0px 50px;
}
.menu ul li{
	font-size: 13px;
}
.menu ul li:last-child{
	margin-right: 0px;
}
.menu ul li img{
	width: 20px;
	height: 20px;
}
div.menu ul li:nth-child(3) a{
	background-color: #AF5D41;
	padding: 10px 25px;
	border-radius: 50px;
	width: fit-content;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: "Now-Bold";
}
.menu ul li:nth-child(3) a:hover{
	color: #201F25;
}
.menu a{
	text-decoration: none;
}
.menu ul li a:hover{
	color: #AF5D41;
}
div#header{
	padding: 90px 30px 30px 30px;
	color: white;
	width: 70%;
}
div#header ul{
	display: flex;
	padding: 10px 0px 0px 0px;
}
.real-item{
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	border-radius: 20px;
	margin-top: 65px;
}
#projets{
	justify-content: space-between;
	max-width: 100%;
	flex-wrap: wrap;
	margin-bottom: 130px;
}
#projets a{
	text-decoration: none;
	justify-content: center;
	height: 500px;
	margin-top: 130px;
}
#projets img{
	background-size: contain;
	background-repeat: no-repeat;
	width: 99.2%;
}
#projets a:nth-child(1){
	margin-top: 0px;
}
#projets a:nth-child(2){
	background-color: #490226;
}
#projets a:nth-child(4){
	background-color: #7B320B;
}
#projets a:nth-child(6){
	background-color: #E9DDD3;
}
#projets a:nth-child(even){
	flex-direction: row;
}
#projets a:nth-child(odd){
	flex-direction: row-reverse;
}
#projets a:nth-child(even) > .real-item{
	margin-left: 50px;
}
#projets a:nth-child(even) > div.text{
	padding: 30px 30px 30px 80px;
}
#projets a p{
	padding: 0px 30px;
	margin-bottom: 0px;
}
#projets a p:last-child{
	margin-top: 5px;
}
#projets a:nth-child(6) > div.text h2, #projets a:nth-child(6) > div.text h3{
	color: #201F25;
}
div.text{
	width: 80%;
	padding: 30px;
	flex-direction: column;
}
h3{
	font-size: 30px;
	font-family: 'Now-Light';
	margin-bottom: 0px;
}
h2{
	font-size: 50px;
	margin: 15px 0px 10px 0px;
	line-height: 70px;
}
div.text ul, div#header ul{
	list-style-type: none;
	flex-direction: column;
	padding: 0px;
	flex-direction: row;
}
div.text li, div#header li{
	background-color: #AF5D41;
	padding: 10px 25px;
	border-radius: 50px;
	width: fit-content;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 10px;
}
.project-img{
	max-width: 100%;
	flex-wrap: wrap;
}
.project-img img{
	background-size: contain;
	background-repeat: no-repeat;
}
.slider-next, .slider-prev{
	cursor: pointer;
}
.slider-prev img{
	transform: scaleX(-1);
}
div.slider-controls{
	align-items: center;
}
div.temoignages-content-title img{
	width: 15%;
}
div.temoignages-list{
	margin: 50px 50px 0px 50px;
}
div#temoignages h2{
	color: #AF5D41;
	text-align: center;
}
div#temoignages h3{
	font-size: 24px;
}
div#temoignages{
	border-bottom: 1px solid #AF5D41;
	padding-bottom: 30px;
}
div#temoignages ul{
	list-style-type: none;
	padding: 0;
	justify-content: space-between;
	margin: 0px 30px 0px 30px;
}
div#temoignages li{
	width: 30%;
	height: 450px;
}
div#temoignages p span{
	font-family: 'Roboto-Bold';
}
div.temoignages-content-text{
	border-top: 1px solid white;
	padding-top: 15px;
	margin: 30px 0px 0px 0px;
}
h4{
	font-size: 18px;
	margin: 10px 0px 10px 0px;
}
div.policy{
	padding-top: 80px;
	border-bottom: 1px solid #AF5D41;
	padding-bottom: 30px;
}
div#policy-text, div.policy h1{
	margin: 0px 30px;
}
div.policy h1{
	font-size: 45px;
}
div.policy h2{
	font-size: 28px;
	color: #AF5D41;
	line-height: 40px;
}
div.policy h3{
	font-size: 18px;
}
div.policy p, div.policy li{
	font-family: "Roboto-Light";
}
div.policy p span{
	font-family: "Roboto-Bold";
}
div#about{
	text-decoration: none;
	justify-content: center;
	margin-bottom: 90px;
}
div#about h3, div#header h3{
	color: #AF5D41;
}
div#about ul{
	margin: 0px;
}
div#about div.text{
	padding: 0px 30px 0px 50px;
}
div#about .real-item{
	width: 40%;
	background-position: top;
}
div#about h2{
	text-align: left;
	margin-bottom: 30px;
}
div#about li{
	width: fit-content;
	height: auto;
}
div#chiffres{
	align-items: center;
	justify-content: center;
}
div#chiffres, div#chiffres h2{
	text-align: center;
}
div#chiffres h2{
	width: 70%;
}
div#chiffres h3{
	margin-top: 0px;
}
div#chiffres div.text{
	align-items: center;
	padding: 20px 50px 60px 50px;
}
div#chiffres ul{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
div#chiffres li{
	border-bottom: 1px solid #AF5D41;
	font-size: 25px;
	background-color: transparent;
	padding: 30px 20px;
	border-radius: 0px;
	width: fit-content;
	margin-right: 0px;
	width: 28%;
	margin-bottom: 0px;
	flex-direction: column;
}
div#chiffres li span{
	font-size: 30px;
	color: #AF5D41;
}
footer{
	text-align: center;
	padding: 40px 20px 40px 20px;
}
footer p{
	font-family: "Now-Light";
	margin-top: 30px;
	font-size: 13px;
	padding: 0px 10px;
}
footer a{
	text-decoration: none;
	color: #AF5D41;
}
footer div#credit a{
	text-decoration: underline;
	color: #AF5D41;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
div.container-list{
	padding: 0px 50px;
}
div.container-list:nth-child(1){
	padding: 100px 50px 0px 50px;
}
div.container-list{
	padding: 0px 50px;
}
div.container-list div.container-list-top, div.container-list div.container-list-bottom{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
div.container-list div.container-list-top img, div.container-list div.container-list-bottom img{
	width: 30%;
}

@media all and (min-width: 1500px) and (max-width: 4000px){
	main{
		padding: 0px 230px;
	}
	nav{
		padding: 15px 260px;
		width: 100%;
	}
	nav div{
		justify-content: center;
	}
}

@media screen and (max-width:1024px){
	nav{
		position: inherit;
		width: auto;;
		padding: 15px 30px;
	}
	.logo, .menu-burger, div#header{
		width: fit-content;
	}
	nav div{
		margin-bottom: 5px;
		margin-top: 5px;
		justify-content: space-between;
		width: 100%;
	}
	.menu-burger{
		display: flex;
		justify-content: flex-end;
	}
	.menu-burger img{
		width: 25px;
		height: 25px;
	}
	.menu{
		display: none;
	}
	#menu-responsive ul li:nth-child(3) a{
		background-color: white;
		padding: 10px 25px;
		border-radius: 50px;
		width: fit-content;
		text-align: center;
		font-family: "Now-Bold";
		color: #AF5D41;
	}
	#menu-responsive, #menu-responsive li, #menu-responsive ul, #projets a{
		display: flex;
	}
	#menu-responsive, #menu-responsive li, #menu-responsive ul, #projets a, .real-item, #projets img, div.container-list div.container-list-top img, div.container-list div.container-list-bottom img, div#about .real-item, div#chiffres h2, div#temoignages li{
		width: 100%;
	}
	#menu-responsive{
		justify-content: center;
		background-color: #AF5D41;
	}
	#menu-responsive li:first-child{
		margin-top: 60px;
	}
	#menu-responsive li{
		font-size: 30px;
		justify-content: center;
		margin-bottom: 80px;
	}
	#menu-responsive a{
		color: white;
		text-decoration: none;
	}
	#menu-responsive img{
		width: 30px;
		height: 30px;
	}
	#menu-responsive ul{
		list-style-type: none;
		padding:0px;
		align-items: center;
	}
	.menu-burger.visible:after{
		content: url("img/menu-burger-close.svg");
		display: block;
		transform: scale(.4);
		float: right;
	}
	h2{
		font-size: 35px;
		line-height: 50px;
	}
	div#header{
		padding: 0px 30px 30px 30px;
	}
	.project-img{
		padding-top: 0px;
	}
	#projets a:nth-child(1){
		margin-top: 0px;
	}
	#projets a{
		height: auto;
		margin-top: 0px;
	}
	div.text{
		padding: 0px 30px 30px 30px;
	}
	#projets a:nth-child(even) > div.text, div#about div.text, div#chiffres div.text{
		padding: 30px;
	}
	#projets a:nth-child(even) > .real-item{
		margin: 0px;
	}
	div#chiffres li{
		width: 85%;
	}
	div#about li{
		width: fit-content;
		height: 20px;
	}
	#menu-responsive ul, div#about, #projets, #projets a, #projets a:nth-child(even), #projets a:nth-child(odd), div.text ul, div#header ul{
		flex-direction: column;
	}
	div.text li, div#header li{
		margin-bottom: 15px;
	}
	div.text li:last-child, div#header li:last-child{
		margin-bottom: 0px;
	}
	.real-item{
		background-position: center;
		margin: 0px;
		border-radius: 0px;
	}
	#projets a:nth-child(2), #projets a:nth-child(4), #projets a:nth-child(6){
		background-color: transparent;
	}
	div#about{
		margin-bottom: 40px;
	}
	div#temoignages li{
		height: 400px;
	}
	div#temoignages.desktop{
		display: none;
	}
	div#temoignages.mobile{
		display: block;
	}
	#projets{
		margin-bottom: 0px;
	}
	div.policy{
		padding-top: 0px;
	}
	div.policy ul{
		padding-left: 15px;
	}
	div.container-list{
		padding: 0px 10px;
	}
	div.container-list:nth-child(1){
		padding: 0px 10px 0px 10px;
	}
	div.container-list div.container-list-top, div.container-list div.container-list-bottom{
		flex-direction: column;
		margin-bottom: 0px;
	}
	div.container-list div.container-list-top img, div.container-list div.container-list-bottom img{
		margin-bottom: 10px;
	}
	div.container-list div.container-list-top{
		margin-bottom: 0px;
	}
	div.temoignages-list{
		margin: 30px;
	}
	div#about ul{
		flex-direction: initial;
		flex-wrap: wrap;
	}
	div#temoignages ul{
		text-align: center;
	}
	div.temoignages-content-title img{
		width: 12%;
	}
	div#temoignages h2{
		margin: 0px 30px;
	}
}

@media screen and (max-width:550px){
	#menu-responsive li{
		font-size: 20px;
	}
	div.temoignages-content-title img{
		width: 25%;
	}
	div#temoignages ul{
		text-align: left;
	}
	div#temoignages li{
		height: 520px;
	}
	h2{
		font-size: 30px;
		line-height: 45px;
	}
}