/**
* Theme Name: Mada Rental
* Theme URI: http://ambroo-touch.ml/
* Description: Thème WordPress personnalisé pour Les mains d’Hortensia, un espace dédié au massage et au bien-être. 
Ce thème met en avant la sérénité et l’élégance à travers un design épuré et apaisant, pensé pour offrir 
une navigation fluide et une expérience utilisateur agréable.
* Author: Mahasoa
* Author URI: http://ambroo-touch.ml/
* Template: hello-elementor
* Version: 1.0
* License: GNU General Public License v2 or later
* Text Domain: hello-elementor
**/

.mr-home-contact .ekit-heading__description{
    max-width: 100% !important;
  }

.mr-contact-form input,
.mr-contact-form textarea{
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ededed;
  font-size: 16px;
  -webkit-appearance: none;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  line-height: 15px;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
}

.mr-contact-form input{  
  height: auto;
}

.mr-contact-form input:focus-visible,
.mr-contact-form textarea:focus-visible{  
  outline: 2px solid #caecfb;
}

.mr-contact-form textarea{
  height: 140px;
}

.mr-contact-form .wpcf7-submit{
  background-color: #1B37D3;
  font-weight: 700;
  color: #fff;
}

.mr-contact-form .wpcf7-submit:hover{
  background-color: #2445ff;
  cursor: grab;
}