/*
Theme Name: Reina
Theme URI: https://reina.qodeinteractive.com
Description: Spa and Wellness Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: reina
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

// STLE PAGE LISTING THERAPIES
.blocs-image-title .qodef-m-title {
	font-size: 30px;
}
.blocs-image-title .qodef-m-text {
		font-size: 13px;
}
// Formulaire de contact
.qodef-contact-form-7 .qodef-contact-form .qodef-cf-row>* { 
	width: 100%; 
	margin-right: 20px; 
	flex: 1;
}

.qodef-contact-form-7 .qodef-contact-form .qodef-cf-row>*:last-child {
	margin-right: 0;
}

.qodef-contact-form-7 .qodef-contact-form .qodef-cf-row {
	display: flex;
	justify-content: start;
}

.qodef-contact-form-7 textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 500px;
}

