.legal-text.error-visible.small-screen,
h1 {
  margin-top: 0 !important
}

.button,
form {
  vertical-align: bottom
}

.button,
.emailinput {
  height: 54px !important;
  line-height: 54px;
}

@font-face {
  font-family: GrandPalais;
  src: url("https://s.infos.communications.grandpalaisrmn.fr/clients/7019/Les-petits-mots-du-grand-palais/icons/Grand Palais.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GrandPalaismedium;
  src: url("https://s.infos.communications.grandpalaisrmn.fr/clients/7019/Les-petits-mots-du-grand-palais/icons/GrandPalais-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GrandPalaisregular;
  src: url("https://s.infos.communications.grandpalaisrmn.fr/clients/7019/Les-petits-mots-du-grand-palais/icons/GrandPalais-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

body {
  background: #f7f7f8
}

.legal-text.error-visible {
  margin-top: 40px
}

.legal-text.error-visible.large-screen {
  margin-top: 40px !important
}

.bgf7f7f8,
.emailinput,
form {
  background-color: #f7f7f8 !important
}

.container {
  display: flex;
  justify-content: space-between;
  max-width: 1920px
}

.column {
  padding: 0 10px 10px !important
}

h1 {
  margin-bottom: 16px !important
}

.formatmail,
.smalltext {
  font-size: 12px
}

.left-column {
  width: 40% !important
}

.right-column {
  width: 44% !important
}

.subtitle,
.title,
form,
label {
  width: 100% !important
}

.title {
  font-size: 64px !important;
  line-height: 72px !important;
  color: #25252c !important;
  font-family: GrandPalais, Arial, Helvetica, sans-serif !important;
  letter-spacing: 3px;
  font-weight: 500 !important
}

.input,
.subtitle {
  color: #2e2c30 !important
}

.button,
.emailinput,
.input,
.legal-text,
.subtitle {
  font-family: GrandPalaisregular, Arial, Helvetica, sans-serif !important
}

.subtitle {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important
}

::placeholder {
  padding-left: 6px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-family: GrandPalaisregular, Arial, Helvetica, sans-serif !important
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%
}

form {
  height: 86px;
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.input {
  font-size: 16px !important;
  line-height: 24px !important;
  position: absolute;
}

.emailinput {
  width: 96% !important;
  padding: 0 0 0 10px !important;
  border-color: #79747f !important;
  margin-top: 48px !important;
  font-size: 16px;
  color: #47444b;
  box-sizing: border-box
}

#alerterror {
  margin-bottom: 20px !important;
  color: red;
  font-size: 14px
}

.error {
  border-color: red !important;
}

.error:focus {
  border-color: red;
  outline: 0
}

.button {
  background-color: #2e2c30 !important;
  color: #fff !important;
  width: 214px !important;
  margin-top: 48px !important;
  padding: 7px 16px !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  border-style: none !important
}

.legal-text {
  transition: margin-top .3s ease-in-out !important;
  width: 70% !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #47444b !important;
  font-weight: 400 !important;
  padding-top: 10px
}

.force-repaint {
  transform: scale(1.001);
}

.button {
  background: #615D65;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

.button:active {
  transform: scale(0.96);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.button:hover {
  background: #7a757f !important
}

#confirmationMessage {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

#confirmationMessage.visible {
  opacity: 1;
}

@media (max-width:1300px) {
  .legal-text {
    width: 100% !important
  }
}

@media (max-width:900px) {
  .container {
    flex-direction: column;
    margin: 0px 16px;
    width: 95% !important
  }

  .column,
  .subtitle,
  .title,
  form,
  label.input {
    width: 100% !important
  }

  form {
    height: auto;
    display: flex
  }

  .title {
    font-size: 44px !important;
    line-height: 52px !important
  }

  .subtitle {
    font-size: 16px !important;
    line-height: 25px !important
  }

  .column {
    padding: 0 !important
  }

  .left-column,
  .right-column {
    width: 100% !important;
    margin-bottom: 0
  }

  label.input {
    display: flex;
    flex-direction: column
  }

  .emailinput {
    width: 96% !important
  }

  .button {
    width: 214px !important
  }

  .legal-text {
    width: 100% !important;
    font-size: 12px !important;
    line-height: 19px !important
  }
}

@media (max-width:700px) {

  .button,
  .emailinput,
  form {
    width: 100% !important
  }

  form {
    display: block
  }

  .legal-text2 {
    display: block !important;
    margin-bottom: 0
  }

  .button {
    margin-top: 20px !important
  }
}