html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-clip: border-box;
  background-origin: padding-box;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  font-family: arial;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  body {
    background-position: left bottom;
    height: 60em;
    overflow: hidden;
    background-color: #010012;
    background-image: url("/images/fo/wayf/main.jpg");
  }
}
header img {
  margin: 1.5em;
  max-width: 20em;
}

#container {
  height: 100%;
  width: 100%;
}

.cas__contenu {
  background: #f2f2f2 none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}

.cas_contenu_body {
  padding: 1.5em;
}

@media screen and (min-width: 1000px) {
  .cas__contenu {
    bottom: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 33em;
    z-index: 1;
  }
}
.cas__contenu h2 {
  color: #ffc845;
  font-size: 1.25em;
  margin: 1.5em 0 1em;
}

.cas__contenu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.cas__contenu .appconnexion ul li {
  display: block;
  margin: 0 0 0.5em;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .cas__contenu .appconnexion ul li {
    display: block;
    margin: 0 0 0.75em;
    width: 75%;
  }
}
.cas__contenu .appconnexion ul li img {
  background: inherit;
  display: inline-block;
  max-height: 1.15em;
  position: relative;
  vertical-align: sub;
  z-index: 2;
}

.cerclelogo {
  background: #ffc845 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 2.5em;
  margin-right: 1em;
  text-align: center;
  text-decoration: none;
  width: 2.5em;
  line-height: 2.5;
}

.libelleservice {
  display: inline-block;
}

.cas__contenu .appconnexion ul li a {
  background: #f2f2f2 none repeat scroll 0 0;
  color: #27251f;
  display: block;
  overflow: auto;
  text-decoration: none;
}

.cas__contenu .appconnexion ul li a:hover {
  background: #ffc845 none repeat scroll 0 0;
  color: #ffffff;
}

.cas__contenu .serviceinfo {
  color: #27251f;
  margin-top: 5em;
}

.cas__contenu .serviceinfo h2 {
  color: #8a8d8f;
}

.cas__contenu .serviceinfo {
  margin-left: 2em;
}

.cas__contenu .texteintroduction {
  font-size: 1.2em;
}

.cas__contenu .serviceinfo img {
  max-height: 2.5em;
  max-width: 2.5em;
}

.cas__bas-de-page {
  padding: 1em;
  position: relative;
}

.cas__bas-de-page li {
  display: inline;
  white-space: nowrap;
}

.cas__bas-de-page li:before {
  content: " | ";
}

.cas__bas-de-page li:first-child:before {
  content: normal;
  content: "";
  /* pour Safari */
}

.cas__bas-de-page {
  padding: 2em;
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .cas__bas-de-page {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.cas__bas-de-page a {
  color: #27251f;
  text-decoration: none;
}

.hautDePage__logo {
  background-color: #ffffff;
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  height: 9em;
  width: 100%;
}

.irameLogout {
  display: none;
}

.cas__contenu .appconnexion .submit {
  color: #FFF;
  background: #ffc845;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0.2em;
}

.cas__contenu .appconnexion .login > * {
  margin-top: 5px;
}

.cas__contenu .appconnexion .login input {
  border-radius: 3px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font: 500 0.889em/1.5 "open_sansregular", "din_regular", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif, Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  padding: 0.2em;
  text-decoration: none;
  max-width: 100%;
}

.cas__contenu .appconnexion .login .error {
  color: #bb0000;
}

/*# sourceMappingURL=wayf.css.map */
