section#connection {
  background: #f8f8f8;
  padding: 50px;
  font-family: Arial, sans-serif;
}
section#connection > div.container {
  display: block;
  width: 45vw;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
section#connection > div.container > div.content {
  display: flex;
}
section#connection > div.container > div.content > div.form {
  width: 50%;
  overflow: hidden;
  display: block;
  margin-left: 75px;
  margin-right: 75px;
}
section#connection > div.container > div.content > div.form > h2 {
  margin: 0;
  padding: 0;
  color: #222;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: center;
}
section#connection > div.container > div.content > div.form > a {
  display: block;
  margin-bottom: 33px;
  text-align: center;
  font-size: small;
  color: #222;
  cursor: pointer;
  text-decoration: underline;
}
section#connection > div.container > div.content > div.form > form#register-form {
  display: flex;
  flex-direction: column;
  align-self: center;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  display: block;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #222;
  cursor: default;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > label.label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  font-size: medium;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > label > a.term-service {
  font-size: medium;
  cursor: pointer;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input {
  width: 100%;
  display: block;
  border: none;
  padding: 6px 30px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=text], section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=mail], section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=password], section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=date] {
  border-bottom: 1px solid #999;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=submit] {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  padding: 15px 39px;
  color: #fff;
  background: #6dabe4;
  border-radius: 5px;
  cursor: default;
}
section#connection > div.container > div.content > div.form > form#register-form > div.form-group > input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
  display: inline-block;
  width: auto;
}
section#connection > div.container > div.content > div.form > form#register-form > a {
  display: block;
  margin-bottom: 33px;
  font-size: x-small;
  color: #222;
  cursor: pointer;
  text-decoration: underline;
}
section#connection > div.container > div.content > div.image {
  width: 40%;
  position: relative;
  border-radius: 20px;
}
section#connection > div.container > div.content > div.image > figure {
  margin: 0;
  height: 100%;
}
section#connection > div.container > div.content > div.image > figure > img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section#error {
  display: flex;
  width: 60vw;
  background: #fff;
  margin: 30px auto 0 auto;
  box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
section#error > div#image {
  width: 30%;
  position: relative;
  border-radius: 20px;
}
section#error > div#image > figure {
  margin: 0;
  height: 100%;
}
section#error > div#image > figure > img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section#error > div#text {
  width: 70%;
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section#error > div#text > span#erreur {
  color: #999;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  font-size: x-large;
}
section#error > div#text > span {
  color: #555;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 200;
  font-size: small;
}
section#error > div#text > a {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  padding: 0 10px 5px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #f8f8f8;
  background-color: #FF385C;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: large;
  cursor: pointer;
}
section#error > div#text > a:hover {
  background-color: #007bff;
}/*# sourceMappingURL=connect.css.map */