@font-face
{
	font-family: 'Calibri';
	src: url('../Fonts/Calibri.ttf');
}

body
{
	font-family: Arial, serif;
	margin: 0;
	min-height: 100%;
	background-color: #F2F2F2;
}

header
{
	display: flex;
	background-color: gray;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#fixed
{
	height: 100px;
}

.selected
{
	text-shadow: 1px 1px 2px black;
}

.bold
{
	font-weight: bold;
}

.logo_petit_white
{
	height: 100px;
	margin-top: 5px;
	margin-left: 20px;
}

nav
{
	position: fixed;
	top: 40px;
	right: 25px;
	align-self: right;
}

#web
{
	display: flex;
	margin-top: 5px;
	list-style-type: none;
}

#web li
{
	margin-right: 25px;
}

#web a
{
	color: white;
	text-decoration: none;
}

#web li:hover
{
	text-shadow: 1px 1px 2px black;
}

#mobile
{
	display: none;
}

#main_home
{
	background: url(Images/resilience.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 100px;
	padding-left: 75px;
}

#main_services
{
	background: url(Images/mountain_challenge.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 100px;
	padding-left: 75px;
}

#main_about
{
	background: url(Images/blue_sky.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 100px;
	padding-left: 75px;
}

#main_blueocean
{
	background: url(Images/blue-ocean-fish.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	padding-top: 100px;
	padding-left: 75px;
}

.main_text
{
	max-width: 40vw;
	color: white;
	font-size: 1.3em;
}

.main_title
{
	font-family: 'Calibri', Arial, serif;
	font-size: 2.8em;
	text-shadow: 2px 2px 2px gray;
}

.main_text img
{
	width: 40px;
}

.principal
{
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	overflow-wrap: visible;
}

#introduction
{
	background-color: white;
}

.think_list
{
	width: 50%;
}

.green_planet
{
	position: absolute;
	right: 0px;
	width: 50%;
}

.principal_white
{
	display: flex;
	flex-direction: column;
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	overflow-wrap: visible;
}

.title
{
	font-family: 'Calibri', Arial, serif;
	margin-top: 50px;
	max-width: 70vw;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

.insight
{
	display: flex;
}

.topic
{
	width: 33%;
	padding: 20px;
}

.topic img
{
	width: 100%;
}

.picto
{
	text-align: center;
}

.intro
{
	font-family: 'Calibri', Arial, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.topic_think
{
	width: 33%;
	padding-bottom: 20px;
	text-align: center;
}

.icon
{
	margin-right: 40px;
	margin-left: 40px;
}

.icon img
{
	width: 80px;
	position: relative;
	top: 50px;
}

.think
{
	font-family: 'Calibri', Arial, serif;
	font-size: 1.8em;
	position: relative;
	top: 25px;
}

#green
{
	color: #ABC46C;
	font-weight: bold;
}

#people
{
	color: #6095C9;
	font-weight: bold;
}

#innovation
{
	color: #937AB2;
	font-weight: bold;
}

.text
{
	max-width: 60vw;
}

.transfert
{
	background-color: white;
	display: flex;
	justify-content: center;
}

.transfert_link
{
	width: 150px;
	background: gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 20px 5px 20px;
	text-align: center;
}

.transfert_link a
{
	text-decoration: none;
	color: white;
}

#circle
{
	text-align: center;
	background-color: white;
}

#founder
{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 0px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		background-color: white;
}

.name
{
	font-family: 'Calibri', Arial, serif;
	font-size: 2em;
	font-weight: bold;
}

.photo img
{
	width: 200px;
}

.social_linkedin_profile img
{
	width: 30px;
}

.quote
{
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 1.5em;
	color: gray;
	font-style: italic;
}

.quote_founder
{
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
	background-color: white;
}

#newsroom
{
	width: auto;
	display: flex;
	align-content: space-around;
	position: relative;
	top: -50px;
	z-index: 1;
}

#language_choice_news
{
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	z-index: 2;
}

#language_choice_news a
{
	text-decoration: none;
	font-weight: bold;
	color: #0080FF;
}

#news
{
	margin-right: 3vw;
	margin-left: 7vw;
}

#news img
{
	width: 40vw;
}

#news p
{
	font-family: 'Calibri', arial, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: black;
	position: relative;
	top: 80px;
	left: 30px;
}

#news a
{
	text-decoration: none;
}

#resources
{
	margin-left: 3vw;
	margin-right: 7vw;
}

#resources img
{
	width: 40vw;
}

#resources p
{
	font-family: 'Calibri', arial, serif;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 3px black;
	position: relative;
	top: 80px;
	left: 30px;
}

#resources a
{
	text-decoration: none;
}

article
{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100vw;
}

.article
{
	display: flex;
	vertical-align: middle;
	padding: 20px;
	border-top: 1px solid silver;
}

.article_button
{
	background: #0080FF;
	border-radius: 20px;
	padding: 3px 12px 3px 12px;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}

article p
{
	margin: 0;
	margin-bottom: 10px;
}

.content_type
{
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 0.6em;
}

.content_title
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Calibri', arial, serif;
}

.content_description
{
	margin-left: 20px;
	width: 400px;
	max-width: 60vw;
}

article img
{
	width: 200px;
	height: 100%;
}

footer
{
	width: 100vw;
	height: 15vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: gray;
	font-size: 0.8em;
	background-color: white;
	border-top: 1px solid silver;
}

footer a
{
	text-decoration: none;
	color: gray;
}

#social img
{
	width: 30px;
	margin: 20px 5px 5px 5px;
}

.legal
{
	color: gray;
	padding: 50px;
}

h4
{
	font-size: 1.5em;
}

h5
{
	font-size: 1.2em;
}
#end
{
	height: 200px;
	background-color: white;
}

@media screen and (max-width: 900px)
{
	#fixed
	{
		height: 60px;
	}
	.logo_petit_white
	{
		height: 60px;
		margin-top: 5px;
		margin-left: 15px;
	}
	nav
	{
		position: fixed;
		top: 20px;
		right: 20px;
		align-self: right;
	}
	#main_home
	{
		height: 600px;
		padding-top: 50px;
		padding-left: 50px;
	}
	#main_services
	{
		height: 600px;
		padding-top: 50px;
		padding-left: 50px;
	}
	#main_about
	{
		height: 600px;
		padding-top: 50px;
		padding-left: 50px;
	}
	#main_blueocean
	{
		height: 600px;
		padding-top: 50px;
		padding-left: 50px;
	}
	.main_text
	{
		max-width: 50vw;
		font-size: 1.2em;
	}
	.main_title
	{
		font-size: 2.5em;
	}
	.principal
	{
		padding-left: 0px;
		padding-right: 30px;
		margin-right: 50px;
	}
	.principal_white
	{
		padding-left: 0px;
		padding-right: 100px;
	}
	.title
	{
		margin-left: 40px;
		margin-top: 40px;
		font-size: 1.3em;
	}
	.insight
	{
		flex-direction: column;
	}
	.topic
	{
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.topic_think
	{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.icon
	{
		margin: 10px;
	}
	#circle img
	{
		width: 750px;
	}
	#newsroom
	{
		flex-direction: column;
		top: -60px;
	}
	#news
	{
		margin-right: 10vw;
		margin-left: 10vw;
		position: relative;
		top: 30px;
	}
	#news img
	{
		width: 80vw;
	}
	#resources
	{
		margin-right: 10vw;
		margin-left: 10vw;
	}
	#resources img
	{
		width: 80vw;
	}
	.article
	{
		padding: 10px;
	}
	.content_type
	{
		font-size: 0.6em;
	}
	.content_title
	{
		font-size: 1.1em;
	}
	.content_description
	{
		margin-left: 10px;
	}
	article img
	{
		width: 150px;
	}
	#end
	{
		display: none;
	}
}

@media screen and (max-width: 750px)
{
	nav
	{
		position: fixed;
		top: 10px;
		right: 20px;
		align-self: right;
	}
	#web
	{
		display: none;
	}
	ul ul
	{
		display: none;
	}
	#mobile
	{
		display: inline-flex;
		flex-direction: column;
		padding: 0px;
		list-style-type: none;
	}
	#menu_mobile
	{
		background: white;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 5px 20px 5px 20px;
		color: gray;
		text-decoration: none;
	}
	li:hover ul.nav_mobile
	{
		display: block;
		position: absolute;
		right: 0px;
		list-style-type: none;
		align-items: center;
		text-align: center;
		background-color: silver;
		width: 200px;
		max-width: 100vw;
		padding: 0px;
		font-size: 1.5em;
	}
	ul.nav_mobile li
	{
		border-top: 1px solid white;
	}
	ul.nav_mobile a
	{
		text-decoration: none;
		color: white;
	}
	ul.nav_mobile a:hover
	{
		text-shadow: 1px 1px 2px black;
	}
	#main_home
	{
		padding-top: 30px;
		padding-left: 40px;
	}
	#main_services
	{
		padding-top: 30px;
		padding-left: 40px;
	}
	#main_about
	{
		padding-top: 30px;
		padding-left: 40px;
	}
	#main_blueocean
	{
		padding-top: 30px;
		padding-left: 40px;
	}
	.main_text
	{
		max-width: 60vw;
		font-size: 1.1em;
	}
	.main_title
	{
		font-size: 2.3em;
	}
	.title
	{
		margin-left: 30px;
		margin-top: 30px;
		font-size: 1.2em;
	}
	#circle img
	{
		width: 500px;
	}
}

@media screen and (max-width: 500px)
{
	#introduction
	{
		display: flex;
		flex-direction: column;
	}
	#main_home
	{
	background: url(Images/resilience_mobile.jpg) no-repeat center center;
	}
	.main_text
	{
		max-width: 70vw;
		font-size: 1.1em;
	}
	.main_title
	{
		font-size: 1.7em;
	}
	.title
	{
		font-size: 1.1em;
	}
	#circle img
	{
		width: 450px;
	}
	.quote
	{
		padding-left: 50px;
		padding-right: 50px;
		font-size: 1.2em;
	}
	.quote_founder
	{
		padding-left: 50px;
		padding-right: 50px;
		font-size: 1.1em;
	}
	#news p
	{
		font-size: 1.5em;
	}
	#resources p
	{
		font-size: 1.5em;
	}
	.content_type
	{
		font-size: 0.4em;
	}
	.content_title
	{
		font-size: 1em;
	}
	article img
	{
		width: 100px;
	}
}

@media screen and (max-width: 450px)
{
	#circle img
	{
		width: 400px;
	}
	.quote
	{
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1.1em;
	}
	.quote_founder
	{
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1em;
	}
}

@media screen and (max-width: 400px)
{
	#news p
	{
		font-size: 1.3em;
		position: relative;
		top: 70px;
		left: 20px;
	}
	#resources p
	{
		font-size: 1.3em;
		position: relative;
		top: 70px;
		left: 20px;
	}
	#circle img
	{
		width: 380px;
	}
}

@media screen and (max-width: 380px)
{
	#circle img
	{
		width: 350px;
	}
}

@media screen and (max-width: 350px)
{
	#circle img
	{
		width: 320px;
	}
}
