[data-section="login"] .sd-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-right: 35px;
  padding-left: 35px;
  color: #fff;
  font-size: 16px;
  background-color: #0075c8;
  border: 1px solid #0075c8;
  border-radius: 30px;
  outline: none;
  transition: box-shadow .5s ease;
}

[data-section="login"] .sd-button.sd-button--medium {
  height: 60px;
}

[data-section="login"] .sd-button:disabled {
  color: #bcc4ce;
  background-color: #ebeef1;
  cursor: not-allowed;
}

[data-section="login"] .sd-button:not(:disabled):not(.sd-button--loading) {
  cursor: pointer;
}

[data-section="login"] .sd-button:focus:not(:disabled):not(.sd-button--outline) {
  box-shadow: inset 0 0 0 2px #0151a3;
}

[data-section="login"] .sd-button:hover:not(:disabled):not(.sd-button--outline) {
  background-color: #e6f1fa;
  color: #0275c8;
  border: 1px solid #0275c8;
}

[data-section="login"] .sd-call-modal__fields-container {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

[data-section="login"] .sd-alternate-textfield {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin-top: 8px;
  padding: 18px 16px;
  color: #080c0a;
  font-size: 16px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #e0e4e9;
}

[data-section="login"] textarea.sd-alternate-textfield {
  resize: none;
  max-height: 200px;
  height: 200px;
  font-family: "Roboto", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

[data-section="login"] .sd-alternate-textfield:disabled {
  color: #8a929c;
  background-color: #ebeef1;
  box-shadow: none;
  cursor: not-allowed;
}

[data-section="login"] .sd-alternate-textfield:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #0075c9;
}

[data-section="login"] .sd-alternate-textfield:hover:not(:disabled) {
  background-color: #f3f5f7;
}

[data-section="login"] .sd-alternate-textfield__label {
  height: 24px;
  color: #080c0a;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.2px;
  pointer-events: none;
}

[data-section="login"] .sd-alternate-textfield__container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

[data-section="login"].sds-splash {}

@media (min-width: 600px) and (max-width: 999px) {
  [data-section="login"].sds-splash {
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 48px;
  }
}

@media (min-width: 1000px) and (max-width: 1439px) {
  [data-section="login"].sds-splash {}
}

@media (min-width: 1440px) {
  [data-section="login"].sds-splash {
    padding-bottom: 0;
    padding-top: 0;
  }
}

[data-section="login"] .sds-splash__wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  /* max-width: 1250px; */
  margin: auto;
}

@media (min-width: 600px) and (max-width: 999px) {
  [data-section="login"] .sds-splash__wrapper {
    flex-direction: row;
  }
}

@media (min-width: 1000px) and (max-width: 1439px) {
  [data-section="login"] .sds-splash__wrapper {
    flex-direction: row;
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  [data-section="login"] .sds-splash__wrapper {
    flex-direction: row;
  }
}

[data-section="login"] .sds-splash__container-one {
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (min-width: 600px) and (max-width: 999px) {
  [data-section="login"] .sds-splash__container-one {
    margin-right: 24px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  [data-section="login"] .sds-splash__container-one-wrapper {
    margin-right: 25%;
  }
}

[data-section="login"] .sds-splash__container-two {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 28px;
}

@media (min-width: 600px) {
  [data-section="login"] .sds-splash__container-two {
    margin-top: 0;
  }
}

[data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one {
  align-items: flex-start;
}

[data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one-wrapper {
  padding-bottom: 60px;
}

[data-section="login"].sds-splash--xl.contact-page i {
  font-weight: 700;
  margin-top: 40px;
  font-size: 28px;
  color: #000;
  letter-spacing: -.8px;
  line-height: 32px;
  display: block;
}

[data-section="login"].sds-splash--xl.contact-page p {
  color: black;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: -3px;
}

[data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one {
  width: 50%;
  position: relative;
  right: 180px;
  background: #f6f8fb;
  padding-top: 40px;
}

[data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one .sds-splash__container-one-wrapper {
  background: #F6F8FB;
}

[data-section="login"].sds-splash--xl.contact-page .contact-title {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  letter-spacing: -.4px;
  line-height: 24px;
  margin-top: 60px;
}

[data-section="login"].sds-splash--xl.contact-page .sds-splash__container-two {
  position: relative;
  right: 70px;
}

[data-section="login"].sds-splash--xl.contact-page p.form-small-text,
[data-section="login"].sds-splash--xl.contact-page p.form-small-text a {
  font-weight: 400;
  font-size: 15px;
  color: #A0A8B2;
  letter-spacing: -.2px;
  line-height: 19px;
  margin-top: 15px;
}

[data-section="login"].sds-splash--xl.contact-page p.form-small-text a {
  color: #2975c9;
}

[data-section="login"].sds-splash--xl.contact-page .form-bottom {
  display: flex;
}

[data-section="login"].sds-splash--xl.contact-page .form-bottom button {
  margin-right: 30px;
}

[data-section="login"] [name="message"] {
  height: 120px;
}

@media screen and (max-width: 999px) {
  [data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one {
    width: 100%;
    right: 0;
  }

  [data-section="login"].sds-splash--xl.contact-page {}

  [data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

  [data-section="login"].sds-splash--xl.contact-page .sds-splash__container-two {
    right: 0;
  }
}

@media screen and (max-width: 1280px) {
  [data-section="login"].sds-splash {}
}

@media screen and (max-width: 768px) {
  [data-section="login"].sds-splash {}

  [data-section="login"].sds-splash .sd-button {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  [data-section="login"].sds-splash {}
}

[data-section="login"].sds-splash--xl.contact-page {
  padding-block: 0;
}

[data-section="login"] .radio-inline {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
}

[data-section="login"] .consent {
  font-size: 17px;
  line-height: 1.2;
}

[data-section="login"] .alert-danger {
  background-color: #f8d7da;
  padding: 31px;
  text-align: center;
  margin: 27px 0;
}

[data-section="login"] #login-form-pme {
  width: 500px;
  max-width: 100%;
}

[data-section="login"] .alert-danger {
  background-color: #f8d7da;
  padding: 31px;
  text-align: center;
  margin: 27px 0;
}

[data-section="login"] strong {
  color: #721c24;
}

@media (max-width:768px) {
  [data-section="login"].sds-splash--xl.contact-page .form-bottom {
    flex-direction: column;
  }
}

[data-section="login"] .agence-card img {
  width: 40px;
}

[data-section="login"] .agence-card {
  margin-left: 100px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #003781;
  padding-right: 80px;
}

@media (max-width:768px) {
  [data-section="login"] .agence-card {
    margin: 0;
    padding: 0;
  }

  [data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one,
  [data-section="login"].sds-splash--xl.contact-page .sds-splash__container-one .sds-splash__container-one-wrapper {
    background: none !important;
    padding-bottom: 0;
  }
}