/*
Theme Name: Divi Child
Author: 
Description: Divi Child Theme
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.wpcf7-text,
.wpcf7-textarea{
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.18);
	background-color: rgba(255, 255, 255, 0) !important;
	color:#fff !important;
	    width: 100% !important;
	margin:0 auto !important;
    border-radius: 0 !important;
	padding:15px !important;
	border-bottom: 1px solid #313131 !important;
    border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
.wpcf7-submit{
	color: #ffffff !important;
    border-width: 5px !important;
    border-color: #ffffff;
    border-radius: 100px;
    letter-spacing: 2px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
	    display: inline-block;
    margin: 30px 0 0 18px;
    cursor: pointer;
	    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
	float:right;
} 
.wpcf7-submit:hover{
	color: #313131 !important;
	border-color: #313131;
}
h1,h2,h3,h4{
	overflow-wrap: normal !important;   /* norme actuelle */
	word-wrap: normal !important;       /* alias pour vieux navigateurs */
	word-break: normal !important;      /* évite le découpage forcé */
}

#mobile_menu1{
	width:107px;
}
#ct-ultimate-gdpr-cookie-popup{
	width:520px;
}

/*** MOBILE ***/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		#ct-ultimate-gdpr-cookie-popup {
			width: 100% !important;
		}
}