@charset "UTF-8";
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 160%;
  font-family: mulish-variable, sans-serif;
  font-variation-settings: "wght" 400;
  color: #666666;
}

p, h1, h2, h3, h4, ul, a,
figcaption,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a, [type=submit] {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 0;
  transition: color 0.3s, opacity 0.3s, box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}

a:focus {
  outline: 0;
}

span,
li,
div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:focus {
  outline: 0;
  border: 1px solid #e1e1e1;
}

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

figure {
  margin: 0;
}

/********* Global *************/
h1 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 120%;
  color: #3A3A3A;
  margin: 0 0 47px;
  letter-spacing: 1.68px;
}
h1 i {
  color: #AB8961;
  font-size: 7rem;
  margin-right: 10px;
  vertical-align: baseline;
}

h2 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 2.75rem;
  color: #3A3A3A;
  display: flex;
  white-space: nowrap;
  align-items: center;
  letter-spacing: 0.1rem;
  margin: 19px 0;
}
h2:after {
  display: inline-block;
  content: "";
  background: #EBE6E6;
  height: 1px;
  width: 100%;
  margin-left: 28px;
}

h3 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.08rem;
  color: #454545;
  font-weight: normal;
}

h4 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 140%;
  color: #3A3A3A;
  margin: 35px 0 25px;
}

h5 {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 140%;
  color: #3A3A3A;
  margin: 32px 0 12px;
}

h6 {
  color: #95928E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 39px 0 8px;
}

p {
  margin: 25px 0;
}

small {
  color: #9C9C9C;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
small a {
  color: #AB8961;
  text-decoration: underline;
}
small a:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
  color: #AB8961;
}
strong span {
  color: #AB8961;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.button {
  padding: 20px 45px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
}
.button i {
  vertical-align: baseline;
  margin-right: 5px;
}

.button-primary {
  background: #AB8961;
  color: white;
  border: 1px solid #AB8961;
}
.button-primary:hover {
  box-shadow: 0px 10px 20px rgba(102, 77, 42, 0.26);
}

.button-secondary {
  background: white;
  color: #AB8961;
  border: 1px solid #AB8961;
}
.button-secondary:hover {
  background: #AB8961;
  color: white;
}

.button-thirdary {
  color: #AB8961;
  padding: 0;
}
.button-thirdary:hover {
  color: #3A3A3A;
}

/****** FORM **********/
form {
  margin-top: 48px;
}
form .form-cols {
  margin: 33px 0;
}
form h6 + p {
  margin: 8px 0;
}

label {
  font-size: 1.4rem;
  line-height: 1.6;
  display: block;
  color: #3A3A3A;
}
label span {
  display: block;
  margin-bottom: 8px;
}
label small {
  display: block;
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 7px;
}

[type=text], [type=email], [type=tel], select, textarea {
  margin-top: 5px;
  background: #FFFFFF;
  border: 1px solid var(--Contour-formulaire, #C6CBCA);
  border-radius: 6px;
  padding: 13px 41px 15px 10px;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: box-shadow 0.3s, border-color 0.3s, background-color 0.3s;
  width: 100%;
}
[type=text]:hover, [type=email]:hover, [type=tel]:hover, select:hover, textarea:hover {
  box-shadow: 0px 7px 13px rgba(71, 71, 71, 0.09);
}
[type=text]:focus, [type=email]:focus, [type=tel]:focus, select:focus, textarea:focus {
  border-color: #AB8961;
}
[type=text]:focus-visible, [type=email]:focus-visible, [type=tel]:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 0;
}
[type=text]:disabled, [type=email]:disabled, [type=tel]:disabled, select:disabled, textarea:disabled {
  background-color: rgba(224, 220, 215, 0.15);
  border-color: #E0DCD7;
  background-image: url(img/icons/lock.svg);
}
[type=text]:disabled:hover, [type=email]:disabled:hover, [type=tel]:disabled:hover, select:disabled:hover, textarea:disabled:hover {
  box-shadow: 0px 0 0;
}

.error {
  color: #C43441;
}
.error [type=text], .error [type=email], .error [type=tel], .error select, .error textarea {
  background-color: #FEF1F2;
  border-color: #EB5757;
  background-image: url(img/icons/error.svg);
}

.error-list {
  color: #C43441;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hidden {
  display: none;
}

select {
  -webkit-appearance: none;
  background: url(img/icons/drop.svg) no-repeat;
  background-position: right 20px center;
}

.check {
  font-size: 1.4rem;
  margin: 22px 0 3px;
}
.check + div {
  display: flex;
}
.check + div input {
  -webkit-appearance: none;
  display: none;
}
.check + div input:checked + label:after {
  background-color: #AB8961;
}
.check + div input:checked + label:before {
  border-color: #AB8961;
}
.check + div label {
  border: 1px solid var(--Contour-formulaire, #C6CBCA);
  flex: 1;
  padding: 16px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
}
.check + div label:first-of-type {
  border-radius: 6px 0px 0px 6px;
  border-right: 0;
}
.check + div label:last-of-type {
  border-radius: 0px 6px 6px 0px;
}
.check + div label:before, .check + div label:after {
  content: "";
  position: absolute;
  display: block;
}
.check + div label:before {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border: 2px solid #9C9C9C;
  left: 13px;
  top: 17px;
}
.check + div label:after {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 20px;
  top: 24px;
}

input[type=file] {
  -webkit-appearance: none;
  text-indent: -99999999px;
  width: 0;
  float: right;
}
input[type=file]:focus {
  border: 0;
}
input[type=file]:invalid + label {
  color: #3A3A3A;
  font-weight: normal;
}
input[type=file].has-focus + label {
  font-weight: normal;
  border-color: #d22d3b;
  color: #d22d3b;
}
input[type=file] + label {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 0;
  transition: color 0.3s, opacity 0.3s, box-shadow 0.3s, background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  background: white;
  color: #AB8961;
  border: 1px solid var(--Contour-formulaire, #C6CBCA);
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
}

.step-form2 .check + div label {
  margin-bottom: 0;
}

.form-cols {
  display: flex;
  justify-content: space-between;
}
.form-cols > * {
  flex-basis: 47%;
}

.check-options {
  margin-bottom: 0;
}
.check-options + .options {
  margin-bottom: 26px;
}

/*********** Sections *************/
.flex-container {
  display: flex;
}

.aside {
  height: 100vh;
  width: 42.2%;
  position: relative;
  max-width: 750px;
}
.aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.aside .footer-left {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 5px 10px;
  text-align: center;
}
.aside .footer-left p {
  margin: 0;
}
.aside .footer-left .event-date {
  color: #AB8961;
  font-size: 4.7rem;
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}
.aside .footer-left .copyright {
  font-size: 1rem;
  font-weight: 500;
  color: #c5c5c5;
}
.aside .footer-left .copyright p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-top: -140px;
  float: right;
}

.main-step {
  width: 57.8%;
  padding: 144px 7.4% 25px;
  max-height: 100vh;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.main-step::-webkit-scrollbar {
  display: none;
}

.form-nav {
  border-bottom: 1px solid #C6CBCA;
  padding-bottom: 21px;
  margin-bottom: 43px;
  color: #3A3A3A;
}
.form-nav a {
  margin-right: 41px;
  cursor: default;
}
.form-nav a.inactive:not([href="#"]) {
  cursor: pointer;
}
.form-nav a:last-of-type {
  margin-right: 0;
}
.form-nav span {
  background: #AB8961;
  color: white;
  text-align: center;
  padding: 0 16px;
  border-radius: 6px;
  line-height: 38px;
  display: inline-block;
  margin-right: 12px;
}
.form-nav .current {
  font-weight: 700;
}
.form-nav .inactive {
  color: #9C9C9C;
}
.form-nav .inactive span {
  background-color: rgba(188, 151, 116, 0.1);
  color: #9C9C9C;
}

.subtitle {
  color: #C3C1BF;
  font-weight: 400;
  margin: 0;
}

.form-validation {
  border-top: 2px solid #EBE6E6;
  margin-top: 22px;
  padding-top: 37px;
}

.or {
  color: #AB8961;
  text-decoration: underline;
}

.transfert {
  font-weight: bold;
  margin: -5px 0 10px 0;
  line-height: 1.2;
}
.transfert i[class*=bi-check-circle-fill], .transfert i[class*=bi-x-circle-fill] {
  width: 70px;
  background-repeat: no-repeat;
  background-position: left bottom 6px;
  background-size: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
}
.transfert i[class*=bi-check-circle-fill]:before, .transfert i[class*=bi-x-circle-fill]:before {
  background: white;
}
.transfert i[class*=bi-check-circle-fill] {
  background-image: url(img/icons/fleche_or.svg);
}
.transfert i[class*=bi-x-circle-fill] {
  background-image: url(img/icons/fleche_gris.svg);
}
.transfert.transfert-ok {
  color: #AB8961;
}
.transfert.transfert-ko {
  color: #9C9C9C;
}
.transfert i[class*=bi-geo-alt] {
  margin: 0 6px;
}

.back {
  font-size: 1.6rem;
  color: #9C9C9C;
  margin-bottom: 48px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex figure {
  flex-basis: 59%;
}
.flex .content {
  flex-basis: 38%;
  padding-bottom: 31px;
}
.flex .content h3 {
  color: #AB8961;
  margin: 0;
}
.flex .content p {
  margin: 5px 0 15px;
}
.flex .content a {
  text-decoration: none;
  font-weight: bold;
}
.flex .content a i {
  margin-right: 5px;
}

.acces img {
  width: 19px;
  vertical-align: middle;
}
.acces img:last-of-type {
  margin-right: 3px;
}
.acces img.big {
  width: 27px;
}

.bigger {
  font-size: 2rem;
  display: block;
  margin-top: 5px;
}

/*** Spés ****/
.step-invitation .text-center {
  display: flex;
  justify-content: space-between;
}
.step-invitation .button {
  margin-top: 26px;
  margin-bottom: 10px;
  padding: 20px;
  flex-basis: 48%;
}

.step-form {
  padding-top: 89px;
}

.step-form2 h1 {
  margin-bottom: 39px;
}
.step-form2 form {
  margin-top: 39px;
}
.step-form2 .form-validation {
  margin-top: 53px;
}

.step-confirmation h1 {
  margin-bottom: 0;
}

.step-confirmation {
  padding-top: 118px;
}
.step-confirmation article {
  margin: 50px 0;
}
.step-confirmation .buttons {
  margin-top: 100px;
}
.step-confirmation .buttons p:last-of-type {
  margin: 60px 0 33px;
}

.step-localisation {
  padding-top: 73px;
}
.step-localisation article {
  margin: 50px 0;
}
.step-localisation article a {
  color: #AB8961;
  display: block;
}
.step-localisation article li a {
  display: inline-block;
}

@media screen and (max-height: 700px) {
  .aside .footer-left .event-date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .flex figure {
    flex-basis: 50%;
  }
  .flex .content {
    flex-basis: 45%;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 980px) {
  .flex-container {
    display: block;
  }
  .aside {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .aside img {
    height: auto;
  }
  .aside .footer-left {
    display: none;
  }
  .main-step {
    padding: 100px 10%;
    width: auto;
    max-height: none;
    overflow: auto;
  }
}
@media screen and (max-width: 560px) {
  .main-step {
    padding: 50px 5%;
    width: auto;
    max-height: none;
    overflow: auto;
  }
  h1 {
    font-size: 3.5rem;
  }
  .form-cols {
    display: block;
  }
  .form-nav a {
    margin: 10px 0;
  }
  form p {
    margin: 0;
  }
  form label {
    margin: 20px 0;
  }
  .transfert {
    text-align: center;
  }
  .transfert span {
    display: block;
    margin: 5px 0;
  }
  .flex {
    display: block;
  }
  .flex figure {
    width: 100%;
    text-align: center;
  }
  .flex .content {
    width: 100%;
    margin-top: 30px;
  }
}

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