/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.connexion {
  background-color: #f5fbff;
}

.login {
  min-height: calc(100vh - 80px);
  padding-top: 220px;
}

.form-title {
  max-width: 100%;
  margin-bottom: 30px;
}
.form-title h1,
.form-title h2 {
  font-size: 17px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

h1 {
  font-family: "Barlow";
  text-transform: uppercase;
}

.form-title .t-baseline {
  height: 1px;
  background-color: #e2e2e2;
  max-width: unset;
  width: 100%;
}

.form {
  width: 100%;
}
.form .log-col {
  width: 100%;
  min-height: calc(100vh - 80px);
}
.form form p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.form label {
  color: #434343;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}
.form .login-username input,
.form .login-password input {
  width: calc(100% - 24px);
}
.form .login-username .show-password,
.form .login-password .show-password {
  pointer-events: auto;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.form .login-submit #wp-submit {
  background-color: #f1b60d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
.form .login-submit {
  margin-top: 10px;
}
.form .login-submit input {
  width: 100%;
}

.inner-wrap {
  width: 70%;
  margin: auto;
  max-width: 400px;
  position: relative;
  top: -50px;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.register {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
.register label {
  margin-bottom: 30px;
  text-align: center;
}
.register a {
  box-shadow: none;
}

.update-password .register {
  margin: 0;
}
.update-password .inner-wrap {
  padding: 30px 40px;
}

.sec-cta {
  border-radius: 5px;
  background-color: #4b7dc2;
  border: none;
  color: #fff;
  font-weight: bold;
}

.lost-password {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lost-password a {
  text-decoration: underline;
}

.error {
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 15px;
}
.error h2,
.error p {
  color: #ed6f6f;
}
.error a {
  text-decoration: underline;
  color: #ed6f6f;
}

.partners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 300px;
  margin: auto;
}
.partners h3 {
  width: 100%;
  text-align: center;
  margin: 50px 0 30px 0;
  font-size: 1rem;
}
.partners .lg {
  width: 25%;
}
.partners .lg img {
  display: block;
  width: 100%;
  margin: auto;
}

.single-annonce .partners h3 {
  margin: 10px 0 30px 0;
}

@media only screen and (max-width: 700px) {
  .login {
    min-height: calc(100vh - 80px);
    padding-top: 0px;
  }
  .inner-wrap {
    width: calc(100% - 80px);
    min-height: 100vh;
    max-width: unset;
    border-radius: 0;
    box-shadow: none;
    top: 0;
  }
}

/*# sourceMappingURL=page-connexion.output.css.map */
