@font-face {
  font-family: 'Poppins';
  src: url("font/Poppins-Light.eot");
  src: url("font/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("font/Poppins-Light.woff2") format("woff2"), url("font/Poppins-Light.woff") format("woff"), url("font/Poppins-Light.ttf") format("truetype"), url("font/Poppins-Light.svg#ralewayblack") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("font/Poppins-LightItalic.eot");
  src: url("font/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("font/Poppins-LightItalic.woff2") format("woff2"), url("font/Poppins-LightItalic.woff") format("woff"), url("font/Poppins-LightItalic.ttf") format("truetype"), url("font/Poppins-LightItalic.svg#ralewayblack_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url("font/Poppins-Medium.eot");
  src: url("font/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("font/Poppins-Medium.woff2") format("woff2"), url("font/Poppins-Medium.woff") format("woff"), url("font/Poppins-Medium.ttf") format("truetype"), url("font/Poppins-Medium.svg#ralewaybold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("font/Poppins-MediumItalic.eot");
  src: url("font/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("font/Poppins-MediumItalic.woff2") format("woff2"), url("font/Poppins-MediumItalic.woff") format("woff"), url("font/Poppins-MediumItalic.ttf") format("truetype"), url("font/Poppins-MediumItalic.svg#ralewaybold_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-Light.eot");
  src: url("font/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("font/Roboto-Light.woff2") format("woff2"), url("font/Roboto-Light.woff") format("woff"), url("font/Roboto-Light.ttf") format("truetype"), url("font/Roboto-Light.svg#ralewayblack") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-LightItalic.eot");
  src: url("font/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("font/Roboto-LightItalic.woff2") format("woff2"), url("font/Roboto-LightItalic.woff") format("woff"), url("font/Roboto-LightItalic.ttf") format("truetype"), url("font/Roboto-LightItalic.svg#ralewayblack_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-Medium.eot");
  src: url("font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("font/Roboto-Medium.woff2") format("woff2"), url("font/Roboto-Medium.woff") format("woff"), url("font/Roboto-Medium.ttf") format("truetype"), url("font/Roboto-Medium.svg#ralewaybold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("font/Roboto-MediumItalic.eot");
  src: url("font/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("font/Roboto-MediumItalic.woff2") format("woff2"), url("font/Roboto-MediumItalic.woff") format("woff"), url("font/Roboto-MediumItalic.ttf") format("truetype"), url("font/Roboto-MediumItalic.svg#ralewaybold_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

.logo {
  content: url("image/logo.png");
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.image {
  background-image: url("image/bg-garantie24.jpg");
}

@media screen and (orientation: portrait) {
  .image {
    background-image: url("image/garantie24-portrait.jpg");
  }
}

.textbox {
  background-color: #151062;
}

.textbox .error {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
}

.textbox .text {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
}

.textbox a {
  color: white;
  text-decoration: underline;
}

footer {
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 300;
}

.logo-transparent {
  content: url("image/Logo-garantie24-white.png");
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0.2;
}
/*# sourceMappingURL=config.garantie24.css.map */