#backlogin {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}
#screenlogin {
    background-image: url('/images/login/screen.png');
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}
#login-box {
    display: table;
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
}
#slogan {
    opacity: 0.6;
    z-index: 9;
    position: absolute;
    left: 52%;
    top: 210px;
}
#slogan p {
    font-family: "Oswald Medium";
    color: #c20509;
    margin: 0;
    padding: 0;
    font-size: 180px;
}
#slogan h1 {
    font-family: "Oswald Extra Light";
    color: white;
    font-size: 278px;
    margin: 0;
    padding: 0;
    margin-top: -156px;
    margin-left: -6px;
}
.callout.callout-danger li {
    color: black;
}
.cartouche {
    font-family: "Titillium Web Regular";
  color: white;
  background: transparent;
  height: 430px;
  width: 350px;
  top: 160px;
  padding: 15px;
}
.cartouche .header {
    margin-bottom: 16px;
}
.cartouche .header h1 {
    display: inline-block;
    width: 239px;
    font-family: "Oswald Regular";
}
.cartouche .header i {
    display: inline-block;
    font-size: 73px;
}
.cartouche .cartback {
  width: 100%;
  height: 100%;
  background-color: #c20509;
  opacity: 0.7;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.cartouche input:not([type=submit]) {
    background: rgba(255,255,255,0.4);
    border: none;
    color: white;
}
.cartouche input[type="submit"] {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 5px 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 18px;
}
.cartouche .footer {
    margin-top: 35px;
}
.cartouche p.link {
    position: absolute;
    bottom: -37px;
    left: 0;
}
.cartouche p.link a {
    color: white;
}
@media (max-width: 830px)
{
    #login-box {
        transform: translateX(-50%);
    }
    #slogan {
        display: none;
    }
}
@media (min-width: 1200px)
{
    .col-20p
    {
        width: 20% !important;
    }
}


@font-face {
  font-family: "Titillium Web Regular";
  font-weight: 400;
  src: url('../fonts/TitilliumWeb-Regular.ttf');
}
@font-face {
  font-family: "EncodeSansCondensed Light";
  font-weight: 300;
  src: url('../fonts/EncodeSansCondensed-Light.ttf');
}
@font-face {
  font-family: "EncodeSansCondensed Regular";
  font-weight: 400;
  src: url('../fonts/EncodeSansCondensed-Regular.ttf');
}
@font-face {
  font-family: "EncodeSansCondensed Medium";
  font-weight: 500;
  src: url('../fonts/EncodeSansCondensed-Medium.ttf');
}
@font-face {
  font-family: "Oswald Regular";
  font-weight: 400;
  src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
  font-family: "Oswald Bold";
  font-weight: 600;
  src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
  font-family: "Oswald Light";
  font-weight: 300;
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: "Oswald Extra Light";
  font-weight: 200;
  src: url('../fonts/Oswald-ExtraLight.ttf');
}
@font-face {
  font-family: "Oswald Medium";
  font-weight: 500;
  src: url('../fonts/Oswald-Medium.ttf');
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bgnjs2');
  src:  url('../fonts/icomoon.eot?bgnjs2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bgnjs2') format('truetype'),
    url('../fonts/icomoon.woff?bgnjs2') format('woff'),
    url('../fonts/icomoon.svg?bgnjs2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7e29y0');
  src:  url('../fonts/icomoon.eot?7e29y0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7e29y0') format('truetype'),
    url('../fonts/icomoon.woff?7e29y0') format('woff'),
    url('../fonts/icomoon.svg?7e29y0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-website:before {
  content: "\e912";
}
.icon-arrow-left:before {
  content: "\e914";
}
.icon-barometre:before {
  content: "\e90b";
}
.icon-email:before {
  content: "\e90c";
}
.icon-home:before {
  content: "\e90d";
}
.icon-localisation:before {
  content: "\e90e";
}
.icon-offre:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e910";
}
.icon-referencement:before {
  content: "\e911";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-up:before {
  content: "\e902";
}
.icon-login:before {
  content: "\e903";
}
.icon-logo:before {
  content: "\e904";
}
.icon-logoflat:before {
  content: "\e905";
}
.icon-menu-close:before {
  content: "\e906";
}
.icon-menu-open:before {
  content: "\e907";
}
.icon-qote:before {
  content: "\e908";
}
.icon-scroll:before {
  content: "\e909";
}
.icon-sphere:before {
  content: "\e90a";
}
