@font-face {
  font-family: "EncodeSansSemiExpandedLight";
  src: url("../v3_fonts/EncodeSansSemiExpandedLight.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedLight.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedLight.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedLight.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedLight.svg#EncodeSansSemiExpandedLightregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansSemiExpandedRegular";
  src: url("../v3_fonts/EncodeSansSemiExpandedRegular.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedRegular.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedRegular.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedRegular.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedRegular.svg#EncodeSansSemiExpandedRegularregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansSemiExpandedBold";
  src: url("../v3_fonts/EncodeSansSemiExpandedBold.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedBold.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedBold.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedBold.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedBold.svg#EncodeSansSemiExpandedBoldregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansSemiExpandedExtraBold";
  src: url("../v3_fonts/EncodeSansSemiExpandedExtraBold.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedExtraBold.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedExtraBold.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedExtraBold.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedExtraBold.svg#EncodeSansSemiExpandedExtraBoldregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansSemiExpandedSemiBold";
  src: url("../v3_fonts/EncodeSansSemiExpandedSemiBold.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedSemiBold.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedSemiBold.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedSemiBold.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedSemiBold.svg#EncodeSansSemiExpandedSemiBoldregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EncodeSansSemiExpandedBlack";
  src: url("../v3_fonts/EncodeSansSemiExpandedBlack.woff?v=3.2.1") format("woff"), url("../v3_fonts/EncodeSansSemiExpandedBlack.eot?v=3.2.1"), url("../v3_fonts/EncodeSansSemiExpandedBlack.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../v3_fonts/EncodeSansSemiExpandedBlack.ttf?v=3.2.1") format("truetype"), url("../v3_fonts/EncodeSansSemiExpandedBlack.svg#EncodeSansSemiExpandedBlackregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container-inscription {
  border-top: 1px solid #ccc;
  padding: 4rem 0;
}

.crm-form-errors ul, .crm-form-errors li {
  margin: 0;
}
.crm-form-errors ul {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #ffcece;
}
.crm-form-errors ul li {
  color: #880000;
  font-size: 1.4rem;
}

.crm-form {
  max-width: 800px;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border: 4px solid #ddd;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .crm-form {
    max-width: 95%;
  }
}
.crm-form form {
  display: block;
  padding: 0;
  margin: 0;
}
.crm-form form fieldset {
  display: block;
  padding: 15px;
  margin: 0;
  border: 0;
}
.crm-form form fieldset .legend {
  text-align: center;
  display: block;
  margin-bottom: 3rem;
}
.crm-form form fieldset .legend p {
  margin: 0;
}
.crm-form form fieldset .legend h1 {
  font-size: 3rem;
  font-family: "EncodeSansSemiExpandedLight";
  font-weight: normal;
  padding-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.crm-form form fieldset .legend h1 span {
  font-family: "EncodeSansSemiExpandedBold";
  color: #85add8;
}
.crm-form form fieldset .line-separator {
  margin: 2rem 0;
  height: 1px;
  background-color: #efefef;
}
.crm-form form fieldset .line {
  display: flex;
  padding-bottom: 10px;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .crm-form form fieldset .line {
    flex-direction: column;
  }
}
.crm-form form fieldset .line label a {
  color: inherit;
  text-decoration: underline;
}
.crm-form form fieldset .line label a:hover {
  color: #85add8;
}
.crm-form form fieldset .line > label {
  width: 150px;
  flex: 1;
  font-size: 1.4em;
}
.crm-form form fieldset .line .line-helper {
  width: 100%;
  font-style: italic;
  color: #999;
  text-align: center;
}
.crm-form form fieldset .line .input {
  flex: 2;
}
.crm-form form fieldset .line .input input[type=text], .crm-form form fieldset .line .input input[type=email], .crm-form form fieldset .line .input textarea, .crm-form form fieldset .line .input select {
  width: 100%;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.4em;
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.crm-form form fieldset .line .input input[type=text]:focus, .crm-form form fieldset .line .input input[type=email]:focus, .crm-form form fieldset .line .input textarea:focus, .crm-form form fieldset .line .input select:focus {
  background-color: #ffe7ac;
}
.crm-form form fieldset .line .input textarea {
  height: 150px;
}
.crm-form form fieldset .line .input textarea.sm-textarea {
  height: 75px;
}
.crm-form form fieldset .line .input.input-json {
  display: flex;
  flex-wrap: wrap;
}
.crm-form form fieldset .line .input.input-json > label {
  font-size: 1.4em;
  padding: 0.5rem;
}
.crm-form form fieldset .line .input.input-json > label:hover {
  background-color: #efefef;
}
.crm-form form fieldset .line .input.input-checkbox > label {
  font-size: 1.4em;
}
.crm-form form fieldset .line.block-checkboxes .input-json {
  max-height: 200px;
  overflow-x: auto;
  display: flex;
  flex-wrap: wrap;
}
.crm-form form fieldset .line.block-checkboxes .input-json > label {
  width: 100%;
  font-size: 1.4em;
  padding: 0.5rem;
}
.crm-form form fieldset .line.block-checkboxes .input-json > label:hover {
  background-color: #efefef;
}
.crm-form form fieldset .submit {
  text-align: center;
}
.crm-form form fieldset .submit button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.6em;
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #85add8;
  color: #fff;
  cursor: pointer;
  border: 0;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.crm-form form fieldset .submit button:hover {
  background-color: #000;
  color: #fff;
}
.crm-form form fieldset .line-connect {
  text-align: center;
}
.crm-form form fieldset .line-connect p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.crm-form form fieldset .line-connect p a {
  color: inherit;
  text-decoration: underline;
  font-size: inherit;
}
.crm-form form fieldset .line-connect p a:hover {
  color: #85add8;
}

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