@charset "UTF-8";
@font-face {
  font-family: "Arial";
  src: url("../fonts/arial.ttf") format("TTF");
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.otf") format("otf");
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/Roboto-Light.ttf") format("TTF");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("TTF");
}
.fond_client {
  min-height: calc(100vh - 3.8rem);
  background-image: url(../../Picture/fond_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: fixed;
}
.fond_client .container_client {
  background-color: rgba(33, 58, 68, 0.9);
  min-height: calc(100vh - 3.8rem);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fond_client .container_client img {
  padding-bottom: 3.6rem;
}
.fond_client .container_client .img-header {
  padding-bottom: 3.6rem;
  width: 18rem;
}
.fond_client .container_compethance {
  background-color: rgba(204, 57, 62, 0.9);
  min-height: calc(100vh - 3.8rem);
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fond_client .container_compethance img {
  padding-bottom: 3.6rem;
}
.fond_client .container_compethance .img-header {
  padding-bottom: 3.6rem;
  width: 18rem;
}

footer {
  background-color: #393939;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 3.6rem;
  font-size: 1.2rem;
  color: #ffffff;
}
footer p {
  margin: 0;
}
footer li {
  list-style: none;
  display: inline;
}
footer li a {
  color: #ffffff;
  text-decoration: none;
}
footer li a.accessibilite {
  padding-right: 1.5rem;
}
footer li a.mention {
  padding-left: 1.5rem;
}
footer li a:hover {
  text-decoration: underline;
}

.bienvenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50.6rem;
  max-height: 57.7rem;
  background-color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .bienvenu {
    width: 30rem;
  }
}
.bienvenu .title-b {
  font-family: RobotoLight;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.bienvenu .title-b span {
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.bienvenu .contenu-b {
  color: #393939;
  font-family: "Helvetica Neue";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8rem;
  padding: 0 6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.bienvenu .lien-b {
  width: 20.4rem;
  height: 3.6rem;
  border-radius: 0.4rem;
  background-color: #C94448;
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: Arial;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.erreur {
  font-size: 1.4rem;
  color: #C94448;
}

.droite .reponse_client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50.6rem;
  height: 57.7rem;
  border-radius: 5px;
}
.droite .reponse_client textarea {
  max-width: 39.4rem;
  height: 10.7rem;
  padding: 0;
}
.droite .reponse_client li {
  font-size: 1.4rem;
  list-style: none;
}
.droite .reponse_client li fieldset {
  display: inline-flex;
  border: none;
}

.star-container {
  position: relative;
}
.star-container .star {
  margin-right: 0.6rem;
}

.starlabel {
  z-index: 0;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
.starlabel img {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 500px) {
  .starlabel img {
    width: 75%;
  }
}

.star-group {
  display: flex;
  flex-direction: row;
}

.fond .reponse_client {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50.6rem;
  min-height: 54.7rem;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .fond .reponse_client {
    width: 31.6rem;
    font-size: 0.8rem;
  }
}
.fond .reponse_client p,
.fond .reponse_client form {
  width: 39.4rem;
}
@media screen and (max-width: 390px) {
  .fond .reponse_client p,
.fond .reponse_client form {
    width: auto;
  }
}
.fond .reponse_client form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fond .reponse_client form label {
  padding-bottom: 0.5rem;
}
.fond .reponse_client form select {
  width: 100%;
  height: 4.3rem;
  background-color: #f7f6f5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 500px) {
  .fond .reponse_client form select {
    width: 70%;
  }
}
.fond .reponse_client form textarea {
  width: 100%;
  height: 10.7rem;
  padding: 0;
  background-color: #f7f6f5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 500px) {
  .fond .reponse_client form textarea {
    width: 70%;
  }
}
.fond .reponse_client form select,
.fond .reponse_client form textarea {
  border: none;
  border-radius: 5px;
  padding: 1.5rem;
  box-sizing: border-box;
}
.fond .reponse_client form ul {
  width: 100%;
  max-width: 39.4rem;
  padding-left: 0;
}
@media screen and (max-width: 500px) {
  .fond .reponse_client form ul {
    width: 80%;
    max-width: 39.4rem;
    display: flex;
    flex-direction: column;
  }
}
.fond .reponse_client form ul li {
  font-size: 1.4rem;
  list-style: none;
}
.fond .reponse_client form ul li fieldset {
  display: flex;
  justify-content: space-between;
  border: none;
  margin: 0;
  padding: 0 0 1rem 0;
}
.fond .reponse_client form ul li fieldset p {
  display: inline-flex;
}
.fond .reponse_client form ul li fieldset .legend {
  margin: 0;
  max-width: calc(39.4rem - 10.5rem);
}
@media screen and (max-width: 500px) {
  .fond .reponse_client form ul li fieldset .legend {
    width: auto;
    font-size: 1.1rem;
    margin-left: 1rem;
  }
}
.fond .reponse_client form ul li fieldset .legend :focus {
  outline: 2px solid black;
}
.fond .reponse_client .envoyer {
  width: 19.4rem;
  height: 3.6rem;
  border-radius: 4px;
  background-color: #C94448;
  border: none;
  color: #ffffff;
  margin-top: 1.5rem;
}
.fond .reponse_client .envoyer:hover {
  cursor: pointer;
}

html {
  font-family: "Helvetica Neue";
  font-size: 10px;
}

body {
  position: relative;
  height: 100%;
  min-height: 100vh;
  margin: 0;
}

‡ *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

a:hover {
  color: #2196f3;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 4px;
}

button {
  background-color: transparent;
  border: transparent;
}

td,
th {
  border: 1px solid #1e1e1e;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

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