.karla-<uniquifier> {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Karla";
	font-weight: 400;
	font-size: 1.2vw;
}

.container
{
	margin: auto;
	width: 60%;
	height: 2000px;
	background-image: url('background.jpg');
	
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
}

#logo_container
{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 0px;
	text-align: right;
}

.logo
{
	position: relative;
	width: 40%;
	margin: 5%;
	box-shadow: 0 0 50px 15px #1784b7;
}

.intro
{
	width: 53%;
	padding: 6%;
	padding-top: 50%;
}

.intro .title
{
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

.box
{
	width: 42%;
	background-color: rgba(255,255,255,0.75);
	padding: 1em;
	/*! right: 0px; */
	/*! position: relative; */
	float: right;
	display: block;
	clear: both;
	font-size: 0.8em;
}

.box.avantages
{
	margin-top: 9em;
}

.box.contact-us
{
	margin-top: 25em;
}

.box DIV:not(:last-child)
{
	margin-bottom: 0.6em;
}

.email A
{
	color: #013046;
	font-weight: 800;
}	

.material-icons
{
}

.material-icons.email
{
	font-size: 0.7em;
	vertical-align: baseline;
	margin-top: 0.2em;
	top: 0.1em;
	position: relative;
}

.box .subtitle
{
	font-weight: 600;
}