
html, body
{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	padding : 0px;
	margin : 0px;
}

h1,h2,h3,h4,h5,h6
{
	line-height: 1.2em;
	text-align: center;
}

h2
{
	font-size: 2.5em;
}

video
{
	width: 50vw;
	height: calc(50vw*.5625);
	margin: 0 auto;
	margin-top: 30px;
}

.MERCI_subtitle
{
	display: block;
	font-size: .6em;
	margin-top: -10px;
}

.MERCI_logo
{
	display: inline-block;
	width: 200px;
	height: 200px;
	background-size: contain;
	background-position: center center;
}

.MERCI_titre
{
	width: 100%;
	background-color: #151C49;
	color : white;
	text-align: center;
	padding: 20vh 0vh;
}

.MERCI_texte_container
{
	width: 100%;
	text-align: center;
	padding: 10vh 0vh;
}

.MERCI_texte_container_dark
{
	background-color: #151C49;
	color: white;
}

.MERCI_texte
{
	width: 95vw;
	max-width: 700px;
	display: inline-block;
	text-align: left;
}

.MERCI_fullillustration
{
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.MERCI_spacer
{
	width: 100%;
	height: 50px;
}

.MERCI_team_member
{
	width: 95vw;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	text-align: center;
}

.img_round
{
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}

.MERCI_credit
{
	font-size: .75em;
	opacity: .5;
}

.team_nom
{

	font-weight: 700;
	font-style: oblique;
	font-size: 1.3em;
	margin-top: 15px;
}

.MERCI_team_member img
{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.MERCI_fixedBT
{
	display: inline-block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #34A44E;
	color:white;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	font-weight: 500;
	padding : 10px 15px;
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.MERCI_BT_LANG
{
	display: inline-block;
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #34A44E;
	color:white;
	text-align: center;
	font-size: .6em;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	font-weight: 500;
	padding : 10px 15px;
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	
}

.MERCI_BT
{
	display: inline-block;
	background-color: #34A44E;
	color:white;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	font-weight: 500;
	padding : 10px 15px;
	border-radius: 30px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.MERCI_fixedBT:hover,
.MERCI_BT:hover,
.MERCI_BT_LANG:hover
{
	transform: scale(1.1);
	background-color: white;
	color:#34A44E;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);
	box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);

}

.MERCI_QR
{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
}

.MERCI_RS_BT
{
	display : inline-block;
	vertical-align: middle;
	margin: 10px;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all .3s ease-in-out;
	background-color: #34A44E;
	border-radius: 50%;
}

.MERCI_RS_BT:hover
{
	transform: scale(1.1);
	background-color: #151C49;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);
	box-shadow: 0px 0px 20px 0px rgba(52,164,78,0.4);
}

.MERCI_RS_INSTAGRAM
{
	background-image: url('../ui/icon_instagram.svg');
}

.MERCI_RS_FACEBOOK
{
	background-image: url('../ui/icon_facebook.svg');
}

.MERCI_RS_TWITTER
{
	background-image: url('../ui/icon_twitter.svg');
}

.MERCI_RS_LINKEDIN
{
	background-image: url('../ui/icon_linkedin.svg');
}

.MERCI_RS_YOUTUBE
{
	background-image: url('../ui/icon_youtube.svg');
}

@media screen and (max-width: 640px) 
{
  .MERCI_fixedBT
  {
	  width: 100%;
	  padding : 10px 0px;
	  bottom : 0px;
	  left : 0px;
	  border-radius: 0px;
  }
  
  .MERCI_fullillustration
	{
		width: 100%;
		height: 50vh;
		background-size: cover;
		background-position: center center;
		background-attachment: scroll;
	}
	
	video
	{
		width: 90vw;
		height: calc(90vw*.5625);
		margin: 0 auto;
		margin-top: 30px;
	}
}