:root{
	--headerHeight: 75px;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.footer a{
	color: white;
}

.faqTexte a{
	color: inherit;
}

.marginBottom4vh{
	margin-bottom: 4vh;
}

.margin60{
	margin-top: 60px;
}

.marginAuto{
	margin: auto;
}

.contenuWidth{
	width: 1000px;
	max-width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 0 15px;
}

.height100{
	height: 100%;
}

.width100{
	width: 100%;
}

.relative{
	position: relative;
}

.min100{
	min-height: calc(100vh - var(--headerHeight));
}

.left, .leftBloc{
	float: left;
}

.right{
	float: right;
}

.padding5vh{
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.valign{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.centered{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.fullpage{
	height: 100vh;
	width: 100vw;
}

.beige{
	background-color: #FFEED9;
}

.gris{
	background-color: #EFECEA;
}

.bloc{
	position: relative;
	width: 480px;
	height: calc(50vh - 36px);
	display: inline-block;
	min-height: 300px;
}

.blocGrand{
	min-height: 400px !important;
}

.colone{
	position: relative;
	width: 480px;
	height: calc(100vh - var(--headerHeight));
	min-height: 600px;
	display: inline-block;
}

.coloneGrande{
	min-height: 800px !important;
}

.bigText{
	font-family: "PTSerif";
	font-size: 2em;
}

.smallText{
	font-family: "PTSans";
	font-size: 1.5em;
	color: rgb(110, 110, 110);
	font-weight: bold;
	margin-top: 30px;
}

.imageA{
	background-image: url("/img/picto/a.svg");
	width: 480px;
	height: 600px;
	background-size: contain;
	background-repeat: no-repeat;
}

.imgBlock{
	width: 480px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
}

.imageB{
	background-image: url("/img/picto/b.svg");
}

.imageC{
	background-image: url("/img/picto/c.svg");
}

.imageD{
	background-image: url("/img/picto/d.svg");
}

.imageE{
	background-image: url("/img/picto/e.svg");
	height: 400px !important;
	background-position: center;
	position: absolute;
	bottom: 0;
}

.imageF{
	background-image: url("/img/picto/f.svg");
	width: 480px;
	height: 800px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.imageG{
	background-image: url("/img/picto/g.svg");
}

.imageH{
	background-image: url("/img/picto/h.svg");
}

.imageI{
	background-image: url("/img/picto/i.svg");
}

.blocFaq{
	display: inline-block;
	width: 475px;
	margin-bottom: 4vh;
	float: left;
	min-height: 145px;
}

.faq{
	font-size: 3em;
	margin-bottom: 30px;
}

.faqTitre{
	font-family: "Oswald";
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.faqTexte{
	font-family: "PTSans";
	font-size: 1.3em;
	color: rgb(110, 110, 110);
	font-weight: bold;
	padding-right: 20px;
}

.footer{
	background-color: black;
	text-align: center;
	height: 200px;
	color: white;
	font-family: "PTSerif";
	font-size: 1.5em;
}

.footerText{
	margin-top: 10px;
	margin-bottom: 20px;
}

.copyright{
	font-size: 1rem;
}

.logoStore{
	margin-top: 50px;
	height: 50px;
	width: 140px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.logoIOS{
	background-image: url(/img/picto/AppStore.svg);
	margin-right: 30px;
}

.logoAndroid{
	background-image: url(/img/picto/GooglePlay.svg);
}

@media only screen and (max-width: 1004px){
	.right, .leftBloc, .blocFaq{
		float: none;
	}

	.bloc, .blocFaq, .colone{
		display: block;
	}

	.blocFaq{
		min-height: initial;
	}

	.bloc{
		max-height: 320px;
	}

	.colone{
		max-height: 620px;
	}

	.faq{
		text-align: center;
	}

	.blocGrand{
		margin-bottom: 15px;
	}

	.coloneText{
		height: fit-content;
		min-height: fit-content;
	}

	.coloneText .valign{
		position: relative;
		top: 0;
		transform: none;
	}

	.logo{
		left: calc(2vw + 15px);
	}

	.langueConteneur{
		margin-right: 2vw;
	}

	.faqTexte{
		padding-right: 0;
	}
} 