@charset "UTF-8";
/* Body */
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	height: 100%
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* Navigation */
header {
	width: 100%;
	text-align: center top;
}

.menu{
	background-image: url("../images/menu/bg.png");
	background-size: 100% 100%;
	height: 35%;
	max-height: 239px;
}


.logo {
	width: 5%;
	margin: auto;
	max-width: 100px;
}

.hidden {
	visibility: hidden;
}


/*************** HOME *******************/

.menuHome{
	background-image: url("../images/menu/bg.png");
	background-size: 100% 110%;
	height: 25%;
	max-height: 239px;
	position: absolute;
	top: 0;
}

.homeBg {
	background-position: center;
	background-repeat: no-repeat;
	
	text-align: center;	
	
}

.backgroundHomeAnimation {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
}

.logoHome{
	height: 30%;
	margin: auto;
	margin-top: 1.5%;
	max-height: 54px;
}

.vignettes{
	display: block;
	width: 80%;
	position: absolute;
	
}

.vignette{
	display: inline;
	margin: 1.5%;
	width: 25%;
	max-width: 430px;
	min-height: 105px;
	min-width: 195px;
	cursor: pointer; cursor: hand;
}



.faq{
	background-image: url(../images/home/bg_faq.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 30%;
	max-height: 245px;
	min-height: 183px;
	position: absolute;
}

.faqQR{
	max-height: 245px;
	min-height: 183px;
	height: 100%;
	position: relative;
	left: 0%;
	display: none;
	margin:auto;
}

.faqQRActive{
	display:inline;
}

.faqBt{
	position: absolute;
	cursor: pointer; cursor: hand;
}

.faqBtNext{
	right: -90px;
}

.faqBtPrevious{
	left: -50px;
}


.pageContainer{
	width: 100%;
	height: 100%;
	position: absolute;
	/*background-color: #FFFFFF;*/
	top:0px;
	display: none;
}

.homeLang{
	height: 30%;
	margin-top: 1.5%;
	max-height: 54px;
	float: right;
	right: 10%;
	position: absolute;
	top:1%;
	left:80%;
	max-width: 95px;
	min-width: 20px;
}

.langFr{
	height: 100%;
	position: absolute;
	left:0%;
}

.langEng{
	height: 100%;
	position: absolute;
	left:50%;
}

.langIcone{
	position: absolute;
	max-height: 54px;
	height: 100%;
	cursor: pointer; cursor: hand;
}

.langSelect{
	display: block;
}

.langUnselect{
	display: none;
}

/**************** menu page section **************/

.menuLang{
	height: 10%;
	margin-top: 0.8%;
	max-height: 54px;
	float: right;
	right: 10%;
	position: absolute;
	top:0%;
	left:80%;
	max-width: 95px;
	min-width: 20px;
}

.menuPage {
	width: 100%;
	height: 30%;
	
	background-image: url("../images/menu/bg.png");
	background-size: 100% 110%;
}

.logoPage{ 
	margin: auto;
	height: 15%;
	display: block;
	padding-bottom: 1%;
	padding-top: 1%;
	max-height: 54px;
}

.menuTrait{
	border-top: 3px solid #022940;
	width: 25%;
	display: inline;
	margin-top: 31px;
}

.menuTrait_gauche{
	float: left;
}

.menuTrait_droite{
	float: right;
}

.menuNav{
	width: 100%;
	height: 25%;
}

nav {
	width: 50%;
	display: inline;
	float: left;
	height: 100%
}

nav ul{
	list-style-type: none; 
	padding: 0% 0%; 
	margin: 0px;
	left: 0%;
	position: relative;
	width: 100%;
	height: 60px;
}

.menuNav ul li{
	
	display: inline-block;
	padding: 0px 0%;
	margin: 0px;
	color: #918886;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	width: 19%;
	/*height: 60px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.menuNav li a {
	color: #918886;
	text-decoration: none;
}
.menuNav li:hover {
	background-color: #022940;
	font-weight: bold;
	color: #fff;
	
	cursor: pointer; cursor: hand;
}

.menuNav ul li:hover a{
	color: #fff;
}

.menuSelected {
	background-color: #022940;
	font-weight: bold;
}

.menuSelected a{
	background-color: #022940;
	font-weight: bold;
	color: #fff;
}

.traitVertical_droite {
	border-right: 2px solid #eac372;
	margin-right: -3px;
}

.vignettesSousMenu{
	display: block;
	width: 80%;
	margin: auto;
	
}

.vignetteSousMenu{
	display: inline;
	margin: 4%;
	width: 25%;
	max-width: 430px;
	min-height: 105px;
	min-width: 195px;
	cursor: pointer; cursor: hand;
}


/**************** page section **************/


.page {
	margin: auto;
	text-align: left;
}

.image {
	/*float: left;*/
	/*width: 100%;*/
	position: absolute;
	/*left: 0%;
	margin: auto;*/
}

.fulscreenPopup{
	position: absolute;
}

.textePresentation
{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	width:75%;
}

.textePresentationBg {
	background-color:rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}

.textePresentation div
{
	top: 40%;
	position: relative;
	cursor: default;
}

.textePresentationClick {
	width: 40%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	border-top: 2px solid #ffffff;
	font-weight: normal;
}

.zoneCliquable
{
	float: left;
	position: absolute;
	width: 5%;
	cursor: pointer; cursor: hand;
}

.zonesCliquables
{
	/*float: left;*/
	position: absolute;
	width: 100%;
}

.zoneCliquableAffiche
{
	float: left;
	position: absolute;
	width: 5%;
	cursor: pointer; cursor: hand;
}

.icone
{
	width: 100%;
	max-width: 70px;
	max-height: 100px;
}

.hideBackgroundImage
{
	background-size: 0%;
}

/**************** QCM section ********************/

.QCMquestions { 
	width: 60%;
	text-align: center;
	margin: auto;
	text-transform: none;
}

.QCMquestion {
	width: 100%;
	text-align: left;
	color: #022940;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
	
}

.QCMenonceQuestion {
	padding-bottom: 3%;
}

.QCMnumeroQuestion {
	color: #e0a52b;
	font-weight: bold;
	font-size: 24px;
	
}

.QCMReponses{
	padding-left: 0px;
	list-style:none;
}

.QCMreponse{
	text-transform: none;
	color: #766b68;
	border-width: 0px 0px 1px 0px;
	border-color: #766b68;
	font-weight: normal;
	font-size: 20px;
	border-style: solid;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	cursor: pointer; cursor: hand;
	transition: all 0.3s linear;
}

.QCMreponse:hover {
	background-color: #458bd0;
	color: #ffffff;
	
}

.QCMreponseSelect {
	background-color: #458bd0;
	color: #ffffff;
}

.QCMreponseExplication {
	width: 100%;
	height: 100%;
	padding: 2%;
	color:#fff;
	font-size: 20px;
	font-weight: normal;
	display: none;
	text-transform: none;
}

.QCMreponseExplicationReponse {
	width: 100%;
	height: 100%;
	padding-bottom: 1%;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

.QCMcorrect {
	background-color: #59d045;
}

.QCMfaux {
	background-color: #d04552;
}

.QCMcontact {
	color: #766b68;
	text-transform: none;
	font-size: 20px;
	position: relative;
	width: 100%;
}

.QCMResultats {
	width:100%;
	color: #766b68;
	text-transform: uppercase;
	/*display: none;*/
	visibility: hidden;
	
}

.QCMResultatsBonTitre{
	font-weight: bold;
	color: #e0a52b;
}

.QCMResultatsBon{
	width: 33%;
	text-align: right;
	float: left;
	margin-top: 10%;
}

.QCMResultatsFauxTitre{
	font-weight: bold;
	color: #d04552;
}

.QCMResultatsFaux{
	width: 33%;
	text-align: left;
	float: right;
	margin-top: 10%;
}

.QCMResultatsCercle{
	width: 34%;
	text-align: center;
	vertical-align: middle;
	color: #022940;
	font-size: 80px;
	float: left;
}

.QCMResultatsCercleNbBonneReponses{
	font-size: 125px;
}

/**************** popup section ******************/

.popup {
	background-color: #ffffff;
	border: 2px solid #eac372;
	border-radius: 10px;
	max-width: 35%;
	position: absolute;
	z-index: 1;
	font-size: 18px;
	color: #8a817f;
	text-align: center;
}

.popupGde{
	max-width: 75%;
}

.popupSavoir {
	border: 2px solid #022940;
}

.popupCloseBt {
	font-size: 22px;
	font-weight: bold;
	margin: 1% 4% 1% 1%;
	right: 0;
	top: 0;
	text-align: right;
}

.popupCloseBt span {
	cursor: pointer; cursor: hand;
}

.popupContainer{
	margin: 0% 4% 4% 4%;
}

.popupImageContainer{
	margin: 0% 4% 4% 4%;
	width: 92%;
}


/**************** footerpage section **************/

.footerPage{
	width: 100%;
	background-color: #032940;
	position: absolute;
	height: 10%;
	max-height: 61px;
	text-align: left;
	padding-bottom: 0.5%;
	padding-top: 0.5%;
}

.footerPage img{
	display: inline-block;
	height: 100%;
	max-height: 61px;
	position: relative;
}

.footerBtRetour {
	left:21%;
	cursor: pointer; cursor: hand;
}

.footerDecouvrir {
	left: 60%;
}

.footerSavoir {
	left:47%;
}

.footerDecouvrirSuivant {
	left: 37%;
}

.footerSuivant {
	left:51%;
	cursor: pointer; cursor: hand;
}

.footerNextQuestion {
	left:50%;
	cursor: pointer; cursor: hand;
}



/* More info */
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
	
}

/* Small Tablets */
@media (min-width: 321px) and ( max-width: 767px){
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

}
