form {
	font-family: 'roboto', sans-serif;
	width: calc(80% + 60px);
	margin: 0 auto 0;
	padding: 0 0 40px;
	border-radius: 3px;
	color: #fff !important;
}

input, textarea {
	font: inherit;
    font-size: 16px;
    margin: 0px 0px 26px;
    display: block;
    padding: 10px 10px 7px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background 0.3s cubic-bezier(.64,.09,.08,1);
    resize: none;
    overflow: hidden;
    outline: #F8931C !important;
    border: none !important;
    background: #565656 !important;
    box-shadow: 2px 2px 10px 1px #999999;
    font-weight: normal!important;
	box-sizing: border-box;
}

textarea {
	height: 120px;
}

button {
	font-family: 'roboto', sans-serif;
	transition: transform 0.2s cubic-bezier(.64,.09,.08,1);
	box-shadow: 1px 1px 10px 0px black;
	border: none;
	background: linear-gradient(to top, #F4A44E, #F8931C, #F8931C, #F8931C, #F4A44E);
	cursor: pointer;
	border-radius: 3px;
	padding: 6px;
	height: 50px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	display: block;
	margin-top: 30px;
	box-shadow: 2px 2px 10px 1px #999999;
	transition: box-shadow 0.3s ease-in-out;
	font-size: 20px;
	text-shadow: 1px 1px 1px black;
}

button:hover {
	box-shadow: 1px 1px 20px 10px black, inset 1px 1px 30px 2px #ddd;
	transition: box-shadow 0.3s ease-in-out;
}

.text-color {
	color: white;
	border: solid 1px #F8931C;
}

::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder {/* Internet Explorer 10-11 */
	color: white;
}

::-ms-input-placeholder {/* Microsoft Edge */
	color: white;
}

@media only screen and (min-width: 950px) {
	button {
		width: 230px;
		max-width: 100%;
	}

	input, textarea {
		width: 100%;
	}
}

@media only screen and (max-width: 951px) {
	button {
		width: 200px;
	}

	input, textarea {
		width: 100%;
	}
}

.contact-button-container {
	width: 100%;
}

#alert {
	font-family: 'roboto', sans-serif;
	transition: transform 0.2s cubic-bezier(.64,.09,.08,1);
	box-shadow: 1px 1px 10px 0px black;
	border: none;
	background: linear-gradient(to top, #F4A44E, #F8931C, #F8931C, #F8931C, #F4A44E);
	cursor: pointer;
	border-radius: 3px;
	padding: 7px;
	line-height: 100px;
	height: 100px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	display: block;
	margin-top: 10px;
	box-shadow: 5px 5px 6px 0 rgba(0,0,0,0.2);
	transition: box-shadow 0.3s ease-in-out;
	font-size: 20px;
	text-shadow: 1px 1px 1px black;
	position: absolute;
	z-index: 100;
	top: 40%;
	width: 30%;
	left: 35%;
	display: none;
}

.subscription_form {
	width: 100%;
	margin: auto;
}

.subscription_form-sub-container {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder {/* Firefox 18- */
	text-align: center;
}

::-moz-placeholder {/* Firefox 19+ */
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

.content-inscription-confirm-checkbox {
	width: 100%;
	text-align: center;
	font-size: 15px !important;
}

.content-inscription-confirm-checkbox-container {
	width: 60%;
	margin: auto;
}

.content-inscription-confirm-checkbox-container label {
	display: block;
	padding-left: 15px;
	text-indent: 5px;
	color: #555 !important;
	text-shadow: 1px 1px 1px #999;
}

.content-inscription-confirm-checkbox-container input {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: 20px;
	overflow: hidden;
}

/* The Modal (background) */
.modal-login {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-login-content {
	background: #dddddd;
	background-position: 0% 50%;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 300px;
}

/* The Close Button */
.close-login {
	float: right;
	color:#333;
	text-shadow:none;
	font-size: 25px;
    padding-bottom: 15px;
}

.close-login:hover, .close-login:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-login-content-accueil {
	margin: auto;
	width: 80%;
	max-width: 300px;
}

.modal-login-content-accueil .forgot_password_form_div{
	padding-bottom:28px;
	text-align:center;
	color: #ccc !important;
    text-shadow: 1px 1px 1px #999;
    font-size:16px;
    font-weight: normal;
}

.modal-login-content-accueil input, .modal-login-content-accueil textarea {
    outline: #F8931C !important;
    background: #eee !important;
    box-shadow: 2px 2px 10px 1px #999999;
}

.modal-login-content-accueil .text-color {
	color: #333;
	border: solid 1px #F8931C;
}

.modal-login-content-accueil ::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333;
	opacity: 1; /* Firefox */
}

.modal-login-content-accueil :-ms-input-placeholder {/* Internet Explorer 10-11 */
	color: #333;
}

.modal-login-content-accueil ::-ms-input-placeholder {/* Microsoft Edge */
	color: #333;
}

.modal-login-content-accueil a {
	color: #ccc !important;
	text-shadow: 1px 1px 1px #999 !important;
}
