@charset "UTF-8";
section.contact h2 {
  text-align: center;
  display: flex;
  align-items: center;
}
section.contact .texte-contact {
  padding-bottom: 35px;
  text-align: center;
  margin: 0;
}
section.contact .form-contact {
  background-image: -moz-linear-gradient(45deg, #2464ac 0%, #009cd8 100%);
  background-image: -webkit-linear-gradient(45deg, #2464ac 0%, #009cd8 100%);
  background-image: -ms-linear-gradient(45deg, #2464ac 0%, #009cd8 100%);
  box-shadow: 0px 5px 21.6px 2.4px rgba(0, 0, 0, 0.16);
  padding: 40px 120px;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  background: white;
}
@media screen and (max-width: 1024px) {
  section.contact .form-contact {
    padding: 40px 30px;
  }
}
section.contact div.wpcf7-mail-sent-ok {
  padding: 20px !important;
}
section.contact .footer-infos {
  position: relative;
  padding: 20px 0 30px;
  border-bottom: 1px solid #2a5a96;
  margin-bottom: 50px;
}
section.contact .footer-infos > .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  section.contact .footer-infos > .container {
    flex-direction: column;
    align-items: center;
  }
}
section.contact .footer-infos .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  text-align: center;
  text-decoration: none;
}
section.contact .footer-infos .info-item + .info-item {
  margin-left: 120px;
}
@media screen and (max-width: 1024px) {
  section.contact .footer-infos .info-item + .info-item {
    margin-left: 0;
    margin-top: 20px;
  }
}
section.contact .footer-infos .info-item .info-picto {
  margin-bottom: 25px;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 1;
  color: #206ab1;
}
@media screen and (max-width: 1024px) {
  section.contact .footer-infos .info-item .info-picto {
    margin-bottom: 15px;
    height: 35px;
  }
}
section.contact .footer-infos .info-item .info-picto svg.inject-me {
  width: 100%;
  height: 100%;
}
section.contact .footer-infos .info-item .info-picto svg.inject-me path {
  fill: url(#blueGradient);
}
section.contact .footer-infos .info-item p {
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  color: #3a3b3a;
}
.form-info {
  font-size: 10px;
  text-align: center;
  padding-top: 45px;
}
form input {
  border-radius: 5px;
  margin-bottom: 30px;
  height: 50px;
  transition: all 0.3s;
}
form input:focus {
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 81px -21px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 81px -21px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 81px -21px rgba(0, 0, 0, 0.55);
}
form label {
  font-size: 20px;
  font-family: Karla;
  font-weight: 700;
  padding-bottom: 10px;
  color: #2a5a96;
  width: 100%;
  text-transform: uppercase;
}
form label p {
  text-transform: uppercase;
  font-size: 15px;
  display: inline;
}
form input, form textarea, form select {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e7e7e7;
}
form textarea {
  transition: all 0.3s;
  margin-bottom: 30px;
}
form textarea:focus {
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
}
form select {
  border-radius: 5px;
  height: 50px;
  transition: all 0.3s;
}
form select:focus {
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 81px -21px rgba(0, 0, 0, 0.55);
}
form .container-label {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 425px) {
  form .container-label {
    display: block;
  }
}
form .container-label .half {
  width: 50%;
}
@media screen and (max-width: 425px) {
  form .container-label .half {
    width: 100%;
  }
}
form .container-label .half:nth-child(1) {
  margin-right: 25px;
}
@media screen and (max-width: 425px) {
  form .container-label .half:nth-child(1) {
    margin-right: 0;
  }
}
form .container-label .half:nth-child(2) {
  margin-left: 25px;
}
@media screen and (max-width: 425px) {
  form .container-label .half:nth-child(2) {
    margin-left: 0;
  }
}
form .container-label-dropdown_menu {
  display: block;
  margin-bottom: 30px;
  text-overflow: ellipsis;
}
form .container-label-dropdown_menu p {
  margin-top: 0%;
}
.tiny {
  font-size: 15px;
}
.captcha {
  display: flex;
  justify-content: center;
  padding: 30px 0 20px;
}
.btn-submit {
  width: 300px;
  margin: 0 auto;
  background: linear-gradient(to right, #206ab1 0%, #0396d3 100%);
  display: flex;
  height: 45px;
  border-radius: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 425px) {
  .btn-submit {
    width: 100%;
  }
}
.btn-submit:after {
  content: "";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}
@media screen and (max-width: 425px) {
  .btn-submit:after {
    left: 59px;
  }
}
.btn-submit input {
  background: none;
  border: none;
  height: 45px;
  width: 300px;
  padding: 0;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 34px;
  cursor: pointer;
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
  width: 152px;
  margin-top: -20px;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.wpcf7-form-control-wrap {
  display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 20px;
}
.rgpd label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.rgpd label input {
  padding: 0;
  margin: 0;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 425px) {
  .rgpd label input {
    height: 47px;
    width: 47px;
  }
}
div.wpcf7 input[type="file"] {
  height: 100%;
  padding: 5px 10px;
}
.content-container.contact {
  background: url("../img/spirale-double.png") no-repeat 88% 84%;
  background-size: 400px;
}
/*# sourceMappingURL=page-contact.css.map */