body {
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url("../img/fond_image_cloud.png");
	background-size: cover;
	background-repeat: no-repeat;
}

h2,
h3 {
	/*text-transform: uppercase;*/
	letter-spacing: 0.1rem;
}

.h3,
h3 {
	font-size: 1.75rem;
}

.container {
	max-width: 1440px;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.text-danger {
	color: #CF000F;
}

.page-header {
	text-align: center;
}

#box {
	min-height: 390px;
}

.mot{
	display :none;
}
.modal-header {
	display: block;
}

.pendu-box {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #2c3e50;
	padding: 10px;
	border-radius: 20px;
	display:none;
}

.box-img {
	/*background-color: #ecf0f1;*/
	height: 100%;
	margin: auto;
	padding-top: 0px;
}

#wrong-char {
	display: none;
	color: #ffffff;
}

#chance-text {
	font-size: 1.5em;
}

.box-img img {
	/*width: 153px;
    height: 163px;*/
	margin-left: -30%;
}

.find {
	text-align: center;
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.find li {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	line-height: 46px;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 3em;
	color: #34495e;
	border-bottom: 2px solid #ecf0f1;
	/*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
}

#alphabet {
	text-align: center;
}

#alphabet .btn {
	background-color: #019d58;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 25px;
	font-size: 2.5em;
	color: white;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.images {
	background-color: white;
	/*width: 154px;
    height: 165px;*/
	overflow: hidden;
	border-radius: 20px;
	padding: 10px;
}

[data-slide="image"] {
	list-style-type: none;
}

.masthead {
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
}

/* Nav links */

.nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;
	color: #cdddeb;
}

.nav-item:hover,
.nav-item:focus {
	color: #fff;
	text-decoration: none;
}

/* Active state gets a caret at the bottom */

.nav .active {
	color: #fff;
}

.nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}

#find-word {
	color: #428bca;
	font-size: 1.2em;
	text-transform: uppercase;
}

.lettres {
	padding: 2%;
}

@media (max-width: 1200px) {
	.mot {
		padding: 2% 0px 0px 2%;
	}
}

@media (min-width: 1201px) {
	.mot {
		padding: 2% 0px 0px 2%;
	}
}

@media (max-width: 992px) {
	.mot {
		padding: 2% 0px 0px 2%;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 10px;
		background-size: contain;
		background-position: bottom;
	}
	.col-md-5 {
		max-width: 70%;
		margin: auto;
	}
	.pendu-box {
		width: 100%;
		height: auto;
	}
	.box-img {
		height: auto;
		padding-top: 30px;
	}
	.find {
		margin: 25px 0;
	}
	.find li {
		width: 25px;
		height: 30px;
		line-height: 27px;
		font-size: 2em;
	}
	#alphabet .btn {
		width: 40px;
		height: 40px;
		line-height: 15px;
		font-size: 1.5em;
		padding: 6px 9px;
	}
	.mot {
		padding: 5% 0px 0px 2%;
	}
}

#Classique, #Inverse, #version{
	display: none;
}

.descr{
	margin-bottom: 0.8em;
	text-align: center	
}
