@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300");




/*.headerBulle
{
	position: relative;
	overflow-x: hidden; 
	height:750px;
}

.headerBulle::after
{
	content: " ";
	height: 800px;
    width: 800px;
    position: absolute;
    right: -235px;
    top: -49px;
    border-radius: 100%;
    border: 1px solid #333333;
    background-size:cover;
	border: none;

	background-position: center center;
}*/

.headerInformations .titleText {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #333333;
	margin-top: 20px;
	font-weight: 700;
}

.headerInformations .subTitleText {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color: #7D7D7D;
	margin-bottom: 20px;
}

.textDescription {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 33px;
	color: #333333;
	line-height: 40px;
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.buttonCentrePage
{
	text-align: center;
	margin:0 auto;
	clear:both;
}
.buttonCentrePage .qrCodeButton {
	background: #F8F7F0;
	max-width: 160px;
	width: 25%;
	height: 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #333333;
}

#loading-image {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.right{
	float:right;
}
.left{
	float:left;
}

