/* POLICES */
.defaultPolice {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.titreForm,
.titreFormCenter {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
.titreForm h4,
.titreFormCenter h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.titreForm h4#demandeur,
.titreFormCenter h4#demandeur,
.titreForm h4#facturation,
.titreFormCenter h4#facturation,
.titreForm h4.precision,
.titreFormCenter h4.precision {
  padding: 0 0 0 32px;
}
.titreForm h4#piano,
.titreFormCenter h4#piano,
.titreForm h4#prestation,
.titreFormCenter h4#prestation {
  padding: 0 0 0 40px;
}
.titreForm h4#demandeur:before,
.titreFormCenter h4#demandeur:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: transparent url("/media/img/pictoLogin.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.titreForm h4#facturation:before,
.titreFormCenter h4#facturation:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: transparent url("/media/img/pictoFacturation.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.titreForm h4#piano:before,
.titreFormCenter h4#piano:before {
  content: "";
  width: 33px;
  height: 30px;
  position: absolute;
  background: transparent url("/media/img/pictoInstrument.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.titreForm h4.precision:before,
.titreFormCenter h4.precision:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: transparent url("/media/img/pictoInterrogation.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.titreForm h4#prestation:before,
.titreFormCenter h4#prestation:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent url("/media/img/btPlusFonce.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.titreForm {
  text-align: left;
}
.titreFormCenter {
  text-align: center;
}
.maxWidth620 {
  max-width: 620px;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  /**
	 * Start by hiding the checkboxes
	 */

  /**
	 * Display the tick inside the checkbox
	 */

  /**
	 * Create the hover event of the tick
	 */

  /**
	 * Create the checkbox state for the tick
	 */

}
.maxWidth620 .numEtape {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin: 0 5px 20px auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-weight: 500;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  border-radius: 1.875em;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  filter: alpha(opacity=30);
  opacity: 0.3;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
}
.maxWidth620 .numEtape.selected {
  filter: alpha(opacity=30);
  opacity: 1;
}
.maxWidth620 #logout {
  width: auto;
  height: auto;
  position: absolute;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 5px;
  right: 0;
  color: #c00d0d;
  text-decoration: none;
  padding: 0 20px 0 0;
}
.maxWidth620 #logout:after {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pictoLogout.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  right: 0;
  top: 0;
}
.maxWidth620 #blocCoordonnees {
  width: 320px;
}
.maxWidth620 #blocContact {
  width: 300px;
}
.maxWidth620 #blocCoordonnees,
.maxWidth620 #blocContact {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 auto 0 -4px;
  vertical-align: top;
}
.maxWidth620 .checkBox {
  width: 100%;
  height: 40px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  background-color: #eaeaea;
  font-size: 15px;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  padding: 10px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.maxWidth620 input.box {
  visibility: hidden;
  margin-left: -20px;
}
.maxWidth620 .checkBox label {
  cursor: pointer;
  /*position: absolute;*/

  width: auto;
  height: 20px;
  top: 5px;
  left: 5px;
  background: transparent url("/media/img/checkboxOff.png") left top no-repeat;
  padding: 0px 0 0 25px;
  opacity: 0.3;
}
.maxWidth620 .checkBox label::after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 0px;
  left: 0px;
  border-top: none;
  border-right: none;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.maxWidth620 .checkBox label:hover {
  width: 20px;
  height: 20px;
  background: transparent url("/media/img/checkboxOn.png") left top no-repeat;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.maxWidth620 .checkBox input[type="checkbox"]:checked + label {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: transparent url("/media/img/checkboxOn.png") left top no-repeat;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
.maxWidth620 textarea {
  width: 100%;
  height: 100px;
  background-color: #eaeaea;
  border: none;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  padding: 10px;
  color: #333333;
}
.traitGris {
  width: 100%;
  height: 1px;
  line-height: 1px;
  float: left;
  position: relative;
  background-color: #eaeaea;
  margin: 15px 0;
}
.selectric-wrapper {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
#demandeDevis {
  max-width: 620px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#demandeDevis #alerte {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  padding: 30px 0 0 0;
  margin: 15px 0 20px 0;
  color: #c00d0d;
}
#demandeDevis #alerte:before {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pictoAlerte.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#demandeDevis #alerte .mentionTxt {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}
#demandeDevis .choixDevis {
  width: 100%;
  position: relative;
  text-align: center;
  display: none;
}
#demandeDevis #modele {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#demandeDevis #modele .choixPianoG {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
}
#demandeDevis #modele .choixPianoD {
  max-width: 300px;
  width: 100%;
  float: right;
  position: relative;
  text-align: left;
}
#demandeDevis #modele .choixPianoD input[type="text"] {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border: none;
  background: none;
  background-color: #eaeaea;
  color: #333333;
  font-size: 15px;
  padding: 0 12px;
}
#demandeDevis #ajout_modele {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  color: #333333;
  filter: alpha(opacity=30);
  opacity: 0.6;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#demandeDevis #ajout_modele:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/btPlus.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
}
#demandeDevis #ajout_modele:hover {
  filter: alpha(opacity=30);
  opacity: 1;
}
#formDevis {
  max-width: 620px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#formDevis label {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 0 5px 0;
}
#formDevis input[type="text"] {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border: none;
  background: #ffffff 10px center / 20px no-repeat;
  font-size: 15px;
  padding: 0 12px;
}
#formDevis input[type="text"].noRequired {
  background-color: #f4f4f4;
}
#formDevis #div_ref {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
}
#alerteBis {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  padding: 0 0 0 30px;
  margin: 15px 0 10px 0;
  color: #c00d0d;
}
#alerteBis:before {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pictoAlerte.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
}
.addLieu,
.addLieuAccord,
.addLieuTransport1,
.addLieuTransport2 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 8;
  text-align: center;
}
.rougeFonce {
  color: #c00d0d;
}
.ptBloc,
.ptBlocCenter {
  max-width: 160px;
}
.moyenBlocCenter {
  max-width: 180px;
  vertical-align: top;
  margin-top: 25px;
}
.grdBloc,
.grdBlocCenter {
  max-width: 300px;
}
.ptBloc,
.grdBloc,
.tresGrdBloc {
  text-align: left;
  float: left;
}
.ptBlocCenter,
.moyenBlocCenter,
.grdBlocCenter {
  text-align: center;
  display: inline-block;
}
.ptBloc,
.grdBloc,
.tresGrdBloc,
.ptBlocCenter,
.moyenBlocCenter,
.grdBlocCenter {
  width: 100%;
  position: relative;
}
.ptBloc.centerTxt,
.grdBloc.centerTxt,
.tresGrdBloc.centerTxt,
.ptBlocCenter.centerTxt,
.moyenBlocCenter.centerTxt,
.grdBlocCenter.centerTxt {
  text-align: center;
}
.ptBloc.forceIndex,
.grdBloc.forceIndex,
.tresGrdBloc.forceIndex,
.ptBlocCenter.forceIndex,
.moyenBlocCenter.forceIndex,
.grdBlocCenter.forceIndex {
  z-index: 9;
}
.ptBloc h4,
.grdBloc h4,
.tresGrdBloc h4,
.ptBlocCenter h4,
.moyenBlocCenter h4,
.grdBlocCenter h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000000;
}
.ptBloc h4#livraison,
.grdBloc h4#livraison,
.tresGrdBloc h4#livraison,
.ptBlocCenter h4#livraison,
.moyenBlocCenter h4#livraison,
.grdBlocCenter h4#livraison,
.ptBloc h4#reprise,
.grdBloc h4#reprise,
.tresGrdBloc h4#reprise,
.ptBlocCenter h4#reprise,
.moyenBlocCenter h4#reprise,
.grdBlocCenter h4#reprise {
  padding: 0 0 0 45px;
}
.ptBloc h4#lieu,
.grdBloc h4#lieu,
.tresGrdBloc h4#lieu,
.ptBlocCenter h4#lieu,
.moyenBlocCenter h4#lieu,
.grdBlocCenter h4#lieu {
  padding: 0 0 0 35px;
}
.ptBloc h4#livraison:before,
.grdBloc h4#livraison:before,
.tresGrdBloc h4#livraison:before,
.ptBlocCenter h4#livraison:before,
.moyenBlocCenter h4#livraison:before,
.grdBlocCenter h4#livraison:before {
  content: "";
  width: 41px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pictoLivraison.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 3px;
}
.ptBloc h4#reprise:before,
.grdBloc h4#reprise:before,
.tresGrdBloc h4#reprise:before,
.ptBlocCenter h4#reprise:before,
.moyenBlocCenter h4#reprise:before,
.grdBlocCenter h4#reprise:before {
  content: "";
  width: 41px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pictoReprise.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 3px;
}
.ptBloc h4#lieu:before,
.grdBloc h4#lieu:before,
.tresGrdBloc h4#lieu:before,
.ptBlocCenter h4#lieu:before,
.moyenBlocCenter h4#lieu:before,
.grdBlocCenter h4#lieu:before {
  content: "";
  width: 25px;
  height: 30px;
  position: absolute;
  background: transparent url("/media/img/pictoPosition.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  top: 0;
}
.ptBloc input[type="text"],
.grdBloc input[type="text"],
.tresGrdBloc input[type="text"],
.ptBlocCenter input[type="text"],
.moyenBlocCenter input[type="text"],
.grdBlocCenter input[type="text"] {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  border: none;
  background: #ffffff 10px center / 20px no-repeat;
  color: #333333;
  font-size: 15px;
  padding: 0 12px;
}
.ptBloc input[type="text"].noRequired,
.grdBloc input[type="text"].noRequired,
.tresGrdBloc input[type="text"].noRequired,
.ptBlocCenter input[type="text"].noRequired,
.moyenBlocCenter input[type="text"].noRequired,
.grdBlocCenter input[type="text"].noRequired {
  background-color: #f4f4f4;
}
.ptBloc .selectric-wrapper,
.grdBloc .selectric-wrapper,
.tresGrdBloc .selectric-wrapper,
.ptBlocCenter .selectric-wrapper,
.moyenBlocCenter .selectric-wrapper,
.grdBlocCenter .selectric-wrapper {
  margin: 15px 0 0 0;
}
.blocPrestation {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 15px;
}
.blocPrestation .selectric-wrapper {
  max-width: 62px;
  display: inline-block;
  vertical-align: middle;
}
.retouche {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 15px;
  text-align: center;
}
#bt {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
}
#bt input[type="submit"] {
  width: auto;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  height: 38px;
  line-height: 36px;
  border: #bcb0a1 1px solid;
  color: #bcb0a1;
  background-color: transparent;
  padding: 0 10px;
  margin: 0 auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
#bt input[type="submit"]:hover {
  background: #bcb0a1;
  color: #fff;
}
ul#blocLogin {
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  margin: 20px 0 0 0;
}
ul#blocLogin > li {
  width: 320px;
  min-height: 360px;
  display: inline-block;
  position: relative;
  margin: 0 auto 0 -4px;
  padding: 80px 20px 0 20px;
  text-align: center;
  vertical-align: top;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
ul#blocLogin > li:first-child {
  border-right: solid 1px #eaeaea;
}
ul#blocLogin > li #erreur {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #c00d0d;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  margin: 20px 0 0 0;
}
ul#blocLogin > li .info {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
ul#blocLogin > li .info a {
  color: #666666;
  text-decoration: underline;
}
ul#blocLogin > li .info#login:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("/media/img/pictoLogin.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  right: 0;
  top: -64px;
  margin: 0 auto;
}
ul#blocLogin > li .info#noLogin:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("/media/img/pictoNoLogin.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  left: 0;
  right: 0;
  top: -64px;
  margin: 0 auto;
}
ul#blocLogin > li .info label {
  width: 200px;
  height: 40px;
  display: inline-block;
  position: relative;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  background-color: #eaeaea;
  margin: 10px auto 0 auto;
}
ul#blocLogin > li .info label:before {
  left: 10px;
  top: 10px;
}
ul#blocLogin > li .info label.btLogin:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pt_pictoLogin.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
ul#blocLogin > li .info label.btPassword:before {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  background: transparent url("/media/img/pt_pictoPassword.png") no-repeat scroll left top / auto 100%;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
ul#blocLogin > li .info label input {
  width: 190px;
  height: 40px;
  border: none;
  background-color: transparent;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #333333;
  padding: 0 0 0 40px;
}
ul#blocLogin > li .info strong {
  font-size: 20px;
}
ul#blocLogin > li .info a.bouton,
ul#blocLogin > li .info input[type="submit"] {
  width: auto;
  display: block;
  position: relative;
  text-transform: uppercase;
  height: 38px;
  line-height: 36px;
  border: solid 1px rgba(102, 102, 102, 0.3);
  color: #666666;
  background-color: #ffffff;
  padding: 0 10px;
  margin: 20px auto 0 auto;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
ul#blocLogin > li .info a.bouton:hover,
ul#blocLogin > li .info input[type="submit"]:hover {
  color: #ffffff;
  background-color: #666666;
  border: solid 1px #666666;
}
@media screen and (max-width: 640px) {
  #blocGlobal #contenu ul#blocLogin > li {
    min-height: auto;
  }
  #blocGlobal #contenu ul#blocLogin > li:first-child {
    border-right: none;
    border-bottom: solid 1px #eaeaea;
    padding: 80px 20px 20px 20px;
  }
  #blocGlobal #contenu #demandeDevis #modele {
    text-align: center;
  }
  #blocGlobal #contenu #demandeDevis #modele .choixPianoG {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0 auto;
  }
  #blocGlobal #contenu #demandeDevis #modele .choixPianoD {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 auto;
  }
  #blocGlobal #contenu .ptBloc {
    margin: 0 auto;
  }
  #blocGlobal #contenu .ptBloc.left20 {
    margin: 0 auto 20px 20px;
  }
  #blocGlobal #contenu .top10 {
    margin: 0 auto 20px 10px;
  }
  #blocGlobal #contenu .grdBloc,
  #blocGlobal #contenu .tresGrdBloc {
    margin: 0 auto;
  }
  #blocGlobal #contenu .grdBloc.left20,
  #blocGlobal #contenu .tresGrdBloc.left20 {
    margin: 0 auto 20px auto;
  }
  #blocGlobal #contenu .ptBloc,
  #blocGlobal #contenu .grdBloc,
  #blocGlobal #contenu .tresGrdBloc,
  #blocGlobal #contenu .ptBlocCenter,
  #blocGlobal #contenu .moyenBlocCenter,
  #blocGlobal #contenu .grdBlocCenter {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #blocGlobal #contenu .ptBlocCenter,
  #blocGlobal #contenu .moyenBlocCenter,
  #blocGlobal #contenu .grdBlocCenter {
    max-width: 300px;
  }
  #blocGlobal #contenu .ptBlocCenter.left20,
  #blocGlobal #contenu .moyenBlocCenter.left20,
  #blocGlobal #contenu .grdBlocCenter.left20 {
    margin: 0 auto 20px auto;
  }
}
