.content-question{
	height: 100%;
}

.question li{
	line-height: 30px;
	height: initial;
}

.question li:hover{
	background-color: transparent;
}

.info_suppl{
	display: none;
	line-height: initial;
	padding-bottom: 10px;
	color: #999;
}

.form_question input{
	border: 1px solid #e5e5e5;
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 2px;
}

.form_question textarea{
	border: 1px solid #e5e5e5;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 2px;
    line-height: 28px;
    height: 56px;
}

.form_question input[type=submit]{
	padding: 5px 10px;
	width: auto;
	background-color: #666;
	border:0px solid;
	color: white;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.form_question input[type=submit]:hover{
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, .8);
}

#mdp{
	display: none;
}

video.reponse_video {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 50px;
}

.box-modal {
    display: none;
    opacity: 0;
    z-index: 101;
    position: fixed;
    top: 110px;
    margin-left: 10%;
    width: 60%;
    background: white;
    box-shadow: 0px 0px 20px #3A3A3A;
    padding: 50px;
    text-align: left;
    border-radius: 2px;
}

.title-contact{
   	font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 20px;
    color: #1E3E65;
}

.label-contact{
    margin-bottom: 5px;
    display: block;
    color: #264D7D;
}

.page-shadow{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}
