*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#DELI-Optin .DELI-inputField[type="email"],
#DELI-Optin .DELI-inputField[type="text"],
#DELI-Optin .DELI-button {
  font-size: 1.1em;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0.25em;
  margin: 0.5em;
  outline: none;
  -webkit-appearance: none;
  font-family: inherit;
  line-height: 1.3;
  min-height: 2.5em;
  vertical-align: middle;
}
#DELI-Optin .DELI-wrapper {
  font-size: 10px;
  width: 100%;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #fdf0d5;
  -webkit-font-smoothing: antialiased;
  margin: 1.25em 0;
}
#DELI-Optin .DELI-textBloc {
  text-align: center;
  margin: 1em 0 0;
}
#DELI-Optin .DELI-title {
  font-size: 1.3625em;
  line-height: 1.4;
  color: currentColor;
  font-weight: 600;
  margin-bottom: 1.25em;
}
#DELI-Optin .DELI-message {
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1.15em;
  line-height: 1.55;
}
#DELI-Optin .DELI-success {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 1.25em;
  line-height: 1.55;
}
#DELI-Optin .DELI-image {
  height: auto;
  width: 30%;
  margin: 1em auto;
  display: block;
}
#DELI-Optin .DELI-formBloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#DELI-Optin .DELI-inputField[type="email"],
#DELI-Optin .DELI-inputField[type="text"] {
  min-width: 16em;
  background-color: #fff;
}
#DELI-Optin .DELI-inputField[type="email"]:hover,
#DELI-Optin .DELI-inputField[type="text"]:hover {
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
          box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
#DELI-Optin .DELI-inputField[type="email"]:focus,
#DELI-Optin .DELI-inputField[type="text"]:focus {
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
          box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
#DELI-Optin .DELI-inputField[type="email"]::-webkit-input-placeholder,
#DELI-Optin .DELI-inputField[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}
#DELI-Optin .DELI-inputField[type="email"]:-ms-input-placeholder,
#DELI-Optin .DELI-inputField[type="text"]:-ms-input-placeholder {
  color: #ccc;
}
#DELI-Optin .DELI-inputField[type="email"]::placeholder,
#DELI-Optin .DELI-inputField[type="text"]::placeholder {
  color: #ccc;
}
#DELI-Optin .DELI-button {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#DELI-Optin .DELI-button:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.15);
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  will-transform: transform, opacity;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s linear, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s linear, transform 0.1s ease-out;
  transition: opacity 0.1s linear, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  border-radius: 10%;
}
#DELI-Optin .DELI-button:hover {
  opacity: 0.95;
}
#DELI-Optin .DELI-button:active:before {
  opacity: 1;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
#DELI-Optin .DELI-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#DELI-Optin.DELI-Content .DELI-wrapper {
  font-size: 16px;
}
#DELI-Optin.DELI-Widget .DELI-wrapper {
  font-size: 13px;
}
#DELI-Optin.DELI-Fixed .DELI-fixedWrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  z-index: 1000000;
  background: #f2f2f2;
  color: #232323;
  font-size: 16px;
}
#DELI-Optin.DELI-Fixed .DELI-title {
  margin: 0;
  margin-right: 1em;
}
#DELI-Optin.DELI-Fixed .DELI-textBloc,
#DELI-Optin.DELI-Fixed .DELI-formBloc {
  width: auto;
}
