/** TTNorms **/
@font-face {
  font-family: TTNorms;
  src: url("../font/TTNorms-Light.eot");
  src: url("../font/TTNorms-Light.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Light.woff") format("woff"), url("../font/TTNorms-Light.ttf") format("truetype"), url("../font/TTNorms-Light.svg#TTNorms-light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  src: url("../font/TTNorms-Regular.eot");
  src: url("../font/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Regular.woff") format("woff"), url("../font/TTNorms-Regular.ttf") format("truetype"), url("../font/TTNorms-Regular.svg#TTNorms-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  src: url("../font/TTNorms-Italic.eot");
  src: url("../font/TTNorms-Italic.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Italic.woff") format("woff"), url("../font/TTNorms-Italic.ttf") format("truetype"), url("../font/TTNorms-Italic.svg#TTNorms-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: TTNorms;
  src: url("../font/TTNorms-Medium.eot");
  src: url("../font/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Medium.woff") format("woff"), url("../font/TTNorms-Medium.ttf") format("truetype"), url("../font/TTNorms-Medium.svg#TTNorms-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TTNorms;
  src: url("../font/TTNorms-Bold.eot");
  src: url("../font/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Bold.woff") format("woff"), url("../font/TTNorms-Bold.ttf") format("truetype"), url("../font/TTNorms-Bold.svg#TTNorms-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/** Lucida **/
@font-face {
  font-family: 'HelveticaLTStd-Bold';
  src: url("../font/HelveticaLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaLTStd-Bold.otf") format("opentype"), url("../font/HelveticaLTStd-Bold.woff") format("woff"), url("../font/HelveticaLTStd-Bold.ttf") format("truetype"), url("../font/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansStd';
  src: url("../font/LucidaSansStd.eot?#iefix") format("embedded-opentype"), url("../font/LucidaSansStd.otf") format("opentype"), url("../font/LucidaSansStd.woff") format("woff"), url("../font/LucidaSansStd.ttf") format("truetype"), url("../font/LucidaSansStd.svg#LucidaSansStd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansStd-Bold';
  src: url("../font/LucidaSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/LucidaSansStd-Bold.otf") format("opentype"), url("../font/LucidaSansStd-Bold.woff") format("woff"), url("../font/LucidaSansStd-Bold.ttf") format("truetype"), url("../font/LucidaSansStd-Bold.svg#LucidaSansStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansStd-BoldItalic';
  src: url("../font/LucidaSansStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/LucidaSansStd-BoldItalic.otf") format("opentype"), url("../font/LucidaSansStd-BoldItalic.woff") format("woff"), url("../font/LucidaSansStd-BoldItalic.ttf") format("truetype"), url("../font/LucidaSansStd-BoldItalic.svg#LucidaSansStd-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansStd-Italic';
  src: url("../font/LucidaSansStd-Italic.eot?#iefix") format("embedded-opentype"), url("../font/LucidaSansStd-Italic.otf") format("opentype"), url("../font/LucidaSansStd-Italic.woff") format("woff"), url("../font/LucidaSansStd-Italic.ttf") format("truetype"), url("../font/LucidaSansStd-Italic.svg#LucidaSansStd-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, ../sass/login.scss */
body {
  background-image: url(../images/bg_login.jpg);
}

/* line 8, ../sass/login.scss */
#content {
  padding: 50px 0 0;
  background-color: inherit;
}

/* line 13, ../sass/login.scss */
#formulaire_connexion .logo {
  margin: 0 0 30px 0;
  text-align: center;
}
/* line 17, ../sass/login.scss */
#formulaire_connexion .welcome {
  margin: 0 auto 30px auto;
  width: 300px;
  font-size: 24px;
  text-align: center;
  color: #000;
}
/* line 24, ../sass/login.scss */
#formulaire_connexion #moncompte_connexion {
  margin: 0 auto;
  padding: 30px 60px;
  width: 350px;
  border: 1px solid #be2664;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #ffffff;
}
/* line 31, ../sass/login.scss */
#formulaire_connexion #moncompte_connexion .titre_rubrique {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
/* line 37, ../sass/login.scss */
#formulaire_connexion #moncompte_connexion a {
  color: #be2664;
}
/* line 40, ../sass/login.scss */
#formulaire_connexion #moncompte_connexion .btn_center {
  padding: 0;
}
/* line 42, ../sass/login.scss */
#formulaire_connexion #moncompte_connexion .btn_center input {
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #000;
  color: #ffffff;
}
/* line 53, ../sass/login.scss */
#formulaire_connexion .form .form-group div {
  width: 100%;
}
/* line 58, ../sass/login.scss */
#formulaire_connexion .form .form-group label {
  width: 100%;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
