.newsletter-form {
    display: flex !important;
    border-radius: 8px !important;
    overflow: hidden !important;
	max-width: 370px !important;
}
	
.newsletter-form__icon {
	display: none !important;
}

.newsletter-form__submit-encaps {
    background: white !important;
    padding: 6px !important;
}

.newsletter-form__input {
    flex-basis: 100% !important;
    font-family: 'Inter' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 !important;
	padding-left: 20px !important;
	padding-right: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.newsletter-form__submit {
	display: flex !important;
    font-family: "Antonio" !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #46004d !important;
    background-color: #DDA0DD !important;
    border-radius: 8px !important;
    border: 2px solid #DDA0DD !important;
    letter-spacing: 0 !important;
}

.newsletter-form__submit:hover {
    background: white !important;
        color: #DDA0DD !important;
}
	
.full-space-form .newsletter-form__submit {
	text-transform: uppercase !important;
}
	
.full-space-form .newsletter-form {
    max-width: 100% !important;
}
	
.full-space-form .newsletter-form__submit:after {
	content: '';
	height: 14px;
	width: 14px;
	margin-left: 10px;
	-webkit-mask: url('https://enavanttoutes.fr/wp-content/uploads/2023/02/Vector-5.svg') no-repeat 50% 50%;
  	mask: url('https://enavanttoutes.fr/wp-content/uploads/2023/02/Vector-5.svg') no-repeat 50% 50%;
  	-webkit-mask-size: contain;
  	mask-size: contain;
	background-color: #46004d;
	transition: 250ms;
}
	
.full-space-form .newsletter-form__submit:hover:after {
	background-color: #DDA0DD !important;
}
	
@media screen and (max-width: 1024px) {
	.newsletter-form {
		margin: 0 auto !important;
	}
}
	
@media screen and (max-width: 767px) {
	.newsletter-form {
		flex-direction: column !important;
	}
	
	.newsletter-form__submit {
		width: 100% !important;
	}

	.newsletter-form__input {
		padding: 20px 10px !important;
		text-align: center;
	}
	
	.newsletter-form__submit-encaps {
		padding-top: 0px !important;	
	}
	
}