/*  Postmaster Style 2.0.3*/

#mxw_postmaster {
  position: relative;
  width: 100%;
  z-index: 10;
}

.mxw_postmaster_title {
  padding: 20px 0px;
  text-align: center;
}
.mxw_postmaster_sous_title {
  text-align: center;
  padding: 20px 0px;
}

#wpcontent {
  padding-left: 0 !important;
}

#mxw_postmaster_smtp_header {
  /* background-color: #f1c410; */
  border-top: 3px solid #ad8b03;
  padding: 20px 0px;
}

#mxw_postmaster_nav {
  background-color: #fff;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

/*****      ADMIN     ******/

#mxw_postmaster_warp {
  padding-left: 20px;
  font-family: "Titillium Web", sans-serif;
}

#mxw_postmaster_warp h2 {
  font-size: 1.8em;
}

.mxw_postmaster_smtp_setting_field {
  display: block;
  float: left;
  width: 200px;
  padding: 0;
}

#mxw_postmaster_warp ul {
  list-style: none;
  /* display : table; */
}

#mxw_postmaster_preview_mail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  top: 150px;
}
#mxw_postmater_table_mail {
  display: table;
}
#mxw_postmater_table_mail [data-id-row] {
  display: none;
}
#mxw_postmater_table_mail [data-id-row="1"] {
  display: table-row;
}
#mxw_postmaster_pagination {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0px;
}

#mxw_postmaster_pagination .active {
  font-size: 30px;
  font-weight: bold;
}

#mxw_postmaster_pagination .mxw_postmaster_page_item {
  cursor: pointer;
  padding: 0px 10px;
}

#mxw_postmaster_preview_mail .preview_mail:after {
  content: "\00d7";
  font-weight: bold;
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  background: white;
  cursor: pointer;
}
#mxw_postmaster_preview_mail .preview_mail {
  display: none;
  background: white;
}

#mxw_postmaster_warp_field_right {
  display: table-cell;
  vertical-align: middle;
  min-width: 200px;
}
#mxw_postmaster_warp_field_left {
  display: table-cell;
  vertical-align: middle;
  max-width: 200px;
}
.mxw_postmaster_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-right: 0.8em;
}

.mxw_postmaster_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mxw_postmaster_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .mxw_postmaster_slider {
  background-color: #51ae43;
}

input:focus + .mxw_postmaster_slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .mxw_postmaster_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.mxw_postmaster_slider.round {
  border-radius: 34px;
}

.mxw_postmaster_slider:before {
  border-radius: 50%;
}

#mxw_postmaster input[type="radio"] {
  margin-right: 20px;
}
#mxw_postmaster input[type="checkbox"] {
  width: 16px!important;
  height: 16px!important;
  padding: 0!important;
  margin: 0!important;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
}
#mxw_postmaster #mxw_rgpd {
  font-size: 12px;
  display: block;
  text-align: left;
  padding: 5px 0px 10px 0px;
}
#mxw_postmaster #mxw_rgpd span {
  padding-left: 5px;
}


@media screen and (max-width: 1024px) {
  #mxw_postmaster #mxw_rgpd {
    font-size: 14px;
  }
}
.mxw_postmaster_buton_setting,
.mxw_postmaster_buton_dkim {
  width: 300px;
  /* margin : 0px 20px; */
  background: #f1c410;
  font-size: 20px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
  transition: 1.5s all;
}

.mxw_postmaster_buton_setting:hover,
.mxw_postmaster_buton_dkim:hover {
  transition: 0.5s all;
  background: #000;
  color: #f1c410;
}
.mxw_postmaster_buton_image_add span {
  position: relative;
}
.mxw_pstmad_panel{
  position: absolute;
  display: flex;
  right: 5px;
  top: -10px;  
}
.mxwIconSave{
  cursor:pointer;
  margin-right: 10px;
}
.mxwIconTrash{
  cursor:pointer;
}
/* .mxw_postmaster_buton_image_add span:after {
  content: "+";
  position: absolute;
  right: 0;
  background: white;
  width: 24px;
  height: 24px;
  color: #505050;
  padding: 1px 5px;
  font-weight: bolder;
  font-size: 20px;
  margin: 2px;
  cursor: pointer;
} */

/*****      MESSAGE CHEKING     ******/

#mxw_postmaster_message {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#mxw_postmaster_message img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  left: 50%;
  top: 50%;
  z-index: 99999999;
}
#mxw_postmaster_message .mxw_message {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  background: #003487;
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
}
#mxw_postmaster_message .mxw_message img {
  margin: 0;
  width: 15px;
  right: 10px;
  top: 10px;
  left: auto;
  cursor: pointer;
}
.mxw_postmaster_field_error {
  border: 1px solid #ea0000;
  box-shadow: 0px 0px 10px 0px red;
}

/*****      MESSAGE REPONSE     ******/

.mxw_postmaster_message {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.mxw_postmaster_message li {
  display: flex;
  justify-content: center;
}

.mxw_postmaster_message_texte {
  padding: 20px;
  background: rgba(204, 204, 204, 0.17);
}

.mxw_postmaster_message_button {
  color: #717171;
  background: rgba(214, 214, 214, 0.31);
  font-size: 18px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 250px;
  height: 40px;
  transition: 0.5s all;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 0px 10px 2px #e8e8e8;
  border: 1px solid #d4d4d46b;
  font-family: "Arial", sans-serif;
  transition: 0.5s all;
  margin: 20px;
}
.mxw_postmaster_message_button:hover {
  /* background: #717171;
	 color: #fff; */
  transition: 0.5s all;
}

/*****      LOADER  2019    ******/

.mxw_pstm_loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999;
  text-align: center;
}
.mxw_pstm_loading div {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

/*****      LOADER     ******/

.mxw_postmaster_loading {
  display: none;
}

.mxw_postmaster_loading .body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
  z-index: 9999;
}
.mxw_postmaster_loading .body > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.mxw_postmaster_loading .base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}
.mxw_postmaster_loading .base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}
.mxw_postmaster_loading .base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.mxw_postmaster_loading .face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
.mxw_postmaster_loading .face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.mxw_postmaster_loading .body > span > span:nth-child(1),
.mxw_postmaster_loading .body > span > span:nth-child(2),
.mxw_postmaster_loading .body > span > span:nth-child(3),
.mxw_postmaster_loading .body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.mxw_postmaster_loading .body > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.mxw_postmaster_loading .body > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.mxw_postmaster_loading .body > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.mxw_postmaster_loading .longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mxw_postmaster_loading .longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}
.mxw_postmaster_loading .longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}
.mxw_postmaster_loading .longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}
.mxw_postmaster_loading .longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}
.mxw_postmaster_loading .longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

#mxw_postmaster_postmaster input,
#mxw_postmaster_postmaster select {
  padding: 10px;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #dbdbdb;
  height: 70px;
  font-family: "Lato", sans-serif;
  font-style: italic;
}
#mxw_postmaster_postmaster input::placeholder,
#mxw_postmaster_postmaster select::placeholder,
#mxw_postmaster_postmaster textarea::placeholder {
  font-size: 20px;
  color: black;
}

#mxw_postmaster_postmaster select {
  font-weight: bold;
}

#mxw_postmaster_postmaster textarea {
  padding: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #dbdbdb;
  resize: none;
  z-index: 4;
  position: relative;
  font-family: "Lato", sans-serif;
  font-style: italic;
}

/* #mxw_postmaster_postmaster .submit {
  width: 190px;
  height: 54px;
  border: 0px;
  background: #f81d21;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  right: 0px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;


} */

.pdg_5 {
  padding: 5px !important;
}
.mxw_postmaster_row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 960px) {
  .mxw_pdrg_20 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #mxw_postmaster_postmaster .col-12 {
    overflow: hidden;
  }
  #contact .MaxiAuto-Contact-fond-gauche {
    opacity: 0.3;
  }
}
@media screen and (max-width: 560px) {
  #contact .grid-formulaire {
    padding: 0 !important;
  }
  #mxw_postmaster {
    width: 100%;
  }
  #mxw_postmaster_postmaster {
    padding: 10px;
  }
}

/*  admin */
#mxw_postmaster_page_admin table {
  width: 100%;
  padding: 0;
  vertical-align: top;
}
#mxw_postmaster_page_admin table td {
  vertical-align: top;
}
#mxw_postmaster_page_admin textarea,
#mxw_postmaster_page_admin input {
  width: 100%;
}
#mxw_postmaster_page_admin input[type="checkbox"],
#mxw_postmaster_page_admin input[type="radio"] {
  width: inherit;
}
#mxw_postmaster_page_admin table td:first {
  width: 20%;
  vertical-align: middle;
}

#mxw_postmaster_page_admin table td:nth-child(2),
#mxw_postmaster_page_admin .mxw_postmaster_buton_position {
  text-align: right;
  vertical-align: middle;
}

#mxw_postmaster_page_admin .mxw_postmaster_logo {
  width: 150px;
  float: right;
}

.mxw_post_admin_container {
  display: flex;
  flex-wrap: wrap;
}
.mxw_post_box-1,
.mxw_post_box-2 {
  padding: 20px 0px;
  width: 50%;
}
#mxw_postmaster_page_admin .mxw_post_box-1 {
  padding: 20px 20px 0px 0px;
}
#mxw_postmaster_page_admin .mxw_post_box-2 {
  padding: 20px 0px 0px 20px;
}
#mxw_postmaster_page_admin .mxw_post_box-1 .notification {
  background: #f7ba17;
  padding: 10px;
  margin-bottom: 20px;
}

#mxw_postmaster_page_admin .mxw_post_box_left,
#mxw_postmaster_page_admin .mxw_post_box_right {
  display: inline-flex;
  width: 49%;
}
#mxw_postmaster_page_admin .mxw_post_box_left div {
  position: relative;
  width: 100%;
}
#mxw_postmaster_page_admin .accordion {
  display: table;
  color: #444;

  cursor: pointer;
  padding: 0px 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  height: 60px;
}
#mxw_postmaster_page_admin .title_newsletter {
  padding-bottom: 20px;
}

#mxw_postmaster_page_admin .wp-heading-inline {
  display: table-cell;
  width: 100%;
  text-indent: 10px;
}
#mxw_postmaster_page_admin .mxw_post_box-1 .active {
  background: #f7ba17;
}

#mxw_postmaster_page_admin .accordion:hover {
  border-left: 10px solid #f7ba17;
}

#mxw_postmaster_page_admin .panel {
  padding-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#mxw_postmaster_page_admin .accordion:after {
  content: "\002B";
  color: #777;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  display: table-cell;
  right: 10px;
}

#mxw_postmaster_page_admin .mxw_post_box-1 .active:after {
  content: "\2212";
}

#mxw_postmaster_page_admin .dkim {
  max-width: 700px;
  width: 100%;
  word-break: break-word;
  text-align: left;
}

/*  Wolf Wailer Style*/

#wpcontent {
  padding-left: 0 !important;
}

#wolf_mailer_smtp_header {
  background-color: #f1c410;
  border-top: 3px solid #ad8b03;
  padding: 20px 0px;
}

#wolf_wailer_nav {
  background-color: #fff;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 20px;
}

/*****      ADMIN     ******/

#wolf_wailer_warp {
  padding-left: 20px;
  font-family: "Titillium Web", sans-serif;
}

#wolf_wailer_warp h2 {
  font-size: 1.8em;
}

.wolf_mailer_smtp_setting_field {
  display: block;
  float: left;
  width: 200px;
  padding: 0;
}

#wolf_wailer_warp ul,
#wolf_wailer_warp ul li {
  list-style: none;
  display: table;
}

#wolf_wailer_warp ul li {
  padding-top: 20px;
  padding-bottom: 20px;
}

#wolf_mailer_warp_field {
  display: table-cell;
  vertical-align: middle;
  min-width: 200px;
}

.wolf_mailer_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-right: 0.8em;
}

.wolf_mailer_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.wolf_mailer_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input:checked + .wolf_mailer_slider {
  background-color: #51ae43;
}

input:focus + .wolf_mailer_slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .wolf_mailer_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.wolf_mailer_slider.round {
  border-radius: 34px;
}

.wolf_mailer_slider:before {
  border-radius: 50%;
}

input[type="radio"] {
  margin-right: 20px;
}

#wolf_buton_setting {
  width: 150px;
  background: #f1c410;
  font-size: 20px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  border: 0px;
  border-radius: 3px;
  box-shadow: inset 1px -1px 5px #a08206;
  cursor: pointer;
  transition: 1.5s all;
}

#wolf_buton_setting:hover {
  transition: 0.5s all;
  background: #000;
  color: #f1c410;
}

/*****      MESSAGE CHEKING     ******/

#wolf_message {
  width: 100%;
  height: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#wolf_message img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  left: 50%;
  top: 50%;
}

.wolf_mailer_field_error {
  border: 1px solid #ea0000;
  box-shadow: 0px 0px 10px 0px red;
}

/*****      MESSAGE REPONSE     ******/

.wolf_mailer_message {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

.wolf_mailer_message li {
  display: flex;
  justify-content: center;
}

.wolf_mailer_message_texte {
  padding: 20px;
  background: rgba(204, 204, 204, 0.17);
}

.wolf_mailer_message_button {
  color: #717171;
  background: rgba(214, 214, 214, 0.31);
  font-size: 18px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 250px;
  height: 40px;
  transition: 0.5s all;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 0px 10px 2px #e8e8e8;
  border: 1px solid #d4d4d46b;
  font-family: "Arial", sans-serif;
  transition: 0.5s all;
  margin: 20px;
}
.wolf_mailer_message_button:hover {
  /* background: #717171;
	 color: #fff; */
  transition: 0.5s all;
}

/*****      LOADER     ******/

.wolf_mailer_loading {
  display: none;
}

.wolf_mailer_loading .body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
  z-index: 9999;
}
.wolf_mailer_loading .body > span {
  height: 5px;
  width: 35px;
  background: #000;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.wolf_mailer_loading .base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #000;
  border-bottom: 6px solid transparent;
}
.wolf_mailer_loading .base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: -110px;
  top: -16px;
}
.wolf_mailer_loading .base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #000;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.wolf_mailer_loading .face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #000;
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}
.wolf_mailer_loading .face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #000;
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.wolf_mailer_loading .body > span > span:nth-child(1),
.wolf_mailer_loading .body > span > span:nth-child(2),
.wolf_mailer_loading .body > span > span:nth-child(3),
.wolf_mailer_loading .body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.wolf_mailer_loading .body > span > span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.wolf_mailer_loading .body > span > span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.wolf_mailer_loading .body > span > span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes fazer2 {
  0% {
    left: 0;
  }
  100% {
    left: -100px;
    opacity: 0;
  }
}
@keyframes fazer3 {
  0% {
    left: 0;
  }
  100% {
    left: -50px;
    opacity: 0;
  }
}
@keyframes fazer4 {
  0% {
    left: 0;
  }
  100% {
    left: -150px;
    opacity: 0;
  }
}
@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.wolf_mailer_loading .longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wolf_mailer_loading .longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000;
}
.wolf_mailer_loading .longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}
.wolf_mailer_loading .longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}
.wolf_mailer_loading .longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}
.wolf_mailer_loading .longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf2 {
  0% {
    left: 200%;
  }
  100% {
    left: -200%;
    opacity: 0;
  }
}
@keyframes lf3 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes lf4 {
  0% {
    left: 200%;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}

/* bootstrap wolf mailer  */

.mxw_row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

mxw_col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.mxw_pdrg_5 {
  padding-right: 5px;
}

.mxw_pd10 {
  padding: 10px;
}

.mxw_mrbt10 {
  margin-bottom: 10px;
}
.mxw_mrbt20 {
  margin-bottom: 20px;
}

.mxw_col_hide {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0%;
}

/*  medium : md*/

.mxw_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.mxw_col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.mxw_col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.mxw_col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.mxw_col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.mxw_col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.mxw_col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.mxw_col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.mxw_col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.mxw_col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.mxw_col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.mxw_col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.mxw_col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.mxw_col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.mxw_order-first {
  -ms-flex-order: -1;
  order: -1;
}

.mxw_order-last {
  -ms-flex-order: 13;
  order: 13;
}

.mxw_order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.mxw_wm_order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.mxw_order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.mxw_order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.mxw_order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.mxw_order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.mxw_order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.mxw_order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.mxw_order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.mxw_order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.mxw_order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.mxw_order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.mxw_order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.mxw_offset-1 {
  margin-left: 8.333333%;
}

.mxw_offset-2 {
  margin-left: 16.666667%;
}

.mxw_offset-3 {
  margin-left: 25%;
}

.mxw_offset-4 {
  margin-left: 33.333333%;
}

.mxw_offset-5 {
  margin-left: 41.666667%;
}

.mxw_offset-6 {
  margin-left: 50%;
}

.mxw_offset-7 {
  margin-left: 58.333333%;
}

.mxw_offset-8 {
  margin-left: 66.666667%;
}

.mxw_offset-9 {
  margin-left: 75%;
}

.mxw_offset-10 {
  margin-left: 83.333333%;
}

.mxw_offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .mxw_col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mxw_col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mxw_col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mxw_col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mxw_col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mxw_col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mxw_col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mxw_col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mxw_col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mxw_col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mxw_col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mxw_col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mxw_col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mxw_col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mxw_order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .mxw_order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .mxw_order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .mxw_order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mxw_order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mxw_order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .mxw_order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .mxw_order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .mxw_order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .mxw_order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .mxw_order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .mxw_order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .mxw_order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .mxw_order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .mxw_order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mxw_offset-sm-0 {
    margin-left: 0;
  }
  .mxw_offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mxw_offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mxw_offset-sm-3 {
    margin-left: 25%;
  }
  .mxw_offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mxw_offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mxw_offset-sm-6 {
    margin-left: 50%;
  }
  .mxw_offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mxw_offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mxw_offset-sm-9 {
    margin-left: 75%;
  }
  .mxw_offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mxw_offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .mxw_col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mxw_col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mxw_col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mxw_col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mxw_col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mxw_col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mxw_col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mxw_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mxw_col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mxw_col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mxw_col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mxw_col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mxw_col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mxw_col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mxw_order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .mxw_order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .mxw_order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .mxw_order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mxw_order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mxw_order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .mxw_order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .mxw_order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .mxw_order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .mxw_order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .mxw_order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .mxw_order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .mxw_order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .mxw_order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .mxw_order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mxw_offset-md-0 {
    margin-left: 0;
  }
  .mxw_offset-md-1 {
    margin-left: 8.333333%;
  }
  .mxw_offset-md-2 {
    margin-left: 16.666667%;
  }
  .mxw_offset-md-3 {
    margin-left: 25%;
  }
  .mxw_offset-md-4 {
    margin-left: 33.333333%;
  }
  .mxw_offset-md-5 {
    margin-left: 41.666667%;
  }
  .mxw_offset-md-6 {
    margin-left: 50%;
  }
  .mxw_offset-md-7 {
    margin-left: 58.333333%;
  }
  .mxw_offset-md-8 {
    margin-left: 66.666667%;
  }
  .mxw_offset-md-9 {
    margin-left: 75%;
  }
  .mxw_offset-md-10 {
    margin-left: 83.333333%;
  }
  .mxw_offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .mxw_col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mxw_col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mxw_col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mxw_col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mxw_col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mxw_col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mxw_col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mxw_col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mxw_col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mxw_col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mxw_col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mxw_col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mxw_col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mxw_col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mxw_order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .mxw_order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .mxw_order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .mxw_order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mxw_order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mxw_order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .mxw_order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .mxw_order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .mxw_order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .mxw_order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .mxw_order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .mxw_order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .mxw_order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .mxw_order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .mxw_order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mxw_offset-lg-0 {
    margin-left: 0;
  }
  .mxw_offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mxw_offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .mxw_offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mxw_offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mxw_offset-lg-6 {
    margin-left: 50%;
  }
  .mxw_offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mxw_offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mxw_offset-lg-9 {
    margin-left: 75%;
  }
  .mxw_offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mxw_offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .mxw_col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .mxw_col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mxw_col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mxw_col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mxw_col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mxw_col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mxw_col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mxw_col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mxw_col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mxw_col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mxw_col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mxw_col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mxw_col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mxw_col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mxw_order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .mxw_order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .mxw_order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .mxw_order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .mxw_order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .mxw_order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .mxw_order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .mxw_order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .mxw_order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .mxw_order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .mxw_order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .mxw_order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .mxw_order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .mxw_order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .mxw_order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .mxw_offset-xl-0 {
    margin-left: 0;
  }
  .mxw_offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mxw_offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mxw_offset-xl-3 {
    margin-left: 25%;
  }
  .mxw_offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mxw_offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mxw_offset-xl-6 {
    margin-left: 50%;
  }
  .mxw_offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mxw_offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mxw_offset-xl-9 {
    margin-left: 75%;
  }
  .mxw_offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mxw_offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* Update Style*/

*,
::after,
::before {
  box-sizing: border-box;
}

.wolf_postmaster input,
.wolf_postmaster select {
  padding: 10px;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 15px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  height: 50px;
}

.wolf_postmaster select {
  font-weight: bold;
}

.wolf_postmaster textarea {
  padding: 10px;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  resize: none;
  z-index: 4;
  position: relative;
}

.wolf_postmaster .submit {
  background: url("/wp-content/themes/maxiweb/images/MaxiAuto-Contact-bouton.svg");
  border: 0px;
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 300px;
  width: 300px;
  height: 65px;
  z-index: 0;
  cursor: pointer;
}
.wolf_postmaster .submit::after {
  /* top: 0; */
  content: "";
  position: absolute;
  width: 300px;
  height: 2px;
  background: #0c407c;
  transform: rotateZ(-45deg);
}

@media screen and (max-width: 1024px) {
  .wolf_postmaster .submit {
    padding-bottom: 220px;
  }

  .mxw_post_box-1,
  .mxw_post_box-2 {
    padding: 20px 0px;
    width: 100%;
  }

}



@media screen and (max-width: 768px) {
  .wolf_postmaster .col-12 {
    overflow: hidden;
  }
  #contact .MaxiAuto-Contact-fond-gauche {
    opacity: 0.3;
  }
  .wolf_postmaster .submit {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  #contact .grid-formulaire {
    padding: 0 !important;
  }

  .wolf_postmaster {
    padding: 10px;
  }
  .wolf_postmaster .submit {
    padding-bottom: 0px;
  }
}
