/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Utils importer votre fichier de variables ici
 *
 */
.wp-block-create-block-mailjet {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.wp-block-create-block-mailjet .input {
  border: 2px solid rgb(21, 71, 158);
  color: rgb(21, 71, 158);
  padding: 10px 20px;
  border-radius: 30px;
  width: 400px;
}
.wp-block-create-block-mailjet .input::-moz-placeholder {
  color: rgb(21, 71, 158);
}
.wp-block-create-block-mailjet .input::placeholder {
  color: rgb(21, 71, 158);
}
.wp-block-create-block-mailjet .button {
  background-color: rgb(21, 71, 158);
  border: 2px solid rgb(21, 71, 158);
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
}
.wp-block-create-block-mailjet .button:hover {
  background-color: #0f3371;
  color: white;
}

.show-bloc {
  position: fixed !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.show-bloc::before {
  border-bottom: 0px solid transparent !important;
}

@media only screen and (max-width: 426px) {
  .wp-block-create-block-mailjet {
    flex-direction: column;
    position: relative;
  }
  .wp-block-create-block-mailjet .input {
    width: 100%;
  }
  .wp-block-create-block-mailjet .button {
    position: absolute;
    right: 5px;
    bottom: 3.5px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 769px) {
  .wp-block-create-block-mailjet {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style-index.css.map*/