/* Polices
 **********/

/* Styles de base
 *****************/

body {
  width: 100%;
  max-width: 100%;
  -ms-overflow-style: none;
  min-width: 320px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

.wrap-center {
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}

h1 {
  color: #272a2b;
  font-family: 'Roboto', sans-serif;
  font-size: 65px;
  font-size: 6.5rem;
  text-transform: none;
  display: block;
  text-align: center;
}

.page-header {
  margin: 0;
  padding: 70px 0 40px;
  border: 0px;
}

.lead {
  color: #535353;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.384em;
  margin-bottom: 80px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .wrap-center {
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  h1 {
    font-size:30px;
    font-size:3rem;
  }
  .lead {
    font-size:20px;
    font-size:2rem;
  }
}

/* Formulaire
 *************/

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.colonne-label {
  width: 20%;
  padding: 10px 1.7% 0 0;
  float: left;
  text-align: right;
}

.colonne-champ {
  float: left;
  width: 80%;
  display: inline-block;
}

/* champs */

label {
  color: #8b8f91;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 7px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  background-color: #fff;
  width: 100%;
  border: 0 none;
  border-radius: 0px;
  box-shadow: none;
  color: #8b8f91;
  border: 1px solid #a6b1b7;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  font-size: 17px;
  transition: all 0.3s ease;
  padding: 0 20px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  height:50px;
  line-height:50px;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
textarea:focus,
textarea:active,
textarea:hover {
  color: #8a8d8e;
  background-color: #f3f3f3;
  border: 1px solid #a6b1b7;
  transition: all 0.3s ease;
}

label > input[type="checkbox"] {
  margin-right: 4px;
}

/* liste de champs */

.colonne-champ ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.colonne-champ ul > li {
  padding-top: 7px;
}

.colonne-champ ul > li > label {
  margin-bottom: 7px;
  cursor: pointer;
}

/* champs requis */

.info-requis {
  padding-left: 20%;
  margin-bottom: 30px;
  color: #8b8f91;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}

span.required, strong.required {
  color: #8cc63e;
}

/* champs en erreur */

.has-error input {
  border-color: #a94442;
}

.has-error input:hover,
.has-error input:focus {
  border-color: #843534;
}

/* messages */

input + .alert {
  padding: 5px 10px;
  border-top: 0;
  border-radius: 0;
}

/* version mobile */

@media screen and (max-width: 767px) {
  .colonne-label,
  .colonne-champ {
    width: 100%;
    float: none;
    text-align: left;
  }

  .info-requis {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
  }
}

/* Bouttons
 ***********/

.btn {
  display: inline-block;
  padding: 14px 25px 15px;
  margin: 0 0 6px 0;
  background: none;
  border: 1px solid #a6b1b7;
  border-radius: 0;
  color: #374751;
  font-size: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.25em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: normal;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0.25rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #ab856d;
  border-color: #ab856d;
  color: #fff;
}

.btn.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #ab856d;
  border-color: #ab856d;
}

.btn.btn-ok {
  background-color: #5291F2;
  border-color: #dead8f;
}

.btn.btn-ok:hover,
.btn.btn-ok:focus,
.btn.btn-ok:active {
  background-color: #ab856d;
  border-color: #ab856d;
}

.btn.btn-form {
  margin-top: 30px;
}
