/********** POLICE ****************/
@font-face {
	font-family: "MyRegular";
	src: url('../police/child.ttf');
	
}

@font-face {
	font-family: 'digital';
	font-style: normal;
	font-weight: bold;
	src: local('DS-DIGI'), url('../police/DS-DIGIB.ttf') format("truetype");
}

@font-face {
	font-family: "handwriting";
	font-style: normal;
	font-weight: normal;
	src: local('Handwritingfont.ttf'), url('../police/Handwritingfont.ttf') format("truetype");
}

@font-face {
	font-family: "corsiva";
	src: url('../font/Monotype Corsiva.ttf') format("truetype");
}

@font-face {
	font-family: "frutiger";
	src: url('../font/FrutigerLTStd-Light.otf') format("truetype");
}


/***************************************************/
/*********** BODY **********************************/
/***************************************************/
.corps {
	font-size: 1rem; /* 3.3vmax */
	color: #FFFFFF;
	background: none;
}
.corps h1{
	font-size: 3rem; /* 4vamx */
}
.corps a{
	color: #9f7b40;
}

html{
	background-image:url("../../share/images/background.jpg");
	background-repeat: repeat;
}

.mh-300{
	max-height: 300px;
}

/* Pour les écrans dont la taille est d'au moins 768px, soit breakpoint md */
@media (min-width: 768px){
	.corps {
		font-size: 1.4rem;
	}
	.corps h1 {
		font-size: 3rem;
	}
	.mh-500{
		max-height: 500px;
	}
}

@media (min-width: 1200px){
	#content{
		padding: 0 200px;
	}
}

@media (min-width: 1400px){
	#content{
		padding: 0 300px;
	}
}

#info_need_more{
	display: none;
}

.check-mark{
	max-height: 130px;
	height: 100%;
}

hr {
    border: none;
    border-top: 5px double #c5c5c5;
    color: #c5c5c5;
    overflow: visible;
    text-align: center;
    height: 10px;
}


/****************************************************/
/************** CSS pour le loader ******************/
/****************************************************/
#loading{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 100%;
	width: 100%;
	z-index: 50000;
}

.loader{
	display: block;
	position: relative;
	max-width: 50%;
	max-height: 50%;
	margin: auto;
	top: 20%;
	background: none;
}

/****************************************************/
/******************* FLEXBOX ************************/
/****************************************************/

.colflex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

.rowflex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
}

.wrap{
	flex-wrap: wrap;
}

.nowrap{
	flex-wrap: nowrap;
}


/****************************************************/
/******************* INDICES ************************/
/****************************************************/
.displayclue{
	display: none;
	background-color: rgba(255, 255, 255, 0.25);
}

#msg {
	display: none;
	text-align: center;
	width:100%;
	color: white;
	/*font-size: 3vmax;*/
	margin-bottom: 10px;
	background-color: rgba(240, 173, 78, 0.3);
}


/****************************************************/
/***************** Enigme DIRECTION *****************/
/****************************************************/
.mini{
	max-height: 50px;
}

/****************************************************/
/***************** Enigme DIGICODE ******************/
/****************************************************/
.digicode {
	border: solid 1px  #566573;
	background-color: grey;
	/* background: linear-gradient(to top right, #757575 16%, #c6c4c4 83%); */
	background: linear-gradient(to bottom right, #747474 0%, #313131 70%);
	margin: auto;
	margin-top: 15px;
	width: 250px;
}

.bouton_digicode{
	/* background: linear-gradient(to top right, #757575 27%, #c6c4c4 56%); */
	background: linear-gradient(to bottom left, #747474 0%, #313131 70%);
	width:50px;
	height: 50px;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin: 10px 0px 3px 10px;
	border-radius:50%;
	border:solid 1px #bdcce3;
	text-align:center;
	/* padding:20px 30px; */
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-box-shadow: 0px 5px 0px #000000; /* #404040*/
	-moz-box-shadow: 0px 5px 0px #000000;
	box-shadow: 0px 5px 0px #000000;
	font-size: 30px;
	text-shadow:0 0 3px #53efed, 0 0 7px #53efed, 0 0 20px #53efed;
	color:#53efed; /* bleu plus flashy 53efed //// Bleu d'origine : 408bff */
}

.bouton_digicode:active {
	border:solid 1px #FFD100;
    -webkit-box-shadow: 0px 2px 0px #000000;
    -moz-box-shadow: 0px 2px 0px #000000;
    box-shadow: 0px 2px 0px #000000;
    position:relative;
    top:7px;
	text-shadow:0 0 2px #FFD100,0 0 30px #FFD100,0px 0px 5px #FFFFFF, 0 0 150px #FFFFFF;
	color:#FFFFFF;
}

.ecran{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-family: digital;
	font-size: 18pt;
	border: none;
	background: #222;
	color: #fff;
	text-shadow: 2px 0 rgba(255, 0, 0, 0.9), -2px 0 rgba(0, 0, 255, 0.9);
}

.effet_ecran {
	position: relative;
	top: -80px;
	left: 16px;
	height: 75px;
	width: 215px;
	/* position: absolute; */
	/* top: 95px; */
	/* left: 23px; */
	/* right: 23px; */
	/* height: 75px; */
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 33.33333%, rgba(255, 255, 255, 0.4) 33.33333%, rgba(255, 255, 255, 0.4) 66.66666%, rgba(255, 255, 255, 0.6) 66.66666%), linear-gradient(to right, rgba(255, 0, 0, 0.7) 33.33333%, rgba(0, 255, 0, 0.7) 33.33333%, rgba(0, 255, 0, 0.7) 66.66666%, rgba(0, 0, 255, 0.7) 66.66666%);
	background-size: 3px 3px;
	mix-blend-mode: multiply;
	/* display: block; */
}

.marge_digit{
	margin: 0% 15% 0% 15%;
}

.pave_bouton{
	position: relative;
	left: -5px;
	top: -70px;
	margin-bottom: -55px;
}

/****************************************************/
/******************* BOUTONS ************************/
/****************************************************/
.bouton-corps {
    text-align: center;
    vertical-align: middle;
    /* padding: 15px 10px 15px 10px;     */
    border-radius: 8px;
    background: #828fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#828fff), to(#273098));
    background: -moz-linear-gradient(top, #828fff, #273098);
    background: linear-gradient(to bottom, #828fff, #273098);
    -webkit-box-shadow: #596dff 0px 0px 40px 0px;
    -moz-box-shadow: #596dff 0px 0px 40px 0px;
    box-shadow: #596dff 0px 0px 40px 0px;
    text-shadow: #171d5a 1px 1px 1px;
    /* font: normal normal bold 4vmax arial; */
	font-size: 3vmax;
    color: #ffffff;
    text-decoration: none;
	/* width:100%; */
}
.bouton-corps:hover,
.bouton-corps:focus {
    background: #9cacff;
    background: -webkit-gradient(linear, left top, left bottom, from(#9cacff), to(#2f3ab6));
    background: -moz-linear-gradient(top, #9cacff, #2f3ab6);
    background: linear-gradient(to bottom, #9cacff, #2f3ab6);
    color: #ffffff;
    text-decoration: none;
}
.bouton-corps:active {
    background: #4e5699;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e5699), to(#273098));
    background: -moz-linear-gradient(top, #4e5699, #273098);
    background: linear-gradient(to bottom, #4e5699, #273098);
}
@media (min-width: 768px){
	.bouton-corps {
		font-size: 1.5rem;
	}
}


/****************************************************/
/****************** ECRAN DE FIN ********************/
/****************************************************/
.felicitation{
	font-family: corsiva;
	font-style: italic;
}

.font-frutiger{
	font-family: frutiger;
}

.talent{
	font-family: frutiger;
	font-size: 2rem;
}