/*
Theme Name: MdL
Description: Theme enfant de Divi
Author: Laurent Holdrinet
Author URI: https://laurentholdrinet.com
Template: Divi 
Version: 1.0
*/


/*DIVI https://www.peeayecreative.com/how-to-fix-the-divi-theme-builder-post-content-module-width/*/
/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

/*******************************
* Formulaire Contact Form 7
https://knowledge.parcours-performance.com/wordpress-contact-form-7-avec-style-divi/
*******************************/
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #80b425;
    border-radius: 12px ;
    background-color: #fff;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="title"],
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"],
.wpcf7 textarea {
font-size: 16px;
}