/* Personnalisation css de sweet alert pour mk */

.swal2-title {
	font-weight: 400 !important;
}

.swal2-content {
	text-align: left !important;
}

.swal2-styled.swal2-confirm {
	background-color: black !important; /*black*/
}

.swal2-styled.swal2-confirm:hover {
	background-color: var(--wp--preset--color--contrast-2) !important; /*black*/
}

  /* Prise de rendez-vous */
  div:where(.swal2-container) .swal2-input {
	  height: auto;
  }

  div:where(.swal2-container) .swal2-html-container {
	  text-align: left !important;
  }

  input:where(.swal2-input) {
	/*  margin: 0.5em 0.5em 3px !important; */
  }
  .mess-err {
	  align-text: center;
	  color: blue;
	  font-size: bold;
  }
  
  .swal2-prompt input[type="text"], .swal2-prompt input[type="tel"] {
	  margin-top: 4px;
	  margin-bottom: 12px;
	  padding-top: 4px;
	  padding-bottom: 4px;
	  font-size: 1em;
  }
  
  .swal2-styled.swal2-confirm {
	background-color: black !important; /*black*/
  }
