@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Aclonica|Raleway|Oswald|Roboto|Poppins:400,500,600,700&display=swap');


.espace{
    margin-top: 80px;
}
/* .divider {
    width:100px;
    height: 5px;
    background: #ffa500;
    margin: 0 auto 40px;
} */
.heading {
    text-align: center;
    padding-bottom: 10px;
}
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: #555;
}
.form-control {
    height: 50px;
    font-size: 18px;
}
textarea {
    height: 260px !important;
}
#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;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}

/* .g-recaptcha {
    height: 50px;
    width: 200px;
    background: #ffa500;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.g-recaptcha:hover {
    background: #6097ca;
    border-color: #ffa500;
}
.g-recaptcha:active {
    background: #6097ca;
    border-color: #ffa500;
} */

.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, textarea{
    /* box-shadow: 0px 2px 2px 0px #555; */
    box-shadow: 2px 3px 4px 1px #C8C8C8;
  }
  input:focus, textarea:focus {
        background-color: white !important;
        border: 1px solid #fff !important;
  }
  input:placeholder-shown, textarea:placeholder-shown {
        border: 1px solid #fff !important;
  }

.dedans2{
    padding-left: 50px;
    height: auto;
    width: auto;
}
.contactname {
    padding-top: 22px;
    padding-bottom: 20px;
    font-size: medium;
    color: #555;
    height: auto;
}
.contactname2 {
    padding-top: 22px;
    padding-bottom: 20px;
    font-size: medium;
    color: #555;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.contactname p {
    margin-top: 8px;
    line-height: 0%;
}
.dedans2 .contactname p{
    font-size: 16px !important;
}
.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: #555;
    text-align: center;
}

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

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

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

label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
}
.requis{
    color: #555;
    font-weight: 500;
}


/* .wrapper {
    margin: 0 auto;
  }
  .wrapper ul {
    list-style: none;
    padding-left: 0rem !important;
  }
  .wrapper ul li {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s ease;
  }
  .wrapper ul li .fa {
    color: #A9A9A9;
    transition: all 0.3s ease;
  }
  .wrapper ul li:hover .fa-facebook {
    color: white;
    transition: all 0.3s ease;
  }
  .wrapper ul li:hover .fa-twitter {
    color: white;
    transition: all 0.3s ease;
  }
  .wrapper ul li:hover .fa-instagram {
    color: white;
    transition: all 0.3s ease;
  }
  .wrapper ul li:hover .fa-linkedin {
    color: white;
    transition: all 0.3s ease;
  }
  .wrapper ul li:hover .bi-youtube {
    color: white;
    transition: all 0.3s ease;
  } */









































