body{
	font-family: 'Montserrat',sans-serif;
	width: 100%;
	font-weight: 100;
}

h1, h3{
	font-weight: 50;
}

section{
	padding: 100px 10% 100px 10%;
}

.navbar{
	position: fixed;
	width: 100%;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
	z-index: 100;
}

#navbarNav{
	justify-content: right;
	font-weight: bold;
	color: #093a74 !important;
	font-size: 15px;
}

#landing{
	background-size: cover;
	background: linear-gradient(300deg, #05a6db, #e4faff);
	color: black;
	text-shadow: #fff 1px 0 10px;
	padding: 100px 10% 50px 10%;
	min-height:800px; 
	display: flex;
	flex-direction: row;
}
#landing > *{
	width: 50%;
}
#home_left{
	padding-top: 50px;
}#home_left img{
	width: 80%;
}
.highlight{
	background-color: black;
	color: white;
	text-shadow: none !important;
	padding: 3px 10px 3px 10px;
	-webkit-animation-name: fadeInOpacity;
	        animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
}
.fade1{
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.fade2{
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.highlightStrong{
	font-weight: 900;
	color: white;
	text-shadow: none;
}
#apps{
	padding:0;
	display: flex;
	flex-direction: row;
}

.oneApp{
	color: white;
	padding: 0;
	width:50%;
	display: flex;
	flex-direction: row;
}
.appPic{
	left: 0px;
	margin: 100px 50px 0 50px;
}

.appDesc h1{
	font-weight: 900;
}
.appDesc button{
	font-size: 20px;
	font-weight: 900;
}
.appDesc{
	margin: 50px 25px 25px 0;
	padding: 45px 25px 50px 25px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.2s;
}
#contact{
	background-color: white;
}
#contact div{
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 430px;
	margin: auto;
	padding: auto;
}
#contact a {
	text-decoration: none;
	padding: 10px;
	margin: 10px 10px 10px 10px;
	color: black;
	border: 3px solid black;
	border-radius: 10px;
	font-size: 20px;
    transition: all .1s;
}

#contact a:hover{
	color: #f89820;
	border: 3px solid #f89820;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
}
#contact a i{
	margin-left: 20px;
	font-size: 30px;
}

#infos{
	background: linear-gradient(350deg, #180068, #005dab);
	color: white;
}
#collapse1, #collapse2{
	color: black !important;
}



.multiItems{
}
.multiItems article{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.multiItems article div{
	text-align: center;
}
.multiItems article h1{
	font-weight: bold;
}
.multiItems img{
	margin: 0 0 20px 0;
	transition: all 0.2s;
}
.multiItems img:hover{
	margin: -30px 0 20px 0;
	width: 230px;
	height: 230px;
}

#ourTeam {
	background: linear-gradient(90deg, #e25e06, #ffb835);
	color: white;
}
#ourTeam img{
	border-radius: 100%;
}

#footer{
	padding: 5px 10% 5px 10%;
	background-color: black;
	color: grey;
}

#serres{
	padding: 0;
	display: flex;
	flex-direction: row;
	min-height: 500px;
}
#video{
	width: 50%;
}
#plaquette{
	color: white;
	width: 50%;
	padding: 80px 5% 80px 5%;
	background-image: url('images/backPlaquette.jpg');
	background-size: cover;
}
#plaquette a {
	text-decoration: none;
	padding: 20px;
	color: white;
	border: 3px solid white;
	border-radius: 10px;
	font-size: 25px;
    transition: all .1s;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#plaquette a:hover{
	color: #f89820;
	border: 3px solid #f89820;
	padding: 20px 40px 20px 40px;
	font-weight: bold;
	background-color: white;
}
#plaquette a i{
	margin-left: 20px;
	font-size: 50px;
}

#ecoDurabilite{
	height: 500px;
	background-image: url('images/chateauCathare.jpg');
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 900 !important;
	font-size: 20px;
	color: white;
	text-shadow: black 1px 0 10px;
}
#ecoDurabilite div{
	display: flex;
	flex-direction: column;	
}


/* PAGES APPS */
#appBody{
	width: 100%;
	padding: 100px 10% 0 10%;
	display: flex;
	flex-direction: row;
}
#appMainPic{
	min-width: 370px;
	height: 742px;
	margin-bottom: 200px;
}
.appMainPic{
	display: none;
}


#appDesc{
	margin: 0 0 0 50px;
}

#appScreens{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.appScreen{
	width: 150px;
	height: 300px;
}

#appBtns{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 20px 0 0 0;
}

#appBtns a{
	width: 48%;
}
#appBtns button{
	width: 100%;
}
/* PAGES APPS */







@media (max-width: 900px) {
	#landing{
		padding: 70px 5% 30px 5%;
		flex-direction: column-reverse;
	}
	#landing>*{width: 100%;}
	#home_left{
		margin: 0px auto 30px auto;
		text-align: center;
	}
	#apps{flex-direction: column;}
		.oneApp{
			width:100%;
			flex-direction: column-reverse;
		}
		.appDesc{
		margin: 25px 25px 0 25px;
	}
	.appPic{
		margin: 10px auto 0 auto;
		padding: 0 auto 10px auto;
	}
	#ecoDurabilite{
		height: 800px;
	}
	#contact div{
		width: 100%;
		padding: 0;
	}
	#contact {
		justify-content:left;
	}
	#contact a {
		text-decoration: none;
		padding: 10px;
		margin: 10px 5px 10px 5px;
		color: black;
		border: 3px solid black;
		border-radius: 10px;
		font-size: 15px;
	    transition: all .1s;
	}

	#contact a:hover{
		color: #f89820;
		border: 3px solid #f89820;
		margin: 10px 5px 10px 5px;
		font-weight: bold;
	}
	#contact a i{
		margin-left: 10px;
		font-size: 15px;
	}
	#serres{
		flex-direction: column-reverse;
	}
	#serres>*{
		width: 100%;
		min-height: 500px;
	}

	.multiItems article{
		flex-direction: column;
	}
	.multiItems article >*{
		margin-top: 25px;
	}

	/* PAGES APPS */
	#appBody{
		flex-direction: column-reverse;
		padding: 100px 0 0 0;
	}
	#appDesc{
		margin: 0 50px 0 50px;
	}
	#appScreens{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.appScreen{
		margin: 0 0 20px 30%;
	}
	#appMainPic{
		display: none;
	}
	.appMainPic{
		display: initial;
	}
	#appBtns{
		flex-direction: column;
		margin-bottom: 100px;

	}
	#appBtns a{
		width: 100%;
		margin-bottom: 10px;
	}
}

