@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-image: url(../images/keyboard-621830_640.jpg);
	background-attachment: fixed;
	/* [disabled]background-position: 34% center; */
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1025px;
    /* [disabled]background-color: #FFFFFF; */
    /* [disabled]margin-bottom: 80px; */
    padding-top: 0px;
}
/* Formulaire E-Mail Form01 */
.form01title h3 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 30pt;
	text-indent: 0;
	text-shadow: 0px -7px 10px #761A1B;
	border-radius: 320px 415px 85px 85px;
	
}
.form01title p {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	opacity: 0.8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-radius: 25px;
	font-variant: normal;
	font-weight: bold;
	font-size: large;
}
input {
	background-color: #EEBD60;
	font-size: 14pt;
	width: 348px;
	color: #761A1B;
	margin-top: 30px;
	margin-left: 75px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 35px 5px #EEBD60;
	box-shadow: 0px 0px 35px 5px #EEBD60;
    font-weight: bold;
}
#main1 {
	background-color: #761A1B;
	height: 330px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 54px 12px #EEBD60;
	box-shadow: 0px 0px 54px 12px #EEBD60;
	margin-bottom: 34px;
	color: #C34400;
	width: auto;
}
.message1 {
	background-color: #EEBD60;
	font-size: 20px;
	width: 500px;
	margin-top: 50px;
	color: #761A1B;
	height: 160px;
	-webkit-box-shadow: 0px 0px 43px 8px #EEBD60;
	box-shadow: 0px 0px 43px 8px #EEBD60;
	font-weight: bold;
}
.button {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 7px outset #EEBD60;
    color: #761A1B;
    transition: all 0.3s linear;
    background-color: #EEBD60;
}
.button:hover {
	background-color: #983500;
	color: #E7BB00;
	cursor: pointer;
}

/* Mobile */
@media (max-width:320px){
.form01title h3 {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	text-indent: 0;
	text-shadow: 0px -7px 8px #761A1B;
	border-radius: 318px 413px 85px 85px;
	border-collapse: separate;
	font-weight: bold;
}
.form01title p {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	opacity: 0.8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-radius: 25px;
	/* [disabled]font-variant: normal; */
	font-weight: bold;
	font-size: 11pt;
}
input {
	background-color: #EEBD60;
	font-size: small;
	width: 233px;
	color: #761A1B;
	float: none;
	clear: left;
	margin-top: 28px;
	margin-left: -4px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 34px 8px #EEBD60;
	box-shadow: 0px 0px 34px 8px #EEBD60;
}
#main1 {
    /* [disabled]margin-left: 500px; */
    background-color: #761A1B;
    height: 510px;
    /* [disabled]float: left; */
    text-align: center;
    -webkit-box-shadow: 0px 0px 54px 12px #EEBD60;
    box-shadow: 0px 0px 54px 12px #EEBD60;
    margin-bottom: 34px;
    color: #C34400;
    width: auto;
}
.message1 {
	background-color: #EEBD60;
	font-size: 21px;
	width: 237px;
	margin-top: 51px;
	color: #761A1B;
	float: none;
	margin-left: -3px;
	height: 160px;
	-webkit-box-shadow: 0px 0px 43px 8px #EEBD60;
	box-shadow: 0px 0px 43px 8px #EEBD60;
	font-weight: bold;
}
.button {
	width: 120px;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 7px outset #EEBD60;
	color: #761A1B;
	transition: all 0.3s linear;
	background-color: #EEBD60;
	margin-left: 16px;
	margin-top: 22px;
	font-size: x-small;
	height: 0px;
	line-height: 0px;
}
article {
    margin-top: -179px;
}
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.form01title h3 {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    background-color: #D79416;
    color: #761A1B;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 14pt;
    text-indent: 0;
    text-shadow: 0px -7px 8px #761A1B;
    border-radius: 318px 413px 85px 85px;
    border-collapse: separate;
}
.form01title p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	opacity: 0.8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-radius: 25px;
	font-variant: normal;
	font-weight: bold;
}
input {
    background-color: #EEBD60;
    font-size: 10pt;
    width: 530px;
    color: #761A1B;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 34px 8px #EEBD60;
    box-shadow: 0px 0px 10px 5px #EEBD60;
}
#main1 {
    background-color: #761A1B;
    height: 600px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 54px 12px #EEBD60;
    box-shadow: 0px 0px 54px 12px #EEBD60;
    color: #C34400;
    width: auto;
}
.message1 {
    background-color: #EEBD60;
    font-size: 10px;
    width: 300px;
    margin-top: 40px;
    color: #761A1B;
    float: none;
    height: 160px;
    -webkit-box-shadow: 0px 0px 10px 5px #EEBD60;
    box-shadow: 0px 0px 10px 5px #EEBD60;
    font-weight: bold;
}
.button {
    width: 120px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    /* [disabled]vertical-align: middle; */
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 7px outset #EEBD60;
    color: #761A1B;
    transition: all 0.3s linear;
    background-color: #EEBD60;
    /* [disabled]margin-left: -309px; */
    /* [disabled]margin-top: 116px; */
}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
#contenerForm01 {
	/* [disabled]width: auto; */
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: inset 0px 0px 65px 30px #060606;
	box-shadow: inset 0px 0px 65px 30px #060606;
	height: 808px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
	background-color: #BABED4;
}
.form01title h3 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14pt;
	text-indent: 0;
	text-shadow: 0px -7px 8px #761A1B;
	border-radius: 318px 413px 85px 85px;
	border-collapse: separate;
}
.form01title p {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	background-color: #D79416;
	color: #761A1B;
	text-align: center;
	opacity: 0.8;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-radius: 25px;
	font-variant: normal;
	font-weight: bold;
}
input {
	background-color: #EEBD60;
	font-size: 10pt;
	width: 258px;
	color: #761A1B;
	float: none;
	clear: left;
	margin-top: 28px;
	margin-left: 35px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 34px 8px #EEBD60;
	box-shadow: 0px 0px 34px 8px #EEBD60;
}
#main1 {
	background-color: #761A1B;
	height: 330px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 54px 12px #EEBD60;
	box-shadow: 0px 0px 54px 12px #EEBD60;
	margin-bottom: 34px;
	color: #C34400;
	width: auto;
}
.message1 {
	background-color: #EEBD60;
	font-size: 10px;
	width: 400px;
	margin-top: 40px;
	color: #761A1B;
	float: none;
	height: 195px;
	-webkit-box-shadow: 0px 0px 43px 8px #EEBD60;
	box-shadow: 0px 0px 43px 8px #EEBD60;
	font-weight: bold;
}
.button {
	width: 120px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 7px outset #EEBD60;
	color: #761A1B;
	transition: all 0.3s linear;
	background-color: #EEBD60;
	margin-left: 78px;
	margin-top: -183px;
}
}