.backform{
    background-color: #1E2D3B;
}

.heading {
    text-align: center;
    padding-bottom: 10px;  
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
h6 {
    font-size: 42px !important;
    font-weight: bold !important;
	line-height: 42px !important;
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.form-label {
    color: white;
}
label{
    color: white;
}
.requis{
    color: white;
    font-weight: 500;
    padding-top: 10px;
}
.form-control {
    height: 50px;
    font-size: 18px;
}
textarea {
    height: 260px !important;
}
#contact-form{
    padding-top: 40px;
    padding-bottom: 100px;
}
#contact-form input[type=submit] {
    margin: 40px auto 0px;
    display: block;
}
.comments {
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px;
}
#contact-form .thank-you {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0rem;
}

.form-check{
    padding-left: 15px;
    padding-bottom: 20px;
}

.form-check .form-check-input{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.g-recaptcha {
	box-shadow:inset 0px 2px 2px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:Verdana;
    text-transform: uppercase;
    font-weight: bold;
	font-size:20px;
	font-weight:bold;
	padding:15px 65px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    transition: all 0.3s ease-in 0s;
  }
  .g-recaptcha:hover {
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
  }
  .g-recaptcha:active {
    position:relative;
    top:1px;
  }

input:focus, textarea:focus {
    background-color: white !important;
    border: 1px solid #ffffff !important;
  }
  input:placeholder-shown, textarea:placeholder-shown {
    border: 1px solid #ffffff;
  }

.dedans2{
    padding-left: 50px;
    height: auto;
    width: auto;
}
.contactname {
    padding-top: 42px;
    padding-bottom: 20px;
    color: #fff;
    height: auto;
}
.contactname1 {
    padding-top: 22px;
    padding-bottom: 20px;
    color: #fff;
    height: auto;
}
.contactname2 {
    padding-top: 22px;
    padding-bottom: 20px;
    color: #fff;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.contactname p {
    margin-top: 8px;
    line-height: 0%;
}
.directeur {
    padding-left: 35px;
}
.iconenom {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.iconemail {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.ligne {
    display: inline-block;
}

.msg {
    color: white;
    text-align: center;
}

input[type="text"], input[type="mail"] {
    background-color: white;
}

textarea {
    background-color: white;
}