/*
Theme Name: Reuniwatt Avada Child
Description: Child theme for Avada theme, created for Reuniwatt
Author: Echappée Web
Author URI: https://www.echappee-web.fr
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Footer Newsletter */
.textwidget form.wpcf7-form {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
.textwidget .wpcf7 input[type="email"], .textwidget .wpcf7 input[type="text"] {
    height: 43px;
}
.textwidget form p {
    flex: 32%;
    color: white;
    margin: 0;
}
.textwidget form label {
    margin: 0 0 5px 0;
    display: inline-block;
}
.textwidget form span.wpcf7-list-item {
    margin: 0;
    font-style: italic;
}
.textwidget .wpcf7-form  .wpcf7-spinner {
	position: absolute;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    flex: 100%;
}
@media screen and (min-width: 920px) {
    .textwidget .wpcf7-form input[type=submit] {
    	margin-top: 24px;
    }
}
@media screen and (max-width: 919px) {
	.textwidget .wpcf7-form .submit-btn, .textwidget .wpcf7-form p.acceptance-rgpd {
	    flex: 100%;
	}
}
@media screen and (max-width: 480px) {
	.textwidget .wpcf7-form p {
    	flex: 100%;
    }
}