
html,
body,
* {
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 2em;
}

#app {
	display: block;
	max-width: 700px;
	height: auto;
	margin: 1em auto;
	padding: 2px;
	background-color: #FFF;
}

#landingPage{
	display: none;
}

#landingHeader,
#landingBody {
  display: block;
  height: auto;
  margin: 0;
}

#landingHeader {
  margin: 2rem auto;
  padding: 0;
  text-align: center;
}

#landingBody{
	padding: 1em;
	text-align: center;
	border-top: 2px solid rgba(77, 77, 77, 0.77);
	border-bottom: 2px solid rgba(77, 77, 77, 0.77);
}

#landingFooter {

}

#landingFooter a {
	color: rgba(224, 58, 62, 1);
}

.redirection{
	text-align: center;
}

/* .redirection-image{
	display: inline-block;
	max-width: 125px;
	vertical-align: middle;
	text-align: left;
	margin: 1em 0.77em;
}
.redirection-image img{
	width: 100% 
} */

.redirection-button{
	display: inline-block;
	width: 100%;
	max-width: 450px;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}

.button-container {
	margin: 2em auto;
}

a {
  text-decoration: none;
}

a.lang-button {
  display: inline-block;
  text-decoration: none !important;
}

.lang-button {
  width: 100%;
  max-width: 400px;
  padding: 0.33em 0.77em;
  color: #333333;
  font-size: 1.33em;
  font-weight: 300;
  border-radius: 0.44rem;
  border: 2px solid rgba(77, 77, 77, 0.77);
  -webkit-transition: color .111s, border .111s;
  -webkit-transition: color .111s,border .111s;
  transition: color .111s,border .111s;
  outline: none;
  text-align: center;
}

.lang-button:hover {
    color: #1d1d1d;
    border: 2px solid rgba(77, 77, 77, 0.77);
    outline: none;
}

.lang-button:hover::before {
	content: '\2714';
	background-color: rgba(0, 0, 0, 0);
	font-size: 1.77em;
	font-weight: 600;
	color: rgba(224, 58, 62, 1);
	margin-right: 5px;
}

#introPerso > img{
	max-width: 200px;
}