/* 
Theme Name:     DDX
Theme URI:      http://www.digitaledeluxe.fr
Description:    Divi Child Theme par Digitale deluxe
Author:         Digitale deluxe
Author URI:     http://www.digitaledeluxe.fr
Template:       Divi
Version:        1.0.5
License:		GNU General Public License v2
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	DDX
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*---------------------------------*/
/*---CONTACT FORM 7 - FORMULAIRE---*/
/*---------------------------------*/

/*- Modification de l'aspect du formulaire -*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #f8f8f8 !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #333 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans !important
}

/*- Personnaliser le bouton d'envoi -*/
.wpcf7-submit {
    color: #fff !important;
    margin: 8px auto 0;
    cursor: pointer;
	border-width:0 !important;
    text-transform: Uppercase;
    font-size: 20px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    padding: 6px 20px;
    line-height: 1.7em;
    background-color:#F05E40 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*- HOVER - Personnaliser le bouton d'envoi -*/
.wpcf7-submit:hover {
    background-color: #0a5069 !important;
}

.uploadfichiers{border:#f05e40 3px solid;padding:30px;}
.cf7-smart-grid.has-grid .field {margin-top: 30px !important;}
.cf7-smart-grid.has-grid .wpcf7-form-control {
    background-color: #ddd;
    padding: 15px;
	font-weight:bold;
}